This commit is contained in:
Baobhan Sith
2025-05-16 13:51:10 +08:00
parent 78314b1f0b
commit 10d7921edb
5 changed files with 52 additions and 25 deletions
+12
View File
@@ -127,7 +127,18 @@
"lastConnected": "Last Connected",
"actions": "Actions"
},
"batchEdit":{
"toggleLabel":"Batch Edit",
"selectAll": "Select All",
"deselectAll": "Deselect All",
"invertSelection": "Invert Selection",
"title": "Batch Edit Connections",
"editSelected": "Edit Selected",
"noChange":"No change",
"selectedItems":"{count} items selected"
},
"actions": {
"testAllFiltered":"Test All",
"connect": "Connect",
"edit": "Edit",
"delete": "Delete",
@@ -152,6 +163,7 @@
"confirm": "Confirm Add",
"adding": "Adding...",
"cancel": "Cancel",
"noSshKey":"No SSH Key",
"errorRequiredFields": "Please fill in all required fields.",
"errorPasswordRequired": "Password is required for password authentication.",
"errorPrivateKeyRequired": "Private key is required for key authentication.",