mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
lang: Update Chinese(Simplified) translation (#556)
* feat(i18n): update Chinese(Simplified) translation * format: plugins/builtin/source/lang/zh_CN.cpp * feat(i18n): update Chinese(Simplified) translation * fix: revert submodule downgrade
This commit is contained in:
@@ -8,7 +8,7 @@ namespace hex::plugin::windows {
|
||||
{ "hex.windows.title_bar_button.feedback", "反馈" },
|
||||
{ "hex.windows.title_bar_button.debug_build", "调试构建"},
|
||||
|
||||
{ "hex.windows.view.tty_console.name", "TTY控制台" },
|
||||
{ "hex.windows.view.tty_console.name", "TTY 控制台" },
|
||||
{ "hex.windows.view.tty_console.config", "配置"},
|
||||
{ "hex.windows.view.tty_console.port", "端口" },
|
||||
{ "hex.windows.view.tty_console.reload", "刷新" },
|
||||
@@ -16,17 +16,17 @@ namespace hex::plugin::windows {
|
||||
{ "hex.windows.view.tty_console.num_bits", "数据位" },
|
||||
{ "hex.windows.view.tty_console.stop_bits", "终止位" },
|
||||
{ "hex.windows.view.tty_console.parity_bits", "奇偶校验位" },
|
||||
{ "hex.windows.view.tty_console.cts", "使用CTS流控制" },
|
||||
{ "hex.windows.view.tty_console.cts", "使用 CTS 流控制" },
|
||||
{ "hex.windows.view.tty_console.connect", "连接" },
|
||||
{ "hex.windows.view.tty_console.disconnect", "断开" },
|
||||
{ "hex.windows.view.tty_console.connect_error", "无法连接到COM端口!" },
|
||||
{ "hex.windows.view.tty_console.no_available_port", "未选择有效的COM端口或无可用COM端口!" },
|
||||
{ "hex.windows.view.tty_console.connect_error", "无法连接到 COM 端口!" },
|
||||
{ "hex.windows.view.tty_console.no_available_port", "未选择有效的 COM 端口或无可用 COM 端口!" },
|
||||
{ "hex.windows.view.tty_console.clear", "清除" },
|
||||
{ "hex.windows.view.tty_console.auto_scroll", "自动滚动" },
|
||||
{ "hex.windows.view.tty_console.console", "控制台" },
|
||||
{ "hex.windows.view.tty_console.send_etx", "发送ETX" },
|
||||
{ "hex.windows.view.tty_console.send_eot", "发送EOT" },
|
||||
{ "hex.windows.view.tty_console.send_sub", "发送SUB" },
|
||||
{ "hex.windows.view.tty_console.send_etx", "发送 ETX" },
|
||||
{ "hex.windows.view.tty_console.send_eot", "发送 EOT" },
|
||||
{ "hex.windows.view.tty_console.send_sub", "发送 SUB" },
|
||||
|
||||
{ "hex.builtin.setting.general.context_menu_entry", "窗口上下文菜单项" },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user