From 0af393236fadb8c93fe573ce8c57aff02223e37e Mon Sep 17 00:00:00 2001 From: Marketos Damigos Date: Thu, 11 Feb 2021 14:58:35 +0100 Subject: [PATCH] add translation from Weblate (Greek) --- lang/form/el-GR.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/form/el-GR.json diff --git a/lang/form/el-GR.json b/lang/form/el-GR.json new file mode 100644 index 0000000..88c3272 --- /dev/null +++ b/lang/form/el-GR.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": "" + } + } +}