1
0
mirror of synced 2024-11-13 18:50:53 +01:00

lang: Translations update from Weblate (#1393)

Translations update from [Weblate](https://weblate.werwolv.net) for
[ImHex/Built-in
Plugin](https://weblate.werwolv.net/projects/imhex/built-in-plugin/).


It also includes following components:

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



Current translation status:

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

---------

Co-authored-by: Minseo Lee <itoupluk427@gmail.com>
This commit is contained in:
WerWolvTranslationBot 2023-10-30 16:32:55 +01:00 committed by GitHub
parent b2774bf472
commit a980097d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 602 additions and 585 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,38 +4,38 @@
"language": "Korean",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "Windows 컨텍스트 메뉴 항목",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.provider.process_memory": "프로세스 메모리 공급자",
"hex.windows.provider.process_memory.enumeration_failed": "프로세스 열거 실패",
"hex.windows.provider.process_memory.memory_regions": "메모리 영역",
"hex.windows.provider.process_memory.name": "'{0}' 프로세스 메모리",
"hex.windows.provider.process_memory.process_id": "PID",
"hex.windows.provider.process_memory.process_name": "프로세스 이름",
"hex.windows.provider.process_memory.region.commit": "커밋",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "프라이빗",
"hex.windows.provider.process_memory.region.reserve": "예약됨",
"hex.windows.provider.process_memory.utils": "도구",
"hex.windows.provider.process_memory.utils.inject_dll": "DLL 삽입",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "DLL '{0}'을(를) 삽입하지 못했습니다!",
"hex.windows.provider.process_memory.utils.inject_dll.success": "DLL '{0}'을(를) 성공적으로 삽입했습니다!",
"hex.windows.view.tty_console.auto_scroll": "자동 스크롤",
"hex.windows.view.tty_console.baud": "Baud rate",
"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.connect_error": "COM 포트에 연결하지 못했습니다!",
"hex.windows.view.tty_console.console": "콘솔",
"hex.windows.view.tty_console.cts": "Use CTS flow control",
"hex.windows.view.tty_console.disconnect": "연결 끊기",
"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 포트가 올바르지 않거나 COM 포트가 존재하지 않습니다!",
"hex.windows.view.tty_console.num_bits": "Data bits",
"hex.windows.view.tty_console.parity_bits": "Parity bit",
"hex.windows.view.tty_console.no_available_port": "선택한 COM 포트가 올바르지 않거나 사용할 수 있는 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": "Stop bits"
"hex.windows.view.tty_console.stop_bits": "스톱 비트"
}
}
}