diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index c192ec8a1..3af33c8fc 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -686,6 +686,9 @@ "addDialog": { "title": "Add Backup Storage" } + }, + "sites": { + "title": "Sites" } }, "branding": { @@ -2084,12 +2087,14 @@ "title": "Really remove this backup target?", "description": "This will also remove any backups linked to this target" }, - "title": "Backup Storage", "label": "Storage" }, - "updateTarget": { - "title": "Backup Configuration for Updates", - "description": "For backups created during automatic or manual app and platform updates." + "sites": { + "title": "Backup Sites" + }, + "updateSite": { + "title": "Backup Site for Updates", + "description": "Choose the backup site to use before automatic updates" } }, "dockerRegistries": { diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json index 0f4efb330..990dda36e 100644 --- a/dashboard/public/translation/nl.json +++ b/dashboard/public/translation/nl.json @@ -2084,12 +2084,7 @@ "title": "Weet je zeker dat je dit backup-doel wilt verwijderen?", "description": "Dit zal ook alle backups gekoppeld aan dit doel verwijderen" }, - "title": "Backup Opslag", "label": "Opslag" - }, - "updateTarget": { - "title": "Backup Configuratie voor Updates", - "description": "Voor backups gemaakt tijdens automatische of handmatige app- en platformupdates." } }, "dockerRegistries": { diff --git a/dashboard/public/translation/ru.json b/dashboard/public/translation/ru.json index 507c8f453..fa2fb6202 100644 --- a/dashboard/public/translation/ru.json +++ b/dashboard/public/translation/ru.json @@ -2075,12 +2075,7 @@ "title": "Действительно хотите удалить это расположение резервных копий?", "description": "Это действие также удалить любые резервные копии, хранящиеся в данном расположении" }, - "title": "Расположение резервных копий", "label": "Хранилище" - }, - "updateTarget": { - "title": "Настройка резервных копий при обновлениях", - "description": "Для резервных копий, созданных во время автоматического или ручного обновления приложений и платформы." } } } diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 9f2995a68..d9e43e2bb 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -287,7 +287,7 @@ onMounted(async () => { diff --git a/dashboard/src/views/BackupSitesView.vue b/dashboard/src/views/BackupSitesView.vue index 9a55d5fca..fa13803f5 100644 --- a/dashboard/src/views/BackupSitesView.vue +++ b/dashboard/src/views/BackupSitesView.vue @@ -214,7 +214,7 @@ onMounted(async () => { -
+
@@ -244,11 +244,10 @@ onMounted(async () => {
-
+
- -
{{ $t('backup.updateTarget.description') }}
+
{{ $t('backup.updateSite.description') }}