-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from Fjuro/patch-1
Update Czech language
- Loading branch information
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,45 @@ | ||
{ | ||
"full_score": "Plné skóre", | ||
"id": "ID: {{id}}" | ||
"processing": "Zpracovávání…", | ||
"download": "Stáhnout {{fileType}}", | ||
"official_button": "Vyžadováno předplatné", | ||
"official_tooltip": "Oficiální partitury vyžadují ke stažení předplatné MuseScore Pro+ (dostupná bezplatná zkušební doba).", | ||
"download_audio": "Stáhnout zvuk {{fileType}}", | ||
"full_score": "Celá partitura", | ||
"button_parent_not_found": "Nadřazený prvek tlačítka nenalezen", | ||
"unknown_button_list_mode": "Neznámý režim seznamu tlačítka", | ||
"cli_usage_hint": "Použití: {{bin}} [možnosti]", | ||
"cli_example_url": "stáhnout MP3 nebo adresu URL do určitého adresáře", | ||
"path_to_folder": "cesta/ke/složce", | ||
"path_to_file": "cesta/k/souboru", | ||
"cli_example_folder": "exportovat MIDI a PDF ze všech souborů v zadané složce do aktuální složky", | ||
"cli_example_file": "exportovat FLAC nebo zadaný soubor MusicXML do aktuální složky", | ||
"cli_option_input_description": "URL, soubor nebo složka ke stažení nebo k převodu", | ||
"cli_option_type_description": "Typ souborů ke stažení", | ||
"cli_option_output_description": "Složka, do které ukládat soubory", | ||
"cli_option_verbose_description": "Spustit s podrobným protokolováním", | ||
"cli_outdated_version_message": "\nJe dostupná nová verze! Aktuální verze je {{installed}}\nSpusťte npm i -g dl-librescore@{{latest}} pro aktualizaci", | ||
"cli_windows_paste_hint": "klikněte pravým pro vložení", | ||
"cli_linux_paste_hint": "obvykle Ctrl+Shift+V pro vložení", | ||
"cli_input_message": "Adresa URL MuseScore nebo cesta k souboru nebo složce:", | ||
"cli_input_suffix": "začíná na https://musescore.com/ nebo je cesta", | ||
"cli_types_message": "Výběr typu souboru", | ||
"cli_output_message": "Výstupní adresář:", | ||
"cli_file_error": "Soubor neexistuje", | ||
"cli_type_error": "Nejsou vybrány žádné typy", | ||
"cli_file_extension_error": "Neplatná přípona souboru, jsou podporovány pouze gp, gp3, gp4, gp5, gpx, gtp, kar, mid, midi, mscx, mscz, musicxml, mxl, ptb a xml", | ||
"cli_file_loaded_message": "Soubor načten", | ||
"cli_score_loaded_message": "Partitura načtena službou Webmscore", | ||
"cli_input_error": "Zkuste místo toho použít stránku Webmscore: https://webmscore-pwa.librescore.org", | ||
"cli_parts_message": "Výběr části", | ||
"cli_saved_message": "Soubor {{file}} uložen", | ||
"cli_done_message": "Hotovo", | ||
"cli_url_error": "Neplatná adresa URL", | ||
"cli_url_type_error": "Z adresy URL lze stáhnout pouze soubory MIDI, MP3, a PDF", | ||
"cli_score_not_found": "Partitura nenalezena", | ||
"cli_confirm_message": "Pokračovat?", | ||
"id": "ID: {{id}}", | ||
"title": "Název: {{title}}", | ||
"no_sheet_images_error": "Nenalezeny žádné obrázky not", | ||
"source_code": "Zdrojový kód", | ||
"version": "Verze: {{version}}" | ||
} |