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",
+6 -2
View File
@@ -849,13 +849,17 @@
},
"workspace": {
"error": {
"sidebarPersistentSaveFailed": "サイドバーの設定の保存に失敗しました。"
"sidebarPersistentSaveFailed": "サイドバーの設定の保存に失敗しました。",
"showConnectionTagsSaveFailed": "接続タグ表示設定の保存に失敗しました。",
"showQuickCommandTagsSaveFailed": "クイックコマンドタグ表示設定の保存に失敗しました。"
},
"sidebarPersistentDescription": "有効にすると、サイドバーの外側をクリックしてもサイドバーは自動的に折りたたまれません。",
"sidebarPersistentLabel": "ポップアップ後にサイドバーを固定 (自動的に折りたたまない)",
"sidebarPersistentTitle": "サイドバーの動作",
"success": {
"sidebarPersistentSaved": "サイドバーの設定を保存しました。"
"sidebarPersistentSaved": "サイドバーの設定を保存しました。",
"showConnectionTagsSaved": "接続タグ表示設定を保存しました。",
"showQuickCommandTagsSaved": "クイックコマンドタグ表示設定を保存しました。"
},
"title": "ワークスペースとターミナル",
"showConnectionTagsTitle": "接続タグを表示",
+6 -2
View File
@@ -621,10 +621,14 @@
"sidebarPersistentLabel": "弹出后固定侧边栏 (不自动收回)",
"sidebarPersistentDescription": "开启后,点击侧边栏外部区域不会自动收回侧边栏。",
"success": {
"sidebarPersistentSaved": "侧边栏设置已保存。"
"sidebarPersistentSaved": "侧边栏设置已保存。",
"showConnectionTagsSaved": "连接标签显示设置已保存。",
"showQuickCommandTagsSaved": "快捷指令标签显示设置已保存。"
},
"error": {
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。"
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。",
"showConnectionTagsSaveFailed": "保存连接标签显示设置失败。",
"showQuickCommandTagsSaveFailed": "保存快捷指令标签显示设置失败。"
},
"showConnectionTagsTitle": "显示连接标签",
"showConnectionTagsLabel": "在连接列表中显示标签",