1
0
mirror of synced 2024-11-27 09:00:52 +01:00
ImHex/plugins/windows/romfs/lang/zh_CN.json

44 lines
2.6 KiB
JSON
Raw Normal View History

{
"code": "zh-CN",
"country": "China",
"language": "Chinese (Simplified)",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "窗口上下文菜单项",
"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.title_bar_button.debug_build": "调试构建",
"hex.windows.title_bar_button.feedback": "反馈",
"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": "终止位"
}
}