Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/de.js')
-rw-r--r--l10n/de.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10n/de.js b/l10n/de.js
index 092fb7a..ab90c2a 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -12,15 +12,15 @@ OC.L10N.register(
"Password policy" : "Passwort-Regeln",
"Allows admins to configure a password policy" : "Ermöglicht Administratoren eine Passwortrichtlinie einzurichten",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Ermöglicht Administratoren diverse Voreinstellungen für Passwörter vorzunehmen, z. B. die Mindestlänge",
- "Minimal length" : "Minimale Länge",
"User password history" : "Benutzerpasswort-Verlauf",
- "days until user password expires" : "Tage bis zum Ablauf des Benutzerpassworts",
- "login attempts before the user account is blocked. (0 for no limit)" : "Login Versuche bis das Benutzerkonto gesperrt wird. (0 für kein Limit) ",
"Forbid common passwords" : "Häufig verwendete Passwörter verbieten",
"Enforce upper and lower case characters" : "Groß- und Kleinbuchstaben erzwingen",
"Enforce numeric characters" : "Zahlen erzwingen",
"Enforce special characters" : "Sonderzeichen erzwingen",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Das Passwort gegen eine Liste von geknackten Passwörtern bei haveibeenpwned.com prüfen.",
- "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Es wird ein Hash des Passwortes erstellt und dessen ersten 5 Zeichen an haveibeenpwned.com gesendet. Danach wird eine Liste aller Hashes empfangen, welche mit diesen 5 Zeichen beginnen. Nextcloud prüft nun ob der Hash des eingegebenen Passwortes in der Liste der Hashes enthalten ist."
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Es wird ein Hash des Passwortes erstellt und dessen ersten 5 Zeichen an haveibeenpwned.com gesendet. Danach wird eine Liste aller Hashes empfangen, welche mit diesen 5 Zeichen beginnen. Nextcloud prüft nun ob der Hash des eingegebenen Passwortes in der Liste der Hashes enthalten ist.",
+ "Minimal length" : "Minimale Länge",
+ "days until user password expires" : "Tage bis zum Ablauf des Benutzerpassworts",
+ "login attempts before the user account is blocked. (0 for no limit)" : "Login Versuche bis das Benutzerkonto gesperrt wird. (0 für kein Limit) "
},
"nplurals=2; plural=(n != 1);");