mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 18:32:58 +08:00
Init Commit
This commit is contained in:
198
src/main/resources/i18n/messages.properties
Normal file
198
src/main/resources/i18n/messages.properties
Normal file
@@ -0,0 +1,198 @@
|
||||
termora.title=Termora
|
||||
termora.confirm=OK
|
||||
termora.cancel=Cancel
|
||||
termora.copy=Copy
|
||||
termora.apply=Apply
|
||||
termora.save=Save
|
||||
termora.remove=Delete
|
||||
termora.yes=Yes
|
||||
termora.no=No
|
||||
termora.date-format=MM/dd/yyyy hh:mm:ss a
|
||||
|
||||
# update
|
||||
termora.update.title=New version
|
||||
termora.update.update=Update
|
||||
termora.update.ignore=Ignore this version
|
||||
|
||||
# Doorman
|
||||
termora.doorman.safe=Data is encrypted
|
||||
termora.doorman.unlock-data=Enter password to unlock data
|
||||
termora.doorman.verify-password=Enter password to verify
|
||||
termora.doorman.password-wrong=Wrong password
|
||||
termora.doorman.password-correct=Password is correct
|
||||
termora.doorman.unsafe=Data is not secure
|
||||
termora.doorman.lock-data=Set a password to require it at every launch
|
||||
termora.doorman.forget-password=Forgot password?
|
||||
termora.doorman.delete-data=Delete the data catalog and restart, This will lose all data
|
||||
termora.doorman.forget-password-message=Unlock data with a mnemonic. Without it, data cannot be accessed
|
||||
termora.doorman.have-a-mnemonic=I have a mnemonic
|
||||
termora.doorman.dont-have-a-mnemonic=I don't have a mnemonic
|
||||
termora.doorman.mnemonic-data-corrupted=Unable to decrypt data with the mnemonic, the data maybe corrupted
|
||||
|
||||
termora.doorman.mnemonic.title=Enter 12 mnemonic words
|
||||
termora.doorman.mnemonic.incorrect=Incorrect mnemonic
|
||||
|
||||
|
||||
|
||||
|
||||
# Settings
|
||||
termora.setting=Settings
|
||||
|
||||
termora.settings.appearance=Appearance
|
||||
termora.settings.appearance.theme=Theme
|
||||
termora.settings.appearance.language=Language
|
||||
termora.settings.appearance.i-want-to-translate=I want to translate
|
||||
termora.settings.appearance.follow-system=Sync with OS
|
||||
|
||||
termora.setting.security=Security
|
||||
termora.setting.security.enter-password=Enter password
|
||||
termora.setting.security.enter-password-again=Enter again
|
||||
termora.setting.security.password-is-different=Password is different
|
||||
termora.setting.security.mnemonic-note=Keep your mnemonic phrase safe, it can help recover data if you forget your password
|
||||
|
||||
|
||||
|
||||
|
||||
termora.settings.terminal=Terminal
|
||||
termora.settings.terminal.font=Font
|
||||
termora.settings.terminal.size=Size
|
||||
termora.settings.terminal.max-rows=Max rows
|
||||
termora.settings.terminal.debug=Debug mode
|
||||
termora.settings.terminal.select-copy=Select copy
|
||||
termora.settings.terminal.cursor-style=Cursor type
|
||||
termora.settings.terminal.local-shell=Local shell
|
||||
|
||||
termora.settings.sync=Sync
|
||||
termora.settings.sync.push=Push
|
||||
termora.settings.sync.push-warning=Pushing will overwrite the configuration. It is recommended to pull before pushing
|
||||
termora.settings.sync.pull=Pull
|
||||
termora.settings.sync.done=Synchronized data successfully
|
||||
termora.settings.sync.export=Export
|
||||
termora.settings.sync.export-done=The export was successful
|
||||
termora.settings.sync.export-done-open-folder=The export was successful. Do you want to open the folder?
|
||||
termora.settings.sync.range=Range
|
||||
termora.settings.sync.range.keys=My keys
|
||||
termora.settings.sync.range.keyword-highlights=${termora.highlight}
|
||||
termora.settings.sync.last-sync-time=Last sync time
|
||||
termora.settings.sync.gist=Gist
|
||||
termora.settings.sync.token=Token
|
||||
termora.settings.sync.type=Type
|
||||
|
||||
termora.settings.about=About
|
||||
termora.settings.about.author=Author
|
||||
termora.settings.about.source=Source
|
||||
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.restart.title=Restart
|
||||
termora.settings.restart.message=Changes will take effect after restarting the application
|
||||
|
||||
# Find everywhere
|
||||
termora.find-everywhere=Find Everywhere
|
||||
termora.find-everywhere.search-for-something=Search for something ...
|
||||
termora.find-everywhere.groups.quick-actions=Quick actions
|
||||
termora.find-everywhere.groups.open-new-hosts=Open a new host
|
||||
termora.find-everywhere.groups.opened-hosts=Opened hosts
|
||||
termora.find-everywhere.groups.tools=Tools
|
||||
termora.find-everywhere.groups.settings=${termora.setting}
|
||||
|
||||
# Welcome
|
||||
termora.welcome.my-hosts=My hosts
|
||||
termora.welcome.contextmenu.open=Open
|
||||
termora.welcome.contextmenu.copy=${termora.copy}
|
||||
termora.welcome.contextmenu.remove=${termora.remove}
|
||||
termora.welcome.contextmenu.rename=Rename
|
||||
termora.welcome.contextmenu.expand-all=Expand all
|
||||
termora.welcome.contextmenu.collapse-all=Collapse all
|
||||
termora.welcome.contextmenu.new=New
|
||||
termora.welcome.contextmenu.new.folder=Folder
|
||||
termora.welcome.contextmenu.new.host=Host
|
||||
termora.welcome.contextmenu.new.folder.name=New Folder
|
||||
termora.welcome.contextmenu.property=Properties
|
||||
|
||||
# New Host
|
||||
termora.new-host.title=Create a new host
|
||||
termora.new-host.general=General
|
||||
termora.new-host.general.name=Name
|
||||
termora.new-host.general.protocol=Protocol
|
||||
termora.new-host.general.host=Host
|
||||
termora.new-host.general.port=Port
|
||||
termora.new-host.general.username=Username
|
||||
termora.new-host.general.authentication=Authentication
|
||||
termora.new-host.general.password=Password
|
||||
termora.new-host.general.remark=Comment
|
||||
|
||||
termora.new-host.proxy=Proxy
|
||||
|
||||
termora.new-host.terminal=${termora.settings.terminal}
|
||||
termora.new-host.terminal.encoding=Encoding
|
||||
termora.new-host.terminal.startup-commands=Startup Command
|
||||
termora.new-host.terminal.env=Environment
|
||||
|
||||
termora.new-host.tunneling=Tunneling
|
||||
termora.new-host.tunneling.table.name=Name
|
||||
termora.new-host.tunneling.table.type=Type
|
||||
termora.new-host.tunneling.table.source=Source
|
||||
termora.new-host.tunneling.table.destination=Destination
|
||||
termora.new-host.tunneling.add=Add
|
||||
termora.new-host.tunneling.edit=${termora.keymgr.edit}
|
||||
termora.new-host.tunneling.delete=${termora.remove}
|
||||
|
||||
|
||||
# Key manager
|
||||
termora.keymgr.title=Key Manager
|
||||
termora.keymgr.generate=Generate
|
||||
termora.keymgr.import=Import
|
||||
termora.keymgr.export=Export
|
||||
termora.keymgr.edit=Edit
|
||||
termora.keymgr.delete-warning=Are you sure you want to delete?
|
||||
termora.keymgr.table.name=Name
|
||||
termora.keymgr.table.type=Type
|
||||
termora.keymgr.table.length=Length
|
||||
termora.keymgr.table.remark=Description
|
||||
|
||||
# Tabbed
|
||||
termora.tabbed.contextmenu.rename=Rename
|
||||
termora.tabbed.contextmenu.clone=Clone
|
||||
termora.tabbed.contextmenu.open-in-new-window=Open in New Window
|
||||
termora.tabbed.contextmenu.close=Close
|
||||
termora.tabbed.contextmenu.close-other-tabs=Close Other Tabs
|
||||
termora.tabbed.contextmenu.close-all-tabs=Close All Tabs
|
||||
termora.tabbed.contextmenu.reconnect=Reconnect
|
||||
|
||||
|
||||
# Highlight
|
||||
termora.highlight=Highlight Sets
|
||||
termora.highlight.text-color=Text Color
|
||||
termora.highlight.background-color=Background Color
|
||||
termora.highlight.keyword=Keyword
|
||||
termora.highlight.preview=Preview
|
||||
termora.highlight.description=Description
|
||||
termora.highlight.bold=Bold
|
||||
termora.highlight.italic=Italic
|
||||
termora.highlight.underline=Underline
|
||||
termora.highlight.line-through=Line Through
|
||||
|
||||
# Macro
|
||||
termora.macro=Macros
|
||||
termora.macro.start-recording=Start Recording
|
||||
termora.macro.stop-recording=Stop Recording
|
||||
termora.macro.playback=Playback
|
||||
termora.macro.manager=Manage Macros
|
||||
termora.macro.run=Run
|
||||
|
||||
|
||||
|
||||
|
||||
# Tools
|
||||
termora.tools.multiple=Send commands to multiple sessions
|
||||
|
||||
|
||||
# Terminal
|
||||
termora.terminal.size=Size: {0} x {1}
|
||||
termora.terminal.copied=Copied
|
||||
|
||||
|
||||
# zmodem
|
||||
termora.addons.zmodem.skip=SKIP
|
||||
188
src/main/resources/i18n/messages_zh_CN.properties
Normal file
188
src/main/resources/i18n/messages_zh_CN.properties
Normal file
@@ -0,0 +1,188 @@
|
||||
termora.confirm=确认
|
||||
termora.cancel=取消
|
||||
termora.copy=复制
|
||||
termora.apply=应用
|
||||
termora.save=保存
|
||||
termora.remove=删除
|
||||
termora.yes=是
|
||||
termora.no=否
|
||||
termora.date-format=yyyy-MM-dd HH:mm:ss
|
||||
|
||||
# update
|
||||
termora.update.title=新版本
|
||||
termora.update.update=更新
|
||||
termora.update.ignore=忽略这个版本
|
||||
|
||||
# Doorman
|
||||
termora.doorman.safe=数据已加密
|
||||
termora.doorman.unlock-data=输入密码解锁数据
|
||||
termora.doorman.password-wrong=密码错误
|
||||
termora.doorman.password-correct=密码正确
|
||||
termora.doorman.verify-password=输入密码验证
|
||||
termora.doorman.unsafe=数据不安全存储
|
||||
termora.doorman.lock-data=设定密码后,每次启动都需要输入密码
|
||||
termora.doorman.forget-password=忘记密码?
|
||||
termora.doorman.delete-data=删除数据目录后重新启动程序,这样会丢失所有数据
|
||||
termora.doorman.forget-password-message=通过助记词解锁数据,没有助记词则无法解锁
|
||||
termora.doorman.have-a-mnemonic=我有助记词
|
||||
termora.doorman.dont-have-a-mnemonic=我没有助记词
|
||||
termora.doorman.mnemonic-data-corrupted=无法从助记词解密数据,数据可能已经损坏
|
||||
|
||||
termora.doorman.mnemonic.title=输入 12 个助记词
|
||||
termora.doorman.mnemonic.incorrect=助记词错误
|
||||
|
||||
|
||||
termora.setting=设置
|
||||
termora.settings.restart.title=重启
|
||||
termora.settings.restart.message=设置修改将在重启后生效
|
||||
termora.settings.appearance=外观
|
||||
termora.settings.appearance.theme=主题
|
||||
termora.settings.appearance.language=语言
|
||||
termora.settings.appearance.i-want-to-translate=我想要翻译
|
||||
termora.settings.appearance.follow-system=跟随系统
|
||||
|
||||
termora.setting.security=安全
|
||||
termora.setting.security.enter-password=请输入密码
|
||||
termora.setting.security.enter-password-again=请再次输入密码
|
||||
termora.setting.security.password-is-different=两次密码输入不一致
|
||||
termora.setting.security.mnemonic-note=请妥善保管助记词,可用于忘记密码时解锁数据
|
||||
|
||||
# Find everywhere
|
||||
termora.find-everywhere=查找
|
||||
termora.find-everywhere.search-for-something=搜索点什么 ...
|
||||
termora.find-everywhere.groups.quick-actions=快速操作
|
||||
termora.find-everywhere.groups.open-new-hosts=打开新的主机
|
||||
termora.find-everywhere.groups.opened-hosts=已打开的主机
|
||||
termora.find-everywhere.groups.tools=工具
|
||||
termora.find-everywhere.groups.settings=${termora.setting}
|
||||
|
||||
termora.settings.terminal=终端
|
||||
termora.settings.terminal.font=字体
|
||||
termora.settings.terminal.size=大小
|
||||
termora.settings.terminal.max-rows=最大行数
|
||||
termora.settings.terminal.debug=调试模式
|
||||
termora.settings.terminal.select-copy=选中复制
|
||||
termora.settings.terminal.cursor-style=光标样式
|
||||
termora.settings.terminal.local-shell=本地终端
|
||||
|
||||
|
||||
termora.settings.sync=同步
|
||||
termora.settings.sync.push=推送
|
||||
termora.settings.sync.push-warning=推送将覆盖已有配置,建议先拉取再推送
|
||||
termora.settings.sync.pull=拉取
|
||||
termora.settings.sync.export=导出
|
||||
termora.settings.sync.export-done=导出成功
|
||||
termora.settings.sync.export-done-open-folder=导出成功,是否需要打开所在文件夹?
|
||||
termora.settings.sync.range=范围
|
||||
termora.settings.sync.range.keys=我的密钥
|
||||
termora.settings.sync.last-sync-time=最后同步时间
|
||||
termora.settings.sync.done=同步数据成功
|
||||
termora.settings.sync.gist=片段
|
||||
termora.settings.sync.token=令牌
|
||||
termora.settings.sync.type=类型
|
||||
|
||||
termora.settings.about=关于
|
||||
termora.settings.about.author=作者
|
||||
termora.settings.about.source=源代码
|
||||
termora.settings.about.issue=报告问题
|
||||
termora.settings.about.third-party=第三方依赖
|
||||
termora.settings.about.termora=<html><b>${termora.title}</b> ({0}) 是一个跨平台的 SSH 客户端。 </html>
|
||||
|
||||
|
||||
# Welcome
|
||||
termora.welcome.my-hosts=我的主机
|
||||
termora.welcome.contextmenu.open=打开
|
||||
termora.welcome.contextmenu.copy=${termora.copy}
|
||||
termora.welcome.contextmenu.remove=${termora.remove}
|
||||
termora.welcome.contextmenu.rename=重命名
|
||||
termora.welcome.contextmenu.expand-all=展开全部
|
||||
termora.welcome.contextmenu.collapse-all=全部收缩
|
||||
termora.welcome.contextmenu.new=新建
|
||||
termora.welcome.contextmenu.new.folder=文件夹
|
||||
termora.welcome.contextmenu.new.host=主机
|
||||
termora.welcome.contextmenu.new.folder.name=新建文件夹
|
||||
termora.welcome.contextmenu.property=属性
|
||||
|
||||
# New Host
|
||||
termora.new-host.title=新建主机
|
||||
termora.new-host.general=属性
|
||||
termora.new-host.general.name=名称
|
||||
termora.new-host.general.protocol=协议
|
||||
termora.new-host.general.host=主机
|
||||
termora.new-host.general.port=端口
|
||||
termora.new-host.general.username=用户名
|
||||
termora.new-host.general.authentication=认证类型
|
||||
termora.new-host.general.password=密码
|
||||
termora.new-host.general.remark=备注
|
||||
termora.new-host.proxy=代理
|
||||
|
||||
termora.new-host.terminal=${termora.settings.terminal}
|
||||
termora.new-host.terminal.encoding=编码
|
||||
termora.new-host.terminal.startup-commands=启动命令
|
||||
termora.new-host.terminal.env=环境
|
||||
|
||||
|
||||
|
||||
termora.new-host.tunneling=隧道
|
||||
termora.new-host.tunneling.table.name=名称
|
||||
termora.new-host.tunneling.table.type=类型
|
||||
termora.new-host.tunneling.table.source=本地地址
|
||||
termora.new-host.tunneling.table.destination=远程地址
|
||||
termora.new-host.tunneling.add=添加
|
||||
termora.new-host.tunneling.edit=${termora.keymgr.edit}
|
||||
termora.new-host.tunneling.delete=${termora.remove}
|
||||
|
||||
# Key manager
|
||||
termora.keymgr.title=密钥管理器
|
||||
termora.keymgr.generate=生成
|
||||
termora.keymgr.import=导入
|
||||
termora.keymgr.export=导出
|
||||
termora.keymgr.edit=编辑
|
||||
termora.keymgr.delete-warning=确定要删除吗?
|
||||
termora.keymgr.table.name=名称
|
||||
termora.keymgr.table.type=类型
|
||||
termora.keymgr.table.length=长度
|
||||
termora.keymgr.table.remark=备注
|
||||
|
||||
# Tools
|
||||
termora.tools.multiple=将命令发送到所有会话
|
||||
|
||||
|
||||
|
||||
# Tabbed
|
||||
termora.tabbed.contextmenu.rename=重命名
|
||||
termora.tabbed.contextmenu.clone=克隆
|
||||
termora.tabbed.contextmenu.open-in-new-window=在新窗口打开
|
||||
termora.tabbed.contextmenu.close=关闭
|
||||
termora.tabbed.contextmenu.close-other-tabs=关闭其他标签页
|
||||
termora.tabbed.contextmenu.close-all-tabs=关闭所有标签页
|
||||
termora.tabbed.contextmenu.reconnect=重新连接
|
||||
|
||||
# Highlight
|
||||
termora.highlight=关键词高亮
|
||||
termora.highlight.text-color=文本颜色
|
||||
termora.highlight.background-color=背景颜色
|
||||
termora.highlight.keyword=关键词
|
||||
termora.highlight.preview=预览
|
||||
termora.highlight.description=备注
|
||||
termora.highlight.bold=加粗
|
||||
termora.highlight.italic=斜体
|
||||
termora.highlight.underline=下划线
|
||||
termora.highlight.line-through=删除线
|
||||
|
||||
|
||||
# Macro
|
||||
termora.macro=宏
|
||||
termora.macro.start-recording=开始录制
|
||||
termora.macro.stop-recording=停止录制
|
||||
termora.macro.playback=回放
|
||||
termora.macro.manager=管理宏
|
||||
termora.macro.run=运行
|
||||
|
||||
|
||||
termora.terminal.size=大小: {0} x {1}
|
||||
termora.terminal.copied=已复制
|
||||
|
||||
|
||||
# zmodem
|
||||
termora.addons.zmodem.skip=跳过
|
||||
180
src/main/resources/i18n/messages_zh_TW.properties
Normal file
180
src/main/resources/i18n/messages_zh_TW.properties
Normal file
@@ -0,0 +1,180 @@
|
||||
termora.confirm=確定
|
||||
termora.cancel=取消
|
||||
termora.apply=应用
|
||||
termora.save=儲存
|
||||
termora.remove=刪除
|
||||
termora.yes=是
|
||||
termora.no=否
|
||||
termora.date-format=yyyy/MM/dd HH:mm:ss
|
||||
|
||||
# update
|
||||
termora.update.title=新版本
|
||||
termora.update.update=更新
|
||||
termora.update.ignore=忽略這個版本
|
||||
|
||||
|
||||
|
||||
# Doorman
|
||||
termora.doorman.safe=資料已加密
|
||||
termora.doorman.unlock-data=輸入密碼解鎖資料
|
||||
termora.doorman.password-wrong=密碼錯誤
|
||||
termora.doorman.password-correct=密碼正確
|
||||
termora.doorman.verify-password=輸入密碼驗證
|
||||
termora.doorman.unsafe=資料不安全存儲
|
||||
termora.doorman.lock-data=設定密碼後,每次啟動都需要輸入密碼
|
||||
termora.doorman.forget-password=忘記密碼?
|
||||
termora.doorman.delete-data=刪除資料目錄後重新啟動程序,這樣會遺失所有數據
|
||||
termora.doorman.forget-password-message=透過助記詞解鎖數據,沒有助記詞則無法解鎖
|
||||
termora.doorman.have-a-mnemonic=我有助記詞
|
||||
termora.doorman.dont-have-a-mnemonic=我沒有助記詞
|
||||
termora.doorman.mnemonic-data-corrupted=無法從助記詞解密數據,資料可能已損壞
|
||||
termora.doorman.mnemonic.title=輸入 12 個助記詞
|
||||
termora.doorman.mnemonic.incorrect=助記詞錯誤
|
||||
|
||||
termora.setting=設定
|
||||
termora.settings.restart.title=重啟
|
||||
termora.settings.restart.message=設定修改將在重新啟動後生效
|
||||
termora.settings.appearance=外觀
|
||||
termora.settings.appearance.theme=主题
|
||||
termora.settings.appearance.language=語言
|
||||
termora.settings.appearance.i-want-to-translate=我想要翻譯
|
||||
termora.settings.appearance.follow-system=跟隨系統
|
||||
|
||||
termora.setting.security=安全
|
||||
termora.setting.security.enter-password=請輸入密碼
|
||||
termora.setting.security.enter-password-again=請再輸入密碼
|
||||
termora.setting.security.password-is-different=兩次密碼輸入不一致
|
||||
termora.setting.security.mnemonic-note=請妥善保管助記詞,可用來忘記密碼時解鎖數據
|
||||
|
||||
# Find everywhere
|
||||
termora.find-everywhere=尋找
|
||||
termora.find-everywhere.search-for-something=搜尋點什麼 ...
|
||||
termora.find-everywhere.groups.quick-actions=快速操作
|
||||
termora.find-everywhere.groups.open-new-hosts=開啟新的主機
|
||||
termora.find-everywhere.groups.opened-hosts=已開啟的主機
|
||||
termora.find-everywhere.groups.tools=工具
|
||||
termora.find-everywhere.groups.settings=${termora.setting}
|
||||
|
||||
termora.settings.terminal=終端
|
||||
termora.settings.terminal.font=字體
|
||||
termora.settings.terminal.size=大小
|
||||
termora.settings.terminal.max-rows=最大行數
|
||||
termora.settings.terminal.debug=偵錯模式
|
||||
termora.settings.terminal.select-copy=選取複製
|
||||
termora.settings.terminal.cursor-style=遊標風格
|
||||
termora.settings.terminal.local-shell=本地端
|
||||
|
||||
termora.settings.sync=同步
|
||||
termora.settings.sync.push=推送
|
||||
termora.settings.sync.push-warning=推送將覆蓋先前的配置,建議先拉取再推送
|
||||
termora.settings.sync.pull=拉取
|
||||
termora.settings.sync.export=匯出
|
||||
termora.settings.sync.export-done=匯出成功
|
||||
termora.settings.sync.export-done-open-folder=匯出成功,是否需要打開所在資料夾?
|
||||
termora.settings.sync.range=範圍
|
||||
termora.settings.sync.range.keys=我的密鑰
|
||||
termora.settings.sync.last-sync-time=最後同步時間
|
||||
termora.settings.sync.done=同步資料成功
|
||||
termora.settings.sync.gist=片段
|
||||
termora.settings.sync.token=令牌
|
||||
termora.settings.sync.type=類型
|
||||
|
||||
termora.settings.about=關於
|
||||
termora.settings.about.author=作者
|
||||
termora.settings.about.source=原始碼
|
||||
termora.settings.about.issue=報告問題
|
||||
termora.settings.about.third-party=第三方依賴
|
||||
termora.settings.about.termora=<html><b>${termora.title}</b> ({0}) 是一個跨平台的 SSH 用戶端。 </html>
|
||||
|
||||
# Welcome
|
||||
termora.welcome.my-hosts=我的主機
|
||||
termora.welcome.contextmenu.open=打開
|
||||
termora.welcome.contextmenu.copy=複製
|
||||
termora.welcome.contextmenu.remove=${termora.remove}
|
||||
termora.welcome.contextmenu.rename=重新命名
|
||||
termora.welcome.contextmenu.expand-all=展開全部
|
||||
termora.welcome.contextmenu.collapse-all=全部收縮
|
||||
termora.welcome.contextmenu.new=新建
|
||||
termora.welcome.contextmenu.new.folder=資料夾
|
||||
termora.welcome.contextmenu.new.host=主機
|
||||
termora.welcome.contextmenu.new.folder.name=新建資料夾
|
||||
termora.welcome.contextmenu.property=屬性
|
||||
|
||||
# New Host
|
||||
termora.new-host.title=新主機
|
||||
termora.new-host.general=屬性
|
||||
termora.new-host.general.name=名稱
|
||||
termora.new-host.general.protocol=協議
|
||||
termora.new-host.general.host=主機
|
||||
termora.new-host.general.port=端口
|
||||
termora.new-host.general.username=用戶名
|
||||
termora.new-host.general.authentication=認證類型
|
||||
termora.new-host.general.password=密碼
|
||||
termora.new-host.general.remark=備註
|
||||
termora.new-host.proxy=代理
|
||||
|
||||
termora.new-host.terminal=${termora.settings.terminal}
|
||||
termora.new-host.terminal.encoding=編碼
|
||||
termora.new-host.terminal.startup-commands=啟動命令
|
||||
termora.new-host.terminal.env=環境
|
||||
|
||||
termora.new-host.tunneling=隧道
|
||||
termora.new-host.tunneling.table.name=名稱
|
||||
termora.new-host.tunneling.table.type=類型
|
||||
termora.new-host.tunneling.table.source=本地位址
|
||||
termora.new-host.tunneling.table.destination=遠端位址
|
||||
termora.new-host.tunneling.add=添加
|
||||
termora.new-host.tunneling.edit=${termora.keymgr.edit}
|
||||
termora.new-host.tunneling.delete=${termora.remove}
|
||||
|
||||
# Key manager
|
||||
termora.keymgr.title=密鑰管理器
|
||||
termora.keymgr.generate=生成
|
||||
termora.keymgr.import=匯入
|
||||
termora.keymgr.export=匯出
|
||||
termora.keymgr.edit=編輯
|
||||
termora.keymgr.delete-warning=確定要刪除嗎?
|
||||
termora.keymgr.table.name=名稱
|
||||
termora.keymgr.table.type=型別
|
||||
termora.keymgr.table.length=長度
|
||||
termora.keymgr.table.remark=備註
|
||||
|
||||
# Tools
|
||||
termora.tools.multiple=將指令傳送到所有會話
|
||||
|
||||
|
||||
# Tabbed
|
||||
termora.tabbed.contextmenu.rename=重新命名
|
||||
termora.tabbed.contextmenu.clone=克隆
|
||||
termora.tabbed.contextmenu.open-in-new-window=在新視窗打開
|
||||
termora.tabbed.contextmenu.close=關閉
|
||||
termora.tabbed.contextmenu.close-other-tabs=關閉其他標籤頁
|
||||
termora.tabbed.contextmenu.close-all-tabs=關閉所有標籤
|
||||
termora.tabbed.contextmenu.reconnect=重新連接
|
||||
|
||||
|
||||
# Highlight
|
||||
termora.highlight=關鍵字高亮
|
||||
termora.highlight.text-color=文字顏色
|
||||
termora.highlight.background-color=背景顏色
|
||||
termora.highlight.keyword=關鍵字
|
||||
termora.highlight.preview=預覽
|
||||
termora.highlight.description=備註
|
||||
termora.highlight.bold=加粗
|
||||
termora.highlight.italic=斜體
|
||||
termora.highlight.underline=下劃線
|
||||
termora.highlight.line-through=刪除線
|
||||
|
||||
# Macro
|
||||
termora.macro=宏
|
||||
termora.macro.start-recording=開始錄製
|
||||
termora.macro.stop-recording=停止錄製
|
||||
termora.macro.playback=回放
|
||||
termora.macro.manager=管理宏
|
||||
termora.macro.run=運行
|
||||
|
||||
termora.terminal.size=大小: {0} x {1}
|
||||
termora.terminal.copied=已複製
|
||||
|
||||
# zmodem
|
||||
termora.addons.zmodem.skip=跳過
|
||||
Reference in New Issue
Block a user