From 918f3ad5885ca7963775cd4d537366f4a48f1778 Mon Sep 17 00:00:00 2001 From: brixik1 Date: Wed, 11 Oct 2023 10:44:04 +0200 Subject: [PATCH] add translation from Weblate (Czech) --- lang/form/cs-CZ.json | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 lang/form/cs-CZ.json diff --git a/lang/form/cs-CZ.json b/lang/form/cs-CZ.json new file mode 100644 index 0000000..817c3c9 --- /dev/null +++ b/lang/form/cs-CZ.json @@ -0,0 +1,82 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "oldPassword": "", + "newPassword": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "confirmationRequired": "", + "confirmationRequiredMessage": "", + "yourAccountIsValidUntil": "", + "sendPIN": "", + "sendPINDiscord": "", + "matrixEnterUser": "", + "welcomeUser": "", + "addContactMethod": "", + "editContactMethod": "", + "joinTheServer": "", + "customMessagePlaceholderHeader": "", + "customMessagePlaceholderContent": "", + "userPageSuccessMessage": "", + "resetPassword": "", + "resetPasswordThroughJellyfin": "", + "resetPasswordThroughLink": "", + "resetSent": "", + "resetSentDescription": "", + "changePassword": "", + "referralsDescription": "", + "copyReferral": "", + "invitedBy": "" + }, + "notifications": { + "errorUserExists": "", + "errorInvalidCode": "", + "errorAccountLinked": "", + "errorEmailLinked": "", + "errorTelegramVerification": "", + "errorDiscordVerification": "", + "errorMatrixVerification": "", + "errorInvalidPIN": "", + "errorUnknown": "", + "errorNoEmail": "", + "errorCaptcha": "", + "errorPassword": "", + "errorNoMatch": "", + "errorOldPassword": "", + "passwordChanged": "", + "verified": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}