1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 11:27:46 +02:00

add translation from Weblate (German)

This commit is contained in:
hrfee 2021-01-20 09:03:18 +01:00 committed by Weblate
parent 901abfb3e5
commit 7c61392ff4

41
lang/form/de-DE.json Normal file
View File

@ -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": ""
}
}
}