lang: Translations update from Weblate (#2472)

Translations update from [Weblate](https://weblate.werwolv.net) for
[ImHex/Builtin](https://weblate.werwolv.net/projects/imhex/builtin/).


It also includes following components:

* [ImHex/Diffing](https://weblate.werwolv.net/projects/imhex/diffing/)

* [ImHex/Yara
Rules](https://weblate.werwolv.net/projects/imhex/yara-rules/)

*
[ImHex/Disassembler](https://weblate.werwolv.net/projects/imhex/disassembler/)

* [ImHex/Fonts](https://weblate.werwolv.net/projects/imhex/fonts/)

* [ImHex/Hashes](https://weblate.werwolv.net/projects/imhex/hashes/)

* [ImHex/Remote](https://weblate.werwolv.net/projects/imhex/remote/)

* [ImHex/Script
Loader](https://weblate.werwolv.net/projects/imhex/script-loader/)

* [ImHex/UI](https://weblate.werwolv.net/projects/imhex/ui/)

*
[ImHex/Visualizers](https://weblate.werwolv.net/projects/imhex/visualizers/)

* [ImHex/Windows](https://weblate.werwolv.net/projects/imhex/windows/)



Current translation status:

![Weblate translation
status](https://weblate.werwolv.net/widgets/imhex/-/builtin/horizontal-auto.svg)

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Yaroslav <mrikso821@gmail.com>
This commit is contained in:
WerWolvTranslationBot
2025-10-17 23:25:59 +02:00
committed by GitHub
parent 59f9da59e2
commit 8f277f00a4
2 changed files with 8 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
"hex.builtin.inspector.dos_time": "DOS-час",
"hex.builtin.inspector.dos_date": "DOS-дата",
"hex.builtin.inspector.double": "double",
"hex.builtin.inspector.fixed_point": "Фіксована кома",
"hex.builtin.inspector.fixed_point": "Fixed Point",
"hex.builtin.inspector.float": "float",
"hex.builtin.inspector.fp24": "fp24",
"hex.builtin.inspector.guid": "GUID",
@@ -783,7 +783,7 @@
"hex.builtin.view.help.about.plugins.desc": "Опис",
"hex.builtin.view.help.about.plugins.plugin": "Плагін",
"hex.builtin.view.help.about.release_notes": "Історія версій",
"hex.builtin.view.help.about.source": "Вихідний код на GitHub:",
"hex.builtin.view.help.about.source": "Програмний код доступний на GitHub:",
"hex.builtin.view.help.about.translator": "Переклад українською мовою: Rutar Andriy",
"hex.builtin.view.help.calc_cheat_sheet": "Шпаргалка для калькулятора",
"hex.builtin.view.help.documentation": "ImHex документація",

View File

@@ -14,5 +14,10 @@
"hex.diffing.view.diff.task.diffing": "Порівняння даних...",
"hex.diffing.algorithm.simple.name": "Простий побайтовий алгоритм",
"hex.diffing.algorithm.simple.description": "Вбудоване порівняння байт за байтом O(N).\nМоже ідентифікувати лише зміни байтів та вставки/видалення в кінці даних",
"hex.diffing.algorithm.myers.description": "Інтелектуальний алгоритм порівняння O(N*M). Може ідентифікувати зміни, вставки та видалення в будь-якій частині даних"
"hex.diffing.algorithm.myers.description": "Інтелектуальний алгоритм порівняння O(N*M). Може ідентифікувати зміни, вставки та видалення в будь-якій частині даних",
"hex.diffing.view.diff.menu.file.jumping": "Перейти між відмінностями",
"hex.diffing.view.diff.menu.file.jumping.prev_diff": "Перейти до попередньої відмінності",
"hex.diffing.view.diff.menu.file.jumping.next_diff": "Перейти до наступної відмінності",
"hex.diffing.view.diff.jumping.beginning_reached": "Немає відмінностей до початку файлу",
"hex.diffing.view.diff.jumping.end_reached": "Немає відмінностей до кінця файлу"
}