ytdlnis/app/src/main/res/values-cs/strings.xml
zaednasr 19a52c13ec
changes
- fixed error notification not being dismissed and having a progress bar
- fixed editing filename template not using multiple copies of the same tag and writing at the cursor
- fixed appending search items in the search view not working for links
- fixed terminal removing any instance of yt-dlp in the command instead of just the beginning
- added ability to long press an item in the format details sheet to see the full string, and copy it/strings
- ellipsised really long titles and authors in history/download details bottom sheet
- now u can see all available piped instances in the piped instance dialog for you to choose
- removed really long format command and replaced them with -S format sorting
- fixed app not hiding adjust templates if user unchecked it
- added ability to show the command that was used in a history item, u can also see that in a queued,cancelled ... download
- Implemented preferred Audio Language. App will automatically choose an audio with your preference if it can find it, both in the download card also if you quick downloaded it
2023-12-03 11:26:24 +01:00

66 lines
No EOL
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="music_directory">Hudební složka</string>
<string name="update_ytdl">Nainstalovat novou verzi yt-dlp</string>
<string name="directories">Složky</string>
<string name="search_hint">Hledat nebo vložit odkaz</string>
<string name="source_code">Zdrojový kód</string>
<string name="remove_all">Odstranit vše</string>
<string name="video_directory">Video složka</string>
<string name="about">Informace</string>
<string name="download_all">Stáhnout vše</string>
<string name="updating">Aktualizuji</string>
<string name="home">Domů</string>
<string name="remove_results">Odstranit výsledky</string>
<string name="failed_download">Soubor se nepodařilo stáhnout</string>
<string name="search">Hledat</string>
<string name="settings">Nastavení</string>
<string name="worst_quality">Nejhorší kvalita</string>
<string name="ytdl_update_hint">Užitečné při problémech se stahováním</string>
<string name="best_quality">Nejlepší kvalita</string>
<string name="save_thumb_summary">Uložit náhled ve složce stahování</string>
<string name="command_download_notification_channel_name">Stažené příkazy</string>
<string name="ytdl_already_updating">Instalace nové verze</string>
<string name="cancel_download">Zrušit stahování</string>
<string name="audio_quality">Kvalita audia</string>
<string name="audio_format">Audio formát</string>
<string name="couldnt_find_apk">Nepodařilo se najít vhodný APK soubor</string>
<string name="ytdl_updating_started">Stahování nové verze</string>
<string name="command_download_notification_channel_description">Upozornění ukazující stahování za pomoci yt-dlp příkazu</string>
<string name="add_chapters">Kapitoly ve videích</string>
<string name="aria2_summary">Použít aria2c jako stahovací algoritmus místo standardního</string>
<string name="processing">Zpracování</string>
<string name="downloading">Stahování</string>
<string name="items_left">zbývající položka/y</string>
<string name="save_thumb">Uložit náhled</string>
<string name="embed_thumb">Obaly náhledů</string>
<string name="search_history_hint">Hledat z historie</string>
<string name="download_notification_channel_description">Notifikace ukazující stahování audio a video souborů</string>
<string name="audio_quality_summary">0 (nejlepší) 10 (nejhorší)</string>
<string name="limit_rate_summary">Maximální limit stahování (v bytech za vteřinu), např. 50K nebo 4.2M</string>
<string name="confirm_delete_history">Potvrdit</string>
<string name="limit_rate">Limit stahování</string>
<string name="version">Verze</string>
<string name="concurrent_fragments_summary">Počet fragmentů DASH/HLS videa pro souběžné stahování</string>
<string name="ok">OK</string>
<string name="video_format">Video formát</string>
<string name="run_command">Spustit příkaz</string>
<string name="Remove">Odstranit</string>
<string name="confirm_delete_history_desc">Trvale smazat celou historii</string>
<string name="more">Více</string>
<string name="history_is_empty">Historie je prázdná</string>
<string name="concurrent_fragments">Souběžné fragmenty</string>
<string name="cancel">Zrušit</string>
<string name="download_notification_channel_name">Stažené soubory</string>
<string name="update_app">Zkontrolovat aktualizace</string>
<string name="video">Video</string>
<string name="embed_thumb_summary">Použít náhled na obálku</string>
<string name="downloading_update">Stahování nové verze</string>
<string name="command_directory">Složka vlastních příkazů</string>
<string name="you_are_in_latest_version">Používáte poslední verzi</string>
<string name="audio">Audio</string>
<string name="add_chapters_summary">Označit YouTube / SponsorBlock segmenty jako kapitoly pro video</string>
<string name="ytld_update_success">Nová verze nainstalována</string>
<string name="no_results">Žádné výsledky</string>
<string name="embed_subs_summary">Přidat titulky do videa</string>
</resources>