1
0
mirror of synced 2025-02-02 12:27:25 +01:00
ImHex/plugins/ui/romfs/lang/ru_RU.json
Bananchiki 4d7021ece1
lang: Added Russian translation (#1964)
<!--
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>
2025-01-25 20:06:18 +01:00

125 lines
6.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"code": "ru-RU",
"language": "Russian",
"country": "Russia",
"fallback": false,
"translations": {
"hex.ui.common.add": "Добавить",
"hex.ui.common.address": "Адрес",
"hex.ui.common.allow": "Разрешить",
"hex.ui.common.begin": "Начало",
"hex.ui.common.big": "Старший",
"hex.ui.common.big_endian": "Старший байт",
"hex.ui.common.browse": "Обзор",
"hex.ui.common.bytes": "Байты",
"hex.ui.common.cancel": "Отмена",
"hex.ui.common.choose_file": "Выбрать файл",
"hex.ui.common.close": "Закрыть",
"hex.ui.common.comment": "Комментарий",
"hex.ui.common.continue": "Продолжить",
"hex.ui.common.count": "Количество",
"hex.ui.common.decimal": "Десятичная",
"hex.ui.common.deny": "Отказать",
"hex.ui.common.dont_show_again": "Не показывать снова",
"hex.ui.common.edit": "Редактировать",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "Конец",
"hex.ui.common.endian": "Порядок байтов",
"hex.ui.common.warning": "Предупреждение",
"hex.ui.common.error": "Ошибка",
"hex.ui.common.fatal": "Критическая ошибка",
"hex.ui.common.file": "Файл",
"hex.ui.common.filter": "Фильтр",
"hex.ui.common.hexadecimal": "Шестнадцатеричная",
"hex.ui.common.info": "Информация",
"hex.ui.common.instruction": "Инструкция",
"hex.ui.common.key": "Ключ",
"hex.ui.common.link": "Привязать",
"hex.ui.common.little": "Младший",
"hex.ui.common.little_endian": "Младший байт",
"hex.ui.common.load": "Загрузить",
"hex.ui.common.loading": "Загрузка...",
"hex.ui.common.match_selection": "Найти совпадение",
"hex.ui.common.name": "Имя",
"hex.ui.common.no": "Нет",
"hex.ui.common.number_format": "Система счисления",
"hex.ui.common.octal": "Восьмеричная",
"hex.ui.common.offset": "Смещение",
"hex.ui.common.okay": "Окей",
"hex.ui.common.open": "Открыть",
"hex.ui.common.on": "Вкл",
"hex.ui.common.off": "Выкл",
"hex.ui.common.path": "Путь",
"hex.ui.common.percentage": "Процент",
"hex.ui.common.processing": "Обработка",
"hex.ui.common.project": "Проект",
"hex.ui.common.question": "Вопрос",
"hex.ui.common.range": "Диапазон",
"hex.ui.common.range.entire_data": "Все данные",
"hex.ui.common.range.selection": "Выделение",
"hex.ui.common.region": "Участок",
"hex.ui.common.remove": "Удалить",
"hex.ui.common.reset": "Сбросить",
"hex.ui.common.set": "Подтвердить",
"hex.ui.common.settings": "Настройки",
"hex.ui.common.size": "Размер",
"hex.ui.common.type": "Тип",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "Значение",
"hex.ui.common.yes": "Да",
"hex.ui.hex_editor.ascii_view": "ASCII представление",
"hex.ui.hex_editor.custom_encoding_view": "Продвинутый столбец декодирования",
"hex.ui.hex_editor.columns": "Столбцов",
"hex.ui.hex_editor.human_readable_units_footer": "Перевести размеры в читаемые единицы",
"hex.ui.hex_editor.data_size": "Размер данных",
"hex.ui.hex_editor.data_cell_options": "Параметры ячеек",
"hex.ui.hex_editor.gray_out_zero": "Затемнить нули",
"hex.ui.hex_editor.minimap": "Мини-карта\n(Правый клик для настроек)",
"hex.ui.hex_editor.minimap.width": "Ширина",
"hex.ui.hex_editor.no_bytes": "Нет байтов",
"hex.ui.hex_editor.page": "Страница",
"hex.ui.hex_editor.region": "Участок",
"hex.ui.hex_editor.selection": "Выделение",
"hex.ui.hex_editor.selection.none": "Ничего",
"hex.ui.hex_editor.uppercase_hex": "Hex символы с заглавной буквы",
"hex.ui.hex_editor.visualizer": "Визуализатор данных",
"hex.ui.pattern_drawer.color": "Цвет",
"hex.ui.pattern_drawer.comment": "Комментарий",
"hex.ui.pattern_drawer.double_click": "Двойной клик, чтобы увидеть больше",
"hex.ui.pattern_drawer.end": "Конец",
"hex.ui.pattern_drawer.export": "Экспортировать данные как",
"hex.ui.pattern_drawer.favorites": "Избранное",
"hex.ui.pattern_drawer.local": "Локальный",
"hex.ui.pattern_drawer.size": "Размер",
"hex.ui.pattern_drawer.spec_name": "Отображать названия спецификаций",
"hex.ui.pattern_drawer.start": "Начало",
"hex.ui.pattern_drawer.tree_style.tree": "Дерево",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Автопродлённое дерево",
"hex.ui.pattern_drawer.tree_style.flattened": "Уплотнённое дерево",
"hex.ui.pattern_drawer.type": "Тип",
"hex.ui.pattern_drawer.updating": "Обновление шаблонов...",
"hex.ui.pattern_drawer.value": "Значение",
"hex.ui.pattern_drawer.var_name": "Имя",
"hex.ui.pattern_drawer.visualizer.unknown": "Неизвестный визуализатор",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Неверное количество параметров",
"hex.ui.diagram.byte_type_distribution.plain_text": "Обычный текст",
"hex.ui.diagram.byte_type_distribution.similar_bytes": "Похожие байты"
}
}