mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
feat: 改进事件系统与全局快捷键 (#62)
This commit is contained in:
@@ -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=跳过
|
||||
Reference in New Issue
Block a user