From bdebd97dc053cd9790501cb81bbfa1cda11fa87b Mon Sep 17 00:00:00 2001 From: vaheeD khoshnouD Date: Sat, 7 Aug 2021 21:09:41 +0200 Subject: [PATCH] add translation from Weblate (Persian) --- lang/form/fa-IR.json | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 lang/form/fa-IR.json diff --git a/lang/form/fa-IR.json b/lang/form/fa-IR.json new file mode 100644 index 0000000..77fda76 --- /dev/null +++ b/lang/form/fa-IR.json @@ -0,0 +1,57 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "successContinueButton": "", + "confirmationRequired": "", + "confirmationRequiredMessage": "", + "yourAccountIsValidUntil": "", + "sendPIN": "", + "sendPINDiscord": "", + "matrixEnterUser": "" + }, + "notifications": { + "errorUserExists": "", + "errorInvalidCode": "", + "errorTelegramVerification": "", + "errorDiscordVerification": "", + "errorMatrixVerification": "", + "errorInvalidPIN": "", + "errorUnknown": "", + "verified": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}