Add more backup view translations
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
},
|
||||
"username": "Username",
|
||||
"displayName": "Display name",
|
||||
"actions": "Actions"
|
||||
"actions": "Actions",
|
||||
"table": {
|
||||
"actions": "Actions",
|
||||
"date": "Date"
|
||||
}
|
||||
},
|
||||
"appstore": {
|
||||
"title": "App Store"
|
||||
@@ -110,7 +114,41 @@
|
||||
}
|
||||
},
|
||||
"backups": {
|
||||
"title": "Backups"
|
||||
"title": "Backups",
|
||||
"location": {
|
||||
"title": "Location",
|
||||
"description": "Cloudron makes a complete backup of your system at the configured location.",
|
||||
"disabledList": "The following apps have automatic backups disabled:",
|
||||
"provider": "Provider",
|
||||
"location": "Location",
|
||||
"endpoint": "Endpoint",
|
||||
"format": "Storage Format",
|
||||
"configure": "Configure"
|
||||
},
|
||||
"schedule": {
|
||||
"title": "Schedule and Retention",
|
||||
"description": "Cloudron makes a complete backup of your system based on this scheduled interval and keeps backups with the specified retention policy.",
|
||||
"schedule": "Schedule",
|
||||
"retentionPolicy": "Retention Policy",
|
||||
"configure": "Configure"
|
||||
},
|
||||
"listing": {
|
||||
"title": "Listing",
|
||||
"noBackups": "No backups have been made yet",
|
||||
"contents": "Contents",
|
||||
"version": "Version",
|
||||
"noApps": "No apps",
|
||||
"appCount": "{{ contents.length }} apps",
|
||||
"tooltipDownloadBackupConfig": "Download Backup Configuration",
|
||||
"cleanupBackups": "Cleanup Backups",
|
||||
"backupNow": "Backup now",
|
||||
"stopTask": "Stop {{ taskType === 'backup' ? 'Backup' : 'Cleanup' }}"
|
||||
},
|
||||
"logs": {
|
||||
"title": "Logs",
|
||||
"description": "Please be careful when uploading these logs to a public server since they may contain sensitive information.",
|
||||
"showLogs": "Show Logs"
|
||||
}
|
||||
},
|
||||
"branding": {
|
||||
"title": "Branding"
|
||||
|
||||
Reference in New Issue
Block a user