feat: 添加批量删除功能

This commit is contained in:
Baobhan Sith
2025-05-11 18:44:50 +08:00
parent 47fd89bb95
commit 1d2197a000
4 changed files with 78 additions and 4 deletions
+7 -1
View File
@@ -983,7 +983,13 @@
"menuItem": "Manage Tag",
"cannotManageUntagged": "Cannot manage connections for 'Untagged' group.",
"invertSelection": "Invert Selection"
}
},
"deleteAllConnectionsInGroupMenu": "Delete All Connections in Group",
"noConnectionsToDeleteInGroup": "No connections to delete in group '{groupName}'.",
"confirmDeleteAllConnectionsInGroup": "Are you sure you want to delete all {count} connections in group '{groupName}'? This cannot be undone.",
"allConnectionsInGroupDeletedSuccess": "{count} connections successfully deleted from group '{groupName}'.",
"cannotDeleteFromUntagged": "Cannot use this option to delete connections from the 'Untagged' group.",
"someConnectionsInGroupDeleteFailed": "{count} connections in group '{groupName}' failed to delete."
},
"remoteDesktopModal": {
"title": "Remote Desktop",