backup site: fix placeholder strings
This commit is contained in:
@@ -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 (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) of vergelijkbare Twee-Factor (2FA) authenticatie app om de QR-code te scannen."
|
||||
"authenticatorAppDescription": "Gebruik Google Authenticator (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) 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",
|
||||
|
||||
Reference in New Issue
Block a user