Localize additional Host Manager components and authentication settings

- Added translations for all authentication options (Password, Key, SSH Private Key)
- Localized form labels in HostManagerHostEditor (Pin Connection, Enable Terminal/Tunnel/FileManager)
- Translated Upload/Update Key button states
- Localized Host Viewer and Add/Edit Host tab labels
- Added Chinese translations for all host management settings
- Fixed duplicate translation keys in JSON files

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ZacharyZcR
2025-09-02 21:04:20 +08:00
parent 0fb18e9eca
commit c6bc2a6f9c
4 changed files with 47 additions and 5 deletions

View File

@@ -620,6 +620,26 @@
"updateHost": "Update Host",
"addHost": "Add Host",
"editHost": "Edit Host",
"pinConnection": "Pin Connection",
"authentication": "Authentication",
"password": "Password",
"key": "Key",
"sshPrivateKey": "SSH Private Key",
"keyPassword": "Key Password",
"keyType": "Key Type",
"enableTerminal": "Enable Terminal",
"enableTunnel": "Enable Tunnel",
"enableFileManager": "Enable File Manager",
"defaultPath": "Default Path",
"tunnelConnections": "Tunnel Connections",
"maxRetries": "Max Retries",
"upload": "Upload",
"updateKey": "Update Key",
"hostViewer": "Host Viewer",
"sshpassRequired": "Sshpass Required For Password Authentication",
"sshServerConfigRequired": "SSH Server Configuration Required",
"sshManagerAlreadyOpen": "SSH Manager already open",
"disabledDuringSplitScreen": "Disabled during split screen",
"productionFolder": "Production",
"databaseServer": "Database Server",
"unknownError": "Unknown error",