From 3e9da3baf7c9e9abd917cb01565602a0069c47a4 Mon Sep 17 00:00:00 2001 From: woosade Date: Wed, 28 Apr 2021 09:30:03 +0200 Subject: [PATCH] add translation from Weblate (Spanish) --- lang/form/es-ES.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 lang/form/es-ES.json 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": "" + } + } +}