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"
+13 -2
View File
@@ -676,7 +676,9 @@
"collapse": "折りたたむ",
"search": "検索",
"all": "すべて",
"filter": "フィルター"
"filter": "フィルター",
"sortAscending": "昇順",
"sortDescending": "降順"
},
"layoutConfigurator": {
"title": "レイアウトマネージャー",
@@ -897,7 +899,16 @@
"viewAllConnections": "すべての接続を表示",
"recentActivity": "最近のアクティビティ",
"noRecentActivity": "最近のアクティビティ記録はありません",
"viewFullAuditLog": "完全な監査ログを表示"
"viewFullAuditLog": "完全な監査ログを表示",
"connectionList": "接続リスト",
"noConnections": "接続記録がありません",
"sortOptions": {
"lastConnected": "最終接続",
"name": "名前",
"type": "タイプ",
"updated": "更新日時",
"created": "作成日時"
}
},
"terminalTabBar": {
"selectServerTitle": "接続するサーバーを選択"
+13 -2
View File
@@ -681,7 +681,9 @@
"width": "宽度",
"height": "高度",
"reconnect": "重新连接",
"retry": "重试"
"retry": "重试",
"sortAscending": "升序",
"sortDescending": "降序"
},
"layoutConfigurator": {
"title": "布局管理器",
@@ -930,7 +932,16 @@
"viewAllConnections": "查看所有连接",
"recentActivity": "最近活动",
"noRecentActivity": "没有最近活动记录",
"viewFullAuditLog": "查看完整审计日志"
"viewFullAuditLog": "查看完整审计日志",
"connectionList": "连接列表",
"noConnections": "没有连接记录",
"sortOptions": {
"lastConnected": "最近连接",
"name": "名称",
"type": "类型",
"updated": "修改时间",
"created": "创建时间"
}
},
"terminalTabBar": {
"selectServerTitle": "选择要连接的服务器"