feat: 添加显隐标签的设置

This commit is contained in:
Baobhan Sith
2025-05-03 20:34:52 +08:00
parent c3470a5419
commit 6144633a5e
10 changed files with 592 additions and 137 deletions
+7 -1
View File
@@ -625,7 +625,13 @@
},
"error": {
"sidebarPersistentSaveFailed": "Failed to save sidebar setting."
}
},
"showConnectionTagsTitle": "Show Connection Tags",
"showConnectionTagsLabel": "Show tags in connection list",
"showConnectionTagsDescription": "Disable to hide tags in the connection list and exclude them from search.",
"showQuickCommandTagsTitle": "Show Quick Command Tags",
"showQuickCommandTagsLabel": "Show tags in quick command list",
"showQuickCommandTagsDescription": "Disable to hide tags in the quick command list and exclude them from search."
},
"ipBlacklist": {
"title": "IP Blacklist Management",
+7 -1
View File
@@ -857,7 +857,13 @@
"success": {
"sidebarPersistentSaved": "サイドバーの設定を保存しました。"
},
"title": "ワークスペースとターミナル"
"title": "ワークスペースとターミナル",
"showConnectionTagsTitle": "接続タグを表示",
"showConnectionTagsLabel": "接続リストにタグを表示",
"showConnectionTagsDescription": "無効にすると、接続リストのタグが非表示になり、検索から除外されます。",
"showQuickCommandTagsTitle": "クイックコマンドタグを表示",
"showQuickCommandTagsLabel": "クイックコマンドリストにタグを表示",
"showQuickCommandTagsDescription": "無効にすると、クイックコマンドリストのタグが非表示になり、検索から除外されます。"
},
"about": {
"version": "バージョン",
+7 -1
View File
@@ -625,7 +625,13 @@
},
"error": {
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。"
}
},
"showConnectionTagsTitle": "显示连接标签",
"showConnectionTagsLabel": "在连接列表中显示标签",
"showConnectionTagsDescription": "关闭后将隐藏连接列表中的标签,并从搜索中排除标签。",
"showQuickCommandTagsTitle": "显示快捷指令标签",
"showQuickCommandTagsLabel": "在快捷指令列表中显示标签",
"showQuickCommandTagsDescription": "关闭后将隐藏快捷指令列表中的标签,并从搜索中排除标签。"
},
"ipBlacklist": {
"title": "IP 黑名单管理",