From b9574e2d673ff4b8ce0714aaee8aa4d8a04f8bfa Mon Sep 17 00:00:00 2001 From: Frizles Date: Thu, 13 Jan 2022 09:25:53 +0100 Subject: [PATCH] add translation from Weblate (Hungarian) --- lang/form/hu-HU.json | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 lang/form/hu-HU.json diff --git a/lang/form/hu-HU.json b/lang/form/hu-HU.json new file mode 100644 index 0000000..b19aecb --- /dev/null +++ b/lang/form/hu-HU.json @@ -0,0 +1,57 @@ +{ + "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": "", + "verified": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}