From 04f354b3d1180c1e386c4b40b253961a429ef8ef Mon Sep 17 00:00:00 2001 From: brixik1 Date: Wed, 11 Oct 2023 11:02:54 +0200 Subject: [PATCH] Added translation using Weblate (Czech) --- lang/setup/cs-CZ.json | 160 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 lang/setup/cs-CZ.json diff --git a/lang/setup/cs-CZ.json b/lang/setup/cs-CZ.json new file mode 100644 index 0000000..1444858 --- /dev/null +++ b/lang/setup/cs-CZ.json @@ -0,0 +1,160 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "next": "", + "back": "", + "optional": "", + "serverType": "", + "disabled": "", + "enabled": "", + "port": "", + "message": "", + "serverAddress": "", + "emailSubject": "", + "URL": "", + "apiKey": "", + "error": "", + "errorInvalidUserPass": "", + "errorNotAdmin": "", + "errorUserDisabled": "", + "error404": "", + "errorConnectionRefused": "", + "errorUnknown": "" + }, + "startPage": { + "welcome": "", + "pressStart": "", + "httpsNotice": "", + "start": "" + }, + "endPage": { + "finished": "", + "restartMessage": "", + "refreshPage": "" + }, + "language": { + "title": "", + "description": "", + "defaultAdminLang": "", + "defaultFormLang": "", + "defaultEmailLang": "" + }, + "general": { + "title": "", + "listenAddress": "", + "urlBase": "", + "urlBaseNotice": "", + "lightTheme": "", + "darkTheme": "", + "useHTTPS": "", + "httpsPort": "", + "useHTTPSNotice": "", + "pathToCertificate": "", + "pathToKeyFile": "" + }, + "updates": { + "title": "", + "description": "", + "updateChannel": "", + "stable": "", + "unstable": "" + }, + "login": { + "title": "", + "description": "", + "authorizeWithJellyfin": "", + "authorizeManual": "", + "adminOnly": "", + "allowAll": "", + "allowAllDescription": "", + "authorizeManualUserPageNotice": "", + "emailNotice": "" + }, + "jellyfinEmby": { + "title": "", + "description": "", + "embyNotice": "", + "internal": "", + "external": "", + "replaceJellyfin": "", + "replaceJellyfinNotice": "", + "addressExternalNotice": "", + "testConnection": "" + }, + "ombi": { + "title": "", + "description": "", + "apiKeyNotice": "" + }, + "messages": { + "title": "", + "description": "" + }, + "email": { + "title": "", + "description": "", + "method": "", + "useEmailAsUsername": "", + "useEmailAsUsernameNotice": "", + "fromAddress": "", + "senderName": "", + "dateFormat": "", + "dateFormatNotice": "", + "encryption": "", + "mailgunApiURL": "" + }, + "notifications": { + "title": "", + "description": "" + }, + "userPage": { + "title": "", + "description": "", + "customizeMessages": "", + "requiredSettings": "" + }, + "welcomeEmails": { + "title": "", + "description": "" + }, + "inviteEmails": { + "title": "", + "description": "" + }, + "passwordResets": { + "title": "", + "description": "", + "pathToJellyfin": "", + "pathToJellyfinNotice": "", + "resetLinks": "", + "resetLinksRequiredForUserPage": "", + "resetLinksNotice": "", + "resetLinksLanguage": "", + "setPassword": "", + "setPasswordNotice": "" + }, + "passwordValidation": { + "title": "", + "description": "", + "length": "", + "uppercase": "", + "lowercase": "", + "numbers": "", + "special": "" + }, + "helpMessages": { + "title": "", + "description": "", + "contactMessage": "", + "contactMessageNotice": "", + "helpMessage": "", + "helpMessageNotice": "", + "successMessage": "", + "successMessageNotice": "", + "emailMessage": "", + "emailMessageNotice": "" + } +}