mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
lang: Fix weblate (#997)
This should (hopefully) fix weblate. I tried to fix merge conflicts using instructions at https://weblate.werwolv.net/projects/imhex/windows-plugin/#alerts --------- Co-authored-by: xtex <xtexchooser@duck.com>
This commit is contained in:
@@ -4,20 +4,20 @@
|
||||
"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": "",
|
||||
"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.title_bar_button.debug_build": "调试构建",
|
||||
"hex.windows.title_bar_button.feedback": "反馈",
|
||||
"hex.windows.view.tty_console.auto_scroll": "自动滚动",
|
||||
@@ -40,4 +40,4 @@
|
||||
"hex.windows.view.tty_console.send_sub": "发送 SUB",
|
||||
"hex.windows.view.tty_console.stop_bits": "终止位"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user