From ddd8f241ee33025d4081938f6096b0d40b35a07f Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 25 May 2020 17:05:56 +0200 Subject: [PATCH] Approval. --- nodac/de/languser.json | 9 +++++---- nodac/en/languser.json | 3 ++- nodac/hu/languser.json | 3 ++- nodac/id/languser.json | 3 ++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/nodac/de/languser.json b/nodac/de/languser.json index 593fad5c..74462cfe 100644 --- a/nodac/de/languser.json +++ b/nodac/de/languser.json @@ -8,7 +8,7 @@ "last_login": "Letzte Anmeldung", "username": "Anmeldename", "realname": "Wirklicher Name", - "mail": "Email", + "mail": "E-Mail", "password": "Passwort", "new_password": "Neues Passwort (Leer = Nicht \u00c4ndern)", "password_confirmation": "Passwort Best\u00e4tigung", @@ -18,8 +18,9 @@ "groupadmin": "Gruppen-Administrator", "editor": "Bearbeiter", "switch_language": "Sprache wechseln", - "month": "month", - "year": "year", - "username_too_short": "Username must be at least 5 characters long" + "month": "Monat", + "year": "Jahr", + "username_too_short": "Benutzernamen m\u00fcssen mindestens 5 Zeichen lang sein", + "password_too_short": "Passworte m\u00fcssen mindestens 8 Zeichen lang sein" } } \ No newline at end of file diff --git a/nodac/en/languser.json b/nodac/en/languser.json index fc576d54..18db08b7 100644 --- a/nodac/en/languser.json +++ b/nodac/en/languser.json @@ -20,6 +20,7 @@ "switch_language": "Switch language", "month": "month", "year": "year", - "username_too_short": "Username must be at least 5 characters long" + "username_too_short": "Username must be at least 5 characters long", + "password_too_short": "A password needs to be at least 8 characters long" } } \ No newline at end of file diff --git a/nodac/hu/languser.json b/nodac/hu/languser.json index 733ec43a..22f2bc94 100644 --- a/nodac/hu/languser.json +++ b/nodac/hu/languser.json @@ -20,6 +20,7 @@ "switch_language": "Switch language", "month": "month", "year": "year", - "username_too_short": "Username must be at least 5 characters long" + "username_too_short": "Username must be at least 5 characters long", + "password_too_short": "A password needs to be at least 8 characters long" } } \ No newline at end of file diff --git a/nodac/id/languser.json b/nodac/id/languser.json index d668630b..ef9546a4 100644 --- a/nodac/id/languser.json +++ b/nodac/id/languser.json @@ -20,6 +20,7 @@ "switch_language": "Ubah bahasa", "month": "bulan", "year": "tahun", - "username_too_short": "Username must be at least 5 characters long" + "username_too_short": "Username must be at least 5 characters long", + "password_too_short": "A password needs to be at least 8 characters long" } } \ No newline at end of file