feat: 改进事件系统与全局快捷键 (#62)

This commit is contained in:
hstyi
2025-01-15 14:54:39 +08:00
committed by GitHub
parent a71493e52c
commit 45ea822fd6
137 changed files with 2860 additions and 1032 deletions

View File

@@ -88,6 +88,12 @@ termora.settings.about.issue=Issues
termora.settings.about.third-party=Third Party
termora.settings.about.termora=<html><b>${termora.title}</b> ({0}) is a cross-platform SSH client. </html>
termora.settings.keymap=Keymap
termora.settings.keymap.shortcut=Shortcut
termora.settings.keymap.action=Action
termora.settings.keymap.already-exists=The shortcut [{0}] is already in use by [{1}]
termora.settings.restart.title=Restart
termora.settings.restart.message=Changes will take effect after restarting the application
@@ -268,9 +274,25 @@ termora.transport.jobs.table.estimated-time=Estimated time
termora.transport.jobs.contextmenu.delete=${termora.remove}
termora.transport.jobs.contextmenu.delete-all=Delete All
# ToolBar
termora.toolbar.customize-toolbar=Customize Toolbar...
# Actions
termora.actions.copy-from-terminal=Copy from Terminal
termora.actions.paste-to-terminal=Paste to Terminal
termora.actions.select-all-in-terminal=Select All in Terminal
termora.actions.open-terminal-find=Open Terminal Find
termora.actions.close-tab=Close Tab
termora.actions.zoom-in-terminal=Zoom In Terminal
termora.actions.zoom-out-terminal=Zoom Out Terminal
termora.actions.zoom-reset-terminal=Reset Terminal Zoom
termora.actions.open-local-terminal=Open Local Terminal
termora.actions.open-find-everywhere=Open FindEverywhere
termora.actions.open-new-window=Open new Window
termora.actions.switch-tab=Switch to specific Tab [1..9]
# Terminal
termora.terminal.size=Size: {0} x {1}
termora.terminal.copied=Copied

View File

@@ -92,6 +92,10 @@ termora.settings.about.issue=报告问题
termora.settings.about.third-party=第三方依赖
termora.settings.about.termora=<html><b>${termora.title}</b> ({0}) 是一个跨平台的 SSH 客户端。 </html>
termora.settings.keymap=键盘
termora.settings.keymap.shortcut=快捷键
termora.settings.keymap.action=操作
termora.settings.keymap.already-exists=快捷键 [{0}] 已经被 [{1}] 占用
# Welcome
termora.welcome.my-hosts=我的主机
@@ -260,6 +264,7 @@ termora.transport.jobs.table.speed=速度
termora.transport.jobs.table.estimated-time=剩余时间
termora.transport.jobs.contextmenu.delete-all=删除所有
# ToolBar
termora.toolbar.customize-toolbar=自定义工具栏...
@@ -267,5 +272,19 @@ termora.terminal.size=大小: {0} x {1}
termora.terminal.copied=已复制
# Actions
termora.actions.copy-from-terminal=从终端复制
termora.actions.paste-to-terminal=粘贴到终端
termora.actions.select-all-in-terminal=在终端中全选
termora.actions.open-terminal-find=打开终端查找
termora.actions.close-tab=关闭标签页
termora.actions.zoom-in-terminal=放大终端
termora.actions.zoom-out-terminal=缩小终端
termora.actions.zoom-reset-terminal=重置终端缩放
termora.actions.open-local-terminal=打开本地终端
termora.actions.open-find-everywhere=打开全局查找
termora.actions.open-new-window=打开新窗口
termora.actions.switch-tab=切换到特定标签页 [1..9]
# zmodem
termora.addons.zmodem.skip=跳过

View File

@@ -49,6 +49,12 @@ termora.setting.security.enter-password-again=請再輸入密碼
termora.setting.security.password-is-different=兩次密碼輸入不一致
termora.setting.security.mnemonic-note=請妥善保管助記詞,可用來忘記密碼時解鎖數據
termora.settings.keymap=鍵盤
termora.settings.keymap.shortcut=快捷鍵
termora.settings.keymap.action=操作
termora.settings.keymap.already-exists=快捷鍵 [{0}] 已經被 [{1}] 占用
# Find everywhere
termora.find-everywhere=尋找
termora.find-everywhere.search-for-something=搜尋點什麼 ...
@@ -240,11 +246,27 @@ termora.transport.jobs.table.speed=速度
termora.transport.jobs.table.estimated-time=剩餘時間
termora.transport.jobs.contextmenu.delete-all=刪除所有
# ToolBar
termora.toolbar.customize-toolbar=自訂工具列...
termora.terminal.size=大小: {0} x {1}
termora.terminal.copied=已複製
# Actions
termora.actions.copy-from-terminal=從終端複製
termora.actions.paste-to-terminal=貼上到終端
termora.actions.select-all-in-terminal=在終端中全選
termora.actions.open-terminal-find=開啟終端搜尋
termora.actions.close-tab=關閉分頁
termora.actions.zoom-in-terminal=放大終端
termora.actions.zoom-out-terminal=縮小終端
termora.actions.zoom-reset-terminal=重置終端縮放
termora.actions.open-local-terminal=開啟本地終端
termora.actions.open-find-everywhere=開啟全域搜尋
termora.actions.open-new-window=開啟新視窗
termora.actions.switch-tab=切換到特定分頁 [1..9]
# zmodem
termora.addons.zmodem.skip=跳過