diff --git a/src/translation/de.json b/src/translation/de.json index 90e64cbd3..9b2c2f03a 100644 --- a/src/translation/de.json +++ b/src/translation/de.json @@ -583,7 +583,8 @@ "matrixHostname": "Matrix Server Domäne", "netcupApiPassword": "API Passwort", "netcupApiKey": "API Key", - "netcupCustomerNumber": "Kundennummer" + "netcupCustomerNumber": "Kundennummer", + "vultrToken": "Vultr Token" }, "changeDashboardDomain": { "title": "Die Dashboard-Domäne ändern", @@ -618,7 +619,8 @@ "title": "Benachrichtigungen", "nonePending": "Alles erledigt!", "dismissTooltip": "Verwerfen", - "clearAll": "Alles löschen" + "clearAll": "Alles löschen", + "markAllAsRead": "Alle als gelesen markieren" }, "system": { "title": "Systeminformationen", @@ -676,7 +678,16 @@ "downloadConcurrencyDescription": "Anzahl der Dateien, die beim Wiederherstellen parallel heruntergeladen werden", "downloadConcurrency": "Gleichzeitiges Herunterladen", "uploadPartSizeDescription": "Paketgröße beim Hochladen. Bis zu 3 Pakete werden gleichzeitig hochgeladen. Dementsprechend wird auch Arbeitsspeicher benötigt.", - "memoryLimitDescription": "Arbeitsspeicherlimit für die Datensicherung. Das Limit erhöhen, wenn die Datensicherung-Concurrency erhöht wird." + "memoryLimitDescription": "Arbeitsspeicherlimit für die Datensicherung. Das Limit erhöhen, wenn die Datensicherung-Concurrency erhöht wird.", + "server": "Server IP oder Hostname", + "remoteDirectory": "Remote-Verzeichnis", + "username": "Username", + "password": "Passwort", + "configureMount": "Konfiguration des Einhängepunkts", + "setupMountDescription": "Wenn aktiv, konfiguriert Cloudron den Einhängepunkts auf dem Server", + "port": "Port", + "user": "User", + "privateKey": "Privater Schlüssel" }, "configureBackupSchedule": { "retentionPolicy": "Aufbewahrungsrichtlinie", @@ -1496,14 +1507,30 @@ "addVolumeDialog": { "addAction": "Hinzufügen", "nameWarning": "Cloudron wird den Host-Pfad in den Container der Anwendung mit diesem Namen unter /media einhängen.", - "title": "Datenträger hinzufügen" + "title": "Datenträger hinzufügen", + "server": "Server IP oder Hostname", + "remoteDirectory": "Remote-Verzeichnis", + "username": "Username", + "password": "Passwort", + "diskPath": "Festplattenpfad", + "noopWarning": "Cloudron konfiguriert den Server nicht um diesen Datenträger einzubinden", + "mountTypeInfo": "Cloudron konfiguriert den Server um diesen Datenträger einzubinden", + "port": "Port", + "user": "User", + "privateKey": "Privater SSH Schlüssel" }, "removeVolumeActionTooltip": "Datenträger entfernen", "openFileManagerActionTooltip": "File-Manager öffnen", "name": "Name", "hostPath": "Host-Pfad", "addVolumeAction": "Datenträger hinzufügen", - "title": "Datenträger" + "title": "Datenträger", + "mountType": "Einhängepunkttyp", + "updateVolumeDialog": { + "title": "Konfiguriere Datenträger {{ volume }}" + }, + "tooltipEdit": "Konfiguriere Datenträger", + "mountStatus": "Einhängestatus" }, "lang.ja": "Japanisch" } diff --git a/src/translation/en.json b/src/translation/en.json index 4e90d4d00..7ceaf97c9 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -490,11 +490,8 @@ "setupMountDescription": "When checked, Cloudron will configure the mount point on the server", "port": "Port", "user": "User", - "privateKey": "Private Key" - }, - "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.", - "sameDisk": "Cloudron backups are currently on the same disk as the Cloudron server instance. This is dangerous and can lead to complete data loss if the disk fails. See https://docs.cloudron.io/backups/#storage-providers for storing backups in an external location." + "privateKey": "Private Key", + "diskPath": "Disk Path" } }, "branding": { @@ -1499,7 +1496,7 @@ "volumes": { "title": "Volumes", "addVolumeAction": "Add Volume", - "hostPath": "Host Path", + "hostPath": "Mount Point", "name": "Name", "openFileManagerActionTooltip": "Open FileManager", "removeVolumeActionTooltip": "Remove Volume", diff --git a/src/translation/es.json b/src/translation/es.json index 994b178a6..7c1eb99be 100644 --- a/src/translation/es.json +++ b/src/translation/es.json @@ -389,10 +389,6 @@ "date": "Fecha", "id": "ID", "title": "Detalles de la Copia de Seguridad" - }, - "check": { - "noop": "Las copias de seguridad de Cloudron están deshabilitadas. Asegúrate de que se haya realizado una copia de seguridad de este servidor utilizando medios alternativos. Consulta https://docs.cloudron.io/backups/#storage-providers para más información.", - "sameDisk": "Las copias de seguridad de Cloudron se encuentran actualmente en el mismo disco que la instancia del servidor Cloudron. Esto es peligroso y puede provocar la pérdida total de datos si falla el disco. Consulta https://docs.cloudron.io/backups/#storage-providers para almacenar copias de seguridad en una ubicación externa." } }, "profile": { diff --git a/src/translation/nl.json b/src/translation/nl.json index 9cff6be4a..a5eae3e99 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -488,10 +488,6 @@ }, "backupFailed": { "title": "Backup maken niet mogelijk" - }, - "check": { - "noop": "Cloudron backups zijn uitgeschakeld. Zorg ervoor dat deze server op een andere manier wordt geback-upt. Kijk op https://docs.cloudron.io/backups/#storage-providers voor meer informatie.", - "sameDisk": "Cloudron backups staan momenteel op dezelfde schijf als deze Cloudron server. Dit is gevaarlijk en kan leiden tot gegevensverlies als de schijf defect raakt. Kijk op https://docs.cloudron.io/backups/#storage-providers hoe je backups op een externe locatie kan zetten." } }, "branding": { diff --git a/src/translation/vi.json b/src/translation/vi.json index 6f598fb36..6d1556799 100644 --- a/src/translation/vi.json +++ b/src/translation/vi.json @@ -482,10 +482,6 @@ "schedule": "Lịch sao lưu", "description": "Cloudron sao lưu toàn bộ hệ thống của bạn dựa vào định kỳ sao lưu đã lên lịch và giữ các bản sao lưu theo thời gian lưu giữ đã định.", "title": "Lịch sao lưu và thời gian lưu giữ" - }, - "check": { - "sameDisk": "Các bản sao lưu Cloudron đang ở trên cùng ổ đĩa với server chạy Cloudron. Việc này sẽ nguy hiểm và có thể dẫn đến mất dữ liệu nếu ổ đĩa bị trục trặc. Xem cách sao lưu tại ổ đĩa ngoài tại https://docs.cloudron.io/backups/#storage-providers.", - "noop": "Tính năng sao lưu Cloudron đã tắt. Hãy chắc rằng server được sao lưu bằng một biện pháp khác. Xem thông tin thêm tại https://docs.cloudron.io/backups/#storage-providers." } }, "login": { diff --git a/src/translation/zh_Hans.json b/src/translation/zh_Hans.json index bb0f75451..b285d31f4 100644 --- a/src/translation/zh_Hans.json +++ b/src/translation/zh_Hans.json @@ -209,10 +209,6 @@ "copyConcurrencyDescription": "当备份时同时复制几个文件。", "copyConcurrencyDigitalOceanNote": "DigitalOcean Spaces 的上限为 20。", "s3LikeNote": "请不要在 S3 存储桶上设置 lifecycle 规则,因为这会导致 rsync 备份损坏。" - }, - "check": { - "noop": "Cloudron 备份已停用。请确保这台服务器已经使用其它方法备份。更多关于备份的信息请参考 https://docs.cloudron.io/backups/#storage-providers .", - "sameDisk": "Cloudron 备份现在和 Cloudron 服务器在同一个硬盘上。若这块硬盘损坏,将会导致所有数据丢失。关于备份到外部存储,请见:https://docs.cloudron.io/backups/#storage-providers ." } }, "main": { diff --git a/src/views/backups.html b/src/views/backups.html index 6f15edab7..053f48df7 100644 --- a/src/views/backups.html +++ b/src/views/backups.html @@ -133,7 +133,7 @@
- +

@@ -164,7 +164,7 @@
- +
diff --git a/src/views/backups.js b/src/views/backups.js index 6af358513..94a6fe679 100644 --- a/src/views/backups.js +++ b/src/views/backups.js @@ -623,7 +623,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat backupConfig.mountOptions.privateKey = $scope.configureBackup.mountOptions.privateKey; } } else if (backupConfig.provider === 'ext4') { - backupConfig.mountOptions.diskPath = $scope.configureBackup.diskPath; + backupConfig.mountOptions.diskPath = $scope.configureBackup.mountOptions.diskPath; } } else if (backupConfig.provider === 'filesystem' || backupConfig.provider === 'mountpoint') { backupConfig.backupFolder = $scope.configureBackup.backupFolder; diff --git a/src/views/volumes.html b/src/views/volumes.html index 8aa035ddb..492788274 100644 --- a/src/views/volumes.html +++ b/src/views/volumes.html @@ -17,12 +17,6 @@ -
- - -

{{ volumeConfigure.volume.hostPath }}

-
-

{{ volumeConfigure.volume.status.message }} ({{ volumeConfigure.volume.status.state }})

@@ -35,6 +29,12 @@

+
+ + +

{{ volumeConfigure.volume.hostPath }}

+
+