From 5e41de8edd63866d1e821d3f060b14b978171287 Mon Sep 17 00:00:00 2001 From: Mateusz Tasz Date: Thu, 22 Sep 2022 11:52:57 +0200 Subject: [PATCH] add translation from Weblate (Polish) --- lang/form/pl-PL.json | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 lang/form/pl-PL.json diff --git a/lang/form/pl-PL.json b/lang/form/pl-PL.json new file mode 100644 index 0000000..3266927 --- /dev/null +++ b/lang/form/pl-PL.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": "" + } + } +}