From 7c61392ff47bd780a701d680b8a30c4606264e83 Mon Sep 17 00:00:00 2001 From: hrfee Date: Wed, 20 Jan 2021 09:03:18 +0100 Subject: [PATCH] add translation from Weblate (German) --- lang/form/de-DE.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lang/form/de-DE.json diff --git a/lang/form/de-DE.json b/lang/form/de-DE.json new file mode 100644 index 0000000..d93703f --- /dev/null +++ b/lang/form/de-DE.json @@ -0,0 +1,41 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "successContinueButton": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}