From 9e7914e0b63bbc7dedfe6f2eba30308be4d786eb Mon Sep 17 00:00:00 2001 From: mossh Date: Thu, 3 Mar 2022 02:51:33 +0100 Subject: [PATCH] add translation from Weblate (Arabic) --- lang/form/ar-AA.json | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 lang/form/ar-AA.json diff --git a/lang/form/ar-AA.json b/lang/form/ar-AA.json new file mode 100644 index 0000000..3266927 --- /dev/null +++ b/lang/form/ar-AA.json @@ -0,0 +1,60 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "confirmationRequired": "", + "confirmationRequiredMessage": "", + "yourAccountIsValidUntil": "", + "sendPIN": "", + "sendPINDiscord": "", + "matrixEnterUser": "" + }, + "notifications": { + "errorUserExists": "", + "errorInvalidCode": "", + "errorTelegramVerification": "", + "errorDiscordVerification": "", + "errorMatrixVerification": "", + "errorInvalidPIN": "", + "errorUnknown": "", + "errorNoEmail": "", + "errorCaptcha": "", + "errorPassword": "", + "errorNoMatch": "", + "verified": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}