Add all missing translations for now
This commit is contained in:
@@ -66,7 +66,9 @@
|
||||
"showLogs": "Show Logs",
|
||||
"delete": "Delete",
|
||||
"remove": "Remove",
|
||||
"edit": "Edit"
|
||||
"edit": "Edit",
|
||||
"add": "Add",
|
||||
"next": "Next"
|
||||
},
|
||||
"clipboard": {
|
||||
"copied": "Copied to clipboard",
|
||||
@@ -648,7 +650,8 @@
|
||||
"encryptFilenames": "Encrypt Filenames",
|
||||
"preserveAttributesLabel": "Preserve file attributes",
|
||||
"name": "Name",
|
||||
"encryptionHint": "Encryption Password Hint"
|
||||
"encryptionHint": "Encryption Password Hint",
|
||||
"usesEncryption": "Backup uses encryption"
|
||||
},
|
||||
"check": {
|
||||
"noop": "Cloudron backups are disabled. Please ensure this server is backed up using alternate means. See https://docs.cloudron.io/backups/#storage-providers for more information.",
|
||||
@@ -682,6 +685,11 @@
|
||||
"description": "This will install {{appId}} at the specified location with backup from {{creationTime}}.",
|
||||
"restoreAction": "Restore",
|
||||
"restoreActionOverwrite": "Restore and overwrite DNS"
|
||||
},
|
||||
"target": {
|
||||
"addDialog": {
|
||||
"title": "Add Backup Storage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"branding": {
|
||||
@@ -1320,7 +1328,13 @@
|
||||
"backAction": "Back to Email",
|
||||
"config": {
|
||||
"title": "Email configuration {{ domain }}",
|
||||
"clientConfiguration": "Configuring Email Clients"
|
||||
"clientConfiguration": "Configuring Email Clients",
|
||||
"sending": {
|
||||
"title": "Sending"
|
||||
},
|
||||
"receiving": {
|
||||
"title": "Receiving"
|
||||
}
|
||||
},
|
||||
"incoming": {
|
||||
"title": "Incoming Email",
|
||||
@@ -1580,6 +1594,9 @@
|
||||
"setAction": "Scale",
|
||||
"title": "CPU Limit",
|
||||
"description": "Maximum percent of CPU app can use"
|
||||
},
|
||||
"devices": {
|
||||
"label": "Devices"
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
@@ -2072,5 +2089,19 @@
|
||||
"listing": {
|
||||
"placeholder": "No app archives"
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"target": {
|
||||
"removeDialog": {
|
||||
"title": "Really remove this backup target?",
|
||||
"description": "This will also remove any backups linked to this target"
|
||||
},
|
||||
"title": "Backup Storage",
|
||||
"label": "Storage"
|
||||
},
|
||||
"updateTarget": {
|
||||
"title": "Backup Configuration for Updates",
|
||||
"description": "For backups created during automatic or manual app and platform updates."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user