From 3d6526de3ee4511554aaf198a6ee3b379b2a7382 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 3 Dec 2025 11:52:27 +0100 Subject: [PATCH] backup site: fix placeholder strings --- dashboard/public/translation/en.json | 4 +++- dashboard/public/translation/nl.json | 21 ++++++++++++------- .../src/components/BackupProviderForm.vue | 10 +++++---- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 2008acf4d..177baa39d 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -452,7 +452,9 @@ "title": "Backups of automatic updates", "description": "A backup is always created before automatic updates. Select this option to store those backups on this site." }, - "useEncryption": "Encrypt backups" + "useEncryption": "Encrypt backups", + "regionHelperText": "Defaults to \"us-east-1\" if left empty", + "prefixHelperText": "Backups are stored inside this subfolder" }, "backupEdit": { "title": "Edit Backup", diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json index 1ee6090af..9bb891d25 100644 --- a/dashboard/public/translation/nl.json +++ b/dashboard/public/translation/nl.json @@ -45,7 +45,8 @@ "add": "Toevoegen", "next": "Volgende", "configure": "Configureer", - "restart": "Herstart" + "restart": "Herstart", + "reset": "Reset" }, "rebootDialog": { "title": "Herstart Server", @@ -255,7 +256,11 @@ "title": "LDAP Server", "enabled": "LDAP server inschakelen" }, - "title": "Gebruikers" + "title": "Gebruikers", + "2FAResetDialog": { + "title": "Reset Gebruiker 2FA", + "description": "Verwijder de bestaande 2FA voor gebruiker “{{ username }}”?" + } }, "profile": { "title": "Profiel", @@ -278,7 +283,8 @@ "token": "Token", "enable": "Inschakelen", "title": "Schakel Twee-Factor (2FA) authenticatie in", - "authenticatorAppDescription": "Gebruik Google Authenticator (Android, iOS), FreeOTP authenticator (Android, iOS) of vergelijkbare Twee-Factor (2FA) authenticatie app om de QR-code te scannen." + "authenticatorAppDescription": "Gebruik Google Authenticator (Android, iOS), FreeOTP authenticator (Android, iOS) of vergelijkbare Twee-Factor (2FA) authenticatie app om de QR-code te scannen.", + "mandatorySetup": "2FA is noodzakelijk voor toegang tot het dashboard. Vervolg het instellen om door te gaan." }, "appPasswords": { "app": "App", @@ -1465,7 +1471,7 @@ "usernameOrEmail": "Gebruikersnaam of e-mail", "resetAction": "Reset", "success": { - "openDashboardAction": "Open Dashboard", + "openDashboardAction": "Open dashboard", "title": "Wachtwoord veranderd" }, "passwordChanged": { @@ -1529,7 +1535,7 @@ }, "setupAccount": { "success": { - "openDashboardAction": "Open Dashboard", + "openDashboardAction": "Open dashboard", "title": "Je account is klaar" }, "invalidToken": { @@ -1546,8 +1552,9 @@ "description": "Stel je account in", "noUsername": { "title": "Account kan niet ingesteld worden", - "description": "Account kan niet ingesteld worden zonder gebruikersnaam." - } + "description": "Account kan niet ingesteld worden zonder gebruikersnaam. Neem contact op met de administrator." + }, + "welcome": "Welkom" }, "newLoginEmail": { "subject": "[<%= cloudron %>] Er is vanaf een nieuwe locatie ingelogd op je account", diff --git a/dashboard/src/components/BackupProviderForm.vue b/dashboard/src/components/BackupProviderForm.vue index e618e6672..400731e4e 100644 --- a/dashboard/src/components/BackupProviderForm.vue +++ b/dashboard/src/components/BackupProviderForm.vue @@ -125,7 +125,7 @@ onMounted(async () => { -
+
@@ -189,7 +189,7 @@ onMounted(async () => { - + @@ -208,7 +208,8 @@ onMounted(async () => { - + + {{ $t('backups.configureBackupStorage.prefixHelperText') }} @@ -242,7 +243,8 @@ onMounted(async () => { - + + {{ $t('backups.configureBackupStorage.regionHelperText') }}