mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore!: migrate to version 2.x
This commit is contained in:
@@ -22,11 +22,7 @@ termora.update.ignore=Remind me next time
|
||||
# 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
|
||||
@@ -49,25 +45,15 @@ termora.host.modified-server-key.are-you-sure=Are you sure you want to continue
|
||||
# Settings
|
||||
termora.setting=Settings
|
||||
|
||||
termora.settings.appearance=Appearance
|
||||
termora.settings.appearance=General
|
||||
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.settings.appearance.opacity=Opacity
|
||||
termora.settings.appearance.background-image=BG Image
|
||||
termora.settings.appearance.background-running=Backgrounding
|
||||
termora.settings.appearance.confirm-tab-close=Confirm tab close
|
||||
|
||||
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
|
||||
@@ -111,6 +97,43 @@ 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.plugin=Plugins
|
||||
termora.settings.plugin.install=Install
|
||||
termora.settings.plugin.subscribe=Subscribe
|
||||
termora.settings.plugin.install-subscription-confirm=Subscription required to install <b>{0}</b>
|
||||
termora.settings.plugin.installed=Installed
|
||||
termora.settings.plugin.marketplace=Marketplace
|
||||
termora.settings.plugin.uninstall=Uninstall
|
||||
termora.settings.plugin.update=Update
|
||||
termora.settings.plugin.uninstalled=Uninstalled
|
||||
termora.settings.plugin.cannot-uninstall=System built-in plugins cannot be uninstalled
|
||||
termora.settings.plugin.uninstall-confirm=Are you sure you want to uninstall <b>{0}</b> ?
|
||||
termora.settings.plugin.uninstall-failed=Uninstall failed
|
||||
termora.settings.plugin.install-failed=Install failed, please try again later
|
||||
termora.settings.plugin.install-from-disk=Install plugin from Disk...
|
||||
termora.settings.plugin.install-from-disk-warning=<b>{0}</b> plugin will have access to all your data. Are you sure you want to install it?
|
||||
|
||||
termora.settings.account=Account
|
||||
termora.settings.account.login=Log in
|
||||
termora.settings.account.server=Server
|
||||
termora.settings.account.locally=locally
|
||||
termora.settings.account.lifetime=Lifetime
|
||||
termora.settings.account.upgrade=Upgrade
|
||||
termora.settings.account.verify=Verify
|
||||
termora.settings.account.subscription=Subscription
|
||||
termora.settings.account.valid-to=Valid to
|
||||
termora.settings.account.synchronization-on=Synchronization on
|
||||
termora.settings.account.sync-now=Sync now
|
||||
termora.settings.account.logout=Log out
|
||||
termora.settings.account.logout-confirm=Are you sure you want to log out?
|
||||
termora.settings.account.unsynced-logout-confirm=Unsynced Are you sure you want to log out?
|
||||
termora.settings.account.server-singapore=Singapore
|
||||
termora.settings.account.server-china=Mainland China
|
||||
termora.settings.account.new-server=New Server
|
||||
termora.settings.account.deploy-server=Deploy
|
||||
termora.settings.account.login-failed=Log in failed, please try again later
|
||||
|
||||
|
||||
termora.settings.keymap=Keymap
|
||||
termora.settings.keymap.shortcut=Shortcut
|
||||
termora.settings.keymap.action=Action
|
||||
@@ -125,6 +148,7 @@ termora.settings.sftp.preserve-time=Preserve original file modification time
|
||||
|
||||
termora.settings.restart.title=Restart
|
||||
termora.settings.restart.message=Changes will take effect after restarting the application
|
||||
termora.settings.restart.manually=Please restart the software manually
|
||||
|
||||
# Find everywhere
|
||||
termora.find-everywhere=Find Everywhere
|
||||
@@ -153,7 +177,9 @@ termora.welcome.contextmenu.new.folder=${termora.folder}
|
||||
termora.welcome.contextmenu.new.host=Host
|
||||
termora.welcome.contextmenu.new.folder.name=New Folder
|
||||
termora.welcome.contextmenu.property=Properties
|
||||
termora.welcome.contextmenu.show-more-info=Show more info
|
||||
termora.welcome.contextmenu.show=Show
|
||||
termora.welcome.contextmenu.show.more-info=More info
|
||||
termora.welcome.contextmenu.show.tags=${termora.tag}
|
||||
termora.welcome.contextmenu.download=Download
|
||||
termora.welcome.contextmenu.import.csv.download-template=Do you want to import or download the template?
|
||||
termora.welcome.contextmenu.import.csv.download-template-done=Download the template successfully
|
||||
@@ -199,6 +225,9 @@ termora.new-host.tunneling.add=Add
|
||||
termora.new-host.tunneling.edit=${termora.keymgr.edit}
|
||||
termora.new-host.tunneling.delete=${termora.remove}
|
||||
|
||||
termora.new-host.rdp.desktop-placeholder=Default full screen (e.g. 1920×1080)
|
||||
termora.new-host.rdp.resolution=Resolution
|
||||
|
||||
termora.new-host.test-connection=Test Connection
|
||||
termora.new-host.test-connection-successful=Connection successful
|
||||
|
||||
@@ -249,6 +278,7 @@ termora.highlight=Highlight Sets
|
||||
termora.highlight.text-color=Text Color
|
||||
termora.highlight.background-color=Background Color
|
||||
termora.highlight.keyword=Keyword
|
||||
termora.highlight.my-keyword=My Keyword
|
||||
termora.highlight.preview=Preview
|
||||
termora.highlight.description=Description
|
||||
termora.highlight.bold=Bold
|
||||
@@ -256,6 +286,11 @@ termora.highlight.italic=Italic
|
||||
termora.highlight.underline=Underline
|
||||
termora.highlight.line-through=Line Through
|
||||
|
||||
# tag
|
||||
termora.tag=Tags
|
||||
termora.tag.my-tags=My tags
|
||||
termora.tag.manage-tags=Manage tags
|
||||
|
||||
# Macro
|
||||
termora.macro=Macros
|
||||
termora.macro.start-recording=Start Recording
|
||||
@@ -314,6 +349,7 @@ termora.transport.permissions.group=Group
|
||||
termora.transport.permissions.others=Others
|
||||
termora.transport.permissions.include-subfolder=Include subdirectories
|
||||
|
||||
termora.transport.sftp=Transfer
|
||||
termora.transport.sftp.retry=Retry
|
||||
termora.transport.sftp.select-another-host=Select another host
|
||||
termora.transport.sftp.select-host=Select host
|
||||
@@ -397,4 +433,6 @@ termora.floating-toolbar.close-in-current-tab=Close in current tab
|
||||
|
||||
|
||||
# zmodem
|
||||
termora.addons.zmodem.skip=SKIP
|
||||
termora.addons.zmodem.skip=SKIP
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user