lang: Translations update from Weblate (#2624)

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/UI](https://weblate.werwolv.net/projects/imhex/ui/)

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

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

* [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/Visualizers](https://weblate.werwolv.net/projects/imhex/visualizers/)

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

* [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: PICOPress <choys041011@gmail.com>
Co-authored-by: Yaroslav <mrikso821@gmail.com>
This commit is contained in:
WerWolvTranslationBot
2026-03-01 09:36:14 +01:00
committed by GitHub
parent 1b90bb2c34
commit ff65217b7e
13 changed files with 554 additions and 140 deletions

View File

@@ -2,7 +2,22 @@
"hex.diffing.view.diff.name": "파일 비교",
"hex.diffing.view.diff.added": "추가됨",
"hex.diffing.view.diff.modified": "수정됨",
"hex.diffing.view.diff.provider_a": "공급자 A",
"hex.diffing.view.diff.provider_b": "공급자 B",
"hex.diffing.view.diff.removed": "제거됨"
}
"hex.diffing.view.diff.provider_a": "데이터 소스 A",
"hex.diffing.view.diff.provider_b": "데이터 소스 B",
"hex.diffing.view.diff.removed": "제거됨",
"hex.diffing.algorithm.simple.name": "간단한 바이트 비교 알고리즘",
"hex.diffing.algorithm.simple.description": "나이브한 구현으로, O(N) 만큼의 시간복잡도를 가집니다.\n바이트 값의 변화, 삽입, 삭제는 데이터의 마지막 부분에서만 인식할 수 있습니다",
"hex.diffing.algorithm.myers.name": "마이어스 비교 알고리즘",
"hex.diffing.algorithm.myers.description": "시간복잡도가 O(NM)인 비교 알고리즘입니다. 데이터의 변화, 삽입, 삭제를 쉽게 판별할 수 있습니다",
"hex.diffing.algorithm.myers.settings.window_size": "윈도우 크기",
"hex.diffing.view.diff.changes": "변경점",
"hex.diffing.view.diff.algorithm": "비교 알고리즘",
"hex.diffing.view.diff.settings": "설정사항 없음",
"hex.diffing.view.diff.settings.no_settings": "설정사항 없음",
"hex.diffing.view.diff.task.diffing": "데이터 비교중...",
"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": "마지막 차이점입니다"
}