This commit is contained in:
Baobhan Sith
2025-04-28 12:47:57 +08:00
parent 869c5bb7a3
commit 4fe55a7651
3 changed files with 37 additions and 5 deletions
+29 -1
View File
@@ -676,7 +676,9 @@
"collapse": "Collapse",
"search": "Search",
"all": "All",
"filter": "Filter"
"filter": "Filter",
"width": "Width",
"height": "Height"
},
"layoutConfigurator": {
"title": "Layout Configurator",
@@ -748,6 +750,32 @@
"searchPlaceholder": "Search name or host...",
"noResults": "No connections found matching \"{searchTerm}\"."
},
"remoteDesktopModal": {
"title": "Remote Desktop",
"titlePlaceholder": "Remote Desktop Connection",
"status": {
"fetchingToken": "Fetching connection token...",
"connectingWs": "Connecting WebSocket...",
"idle": "Idle",
"connectingRdp": "Connecting Remote Desktop...",
"waiting": "Waiting for server response...",
"connected": "Connected",
"disconnecting": "Disconnecting...",
"disconnected": "Disconnected",
"unknownState": "Unknown State",
"connecting": "Connecting...",
"error": "Error"
},
"errors": {
"missingInfo": "Connection info or display element missing.",
"tunnelError": "Tunnel Error",
"clientError": "Client Error",
"connectionFailed": "Connection Failed",
"inputError": "Error setting up input listeners.",
"noConnection": "No connection information provided.",
"tokenError": "Failed to retrieve token"
}
},
"commandInputBar": {
"placeholder": "Enter command and press Enter to send...",
"searchPlaceholder": "Search in terminal...",