This commit is contained in:
Baobhan Sith
2025-04-16 11:04:29 +08:00
parent 269473c526
commit a83b346956
20 changed files with 922 additions and 350 deletions
+11 -1
View File
@@ -247,7 +247,12 @@
"saving": "Saving",
"saveSuccess": "Save successful",
"saveError": "Save error",
"editPathTooltip": "Click path to edit"
"editPathTooltip": "Click path to edit",
"noActiveSession": "No active session",
"loadDirectoryFailed": "Failed to load directory"
},
"statusMonitor": {
"noActiveSession": "No active session"
},
"tags": {
"title": "Tag Management",
@@ -506,5 +511,10 @@
"SERVER_ERROR": "Server Error",
"DATABASE_MIGRATION": "Database Migration"
}
},
"workspaceConnectionList": {
"untagged": "Untagged",
"searchPlaceholder": "Search name or host...",
"noResults": "No connections found matching \"{searchTerm}\"."
}
}
+8 -2
View File
@@ -251,7 +251,11 @@
"saving": "正在保存",
"saveSuccess": "保存成功",
"saveError": "保存出错",
"editPathTooltip": "点击路径进行编辑"
"editPathTooltip": "点击路径进行编辑",
"noActiveSession": "无活动会话"
},
"statusMonitor": {
"noActiveSession": "无活动会话"
},
"tags": {
"title": "标签管理",
@@ -512,6 +516,8 @@
}
},
"workspaceConnectionList": {
"untagged": "未标记"
"untagged": "未标记",
"searchPlaceholder": "搜索名称或主机...",
"noResults": "未找到匹配 \"{searchTerm}\" 的连接。"
}
}