mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
Added Slovak langage, improved Czech language
This commit is contained in:
parent
29a2719595
commit
62c6ebe55a
@ -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/),
|
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).
|
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
|
## [0.4.8] - 2024-12-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"-1 for no limit, or a positive integer for a specific limit": "",
|
"-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 --api-auth username_password`)": "(např. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
|
||||||
"(latest)": "Nejnovější",
|
"(latest)": "Nejnovější",
|
||||||
@ -493,7 +493,7 @@
|
|||||||
"JSON Preview": "Náhled JSON",
|
"JSON Preview": "Náhled JSON",
|
||||||
"July": "Červenec",
|
"July": "Červenec",
|
||||||
"June": "červen",
|
"June": "červen",
|
||||||
"JWT Expiration": "Vypršení platnosti JWT (JSON Web Token)",
|
"JWT Expiration": "Vypršení JWT",
|
||||||
"JWT Token": "JWT Token (JSON Web Token)",
|
"JWT Token": "JWT Token (JSON Web Token)",
|
||||||
"Keep Alive": "Udržovat spojení",
|
"Keep Alive": "Udržovat spojení",
|
||||||
"Key": "",
|
"Key": "",
|
||||||
@ -659,8 +659,8 @@
|
|||||||
"Permission denied when accessing microphone: {{error}}": "Oprávnění zamítnuto při přístupu k mikrofonu: {{error}}",
|
"Permission denied when accessing microphone: {{error}}": "Oprávnění zamítnuto při přístupu k mikrofonu: {{error}}",
|
||||||
"Permissions": "",
|
"Permissions": "",
|
||||||
"Personalization": "Personalizace",
|
"Personalization": "Personalizace",
|
||||||
"Pin": "Kolík",
|
"Pin": "",
|
||||||
"Pinned": "Připnuto",
|
"Pinned": "",
|
||||||
"Pioneer insights": "",
|
"Pioneer insights": "",
|
||||||
"Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna",
|
"Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna",
|
||||||
"Pipeline downloaded successfully": "Kanál byl úspěšně stažen",
|
"Pipeline downloaded successfully": "Kanál byl úspěšně stažen",
|
||||||
|
@ -147,6 +147,10 @@
|
|||||||
"code": "ru-RU",
|
"code": "ru-RU",
|
||||||
"title": "Russian (Russia)"
|
"title": "Russian (Russia)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "sk-SK",
|
||||||
|
"title": "Slovak (Slovenčina)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "sv-SE",
|
"code": "sv-SE",
|
||||||
"title": "Swedish (Svenska)"
|
"title": "Swedish (Svenska)"
|
||||||
|
Loading…
Reference in New Issue
Block a user