feat: 实现连接列表中标签的内联编辑和创建
允许用户直接在连接列表的标签分组标题上进行编辑
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user