volumes: update UI
This commit is contained in:
+14
-2
@@ -1495,7 +1495,14 @@
|
||||
"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"
|
||||
"addAction": "Add",
|
||||
"server": "Server IP or Hostname",
|
||||
"remoteDirectory": "Remote Directory",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"diskPath": "Disk Path",
|
||||
"noopWarning": "Cloudron will not configure the server to mount this volume",
|
||||
"mountTypeInfo": "Cloudron will configure the server to automatically mount this volume"
|
||||
},
|
||||
"removeVolumeDialog": {
|
||||
"title": "Really remove {{ volume }} ?",
|
||||
@@ -1503,7 +1510,12 @@
|
||||
"removeAction": "Remove"
|
||||
},
|
||||
"description": "Volumes are directories on the server that can be shared between apps. These may be NFS/SSHFS mounts or external storage disks attached to the server.",
|
||||
"backupWarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume."
|
||||
"backupWarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume.",
|
||||
"mountType": "Mount Type",
|
||||
"updateVolumeDialog": {
|
||||
"title": "Update Volume {{ volume }}"
|
||||
},
|
||||
"tooltipEdit": "Edit Volume"
|
||||
},
|
||||
"storage": {
|
||||
"mounts": {
|
||||
|
||||
Reference in New Issue
Block a user