Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/public/assets/locale/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"locale": "Místní prostředí",
"locale_desc": "Místní jazyk používaný pro uživatelské rozhraní Sunshine.",
"log_path": "Cesta k logu",
"log_path_desc": "Soubor, ve kterém jsou uloženy aktuální logy Sunshine.",
"log_path_desc": "Soubor, ve kterém je uložen aktuální protokol Sunshine. Při spuštění se uchovává až pět předchozích protokolů s příponami .1 až .5.",
"max_bitrate": "Maximální bitrate",
"max_bitrate_desc": "Maximální bitrate (v Kb/s), kterým bude Sunshine kódovat datový tok. Pokud je nastaven na 0, bude vždy použit bitrate požadovaný aplikací Moonlight.",
"minimum_fps_target": "Minimální cílová hodnota FPS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"locale": "Locale",
"locale_desc": "The locale used for Sunshine's user interface.",
"log_path": "Logfile Path",
"log_path_desc": "The file where the current logs of Sunshine are stored.",
"log_path_desc": "The file where the current Sunshine log is stored. At startup, up to five previous logs are retained with .1 through .5 suffixes.",
"max_bitrate": "Maximum Bitrate",
"max_bitrate_desc": "The maximum bitrate (in Kbps) that Sunshine will encode the stream at. If set to 0, it will always use the bitrate requested by Moonlight.",
"minimum_fps_target": "Minimum FPS Target",
Expand Down
Loading