From b0ee05f07d0c2884bbb74271069ad7cb1150dfd6 Mon Sep 17 00:00:00 2001 From: tobycm Date: Fri, 15 Apr 2022 18:57:40 +0200 Subject: [PATCH] add translation from Weblate (Vietnamese) --- lang/form/vi-VN.json | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 lang/form/vi-VN.json diff --git a/lang/form/vi-VN.json b/lang/form/vi-VN.json new file mode 100644 index 0000000..3266927 --- /dev/null +++ b/lang/form/vi-VN.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": "" + } + } +}