Translate the volume view

This commit is contained in:
Johannes Zellner
2020-11-23 22:13:54 +01:00
parent ba59fbac48
commit dcecd166d0
4 changed files with 71 additions and 52 deletions

View File

@@ -901,7 +901,8 @@
"description": "Emails sent to non existing addresses will be forwarded to the following mailboxes.",
"subscriptionRequired": "This feature is only available in the paid plans. <a href=\"\" class=\"pull-right\" ng-click=\"openSubscriptionSetup()\">Setup Subscription Now</a>",
"saveAction": "Save"
}
},
"incomingServerInfo": "Incoming Mail (IMAP)"
},
"outbound": {
"tabTitle": "Outbound",
@@ -1019,7 +1020,6 @@
"groupsHeader": "Groups"
}
},
"incomingServerInfo": "Incoming Mail (IMAP)",
"app": {
"backAction": "Back to My Apps",
"logsActionTooltip": "Logs",
@@ -1105,7 +1105,7 @@
"addMountAction": "Add a volume mount",
"saveAction": "Save",
"description": "Volumes are directories mounted onto the host system, which can be shared between apps. This may be network mounts like NFS or large storage disks directly attached to the server.",
"warning": "Volumes are <i>not</i> part of any backups. Restoring an app would thus not restore the volume's content. Please make sure to have some suitable of backup plan for that volume."
"warning": "Volumes are <i>not</i> part of any backups. Restoring an app would not restore the volume's content. Please make sure to have some suitable backup plan for that volume."
}
},
"graphs": {
@@ -1349,5 +1349,23 @@
"de": "German",
"fr": "French",
"it": "Italian"
},
"volumes": {
"title": "Volumes",
"addVolumeAction": "Add Volume",
"hostPath": "Host Path",
"name": "Name",
"openFileManagerActionTooltip": "Open FileManager",
"removeVolumeActionTooltip": "Remove Volume",
"addVolumeDialog": {
"title": "Add Volume",
"nameWarning": "Cloudron will mount the host path into the app's container with this name under <code>/media</code>.",
"addAction": "Add"
},
"removeVolumeDialog": {
"title": "Really remove {{ volume }} ?",
"description": "This will delete the volume <code>{{ volume }}</code>. Data inside the host path will not be removed.",
"removeAction": "Remove"
}
}
}