mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13:36 +00:00
feat: seperated out sharing, improved host/credential loading, reduced host manager bloat
This commit is contained in:
@@ -552,13 +552,24 @@
|
||||
"failedToDeployKey2": "Failed to deploy key",
|
||||
"deletedCount": "Deleted {{count}} hosts",
|
||||
"failedToDeleteCount": "Failed to delete {{count}} hosts",
|
||||
"duplicatedHost": "Duplicated \"{{name}}\"",
|
||||
"failedToDuplicateHost": "Failed to duplicate host",
|
||||
"updatedCount": "Updated {{count}} hosts",
|
||||
"friendlyNameLabel": "Friendly Name",
|
||||
"descriptionLabel": "Description",
|
||||
"loadingHost": "Loading host...",
|
||||
"loadingHosts": "Loading hosts...",
|
||||
"loadingCredentials": "Loading credentials...",
|
||||
"noHostsYet": "No hosts yet",
|
||||
"noHostsMatchSearch": "No hosts match your search",
|
||||
"hostNotFound": "Host not found",
|
||||
"searchHosts": "Search hosts...",
|
||||
"addHost": "Add Host",
|
||||
"shareHost": "Share Host",
|
||||
"shareHostTitle": "Share: {{name}}",
|
||||
"sharing": {
|
||||
"requiresCredential": "This host must use a credential to enable sharing. Edit the host and assign a credential first."
|
||||
},
|
||||
"guac": {
|
||||
"connection": "Connection",
|
||||
"authentication": "Authentication",
|
||||
|
||||
Reference in New Issue
Block a user