diff --git a/src/translation/en.json b/src/translation/en.json index b8a3c24ba..61607e20f 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -481,7 +481,13 @@ "copyConcurrencyDescription": "Number of remote file copies in parallel when backing up.", "copyConcurrencyDigitalOceanNote": "DigitalOcean Spaces rate limits at 20.", "encryptionPasswordPlaceholder": "Passphrase used to encrypt the backups", - "encryptionPasswordRepeat": "Repeat Password" + "encryptionPasswordRepeat": "Repeat Password", + "server": "Server IP or Hostname", + "remoteDirectory": "Remote Directory", + "username": "Username", + "password": "Password", + "configureMount": "Specify mount point configuration", + "setupMountDescription": "When checked, Cloudron will configure the mount point on the server" }, "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.", @@ -1502,7 +1508,10 @@ "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" + "mountTypeInfo": "Cloudron will configure the server to automatically mount this volume", + "port": "Port", + "user": "User", + "privateKey": "Private SSH Key" }, "removeVolumeDialog": { "title": "Really remove {{ volume }} ?", diff --git a/src/translation/nl.json b/src/translation/nl.json index ca6d34826..9cff6be4a 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -478,7 +478,13 @@ "encryptionDescription": "Let op: bewaar dit wachtwoord op een veilige plaats. Cloudron bewaart dit wachtwoord niet, zonder dit wachtwoord kunnen backups niet ontsleutelt worden", "uploadPartSizeDescription": "Meerdelige uploaddeelgrootte. Er worden maximaal 3 delen parallel geüpload en vereist evenveel geheugen.", "uploadConcurrencyDescription": "Aantal bestanden dat parallel moet worden geüpload tijdens het maken van een backup", - "encryptionPasswordRepeat": "Herhaal wachtwoord" + "encryptionPasswordRepeat": "Herhaal wachtwoord", + "remoteDirectory": "Externe map", + "username": "Gebruikersnaam", + "setupMountDescription": "Indien aangevinkt zal Cloudron het mount point configureren op de server", + "server": "Server IP of Hostnaam", + "password": "Wachtwoord", + "configureMount": "Specificeer de mount point configuratie" }, "backupFailed": { "title": "Backup maken niet mogelijk" @@ -1450,14 +1456,30 @@ "addVolumeDialog": { "addAction": "Toevoegen", "nameWarning": "Cloudron mount dit host-pad in de app's container met deze naam onder /media.", - "title": "Volume toevoegen" + "title": "Volume toevoegen", + "server": "Server IP of Hostnaam", + "remoteDirectory": "Externe map", + "username": "Gebruikersnaam", + "password": "Wachtwoord", + "diskPath": "Schijf pad", + "noopWarning": "Cloudron zal de server niet configureren om dit Volume te mounten", + "port": "Poort", + "user": "Gebruiker", + "privateKey": "Private SSH sleutel", + "mountTypeInfo": "Cloudron zal de server configureren om dit Volume te mounten" }, "hostPath": "Host-pad", "removeVolumeActionTooltip": "Verwijder Volume", "openFileManagerActionTooltip": "Open bestandsbeheer", "name": "Naam", "addVolumeAction": "Volume toevoegen", - "title": "Volumes" + "title": "Volumes", + "mountType": "Mount type", + "updateVolumeDialog": { + "title": "Update Volume {{ volume }}" + }, + "tooltipEdit": "Bewerk Volume", + "mountStatus": "Mount status" }, "lang": { "it": "Italiaans",