4d7021ece1
<!-- Please provide as much information as possible about what your PR aims to do. PRs with no description will most likely be closed until more information is provided. If you're planing on changing fundamental behaviour or add big new features, please open a GitHub Issue first before starting to work on it. If it's not something big and you still want to contact us about it, feel free to do so ! --> ### Description This pull request introduces a complete Russian translation for ImHex, ensuring that Russian-speaking users can navigate and utilize the software in their native language. The translation covers all user interface elements, menus, dialogs, and messages, providing a seamless experience for Russian users. ### Testing The translation has been thoroughly tested to ensure accuracy and completeness. All translated text has been reviewed for grammatical correctness and contextual appropriateness. ### Screenshots ![image](https://github.com/user-attachments/assets/455ca03d-0b33-45d2-9ed5-ddb404bd0728) ![image](https://github.com/user-attachments/assets/a7ebdb40-806f-43d9-ab36-deea730505c1) ![image](https://github.com/user-attachments/assets/29c5d21b-7443-4751-9129-e5fa054066d3) Co-authored-by: Lemon4ksan <senya20151718@gmail.com>
29 lines
2.0 KiB
JSON
29 lines
2.0 KiB
JSON
{
|
||
"code": "ru-RU",
|
||
"country": "Russia",
|
||
"language": "Russian",
|
||
"translations": {
|
||
"hex.builtin.setting.general.context_menu_entry": "Добавить в контекстное меню Windows",
|
||
"hex.builtin.setting.interface.show_resource_usage": "Показывать использование ресурсов",
|
||
"hex.windows.view.tty_console.auto_scroll": "Автопрокрутка",
|
||
"hex.windows.view.tty_console.baud": "Скорость передачи данных",
|
||
"hex.windows.view.tty_console.clear": "Очистить",
|
||
"hex.windows.view.tty_console.config": "Настройки",
|
||
"hex.windows.view.tty_console.connect": "Подключиться",
|
||
"hex.windows.view.tty_console.connect_error": "Не удалось подключиться к COM-порту!",
|
||
"hex.windows.view.tty_console.console": "Консоль",
|
||
"hex.windows.view.tty_console.cts": "Использовать управление потоком CTS",
|
||
"hex.windows.view.tty_console.disconnect": "Отключиться",
|
||
"hex.windows.view.tty_console.name": "TTY консоль",
|
||
"hex.windows.view.tty_console.no_available_port": "Не выбран допустимый COM-порт или он недоступен!",
|
||
"hex.windows.view.tty_console.num_bits": "Биты данных",
|
||
"hex.windows.view.tty_console.parity_bits": "Бит чётности",
|
||
"hex.windows.view.tty_console.port": "Порт",
|
||
"hex.windows.view.tty_console.reload": "Перезагрузить",
|
||
"hex.windows.view.tty_console.send_eot": "Отправить EOT",
|
||
"hex.windows.view.tty_console.send_etx": "Отправить ETX",
|
||
"hex.windows.view.tty_console.send_sub": "Отправить SUB",
|
||
"hex.windows.view.tty_console.stop_bits": "Стоповые биты",
|
||
"hex.windows.view.tty_console.task.transmitting": "Передача данных..."
|
||
}
|
||
} |