This commit is contained in:
Baobhan Sith
2025-05-03 20:39:32 +08:00
parent 6144633a5e
commit 4a2527f0d0
3 changed files with 18 additions and 6 deletions
+6 -2
View File
@@ -621,10 +621,14 @@
"sidebarPersistentLabel": "Pin sidebar when opened (prevent auto-collapse)",
"sidebarPersistentDescription": "When enabled, clicking outside the sidebar will not automatically collapse it.",
"success": {
"sidebarPersistentSaved": "Sidebar setting saved."
"sidebarPersistentSaved": "Sidebar setting saved.",
"showConnectionTagsSaved": "Connection tags visibility setting saved.",
"showQuickCommandTagsSaved": "Quick command tags visibility setting saved."
},
"error": {
"sidebarPersistentSaveFailed": "Failed to save sidebar setting."
"sidebarPersistentSaveFailed": "Failed to save sidebar setting.",
"showConnectionTagsSaveFailed": "Failed to save connection tags visibility setting.",
"showQuickCommandTagsSaveFailed": "Failed to save quick command tags visibility setting."
},
"showConnectionTagsTitle": "Show Connection Tags",
"showConnectionTagsLabel": "Show tags in connection list",