update
This commit is contained in:
@@ -621,10 +621,14 @@
|
|||||||
"sidebarPersistentLabel": "Pin sidebar when opened (prevent auto-collapse)",
|
"sidebarPersistentLabel": "Pin sidebar when opened (prevent auto-collapse)",
|
||||||
"sidebarPersistentDescription": "When enabled, clicking outside the sidebar will not automatically collapse it.",
|
"sidebarPersistentDescription": "When enabled, clicking outside the sidebar will not automatically collapse it.",
|
||||||
"success": {
|
"success": {
|
||||||
"sidebarPersistentSaved": "Sidebar setting saved."
|
"sidebarPersistentSaved": "Sidebar setting saved.",
|
||||||
|
"showConnectionTagsSaved": "Connection tags visibility setting saved.",
|
||||||
|
"showQuickCommandTagsSaved": "Quick command tags visibility setting saved."
|
||||||
},
|
},
|
||||||
"error": {
|
"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",
|
"showConnectionTagsTitle": "Show Connection Tags",
|
||||||
"showConnectionTagsLabel": "Show tags in connection list",
|
"showConnectionTagsLabel": "Show tags in connection list",
|
||||||
|
|||||||
@@ -849,13 +849,17 @@
|
|||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"error": {
|
"error": {
|
||||||
"sidebarPersistentSaveFailed": "サイドバーの設定の保存に失敗しました。"
|
"sidebarPersistentSaveFailed": "サイドバーの設定の保存に失敗しました。",
|
||||||
|
"showConnectionTagsSaveFailed": "接続タグ表示設定の保存に失敗しました。",
|
||||||
|
"showQuickCommandTagsSaveFailed": "クイックコマンドタグ表示設定の保存に失敗しました。"
|
||||||
},
|
},
|
||||||
"sidebarPersistentDescription": "有効にすると、サイドバーの外側をクリックしてもサイドバーは自動的に折りたたまれません。",
|
"sidebarPersistentDescription": "有効にすると、サイドバーの外側をクリックしてもサイドバーは自動的に折りたたまれません。",
|
||||||
"sidebarPersistentLabel": "ポップアップ後にサイドバーを固定 (自動的に折りたたまない)",
|
"sidebarPersistentLabel": "ポップアップ後にサイドバーを固定 (自動的に折りたたまない)",
|
||||||
"sidebarPersistentTitle": "サイドバーの動作",
|
"sidebarPersistentTitle": "サイドバーの動作",
|
||||||
"success": {
|
"success": {
|
||||||
"sidebarPersistentSaved": "サイドバーの設定を保存しました。"
|
"sidebarPersistentSaved": "サイドバーの設定を保存しました。",
|
||||||
|
"showConnectionTagsSaved": "接続タグ表示設定を保存しました。",
|
||||||
|
"showQuickCommandTagsSaved": "クイックコマンドタグ表示設定を保存しました。"
|
||||||
},
|
},
|
||||||
"title": "ワークスペースとターミナル",
|
"title": "ワークスペースとターミナル",
|
||||||
"showConnectionTagsTitle": "接続タグを表示",
|
"showConnectionTagsTitle": "接続タグを表示",
|
||||||
|
|||||||
@@ -621,10 +621,14 @@
|
|||||||
"sidebarPersistentLabel": "弹出后固定侧边栏 (不自动收回)",
|
"sidebarPersistentLabel": "弹出后固定侧边栏 (不自动收回)",
|
||||||
"sidebarPersistentDescription": "开启后,点击侧边栏外部区域不会自动收回侧边栏。",
|
"sidebarPersistentDescription": "开启后,点击侧边栏外部区域不会自动收回侧边栏。",
|
||||||
"success": {
|
"success": {
|
||||||
"sidebarPersistentSaved": "侧边栏设置已保存。"
|
"sidebarPersistentSaved": "侧边栏设置已保存。",
|
||||||
|
"showConnectionTagsSaved": "连接标签显示设置已保存。",
|
||||||
|
"showQuickCommandTagsSaved": "快捷指令标签显示设置已保存。"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。"
|
"sidebarPersistentSaveFailed": "保存侧边栏设置失败。",
|
||||||
|
"showConnectionTagsSaveFailed": "保存连接标签显示设置失败。",
|
||||||
|
"showQuickCommandTagsSaveFailed": "保存快捷指令标签显示设置失败。"
|
||||||
},
|
},
|
||||||
"showConnectionTagsTitle": "显示连接标签",
|
"showConnectionTagsTitle": "显示连接标签",
|
||||||
"showConnectionTagsLabel": "在连接列表中显示标签",
|
"showConnectionTagsLabel": "在连接列表中显示标签",
|
||||||
|
|||||||
Reference in New Issue
Block a user