1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-28 04:17:45 +02:00

add translation from Weblate (Italian)

This commit is contained in:
frankwalter1301 2021-02-14 14:54:07 +01:00 committed by Weblate
parent 33b7876826
commit 29d26aeb15

47
lang/form/it-IT.json Normal file
View File

@ -0,0 +1,47 @@
{
"meta": {
"name": ""
},
"strings": {
"pageTitle": "",
"createAccountHeader": "",
"accountDetails": "",
"emailAddress": "",
"username": "",
"password": "",
"reEnterPassword": "",
"reEnterPasswordInvalid": "",
"createAccountButton": "",
"passwordRequirementsHeader": "",
"successHeader": "",
"successContinueButton": "",
"confirmationRequired": "",
"confirmationRequiredMessage": ""
},
"notifications": {
"errorUserExists": "",
"errorInvalidCode": ""
},
"validationStrings": {
"length": {
"singular": "",
"plural": ""
},
"uppercase": {
"singular": "",
"plural": ""
},
"lowercase": {
"singular": "",
"plural": ""
},
"number": {
"singular": "",
"plural": ""
},
"special": {
"singular": "",
"plural": ""
}
}
}