From 11d8b90f881ce8eeebbff97cfc4546aecfb81cbe Mon Sep 17 00:00:00 2001 From: collateral127 Date: Tue, 24 Jan 2023 11:33:22 +0000 Subject: [PATCH] translation from Weblate (English (United Kingdom)) Currently translated at 100.0% (40 of 40 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/en_GB/ --- lang/form/en-gb.json | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/lang/form/en-gb.json b/lang/form/en-gb.json index fb17ca3..c165ce1 100644 --- a/lang/form/en-gb.json +++ b/lang/form/en-gb.json @@ -1,5 +1,60 @@ { "meta": { "name": "English (GB)" + }, + "strings": { + "confirmationRequired": "Email confirmation required", + "createAccountHeader": "Create Account", + "accountDetails": "Details", + "emailAddress": "Email", + "username": "Username", + "password": "Password", + "reEnterPassword": "Re-enter Password", + "createAccountButton": "Create Account", + "passwordRequirementsHeader": "Password Requirements", + "successHeader": "Success!", + "pageTitle": "Create Jellyfin Account", + "reEnterPasswordInvalid": "Passwords are not the same.", + "confirmationRequiredMessage": "Please check your email inbox to verify your address.", + "yourAccountIsValidUntil": "Your account will be valid until {date}.", + "sendPIN": "Send the PIN below to the bot, then come back here to link your account.", + "sendPINDiscord": "Type {command} in {server_channel} on Discord, then send the PIN below.", + "matrixEnterUser": "Enter your User ID, press submit, and a PIN will be sent to you. Enter it here to continue." + }, + "notifications": { + "errorUnknown": "Unknown error.", + "verified": "Account verified.", + "errorCaptcha": "Captcha incorrect.", + "errorPassword": "Check password requirements.", + "errorNoMatch": "Passwords don't match.", + "errorTelegramVerification": "Telegram verification required.", + "errorInvalidPIN": "PIN is invalid.", + "errorUserExists": "User already exists.", + "errorInvalidCode": "Invalid invite code.", + "errorMatrixVerification": "Matrix verification required.", + "errorDiscordVerification": "Discord verification required.", + "errorNoEmail": "Email required." + }, + "validationStrings": { + "length": { + "singular": "Must have at least {n} character", + "plural": "Must have at least {n} characters" + }, + "number": { + "plural": "Must have at least {n} numbers", + "singular": "Must have at least {n} number" + }, + "special": { + "plural": "Must have at least {n} special characters", + "singular": "Must have at least {n} special character" + }, + "uppercase": { + "singular": "Must have at least {n} uppercase character", + "plural": "Must have at least {n} uppercase characters" + }, + "lowercase": { + "singular": "Must have at least {n} lowercase character", + "plural": "Must have at least {n} lowercase characters" + } } }