mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12: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
|
||||
Reference in New Issue
Block a user