1
0
mirror of synced 2024-12-01 10:47:19 +01:00
ImHex/plugins/windows/romfs/lang/ko_KR.json
WerWolvTranslationBot a980097d64
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>
2023-10-30 16:32:55 +01:00

42 lines
2.7 KiB
JSON

{
"code": "ko-KR",
"country": "Korea",
"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": "'{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": "보 레이트",
"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.console": "콘솔",
"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": "데이터 비트",
"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": "스톱 비트"
}
}