mirror of
https://github.com/open-webui/open-webui
synced 2024-12-28 23:02:25 +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/),
|
||||
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
|
||||
|
@ -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",
|
||||
|
@ -147,6 +147,10 @@
|
||||
"code": "ru-RU",
|
||||
"title": "Russian (Russia)"
|
||||
},
|
||||
{
|
||||
"code": "sk-SK",
|
||||
"title": "Slovak (Slovenčina)"
|
||||
},
|
||||
{
|
||||
"code": "sv-SE",
|
||||
"title": "Swedish (Svenska)"
|
||||
|
Loading…
Reference in New Issue
Block a user