diff --git a/lang/form/es-ES.json b/lang/form/es-ES.json new file mode 100644 index 0000000..5248599 --- /dev/null +++ b/lang/form/es-ES.json @@ -0,0 +1,48 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "successContinueButton": "", + "confirmationRequired": "", + "confirmationRequiredMessage": "", + "yourAccountIsValidUntil": "" + }, + "notifications": { + "errorUserExists": "", + "errorInvalidCode": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}