Add volume description and warning text

This commit is contained in:
Johannes Zellner
2020-11-23 11:53:20 +01:00
parent d885bfa93f
commit 3b7ec409e9
2 changed files with 5 additions and 1 deletions

View File

@@ -1102,7 +1102,9 @@
"volume": "Volume",
"noMounts": "No volumes are mounted.",
"addMountAction": "Add a volume mount",
"saveAction": "Save"
"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."
}
},
"graphs": {