diff --git a/src/i18n/he.json b/src/i18n/he.json new file mode 100644 index 0000000..c20cbb8 --- /dev/null +++ b/src/i18n/he.json @@ -0,0 +1,45 @@ +{ + "processing": "מעבד...", + "download": "הורד {{fileType}}", + "official_button": "דרושה הרשמה", + "official_tooltip": "תווים רשמיים מצריכים הרשמה לחשבון פרו (ניתן להירשם בחינם לתקופת נסיון)", + "download_audio": "הורד {{fileType}} שמע", + "full_score": "תווים מלאים", + "button_parent_not_found": "לא נמצא כפתור אב", + "unknown_button_list_mode": "רשימה במצב לא ידוכ", + "cli_usage_hint": "Usage: {{bin}} [options]", + "cli_example_url": "download MP3 of URL to specified directory", + "path_to_folder": "path/to/folder", + "path_to_file": "path/to/file", + "cli_example_folder": "export MIDI and PDF of all files in specified folder to current folder", + "cli_example_file": "export FLAC of specified MusicXML file to current folder", + "cli_option_input_description": "URL, file, or folder to download or convert from", + "cli_option_type_description": "Type of files to download", + "cli_option_output_description": "Folder to save files to", + "cli_option_verbose_description": "Run with verbose logging", + "cli_outdated_version_message": "\nNew version is available! Current version is {{installed}}\nRun npm i -g dl-librescore@{{latest}} to update", + "cli_windows_paste_hint": "right-click to paste", + "cli_linux_paste_hint": "usually Ctrl+Shift+V to paste", + "cli_input_message": "MuseScore URL or path to file or folder:", + "cli_input_suffix": "starts with https://musescore.com/ or is a path", + "cli_types_message": "Filetype Selection", + "cli_output_message": "Output Directory:", + "cli_file_error": "File does not exist", + "cli_type_error": "No types chosen", + "cli_file_extension_error": "Invalid file extension, only gp, gp3, gp4, gp5, gpx, gtp, kar, mid, midi, mscx, mscz, musicxml, mxl, ptb, and xml are supported", + "cli_file_loaded_message": "File loaded", + "cli_score_loaded_message": "Score loaded by Webmscore", + "cli_input_error": "Try using the Webmscore website instead: https://webmscore-pwa.librescore.org", + "cli_parts_message": "Part Selection", + "cli_saved_message": "Saved {{file}}", + "cli_done_message": "Done", + "cli_url_error": "Invalid URL", + "cli_url_type_error": "Only MIDI, MP3, and PDF are downloadable from a URL", + "cli_score_not_found": "Score not found", + "cli_confirm_message": "Continue?", + "id": "ID: {{id}}", + "title": "כותרת: {{title}}", + "no_sheet_images_error": "לא נמצאו קבצי תווים", + "source_code": "קוד מקור", + "version": "גרסה: {{version}}" +}