Browse Source

Added Slovak langage, improved Czech language

Michal Hudak 4 months ago
parent
commit
62c6ebe55a
3 changed files with 11 additions and 4 deletions
  1. 3 0
      CHANGELOG.md
  2. 4 4
      src/lib/i18n/locales/cs-CZ/translation.json
  3. 4 0
      src/lib/i18n/locales/languages.json

+ 3 - 0
CHANGELOG.md

@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+### Added
+- **🌐 Enhanced Translations**: Added Slovak language, improved Czech language.
+
 ## [0.4.8] - 2024-12-07
 
 ### Added

+ 4 - 4
src/lib/i18n/locales/cs-CZ/translation.json

@@ -1,6 +1,6 @@
 {
 	"-1 for no limit, or a positive integer for a specific limit": "",
-	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' nebo '-1' pro žádné vypršení platnosti.",
+	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' nebo '-1' pro žádné vypršení.",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(např. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
 	"(latest)": "Nejnovější",
@@ -493,7 +493,7 @@
 	"JSON Preview": "Náhled JSON",
 	"July": "Červenec",
 	"June": "červen",
-	"JWT Expiration": "Vypršení platnosti JWT (JSON Web Token)",
+	"JWT Expiration": "Vypršení JWT",
 	"JWT Token": "JWT Token (JSON Web Token)",
 	"Keep Alive": "Udržovat spojení",
 	"Key": "",
@@ -659,8 +659,8 @@
 	"Permission denied when accessing microphone: {{error}}": "Oprávnění zamítnuto při přístupu k mikrofonu: {{error}}",
 	"Permissions": "",
 	"Personalization": "Personalizace",
-	"Pin": "Kolík",
-	"Pinned": "Připnuto",
+	"Pin": "",
+	"Pinned": "",
 	"Pioneer insights": "",
 	"Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna",
 	"Pipeline downloaded successfully": "Kanál byl úspěšně stažen",

+ 4 - 0
src/lib/i18n/locales/languages.json

@@ -147,6 +147,10 @@
 		"code": "ru-RU",
 		"title": "Russian (Russia)"
 	},
+	{
+		"code": "sk-SK",
+		"title": "Slovak (Slovenčina)"
+	},
 	{
 		"code": "sv-SE",
 		"title": "Swedish (Svenska)"