feat: 实现连接列表中标签的内联编辑和创建

允许用户直接在连接列表的标签分组标题上进行编辑
This commit is contained in:
Baobhan Sith
2025-05-03 09:48:47 +08:00
parent b40be119d4
commit bc85d52aa5
10 changed files with 477 additions and 71 deletions
+7 -2
View File
@@ -366,7 +366,9 @@
},
"inputPlaceholder": "Type to search or create tags...",
"removeSelection": "Remove this tag selection",
"deleteTagGlobally": "Delete this tag globally"
"deleteTagGlobally": "Delete this tag globally",
"createSuccess": "Tag created successfully.",
"updateSuccess": "Tag updated successfully."
},
"settings": {
"title": "Settings",
@@ -797,7 +799,10 @@
"workspaceConnectionList": {
"untagged": "Untagged",
"searchPlaceholder": "Search name or host...",
"noResults": "No connections found matching \"{searchTerm}\"."
"noResults": "No connections found matching \"{searchTerm}\".",
"allConnectionsTaggedSuccess": "All connections tagged successfully.",
"noConnectionsToTag": "No connections to tag.",
"clickToEditTag": "Click to edit tag name"
},
"remoteDesktopModal": {
"title": "Remote Desktop",
+11 -6
View File
@@ -977,9 +977,11 @@
"confirmDelete": "\"{name}\"タグを削除しますか?この操作は元に戻せません。"
},
"removeSelection": "このタグの選択を解除",
"title": "タグ管理"
},
"terminalTabBar": {
"title": "タグ管理",
"createSuccess": "タグが正常に作成されました。",
"updateSuccess": "タグが正常に更新されました。"
},
"terminalTabBar": {
"selectServerTitle": "接続するサーバーを選択"
},
"workspace": {
@@ -990,9 +992,12 @@
"workspaceConnectionList": {
"noResults": "\"{searchTerm}\"に一致する接続は見つかりませんでした。",
"searchPlaceholder": "名前またはホストを検索...",
"untagged": "タグなし"
},
"sshKeys": {
"untagged": "タグなし",
"allConnectionsTaggedSuccess": "すべての接続にタグが正常に追加されました。",
"noConnectionsToTag": "タグ付けする接続はありません。",
"clickToEditTag": "クリックしてタグ名を編集"
},
"sshKeys": {
"selector": {
"selectPlaceholder": "SSH キーを選択...",
"useDirectInput": "またはキーの内容を直接入力",
+7 -2
View File
@@ -366,7 +366,9 @@
},
"inputPlaceholder": "输入搜索或创建标签...",
"removeSelection": "移除此标签选择",
"deleteTagGlobally": "全局删除此标签"
"deleteTagGlobally": "全局删除此标签",
"createSuccess": "标签创建成功。",
"updateSuccess": "标签更新成功。"
},
"settings": {
"title": "设置",
@@ -800,7 +802,10 @@
"workspaceConnectionList": {
"untagged": "未标记",
"searchPlaceholder": "搜索名称或主机...",
"noResults": "未找到匹配 \"{searchTerm}\" 的连接。"
"noResults": "未找到匹配 \"{searchTerm}\" 的连接。",
"allConnectionsTaggedSuccess": "所有连接已成功添加标签。",
"noConnectionsToTag": "没有需要添加标签的连接。",
"clickToEditTag": "点击编辑标签名称"
},
"remoteDesktopModal": {
"title": "远程桌面",