feat: 添加显隐标签的设置
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -857,7 +857,13 @@
|
||||
"success": {
|
||||
"sidebarPersistentSaved": "サイドバーの設定を保存しました。"
|
||||
},
|
||||
"title": "ワークスペースとターミナル"
|
||||
"title": "ワークスペースとターミナル",
|
||||
"showConnectionTagsTitle": "接続タグを表示",
|
||||
"showConnectionTagsLabel": "接続リストにタグを表示",
|
||||
"showConnectionTagsDescription": "無効にすると、接続リストのタグが非表示になり、検索から除外されます。",
|
||||
"showQuickCommandTagsTitle": "クイックコマンドタグを表示",
|
||||
"showQuickCommandTagsLabel": "クイックコマンドリストにタグを表示",
|
||||
"showQuickCommandTagsDescription": "無効にすると、クイックコマンドリストのタグが非表示になり、検索から除外されます。"
|
||||
},
|
||||
"about": {
|
||||
"version": "バージョン",
|
||||
|
||||
@@ -625,7 +625,13 @@
|
||||
},
|
||||
"error": {
|
||||
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。"
|
||||
}
|
||||
},
|
||||
"showConnectionTagsTitle": "显示连接标签",
|
||||
"showConnectionTagsLabel": "在连接列表中显示标签",
|
||||
"showConnectionTagsDescription": "关闭后将隐藏连接列表中的标签,并从搜索中排除标签。",
|
||||
"showQuickCommandTagsTitle": "显示快捷指令标签",
|
||||
"showQuickCommandTagsLabel": "在快捷指令列表中显示标签",
|
||||
"showQuickCommandTagsDescription": "关闭后将隐藏快捷指令列表中的标签,并从搜索中排除标签。"
|
||||
},
|
||||
"ipBlacklist": {
|
||||
"title": "IP 黑名单管理",
|
||||
|
||||
Reference in New Issue
Block a user