From 29d26aeb15ee3d5222868dc19c2d4d8907d7ba49 Mon Sep 17 00:00:00 2001 From: frankwalter1301 Date: Sun, 14 Feb 2021 14:54:07 +0100 Subject: [PATCH] add translation from Weblate (Italian) --- lang/form/it-IT.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/form/it-IT.json diff --git a/lang/form/it-IT.json b/lang/form/it-IT.json new file mode 100644 index 0000000..88c3272 --- /dev/null +++ b/lang/form/it-IT.json @@ -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": "" + } + } +}