Skip to content

Commit

Permalink
chore: update (Russian) translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DKOTOFFEY authored and weblate committed Apr 30, 2024
1 parent 781fd35 commit 5a73e15
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/i18n/ru.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"cli_usage_hint": "",
"cli_usage_hint": "Применение: {{bin}} [опции]",
"processing": "Обработка…",
"download": "Загрузить {{fileType}}",
"full_score": "Партитура целиком",
"download_audio": "Скачать {{fileType}} аудио",
"button_parent_not_found": "",
"unknown_button_list_mode": "",
"button_parent_not_found": "Параметр кнопки не найден",
"unknown_button_list_mode": "Неизвестные режимы кнопок",
"cli_example_url": "скачать MP3 по URL в указанный каталог",
"path_to_folder": "",
"path_to_file": "",
"cli_example_folder": "экспорт всех файлов MIDI и PDF из указанной папки в текущую папку",
"cli_example_file": "",
"cli_option_input_description": "",
"cli_option_type_description": "",
"cli_option_output_description": "",
"cli_option_verbose_description": "",
"cli_outdated_version_message": "",
"cli_windows_paste_hint": "Щелкните правой кнопкой мыши, чтобы вставить",
"cli_linux_paste_hint": "",
"cli_input_message": "",
"cli_input_suffix": "",
"cli_types_message": "",
"cli_output_message": "",
"cli_file_error": "",
"cli_type_error": "",
"cli_file_extension_error": "",
"path_to_folder": "путь/к/папке",
"path_to_file": "путь/к/файлу",
"cli_example_folder": "экспортировать всех файлов MIDI и PDF из указанной папки в текущую папку",
"cli_example_file": "экспортировать FLAC указанного файла MusicXML в текущую папку",
"cli_option_input_description": "URL-адрес, файл, или папка для загрузки или преобразования",
"cli_option_type_description": "Тип файлов для скачивания",
"cli_option_output_description": "Папка для сохранения файлов",
"cli_option_verbose_description": "Запуск с подробным ведением логов",
"cli_outdated_version_message": "\nДоступна новая версия! Текущая версия: {{installed}}\nЗапустите npm i -g dl-librescore@{{latest}} для обновления",
"cli_windows_paste_hint": "Щёлкните правой клавишей мыши, чтобы вставить",
"cli_linux_paste_hint": "используйте Ctrl+Shift+V для вставки",
"cli_input_message": "URL-адрес MuseScore или путь к файлу или папке:",
"cli_input_suffix": "начните с https://musescore.com/ или укажите полный путь",
"cli_types_message": "Укажите типы файлов",
"cli_output_message": "Укажите Каталог для сохранения:",
"cli_file_error": "Нет файла",
"cli_type_error": "Типы не указаны",
"cli_file_extension_error": "Неверное расширение файла. Поддерживаются только gp, gp3, gp4, gp5, gpx, gtp, kar, Mid, Midi, mscx, mscz, musicxml, mxl, ptb и xml",
"cli_file_loaded_message": "Файл загружен",
"cli_score_loaded_message": "",
"cli_input_error": "",
"cli_parts_message": "",
"cli_saved_message": "",
"cli_score_loaded_message": "Результат загружена с помощью Webmscore",
"cli_input_error": "Попробуйте использовать веб-сайт Webmscore: https://webmscore-pwa.librescore.org",
"cli_parts_message": "Выбор инструментов",
"cli_saved_message": "Сохранён {{file}}",
"cli_done_message": "Выполнено",
"cli_url_error": "",
"cli_url_type_error": "",
"cli_score_not_found": "",
"cli_url_error": "Неверная URL-адрес",
"cli_url_type_error": "По данному URL-адресу можно загрузить только MIDI, MP3 и PDF",
"cli_score_not_found": "Результат не найдена",
"cli_confirm_message": "Продолжить?",
"id": "",
"title": "",
"no_sheet_images_error": "",
"source_code": "",
"version": "",
"id": "Код: {{id}}",
"title": "Название: {{title}}",
"no_sheet_images_error": "Изображения нот не найдены",
"source_code": "Исходный код",
"version": "Версия: {{version}}",
"official_button": "Требуется подписка",
"official_tooltip": "Для загрузки Официальных партитур требуется подписка MuseScore Pro+ (доступна бесплатная пробная версия)."
}

0 comments on commit 5a73e15

Please sign in to comment.