feat(ui): implement profiles batch select and i18n (#4972)

* feat(ui): implement profiles batch select and i18n

* refactor: adjust button position and icon

* style: lint fmt
This commit is contained in:
Sline
2025-10-08 12:02:55 +08:00
committed by GitHub
parent 2bc720534d
commit 72aa56007c
7 changed files with 295 additions and 55 deletions

View File

@@ -682,5 +682,13 @@
"Secret copied to clipboard": "Secret copied to clipboard",
"Saving...": "Saving...",
"Proxy node already exists in chain": "Proxy node already exists in chain",
"Detection timeout or failed": "Detection timeout or failed"
"Detection timeout or failed": "Detection timeout or failed",
"Batch Operations": "Batch Operations",
"Delete Selected Profiles": "Delete Selected Profiles",
"Deselect All": "Deselect All",
"Done": "Done",
"items": "items",
"Select All": "Select All",
"Selected": "Selected",
"Selected profiles deleted successfully": "Selected profiles deleted successfully"
}