1
0
mirror of synced 2025-02-09 07:19:38 +01:00
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

37 lines
2.2 KiB
JSON

{
"code": "ru-RU",
"language": "Russian",
"country": "Russia",
"fallback": false,
"translations": {
"hex.hashes.achievement.misc.create_hash.name": "Хэшбраун",
"hex.hashes.achievement.misc.create_hash.desc": "Создать новую хеш-функцию в меню 'Хеши', выбрав тип, имя и нажав на кнопку плюс.",
"hex.hashes.view.hashes.function": "Хеш-фунцкия",
"hex.hashes.view.hashes.hash": "Хеш",
"hex.hashes.view.hashes.hover_info": "Наведите на область Hex редактора и удерживайте клавишу SHIFT, чтобы увидеть хеши этого участка.",
"hex.hashes.view.hashes.name": "Хеши",
"hex.hashes.view.hashes.no_settings": "Нет доступных настроек",
"hex.hashes.view.hashes.remove": "Удалить хеш",
"hex.hashes.view.hashes.table.name": "Имя",
"hex.hashes.view.hashes.table.result": "Результат",
"hex.hashes.view.hashes.table.type": "Тип",
"hex.hashes.hash.common.iv": "Начальное значение",
"hex.hashes.hash.common.poly": "Полином",
"hex.hashes.hash.common.key": "Ключ",
"hex.hashes.hash.common.security_level": "Уровень безопасности",
"hex.hashes.hash.common.size": "Размер хеша",
"hex.hashes.hash.common.input_size": "Размер ввода",
"hex.hashes.hash.common.output_size": "Размер вывода",
"hex.hashes.hash.common.rounds": "Количество итераций",
"hex.hashes.hash.common.salt": "Соль",
"hex.hashes.hash.common.standard": "Стандарт",
"hex.hashes.hash.common.standard.custom": "Свой",
"hex.hashes.hash.common.personalization": "Персонализация",
"hex.hashes.hash.common.refl_in": "Внутреннее отражение",
"hex.hashes.hash.common.refl_out": "Внешнее отражение",
"hex.hashes.hash.common.xor_out": "XOR выхода",
"hex.hashes.hash.sum": "Сумма",
"hex.hashes.hash.sum.fold": "Сложить результат"
}
}