This commit is contained in:
Baobhan Sith
2025-04-29 18:04:11 +08:00
parent 731015e893
commit ccfb1d0e3e
6 changed files with 301 additions and 66 deletions
+13 -2
View File
@@ -680,7 +680,9 @@
"width": "Width",
"height": "Height",
"reconnect": "Reconnect",
"retry": "Retry"
"retry": "Retry",
"sortAscending": "Ascending",
"sortDescending": "Descending"
},
"layoutConfigurator": {
"title": "Layout Configurator",
@@ -927,7 +929,16 @@
"viewAllConnections": "View All Connections",
"recentActivity": "Recent Activity",
"noRecentActivity": "No recent activity records",
"viewFullAuditLog": "View Full Audit Log"
"viewFullAuditLog": "View Full Audit Log",
"connectionList": "Connection List",
"noConnections": "No connection records",
"sortOptions": {
"lastConnected": "Last Connected",
"name": "Name",
"type": "Type",
"updated": "Updated",
"created": "Created"
}
},
"terminalTabBar": {
"selectServerTitle": "Select server to connect"