From bcd1011b688a2d705df0377261abc8d03476aefe Mon Sep 17 00:00:00 2001 From: XCQi <794404765@qq.com> Date: Fri, 20 Aug 2021 12:55:43 +0200 Subject: [PATCH] add translation from Weblate (Chinese (Simplified)) --- lang/form/zh-Hans.json | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 lang/form/zh-Hans.json diff --git a/lang/form/zh-Hans.json b/lang/form/zh-Hans.json new file mode 100644 index 0000000..77fda76 --- /dev/null +++ b/lang/form/zh-Hans.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": "" + } + } +}