volumes: update UI
This commit is contained in:
+16
-3
@@ -161,7 +161,7 @@
|
||||
"usermanagerTooltip": "Deze gebruiker kan groepen en andere gebruikers beheren",
|
||||
"inactiveTooltip": "Gebruiker is inactief",
|
||||
"externalLdapTooltip": "Van externe LDAP adresboek",
|
||||
"resetPasswordTooltip": "Wachtwoord herstel link",
|
||||
"resetPasswordTooltip": "Wachtwoord of 2FA opnieuw instellen",
|
||||
"editUserTooltip": "Wijzig gebruiker",
|
||||
"removeUserTooltip": "Verwijder gebruiker",
|
||||
"superadminTooltip": "Deze gebruiker is superadmin",
|
||||
@@ -267,11 +267,15 @@
|
||||
"deleteAction": "Verwijder"
|
||||
},
|
||||
"passwordResetDialog": {
|
||||
"title": "Wachtwoordherstel-link voor {{ username }}",
|
||||
"title": "Wachtwoord of 2FA opnieuw instellen voor {{ username }}",
|
||||
"sendEmailLinkAction": "E-mail link naar gebruiker",
|
||||
"description": "Gebruik onderstaande link om {{ username }}'s wachtwoord te herstellen of opnieuw uit te nodigen:",
|
||||
"emailSent": "Verstuurd",
|
||||
"no2FASetup": "Deze gebruiker heeft geen 2FA ingesteld."
|
||||
"no2FASetup": "Deze gebruiker heeft geen 2FA ingesteld.",
|
||||
"2FAIsSetup": "2FA van de gebruiker uit schakelen. De gebruiker kan het aanzetten via Profiel.",
|
||||
"newLinkAction": "Genereer nieuwe link",
|
||||
"resetLinkExplanation": "Genereer een wachtwoordherstel- of uitnodiging link. De nieuwe link maakt de vorige link ongeldig.",
|
||||
"reset2FAAction": "2FA opnieuw instellen"
|
||||
},
|
||||
"externalLdapDialog": {
|
||||
"title": "Configureer LDAP"
|
||||
@@ -924,6 +928,9 @@
|
||||
"notResponding": "Reageert niet",
|
||||
"stopped": "Gestopt",
|
||||
"running": "Lopend"
|
||||
},
|
||||
"stopDialog": {
|
||||
"title": "Weet je zeker dat je {{ app }} wilt stoppen?"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
@@ -1387,6 +1394,12 @@
|
||||
},
|
||||
"settings": {
|
||||
"tabTitle": "Instellingen"
|
||||
},
|
||||
"updateMailboxDialog": {
|
||||
"activeCheckbox": "Mailbox is actief"
|
||||
},
|
||||
"updateMailinglistDialog": {
|
||||
"activeCheckbox": "Mailing-lijst is actief"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
Reference in New Issue
Block a user