@theia/core 1.34.0-next.7 → 1.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/README.md +6 -6
  2. package/i18n/nls.cs.json +26 -100
  3. package/i18n/nls.de.json +26 -100
  4. package/i18n/nls.es.json +26 -100
  5. package/i18n/nls.fr.json +26 -100
  6. package/i18n/nls.hu.json +26 -100
  7. package/i18n/nls.it.json +26 -100
  8. package/i18n/nls.ja.json +26 -100
  9. package/i18n/nls.json +26 -100
  10. package/i18n/nls.pl.json +26 -100
  11. package/i18n/nls.pt-br.json +26 -100
  12. package/i18n/nls.pt-pt.json +26 -100
  13. package/i18n/nls.ru.json +26 -100
  14. package/i18n/nls.zh-cn.json +26 -100
  15. package/lib/browser/about-dialog.js +1 -1
  16. package/lib/browser/about-dialog.js.map +1 -1
  17. package/lib/browser/common-frontend-contribution.js +1 -1
  18. package/lib/browser/common-frontend-contribution.js.map +1 -1
  19. package/lib/browser/core-preferences.d.ts.map +1 -1
  20. package/lib/browser/core-preferences.js +5 -6
  21. package/lib/browser/core-preferences.js.map +1 -1
  22. package/lib/browser/dialogs.js +1 -1
  23. package/lib/browser/dialogs.js.map +1 -1
  24. package/lib/browser/frontend-application.d.ts.map +1 -1
  25. package/lib/browser/frontend-application.js +12 -3
  26. package/lib/browser/frontend-application.js.map +1 -1
  27. package/lib/browser/i18n/language-quick-pick-service.js +2 -2
  28. package/lib/browser/i18n/language-quick-pick-service.js.map +1 -1
  29. package/lib/browser/label-parser.d.ts +1 -1
  30. package/lib/browser/label-parser.d.ts.map +1 -1
  31. package/lib/browser/label-parser.js +2 -1
  32. package/lib/browser/label-parser.js.map +1 -1
  33. package/lib/browser/label-provider.d.ts.map +1 -1
  34. package/lib/browser/label-provider.js +2 -3
  35. package/lib/browser/label-provider.js.map +1 -1
  36. package/lib/browser/navigatable-types.d.ts +1 -2
  37. package/lib/browser/navigatable-types.d.ts.map +1 -1
  38. package/lib/browser/navigatable-types.js +3 -2
  39. package/lib/browser/navigatable-types.js.map +1 -1
  40. package/lib/browser/preferences/injectable-preference-proxy.d.ts.map +1 -1
  41. package/lib/browser/preferences/injectable-preference-proxy.js +1 -1
  42. package/lib/browser/preferences/injectable-preference-proxy.js.map +1 -1
  43. package/lib/browser/preferences/preference-contribution.js +2 -1
  44. package/lib/browser/preferences/preference-contribution.js.map +1 -1
  45. package/lib/browser/preferences/preference-language-override-service.js +1 -1
  46. package/lib/browser/preferences/preference-language-override-service.js.map +1 -1
  47. package/lib/browser/preferences/preference-provider.d.ts.map +1 -1
  48. package/lib/browser/preferences/preference-provider.js +3 -7
  49. package/lib/browser/preferences/preference-provider.js.map +1 -1
  50. package/lib/browser/preferences/preference-proxy.d.ts.map +1 -1
  51. package/lib/browser/preferences/preference-proxy.js +3 -1
  52. package/lib/browser/preferences/preference-proxy.js.map +1 -1
  53. package/lib/browser/saveable.d.ts.map +1 -1
  54. package/lib/browser/saveable.js +3 -2
  55. package/lib/browser/saveable.js.map +1 -1
  56. package/lib/browser/shell/application-shell.d.ts +12 -0
  57. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  58. package/lib/browser/shell/application-shell.js +74 -4
  59. package/lib/browser/shell/application-shell.js.map +1 -1
  60. package/lib/browser/shell/shell-layout-restorer.d.ts +1 -1
  61. package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
  62. package/lib/browser/shell/shell-layout-restorer.js +5 -10
  63. package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
  64. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts +1 -1
  65. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts.map +1 -1
  66. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js +6 -10
  67. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js.map +1 -1
  68. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +1 -1
  69. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
  70. package/lib/browser/source-tree/tree-source.d.ts +1 -3
  71. package/lib/browser/source-tree/tree-source.d.ts.map +1 -1
  72. package/lib/browser/source-tree/tree-source.js +4 -5
  73. package/lib/browser/source-tree/tree-source.js.map +1 -1
  74. package/lib/browser/status-bar/status-bar.js +1 -1
  75. package/lib/browser/status-bar/status-bar.js.map +1 -1
  76. package/lib/browser/tree/tree-selection.d.ts.map +1 -1
  77. package/lib/browser/tree/tree-selection.js +2 -1
  78. package/lib/browser/tree/tree-selection.js.map +1 -1
  79. package/lib/browser/tree/tree-widget.d.ts +1 -0
  80. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  81. package/lib/browser/tree/tree-widget.js +5 -2
  82. package/lib/browser/tree/tree-widget.js.map +1 -1
  83. package/lib/browser/tree/tree.d.ts +1 -1
  84. package/lib/browser/tree/tree.d.ts.map +1 -1
  85. package/lib/browser/tree/tree.js +3 -2
  86. package/lib/browser/tree/tree.js.map +1 -1
  87. package/lib/browser/view-container.js +2 -2
  88. package/lib/browser/view-container.js.map +1 -1
  89. package/lib/browser/widgets/select-component.d.ts +1 -0
  90. package/lib/browser/widgets/select-component.d.ts.map +1 -1
  91. package/lib/browser/widgets/select-component.js +8 -3
  92. package/lib/browser/widgets/select-component.js.map +1 -1
  93. package/lib/browser/widgets/widget.d.ts.map +1 -1
  94. package/lib/browser/widgets/widget.js +1 -1
  95. package/lib/browser/widgets/widget.js.map +1 -1
  96. package/lib/common/array-utils.d.ts +49 -0
  97. package/lib/common/array-utils.d.ts.map +1 -0
  98. package/lib/common/array-utils.js +98 -0
  99. package/lib/common/array-utils.js.map +1 -0
  100. package/lib/common/cancellation.d.ts.map +1 -1
  101. package/lib/common/cancellation.js +4 -4
  102. package/lib/common/cancellation.js.map +1 -1
  103. package/lib/common/command.d.ts.map +1 -1
  104. package/lib/common/command.js +2 -1
  105. package/lib/common/command.js.map +1 -1
  106. package/lib/common/disposable.d.ts.map +1 -1
  107. package/lib/common/disposable.js +4 -3
  108. package/lib/common/disposable.js.map +1 -1
  109. package/lib/common/index.d.ts +20 -19
  110. package/lib/common/index.d.ts.map +1 -1
  111. package/lib/common/index.js +23 -20
  112. package/lib/common/index.js.map +1 -1
  113. package/lib/common/keybinding.d.ts.map +1 -1
  114. package/lib/common/keybinding.js +18 -2
  115. package/lib/common/keybinding.js.map +1 -1
  116. package/lib/common/keys.d.ts.map +1 -1
  117. package/lib/common/keys.js +2 -1
  118. package/lib/common/keys.js.map +1 -1
  119. package/lib/common/lsp-types.d.ts.map +1 -1
  120. package/lib/common/lsp-types.js +5 -6
  121. package/lib/common/lsp-types.js.map +1 -1
  122. package/lib/common/markdown-rendering/markdown-string.d.ts.map +1 -1
  123. package/lib/common/markdown-rendering/markdown-string.js +2 -2
  124. package/lib/common/markdown-rendering/markdown-string.js.map +1 -1
  125. package/lib/common/menu/menu-types.d.ts.map +1 -1
  126. package/lib/common/menu/menu-types.js +2 -1
  127. package/lib/common/menu/menu-types.js.map +1 -1
  128. package/lib/common/message-service-protocol.d.ts +1 -1
  129. package/lib/common/message-service-protocol.d.ts.map +1 -1
  130. package/lib/common/message-service-protocol.js +2 -1
  131. package/lib/common/message-service-protocol.js.map +1 -1
  132. package/lib/common/objects.d.ts.map +1 -1
  133. package/lib/common/objects.js +5 -5
  134. package/lib/common/objects.js.map +1 -1
  135. package/lib/common/preferences/preference-schema.d.ts.map +1 -1
  136. package/lib/common/preferences/preference-schema.js +4 -3
  137. package/lib/common/preferences/preference-schema.js.map +1 -1
  138. package/lib/common/prioritizeable.d.ts +17 -0
  139. package/lib/common/prioritizeable.d.ts.map +1 -0
  140. package/lib/common/prioritizeable.js +56 -0
  141. package/lib/common/prioritizeable.js.map +1 -0
  142. package/lib/common/promise-util.d.ts.map +1 -1
  143. package/lib/common/promise-util.js +2 -1
  144. package/lib/common/promise-util.js.map +1 -1
  145. package/lib/common/selection.d.ts.map +1 -1
  146. package/lib/common/selection.js +2 -1
  147. package/lib/common/selection.js.map +1 -1
  148. package/lib/common/types.d.ts +29 -73
  149. package/lib/common/types.d.ts.map +1 -1
  150. package/lib/common/types.js +53 -110
  151. package/lib/common/types.js.map +1 -1
  152. package/lib/common/uri-command-handler.d.ts.map +1 -1
  153. package/lib/common/uri-command-handler.js +2 -1
  154. package/lib/common/uri-command-handler.js.map +1 -1
  155. package/lib/common/uri.d.ts +1 -0
  156. package/lib/common/uri.d.ts.map +1 -1
  157. package/lib/common/uri.js +3 -0
  158. package/lib/common/uri.js.map +1 -1
  159. package/lib/common/view-column.d.ts +18 -0
  160. package/lib/common/view-column.d.ts.map +1 -0
  161. package/lib/common/view-column.js +37 -0
  162. package/lib/common/view-column.js.map +1 -0
  163. package/lib/electron-node/token/electron-token-validator.d.ts +1 -1
  164. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  165. package/lib/electron-node/token/electron-token-validator.js +4 -5
  166. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  167. package/lib/node/backend-application.d.ts +1 -0
  168. package/lib/node/backend-application.d.ts.map +1 -1
  169. package/lib/node/backend-application.js +9 -6
  170. package/lib/node/backend-application.js.map +1 -1
  171. package/lib/node/i18n/localization-contribution.d.ts.map +1 -1
  172. package/lib/node/i18n/localization-contribution.js +2 -2
  173. package/lib/node/i18n/localization-contribution.js.map +1 -1
  174. package/package.json +6 -6
  175. package/shared/reflect-metadata/index.d.ts +1 -0
  176. package/shared/reflect-metadata/index.js +1 -0
  177. package/src/browser/about-dialog.tsx +1 -1
  178. package/src/browser/common-frontend-contribution.ts +1 -1
  179. package/src/browser/core-preferences.ts +5 -6
  180. package/src/browser/dialogs.ts +1 -1
  181. package/src/browser/frontend-application.ts +12 -4
  182. package/src/browser/i18n/language-quick-pick-service.ts +2 -2
  183. package/src/browser/label-parser.ts +3 -2
  184. package/src/browser/label-provider.ts +2 -3
  185. package/src/browser/navigatable-types.ts +6 -7
  186. package/src/browser/preferences/injectable-preference-proxy.ts +5 -3
  187. package/src/browser/preferences/preference-contribution.ts +2 -2
  188. package/src/browser/preferences/preference-language-override-service.ts +2 -2
  189. package/src/browser/preferences/preference-provider.ts +4 -8
  190. package/src/browser/preferences/preference-proxy.ts +2 -2
  191. package/src/browser/saveable.ts +3 -2
  192. package/src/browser/shell/application-shell.ts +83 -5
  193. package/src/browser/shell/shell-layout-restorer.ts +6 -11
  194. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.ts +6 -11
  195. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +1 -1
  196. package/src/browser/source-tree/tree-source.ts +2 -4
  197. package/src/browser/status-bar/status-bar.tsx +1 -1
  198. package/src/browser/style/dialog.css +3 -2
  199. package/src/browser/style/index.css +0 -1
  200. package/src/browser/style/select-component.css +1 -0
  201. package/src/browser/tree/tree-selection.ts +2 -2
  202. package/src/browser/tree/tree-widget.tsx +5 -3
  203. package/src/browser/tree/tree.ts +3 -3
  204. package/src/browser/view-container.ts +3 -3
  205. package/src/browser/widgets/select-component.tsx +7 -3
  206. package/src/browser/widgets/widget.ts +2 -2
  207. package/src/common/array-utils.ts +109 -0
  208. package/src/common/cancellation.ts +4 -4
  209. package/src/common/command.ts +2 -1
  210. package/src/common/disposable.ts +3 -1
  211. package/src/common/i18n/nls.metadata.json +18565 -14326
  212. package/src/common/index.ts +20 -19
  213. package/src/common/keybinding.ts +5 -2
  214. package/src/common/keys.ts +2 -1
  215. package/src/common/lsp-types.ts +5 -6
  216. package/src/common/markdown-rendering/markdown-string.ts +2 -2
  217. package/src/common/menu/menu-types.ts +2 -1
  218. package/src/common/message-service-protocol.ts +2 -1
  219. package/src/common/objects.ts +7 -6
  220. package/src/common/preferences/preference-schema.ts +4 -3
  221. package/src/common/prioritizeable.ts +58 -0
  222. package/src/common/promise-util.ts +2 -1
  223. package/src/common/selection.ts +2 -1
  224. package/src/common/types.ts +57 -137
  225. package/src/common/uri-command-handler.ts +2 -2
  226. package/src/common/uri.ts +4 -0
  227. package/src/common/view-column.ts +33 -0
  228. package/src/electron-node/token/electron-token-validator.ts +5 -7
  229. package/src/node/backend-application.ts +10 -6
  230. package/src/node/i18n/localization-contribution.ts +3 -3
package/i18n/nls.ja.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "disassemblyView": "分解図",
2
+ "terminal:new:profile": "プロファイルから新しい統合端末を作成する",
3
+ "terminal:profile:default": "デフォルトの端末プロファイルを選択",
3
4
  "theia": {
4
5
  "callhierarchy": {
5
6
  "noCallers": "発信者は検出されていません。",
@@ -8,9 +9,9 @@
8
9
  "core": {
9
10
  "about": {
10
11
  "compatibility": "{0} 互換性",
11
- "defaultApi": "デフォルト{0} API"
12
+ "defaultApi": "デフォルト{0} API",
13
+ "version": "バージョン"
12
14
  },
13
- "availableLanguages": "使用可能な言語",
14
15
  "common": {
15
16
  "closeAll": "すべてのタブを閉じる",
16
17
  "closeAllTabMain": "メインエリアのすべてのタブを閉じる",
@@ -32,7 +33,6 @@
32
33
  "browse": "ブラウズ"
33
34
  },
34
35
  "highlightModifiedTabs": "モディファイド(ダーティ)エディタのタブにトップボーダーを描画するかどうかを制御します。",
35
- "installedLanguages": "インストールされている言語",
36
36
  "keybindingStatus": "{0}が押されたので、さらにキーを待つ",
37
37
  "keyboard": {
38
38
  "choose": "キーボードレイアウトの選択",
@@ -43,11 +43,8 @@
43
43
  "pc": "PCキーボード",
44
44
  "tryDetect": "ブラウザの情報や押されたキーからキーボードの配列を検出してみてください。"
45
45
  },
46
- "mouseBackForwardToNavigate": "戻る」「進む」コマンドでマウスボタン4と5を使用できるようにする。",
47
46
  "offline": "オフライン",
48
- "proxySupportFallback": "拡張機能のプロキシサポートを有効にし、プロキシが見つからない場合、リクエストオプションにフォールバックする。",
49
47
  "quitMessage": "保存されていない変更は、保存されません。",
50
- "quitTitle": "本当に辞めたいのか?",
51
48
  "resetWorkbenchLayout": "ワークベンチレイアウトのリセット",
52
49
  "searchbox": {
53
50
  "close": "閉じる(エスケープ)",
@@ -62,99 +59,30 @@
62
59
  "compound-cycle": "起動構成 '{0}' は自分自身とのサイクルを含む",
63
60
  "continueAll": "すべてを続ける",
64
61
  "copyExpressionValue": "コピー式の値",
65
- "debugSessionActive": "デバッグセッションがアクティブになっていますが、本当に停止しますか?",
66
- "debugSessionActiveMultiple": "アクティブなデバッグセッションがありますが、本当に停止しますか?",
67
- "disassembly-view": {
68
- "disassembly": "分解",
69
- "show-source-code": "逆アセンブルビューでソースコードを表示する"
70
- },
62
+ "debugVariableInput": "設定{0} 値",
71
63
  "instruction-breakpoint": "命令ブレークポイント",
72
- "instructionAddress": "住所",
73
- "instructionBytes": "バイト",
74
- "instructionNotAvailable": "分解はできません。",
75
- "instructionText": "インストラクション",
76
64
  "missingConfiguration": "ダイナミックコンフィギュレーション「{0}:{1}」が存在しないか、適用できない",
77
- "open-disassembly-view": "オープン分解図",
78
65
  "pauseAll": "ポーズ・オール",
79
66
  "reveal": "暴露",
80
67
  "threads": "スレッド",
81
68
  "toggleTracing": "デバッグアダプタとの通信のトレースの有効化/無効化"
82
69
  },
83
- "disassembly-view": {
84
- "disassemblyTableColumnLabel": "指令"
85
- },
86
70
  "editor": {
87
71
  "diffEditor.diffAlgorithm.experimental": "実験的な差分アルゴリズムを使用。",
88
72
  "diffEditor.diffAlgorithm.smart": "デフォルトの diffing アルゴリズムを使用します。",
89
- "diffEditor.maxFileSize": "差分を計算するファイルの最大サイズをMBで指定します。制限しない場合は 0 を使用します。",
90
73
  "diffEditor.renderMarginRevertIcon": "有効にすると、diff エディタのグリフマージンに矢印が表示され、変更を元に戻すことができます。",
91
- "editor.accessibilityPageSize": "スクリーン・リーダーが一度に読み上げられるエディターの行数を制御します。スクリーン・リーダーが検出されると、自動的にデフォルトが500に設定されます。警告: デフォルト値よりも大きな数値を設定した場合、パフォーマンスが低下します。",
92
- "editor.bracketPairColorization.enabled": "ブラケットペアの色付けを有効にするかどうかを制御します。ブラケットのハイライト色をオーバーライドするには 'workbench.colorCustomizations' を使用します。",
93
- "editor.bracketPairColorization.independentColorPoolPerBracketType": "各ブラケットタイプに独立したカラープールを持たせるかどうかを制御します。",
74
+ "dirtyEncoding": "ファイルが汚れています。別のエンコーディングで開き直す前に、まず保存してください。",
94
75
  "editor.codeActionWidget.showHeaders": "コードアクションメニューにグループヘッダを表示するかどうかを設定します。",
95
- "editor.codeLensFontSize": "CodeLensのフォントサイズをピクセル単位で制御します。0`に設定すると、`#editor.fontSize#`の90%が使用されます。",
96
- "editor.dropIntoEditor.enabled": "ファイルをエディターで開くのではなく、`shift`を押しながらドラッグ&ドロップしてテキストエディタに入れるかどうかをコントロールします。",
97
- "editor.experimental.pasteActions.enabled": "ペースト時に拡張機能からの編集を実行するかしないかを設定します。",
98
- "editor.find.seedSearchStringFromSelection0": "エディタ選択から検索文字列をシードすることはありません。",
99
- "editor.find.seedSearchStringFromSelection1": "カーソル位置の単語を含め、常にエディタの選択範囲から検索文字列をシードします。",
100
- "editor.find.seedSearchStringFromSelection2": "エディタ選択からシード検索文字列のみ。",
101
- "editor.foldingImportsByDefault": "エディターがインポート範囲を自動的に折りたたむかどうかを制御します。",
102
- "editor.foldingMaximumRegions": "折りたたみ可能な領域の最大数。この値を大きくすると、電流源の折りたたみ領域が多い場合にエディタの応答が悪くなることがあります。",
103
76
  "editor.formatOnSaveMode.modificationsIfAvailable": "変更点のみをフォーマットしようとします(ソースコントロールが必要です)。ソースコントロールが使用できない場合は、ファイル全体がフォーマットされます。",
104
- "editor.guides.bracketPairs": "ブラケットペアガイドを有効にするかどうかを制御します。",
105
- "editor.guides.bracketPairs0": "ブラケットペアガイドを有効にします。",
106
- "editor.guides.bracketPairs1": "アクティブなブラケットペアにのみブラケットペアガイドを有効にします。",
107
- "editor.guides.bracketPairs2": "ブラケットペアガイドを無効化します。",
108
- "editor.guides.bracketPairsHorizontal": "水平ブラケットペアガイドを有効にするかどうかを制御します。",
109
- "editor.guides.bracketPairsHorizontal0": "垂直方向のブラケットペアガイドに加え、水平方向のガイドを有効にします。",
110
- "editor.guides.bracketPairsHorizontal1": "アクティブなブラケットペアにのみ水平方向のガイドを有効にします。",
111
- "editor.guides.bracketPairsHorizontal2": "水平ブラケットペアガイドを無効にします。",
112
- "editor.guides.highlightActiveBracketPair": "エディターがアクティブなブラケットペアをハイライト表示するかどうかを制御します。",
113
- "editor.guides.highlightActiveIndentation0": "アクティブなインデントガイドをハイライト表示します。",
114
- "editor.guides.highlightActiveIndentation1": "ブラケットガイドがハイライトされている場合でも、アクティブなインデントガイドをハイライトします。",
115
- "editor.guides.highlightActiveIndentation2": "アクティブなインデントガイドをハイライト表示しない。",
116
- "editor.hover.above": "スペースがある場合は、行の上にホバー表示することを優先します。",
117
- "editor.inlayHints.enabled": "エディタでインレイのヒントを有効にします。",
118
- "editor.inlayHints.enabled0": "インレイヒントが有効",
119
77
  "editor.inlayHints.enabled1": "インレイのヒントはデフォルトで表示され、`Ctrl+Alt`を押すと隠れます。",
120
78
  "editor.inlayHints.enabled2": "インレイのヒントはデフォルトでは非表示で、`Ctrl+Alt`を押したときに表示されます。",
121
- "editor.inlayHints.enabled3": "インレイヒントが無効",
122
- "editor.inlayHints.fontFamily": "エディタ内のインレイヒントのフォントファミリーを制御します。空白に設定すると、`#editor.fontFamily#`が使用されます。",
123
- "editor.inlayHints.fontSize": "エディターでのインレイヒントのフォントサイズを制御します。設定値が `5` 未満またはエディタのフォントサイズより大きい場合、デフォルトの `#editor.fontSize#` の 90% が使用されます。",
124
- "editor.inlayHints.padding": "エディタでインレイのヒントの周りにパディングを有効にします。",
125
- "editor.inlineSuggest.enabled": "エディタにインラインのサジェストを自動的に表示するかどうかを制御します。",
126
- "editor.language.colorizedBracketPairs": "ブラケットペアの色付けが有効な場合に、その入れ子レベルによって色付けされるブラケットペアを定義する。",
127
- "editor.lineHeight": "行の高さを制御します。\n - 0を指定すると、フォントサイズから自動的に行の高さが計算されます。\n - 0から8までの値は、フォントサイズとの乗数として使用されます。\n - 8以上の値は、有効な値として使用されます。",
128
79
  "editor.minimap.autohide": "ミニマップを自動的に隠すかどうかを制御します。",
129
80
  "editor.multiCursorModifier": "マウスで複数のカーソルを追加するときに使用するモディファイアです。定義へ移動およびリンクを開くマウスジェスチャは、[multicursor modifier](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier)と競合しないように適応されます。",
130
81
  "editor.quickSuggestions": "入力中に自動的にサジェストを表示するかどうかを制御します。コメント、文字列、その他のコードを入力する際に制御できます。クイックサジェストは、ゴーストテキストとして表示するか、サジェストウィジェットで表示するかを設定できます。また、'#editor.suggestOnTriggerCharacters#'設定は、特殊な文字でサジェストが発生するかどうかを制御します。",
131
- "editor.quickSuggestions0": "サジェストウィジェットの中にクイックサジェストを表示",
132
- "editor.quickSuggestions1": "クイックサジェスト機能をゴーストテキストで表示",
133
- "editor.quickSuggestions2": "クイックサジェスト機能を無効化",
134
- "editor.scrollbar.horizontal": "水平スクロールバーの表示/非表示を制御します。",
135
- "editor.scrollbar.horizontal0": "水平スクロールバーは、必要なときだけ表示されます。",
136
- "editor.scrollbar.horizontal1": "水平方向のスクロールバーは常に表示されます。",
137
- "editor.scrollbar.horizontal2": "水平方向のスクロールバーは常に非表示になります。",
138
- "editor.scrollbar.horizontalScrollbarSize": "水平スクロールバーの高さを指定します。",
139
- "editor.scrollbar.scrollByPage": "クリックがページ単位でスクロールするか、クリック位置までジャンプするかを制御します。",
140
- "editor.scrollbar.vertical": "垂直スクロールバーの表示/非表示を制御する。",
141
- "editor.scrollbar.vertical0": "垂直スクロールバーは、必要なときだけ表示されます。",
142
- "editor.scrollbar.vertical1": "垂直スクロールバーは常に表示されます。",
143
- "editor.scrollbar.vertical2": "垂直スクロールバーは常に非表示になります。",
144
- "editor.scrollbar.verticalScrollbarSize": "縦スクロールバーの幅を指定します。",
145
82
  "editor.showFoldingControls1": "決して折りたたみ操作を見せず、ガターサイズを小さくする。",
146
83
  "editor.stickyScroll.enabled": "エディタ上部のスクロール中に、ネストされた現在のスコープを表示します。",
147
84
  "editor.stickyScroll.maxLineCount": "表示する付箋の最大数を定義します。",
148
85
  "editor.suggest.matchOnWordStartOnly": "インテリセンスのフィルタリングを有効にすると、最初の文字が単語の先頭にマッチする必要があります。例えば、`Console` や `WebContext` では `c` ですが、`description` では _not_ です。無効化すると、インテリセンスはより多くの結果を表示しますが、マッチの質でソートされます。",
149
- "editor.suggest.preview": "提案の結果をエディターでプレビューするかどうかを制御します。",
150
- "editor.suggest.showDeprecated": "IntelliSenseを有効にすると、「非推奨」のサジェスチョンが表示されます。",
151
- "editor.unicodeHighlight.allowedCharacters": "ハイライトされない文字を定義する。",
152
- "editor.unicodeHighlight.allowedLocales": "許可されたロケールで一般的なUnicode文字がハイライトされていません。",
153
- "editor.unicodeHighlight.ambiguousCharacters": "現在のユーザーロケールで一般的な文字を除き、基本的なASCII文字と混同される可能性のある文字をハイライト表示するかどうかを制御します。",
154
- "editor.unicodeHighlight.includeComments": "コメント中の文字もunicodeハイライトの対象とするかどうかを制御する。",
155
- "editor.unicodeHighlight.includeStrings": "文字列内の文字もUnicodeハイライトの対象とするかどうかを制御する。",
156
- "editor.unicodeHighlight.invisibleCharacters": "スペースを確保するだけの文字や幅のない文字を強調表示するかどうかを制御します。",
157
- "editor.unicodeHighlight.nonBasicASCII": "すべての非基本ASCII文字をハイライト表示するかどうかを制御します。U+0020 から U+007E までの文字、タブ、ラインフィード、キャリッジリターンのみが基本 ASCII とみなされます。",
158
86
  "files.autoSave": "未保存の変更があるエディターの[自動保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)を制御します。",
159
87
  "files.autoSave.afterDelay": "変更されたエディターは、設定された `#files.autoSaveDelay#` の後に自動的に保存されます。",
160
88
  "files.autoSave.off": "変更されたエディタは、自動的に保存されることはありません。",
@@ -162,12 +90,9 @@
162
90
  "files.autoSave.onWindowChange": "変更されたエディタは、ウィンドウのフォーカスが外れたときに自動的に保存されます。",
163
91
  "formatOnSaveTimeout": "ファイル保存時に実行されるフォーマットがキャンセルされるまでのタイムアウト(ミリ秒)。",
164
92
  "persistClosedEditors": "ウィンドウの再読み込み時に、ワークスペースの閉じたエディタの履歴を保持するかどうかを制御します。",
165
- "readOnly": "読み取り専用",
166
93
  "showAllEditors": "開いているエディタをすべて表示",
167
94
  "splitHorizontal": "スプリットエディタ横",
168
95
  "splitVertical": "スプリットエディタ縦",
169
- "status-bar-pin": "ステータスバーへの追加",
170
- "status-bar-unpin": "ステータスバーから削除する",
171
96
  "toggleStickyScroll": "固定スクロールの切り替えル"
172
97
  },
173
98
  "file-search": {
@@ -198,7 +123,10 @@
198
123
  "format": "フォーマット:",
199
124
  "maxConcurrentUploads": "複数のファイルをアップロードする際に、同時にアップロードするファイルの最大数です。0の場合は、すべてのファイルが同時にアップロードされます。",
200
125
  "maxFileSizeMB": "開くことのできる最大ファイルサイズ(MB)を制御します。",
126
+ "prepareDownload": "ダウンロードの準備中...",
127
+ "prepareDownloadLink": "ダウンロードリンクの準備中...",
201
128
  "processedOutOf": "{1}のうち{0}を処理",
129
+ "replaceTitle": "ファイルの置き換え",
202
130
  "uploadFiles": "ファイルのアップロード...",
203
131
  "uploadedOutOf": "{1}のうち{0}をアップロードしました。"
204
132
  },
@@ -254,7 +182,6 @@
254
182
  "tabbarDecorationsEnabled": "タブバーに問題のデコレーター(診断マーカー)を表示する。"
255
183
  },
256
184
  "memory-inspector": {
257
- "address": "住所",
258
185
  "addressTooltip": "表示するメモリ位置、アドレス、またはアドレスに評価される式",
259
186
  "ascii": "ASCII",
260
187
  "binary": "バイナリ",
@@ -353,9 +280,11 @@
353
280
  "hiddenChannels": "隠しチャンネル",
354
281
  "hideOutputChannel": "出力チャンネルを隠す...",
355
282
  "maxChannelHistory": "1つの出力チャネルの最大エントリ数。",
356
- "outputChannels": "出力チャンネル",
357
283
  "showOutputChannel": "出力チャンネルを表示..."
358
284
  },
285
+ "plugin": {
286
+ "blockNewTab": "お使いのブラウザで新しいタブを開くことができませんでした"
287
+ },
359
288
  "plugin-dev": {
360
289
  "alreadyRunning": "ホストされているインスタンスはすでに実行されています。",
361
290
  "debugInstance": "デバッグインスタンス",
@@ -385,7 +314,6 @@
385
314
  },
386
315
  "plugin-ext": {
387
316
  "plugins": "プラグイン",
388
- "signInAgain": "拡張子「{0}」は、「{1}」を使って再度サインインしてほしいと言っています。",
389
317
  "webviewTrace": "ウェブビューによる通信のトレースを制御します。",
390
318
  "webviewWarnIfUnsecure": "現在、ウェブビューが安全でない状態で展開されていることをユーザーに警告します。"
391
319
  },
@@ -398,7 +326,6 @@
398
326
  "lastModified": "最終更新日",
399
327
  "location": "所在地",
400
328
  "noProperties": "物件はありません。",
401
- "path": "パス",
402
329
  "properties": "プロパティ",
403
330
  "size": "サイズ",
404
331
  "symbolicLink": "シンボリックリンク"
@@ -427,9 +354,6 @@
427
354
  "extract-widget": "セカンダリーウィンドウへの表示移動"
428
355
  },
429
356
  "shell-area": {
430
- "bottom": "底面",
431
- "left": "左",
432
- "right": "右",
433
357
  "secondary": "セカンダリーウィンドウ",
434
358
  "top": "トップ"
435
359
  },
@@ -439,21 +363,26 @@
439
363
  "openUserTasks": "ユーザータスクを開く"
440
364
  },
441
365
  "terminal": {
442
- "confirmClose": "アクティブなターミナルセッションがある場合、ウィンドウが閉じるときに確認するかどうかを制御します。",
443
- "confirmCloseAlways": "端子があるかどうかは必ず確認してください。",
444
- "confirmCloseChildren": "子プロセスが存在する端末があるかどうかを確認します。",
445
- "confirmCloseNever": "絶対に確認しないでください。",
366
+ "defaultProfile": "で使用されるデフォルトのプロファイルです。{0}",
446
367
  "enableCopy": "ctrl-c(macOSではcmd-c)で選択されたテキストをコピーできるようになりました。",
447
368
  "enablePaste": "ctrl-v(macOSではcmd-v)でクリップボードからの貼り付けを可能にする。",
369
+ "profileArgs": "このプロファイルが使用するシェル引数。",
370
+ "profileColor": "端末と関連付ける端末テーマカラーID。",
371
+ "profileDefault": "Default Profileを選択する...",
372
+ "profileIcon": "ターミナルアイコンに関連付けるコーディコンIDです。\nterminal-tmux:\"$(terminal-tmux)\" とする。",
373
+ "profileNew": "新端末(プロフィール付き)...",
374
+ "profilePath": "このプロファイルが使用するシェルのパス。",
375
+ "profileSource": "シェルへのパスを自動検出するプロファイルソースです。非標準の実行可能位置はサポートされていないので、新しいプロファイルで手動で作成する必要があることに注意してください。",
376
+ "profiles": "新しいターミナルを作成するときに提示するプロファイル。オプションのアーギュメントを使用して、手動でパスプロパティを設定します。\n既存のプロファイルを `null` に設定すると、リストからプロファイルを隠すことができます。 例: `\"{0}\": null`.",
377
+ "rendererType": "端末のレンダリング方法を制御する。",
378
+ "selectProfile": "新規端末のプロファイルを選択する",
379
+ "shell.deprecated": "これは非推奨です。デフォルトシェルを設定する新しい推奨方法は、 'terminal.integrated.profiles.{0}' でターミナルプロファイルを作成し、 'terminal.integrated.defaultProfile.{0}.' でそのプロファイル名をデフォルトとして設定する方法です。",
448
380
  "shellArgsLinux": "Linux端末で使用するコマンドライン引数です。",
449
381
  "shellArgsOsx": "macOSのターミナルで使用するコマンドライン引数です。",
450
382
  "shellArgsWindows": "Windows端末で使用するコマンドライン引数です。",
451
383
  "shellLinux": "Linuxでターミナルが使用するシェルのパス(デフォルト:'{0}'})。",
452
384
  "shellOsx": "macOSでターミナルが使用するシェルのパスです(デフォルト:'{0}'})。",
453
- "shellWindows": "Windowsでターミナルが使用するシェルのパスです。(デフォルト: '{0}')を指定します。",
454
- "terminate": "終了",
455
- "terminateActive": "アクティブなターミナルセッションを終了しますか?",
456
- "terminateActiveMultiple": "{0}のアクティブな端末セッションを終了しますか?"
385
+ "shellWindows": "Windowsでターミナルが使用するシェルのパスです。(デフォルト: '{0}')を指定します。"
457
386
  },
458
387
  "toolbar": {
459
388
  "addCommand": "ツールバーへのコマンド追加",
@@ -477,11 +406,9 @@
477
406
  },
478
407
  "typehierarchy": {
479
408
  "subtypeHierarchy": "サブタイプヒエラルキー",
480
- "supertypeHierarchy": "スーパータイプヒエラルキー",
481
- "typeHierarchy": "タイプ階層"
409
+ "supertypeHierarchy": "スーパータイプヒエラルキー"
482
410
  },
483
411
  "vsx-registry": {
484
- "averageRating": "平均評価:{0} 5点満点中",
485
412
  "downloadCount": "ダウンロード回数{0}",
486
413
  "errorFetching": "拡張機能の取得にエラーが発生しました。",
487
414
  "failedInstallingVSIX": "VSIXから{0} のインストールに失敗しました。",
@@ -521,7 +448,6 @@
521
448
  "trashTitle": "{0}をゴミ箱に移動",
522
449
  "trustEmptyWindow": "空のワークスペースをデフォルトで信頼するかどうかを制御します。",
523
450
  "trustEnabled": "ワークスペースの信頼を有効にするかどうかを制御します。無効の場合、すべてのワークスペースが信頼されます。",
524
- "trustPrompt": "ワークスペースを信頼するための起動時のプロンプトを表示するタイミングを制御します。",
525
451
  "trustRequest": "拡張機能がワークスペースの信頼を要求していますが、対応する API はまだ完全にはサポートされていません。このワークスペースを信頼しますか?",
526
452
  "untitled-cleanup": "名称未設定のワークスペースファイルが多数あるようです。{0}を確認して、未使用のファイルを削除してください。",
527
453
  "workspaceFolderAdded": "複数のルートを持つワークスペースが作成されました。ワークスペースの構成をファイルとして保存しますか?",
package/i18n/nls.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "disassemblyView": "Disassembly View",
2
+ "terminal:new:profile": "Create New Integrated Terminal from a Profile",
3
+ "terminal:profile:default": "Choose the default Terminal Profile",
3
4
  "theia": {
4
5
  "callhierarchy": {
5
6
  "noCallers": "No callers have been detected.",
@@ -8,9 +9,9 @@
8
9
  "core": {
9
10
  "about": {
10
11
  "compatibility": "{0} Compatibility",
11
- "defaultApi": "Default {0} API"
12
+ "defaultApi": "Default {0} API",
13
+ "version": "Version"
12
14
  },
13
- "availableLanguages": "Available languages",
14
15
  "common": {
15
16
  "closeAll": "Close All Tabs",
16
17
  "closeAllTabMain": "Close All Tabs in Main Area",
@@ -32,7 +33,6 @@
32
33
  "browse": "Browse"
33
34
  },
34
35
  "highlightModifiedTabs": "Controls whether a top border is drawn on modified (dirty) editor tabs or not.",
35
- "installedLanguages": "Installed languages",
36
36
  "keybindingStatus": "{0} was pressed, waiting for more keys",
37
37
  "keyboard": {
38
38
  "choose": "Choose Keyboard Layout",
@@ -43,11 +43,8 @@
43
43
  "pc": "PC Keyboards",
44
44
  "tryDetect": "Try to detect the keyboard layout from browser information and pressed keys."
45
45
  },
46
- "mouseBackForwardToNavigate": "Enables the use of mouse buttons four and five for commands 'Go Back' and 'Go Forward'.",
47
46
  "offline": "Offline",
48
- "proxySupportFallback": "Enable proxy support for extensions, fall back to request options, when no proxy found.",
49
47
  "quitMessage": "Any unsaved changes will not be saved.",
50
- "quitTitle": "Are you sure you want to quit?",
51
48
  "resetWorkbenchLayout": "Reset Workbench Layout",
52
49
  "searchbox": {
53
50
  "close": "Close (Escape)",
@@ -62,99 +59,30 @@
62
59
  "compound-cycle": "Launch configuration '{0}' contains a cycle with itself",
63
60
  "continueAll": "Continue All",
64
61
  "copyExpressionValue": "Copy Expression Value",
65
- "debugSessionActive": "There is an active debug session, are you sure you want to stop it?",
66
- "debugSessionActiveMultiple": "There are active debug sessions, are you sure you want to stop them?",
67
- "disassembly-view": {
68
- "disassembly": "Disassembly",
69
- "show-source-code": "Show Source Code in Disassembly View."
70
- },
62
+ "debugVariableInput": "Set {0} Value",
71
63
  "instruction-breakpoint": "Instruction Breakpoint",
72
- "instructionAddress": "Address",
73
- "instructionBytes": "Bytes",
74
- "instructionNotAvailable": "Disassembly not available.",
75
- "instructionText": "Instruction",
76
64
  "missingConfiguration": "Dynamic configuration '{0}:{1}' is missing or not applicable",
77
- "open-disassembly-view": "Open Disassembly View",
78
65
  "pauseAll": "Pause All",
79
66
  "reveal": "Reveal",
80
67
  "threads": "Threads",
81
68
  "toggleTracing": "Enable/disable tracing communications with debug adapters"
82
69
  },
83
- "disassembly-view": {
84
- "disassemblyTableColumnLabel": "instructions"
85
- },
86
70
  "editor": {
87
71
  "diffEditor.diffAlgorithm.experimental": "Uses an experimental diffing algorithm.",
88
72
  "diffEditor.diffAlgorithm.smart": "Uses the default diffing algorithm.",
89
- "diffEditor.maxFileSize": "Maximum file size in MB for which to compute diffs. Use 0 for no limit.",
90
73
  "diffEditor.renderMarginRevertIcon": "When enabled, the diff editor shows arrows in its glyph margin to revert changes.",
91
- "editor.accessibilityPageSize": "Controls the number of lines in the editor that can be read out by a screen reader at once. When we detect a screen reader we automatically set the default to be 500. Warning: this has a performance implication for numbers larger than the default.",
92
- "editor.bracketPairColorization.enabled": "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors.",
93
- "editor.bracketPairColorization.independentColorPoolPerBracketType": "Controls whether each bracket type has its own independent color pool.",
74
+ "dirtyEncoding": "The file is dirty. Please save it first before reopening it with another encoding.",
94
75
  "editor.codeActionWidget.showHeaders": "Enable/disable showing group headers in the code action menu.",
95
- "editor.codeLensFontSize": "Controls the font size in pixels for CodeLens. When set to `0`, 90% of `#editor.fontSize#` is used.",
96
- "editor.dropIntoEditor.enabled": "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor).",
97
- "editor.experimental.pasteActions.enabled": "Enable/disable running edits from extensions on paste.",
98
- "editor.find.seedSearchStringFromSelection0": "Never seed search string from the editor selection.",
99
- "editor.find.seedSearchStringFromSelection1": "Always seed search string from the editor selection, including word at cursor position.",
100
- "editor.find.seedSearchStringFromSelection2": "Only seed search string from the editor selection.",
101
- "editor.foldingImportsByDefault": "Controls whether the editor automatically collapses import ranges.",
102
- "editor.foldingMaximumRegions": "The maximum number of foldable regions. Increasing this value may result in the editor becoming less responsive when the current source has a large number of foldable regions.",
103
76
  "editor.formatOnSaveMode.modificationsIfAvailable": "Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted.",
104
- "editor.guides.bracketPairs": "Controls whether bracket pair guides are enabled or not.",
105
- "editor.guides.bracketPairs0": "Enables bracket pair guides.",
106
- "editor.guides.bracketPairs1": "Enables bracket pair guides only for the active bracket pair.",
107
- "editor.guides.bracketPairs2": "Disables bracket pair guides.",
108
- "editor.guides.bracketPairsHorizontal": "Controls whether horizontal bracket pair guides are enabled or not.",
109
- "editor.guides.bracketPairsHorizontal0": "Enables horizontal guides as addition to vertical bracket pair guides.",
110
- "editor.guides.bracketPairsHorizontal1": "Enables horizontal guides only for the active bracket pair.",
111
- "editor.guides.bracketPairsHorizontal2": "Disables horizontal bracket pair guides.",
112
- "editor.guides.highlightActiveBracketPair": "Controls whether the editor should highlight the active bracket pair.",
113
- "editor.guides.highlightActiveIndentation0": "Highlights the active indent guide.",
114
- "editor.guides.highlightActiveIndentation1": "Highlights the active indent guide even if bracket guides are highlighted.",
115
- "editor.guides.highlightActiveIndentation2": "Do not highlight the active indent guide.",
116
- "editor.hover.above": "Prefer showing hovers above the line, if there's space.",
117
- "editor.inlayHints.enabled": "Enables the inlay hints in the editor.",
118
- "editor.inlayHints.enabled0": "Inlay hints are enabled",
119
77
  "editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
120
78
  "editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
121
- "editor.inlayHints.enabled3": "Inlay hints are disabled",
122
- "editor.inlayHints.fontFamily": "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used.",
123
- "editor.inlayHints.fontSize": "Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size.",
124
- "editor.inlayHints.padding": "Enables the padding around the inlay hints in the editor.",
125
- "editor.inlineSuggest.enabled": "Controls whether to automatically show inline suggestions in the editor.",
126
- "editor.language.colorizedBracketPairs": "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled.",
127
- "editor.lineHeight": "Controls the line height. \n - Use 0 to automatically compute the line height from the font size.\n - Values between 0 and 8 will be used as a multiplier with the font size.\n - Values greater than or equal to 8 will be used as effective values.",
128
79
  "editor.minimap.autohide": "Controls whether the minimap is hidden automatically.",
129
80
  "editor.multiCursorModifier": "The modifier to be used to add multiple cursors with the mouse. The Go to Definition and Open Link mouse gestures will adapt such that they do not conflict with the [multicursor modifier](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier).",
130
81
  "editor.quickSuggestions": "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the '#editor.suggestOnTriggerCharacters#'-setting which controls if suggestions are triggered by special characters.",
131
- "editor.quickSuggestions0": "Quick suggestions show inside the suggest widget",
132
- "editor.quickSuggestions1": "Quick suggestions show as ghost text",
133
- "editor.quickSuggestions2": "Quick suggestions are disabled",
134
- "editor.scrollbar.horizontal": "Controls the visibility of the horizontal scrollbar.",
135
- "editor.scrollbar.horizontal0": "The horizontal scrollbar will be visible only when necessary.",
136
- "editor.scrollbar.horizontal1": "The horizontal scrollbar will always be visible.",
137
- "editor.scrollbar.horizontal2": "The horizontal scrollbar will always be hidden.",
138
- "editor.scrollbar.horizontalScrollbarSize": "The height of the horizontal scrollbar.",
139
- "editor.scrollbar.scrollByPage": "Controls whether clicks scroll by page or jump to click position.",
140
- "editor.scrollbar.vertical": "Controls the visibility of the vertical scrollbar.",
141
- "editor.scrollbar.vertical0": "The vertical scrollbar will be visible only when necessary.",
142
- "editor.scrollbar.vertical1": "The vertical scrollbar will always be visible.",
143
- "editor.scrollbar.vertical2": "The vertical scrollbar will always be hidden.",
144
- "editor.scrollbar.verticalScrollbarSize": "The width of the vertical scrollbar.",
145
82
  "editor.showFoldingControls1": "Never show the folding controls and reduce the gutter size.",
146
83
  "editor.stickyScroll.enabled": "Shows the nested current scopes during the scroll at the top of the editor.",
147
84
  "editor.stickyScroll.maxLineCount": "Defines the maximum number of sticky lines to show.",
148
85
  "editor.suggest.matchOnWordStartOnly": "When enabled IntelliSense filtering requires that the first character matches on a word start, e.g `c` on `Console` or `WebContext` but _not_ on `description`. When disabled IntelliSense will show more results but still sorts them by match quality.",
149
- "editor.suggest.preview": "Controls whether to preview the suggestion outcome in the editor.",
150
- "editor.suggest.showDeprecated": "When enabled IntelliSense shows `deprecated`-suggestions.",
151
- "editor.unicodeHighlight.allowedCharacters": "Defines allowed characters that are not being highlighted.",
152
- "editor.unicodeHighlight.allowedLocales": "Unicode characters that are common in allowed locales are not being highlighted.",
153
- "editor.unicodeHighlight.ambiguousCharacters": "Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.",
154
- "editor.unicodeHighlight.includeComments": "Controls whether characters in comments should also be subject to unicode highlighting.",
155
- "editor.unicodeHighlight.includeStrings": "Controls whether characters in strings should also be subject to unicode highlighting.",
156
- "editor.unicodeHighlight.invisibleCharacters": "Controls whether characters that just reserve space or have no width at all are highlighted.",
157
- "editor.unicodeHighlight.nonBasicASCII": "Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.",
158
86
  "files.autoSave": "Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.",
159
87
  "files.autoSave.afterDelay": "An editor with changes is automatically saved after the configured `#files.autoSaveDelay#`.",
160
88
  "files.autoSave.off": "An editor with changes is never automatically saved.",
@@ -162,12 +90,9 @@
162
90
  "files.autoSave.onWindowChange": "An editor with changes is automatically saved when the window loses focus.",
163
91
  "formatOnSaveTimeout": "Timeout in milliseconds after which the formatting that is run on file save is cancelled.",
164
92
  "persistClosedEditors": "Controls whether to persist closed editor history for the workspace across window reloads.",
165
- "readOnly": "Read Only",
166
93
  "showAllEditors": "Show All Opened Editors",
167
94
  "splitHorizontal": "Split Editor Horizontal",
168
95
  "splitVertical": "Split Editor Vertical",
169
- "status-bar-pin": "Add to Status Bar",
170
- "status-bar-unpin": "Remove from Status Bar",
171
96
  "toggleStickyScroll": "Toggle Sticky Scroll"
172
97
  },
173
98
  "file-search": {
@@ -198,7 +123,10 @@
198
123
  "format": "Format:",
199
124
  "maxConcurrentUploads": "Maximum number of concurrent files to upload when uploading multiple files. 0 means all files will be uploaded concurrently.",
200
125
  "maxFileSizeMB": "Controls the max file size in MB which is possible to open.",
126
+ "prepareDownload": "Preparing download...",
127
+ "prepareDownloadLink": "Preparing download link...",
201
128
  "processedOutOf": "Processed {0} out of {1}",
129
+ "replaceTitle": "Replace File",
202
130
  "uploadFiles": "Upload Files...",
203
131
  "uploadedOutOf": "Uploaded {0} out of {1}"
204
132
  },
@@ -254,7 +182,6 @@
254
182
  "tabbarDecorationsEnabled": "Show problem decorators (diagnostic markers) in the tab bars."
255
183
  },
256
184
  "memory-inspector": {
257
- "address": "Address",
258
185
  "addressTooltip": "Memory location to display, an address or expression evaluating to an address",
259
186
  "ascii": "ASCII",
260
187
  "binary": "Binary",
@@ -353,9 +280,11 @@
353
280
  "hiddenChannels": "Hidden Channels",
354
281
  "hideOutputChannel": "Hide Output Channel...",
355
282
  "maxChannelHistory": "The maximum number of entries in an output channel.",
356
- "outputChannels": "Output Channels",
357
283
  "showOutputChannel": "Show Output Channel..."
358
284
  },
285
+ "plugin": {
286
+ "blockNewTab": "Your browser prevented opening of a new tab"
287
+ },
359
288
  "plugin-dev": {
360
289
  "alreadyRunning": "Hosted instance is already running.",
361
290
  "debugInstance": "Debug Instance",
@@ -385,7 +314,6 @@
385
314
  },
386
315
  "plugin-ext": {
387
316
  "plugins": "Plugins",
388
- "signInAgain": "The extension '{0}' wants you to sign in again using {1}.",
389
317
  "webviewTrace": "Controls communication tracing with webviews.",
390
318
  "webviewWarnIfUnsecure": "Warns users that webviews are currently deployed unsecurely."
391
319
  },
@@ -398,7 +326,6 @@
398
326
  "lastModified": "Last modified",
399
327
  "location": "Location",
400
328
  "noProperties": "No properties available.",
401
- "path": "Path",
402
329
  "properties": "Properties",
403
330
  "size": "Size",
404
331
  "symbolicLink": "Symbolic link"
@@ -427,9 +354,6 @@
427
354
  "extract-widget": "Move View to Secondary Window"
428
355
  },
429
356
  "shell-area": {
430
- "bottom": "Bottom",
431
- "left": "Left",
432
- "right": "Right",
433
357
  "secondary": "Secondary Window",
434
358
  "top": "Top"
435
359
  },
@@ -439,21 +363,26 @@
439
363
  "openUserTasks": "Open User Tasks"
440
364
  },
441
365
  "terminal": {
442
- "confirmClose": "Controls whether to confirm when the window closes if there are active terminal sessions.",
443
- "confirmCloseAlways": "Always confirm if there are terminals.",
444
- "confirmCloseChildren": "Confirm if there are any terminals that have child processes.",
445
- "confirmCloseNever": "Never confirm.",
366
+ "defaultProfile": "The default profile used on {0}",
446
367
  "enableCopy": "Enable ctrl-c (cmd-c on macOS) to copy selected text",
447
368
  "enablePaste": "Enable ctrl-v (cmd-v on macOS) to paste from clipboard",
369
+ "profileArgs": "The shell arguments that this profile uses.",
370
+ "profileColor": "A terminal theme color ID to associate with the terminal.",
371
+ "profileDefault": "Choose Default Profile...",
372
+ "profileIcon": "A codicon ID to associate with the terminal icon.\nterminal-tmux:\"$(terminal-tmux)\"",
373
+ "profileNew": "New Terminal (With Profile)...",
374
+ "profilePath": "The path of the shell that this profile uses.",
375
+ "profileSource": "A profile source that will auto detect the paths to the shell. Note that non-standard executable locations are not supported and must be created manually in a new profile.",
376
+ "profiles": "The profiles to present when creating a new terminal. Set the path property manually with optional args.\nSet an existing profile to `null` to hide the profile from the list, for example: `\"{0}\": null`.",
377
+ "rendererType": "Controls how the terminal is rendered.",
378
+ "selectProfile": "Select a profile for the new terminal",
379
+ "shell.deprecated": "This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in 'terminal.integrated.profiles.{0}' and setting its profile name as the default in 'terminal.integrated.defaultProfile.{0}.'",
448
380
  "shellArgsLinux": "The command line arguments to use when on the Linux terminal.",
449
381
  "shellArgsOsx": "The command line arguments to use when on the macOS terminal.",
450
382
  "shellArgsWindows": "The command line arguments to use when on the Windows terminal.",
451
383
  "shellLinux": "The path of the shell that the terminal uses on Linux (default: '{0}'}).",
452
384
  "shellOsx": "The path of the shell that the terminal uses on macOS (default: '{0}'}).",
453
- "shellWindows": "The path of the shell that the terminal uses on Windows. (default: '{0}').",
454
- "terminate": "Terminate",
455
- "terminateActive": "Do you want to terminate the active terminal session?",
456
- "terminateActiveMultiple": "Do you want to terminate the {0} active terminal sessions?"
385
+ "shellWindows": "The path of the shell that the terminal uses on Windows. (default: '{0}')."
457
386
  },
458
387
  "toolbar": {
459
388
  "addCommand": "Add Command to Toolbar",
@@ -477,11 +406,9 @@
477
406
  },
478
407
  "typehierarchy": {
479
408
  "subtypeHierarchy": "Subtype Hierarchy",
480
- "supertypeHierarchy": "Supertype Hierarchy",
481
- "typeHierarchy": "Type Hierarchy"
409
+ "supertypeHierarchy": "Supertype Hierarchy"
482
410
  },
483
411
  "vsx-registry": {
484
- "averageRating": "Average rating: {0} out of 5",
485
412
  "downloadCount": "Download count: {0}",
486
413
  "errorFetching": "Error fetching extensions.",
487
414
  "failedInstallingVSIX": "Failed to install {0} from VSIX.",
@@ -521,7 +448,6 @@
521
448
  "trashTitle": "Move {0} to Trash",
522
449
  "trustEmptyWindow": "Controls whether or not the empty workspace is trusted by default.",
523
450
  "trustEnabled": "Controls whether or not workspace trust is enabled. If disabled, all workspaces are trusted.",
524
- "trustPrompt": "Controls when the startup prompt to trust a workspace is shown.",
525
451
  "trustRequest": "An extension requests workspace trust but the corresponding API is not yet fully supported. Do you want to trust this workspace?",
526
452
  "untitled-cleanup": "There appear to be many untitled workspace files. Please check {0} and remove any unused files.",
527
453
  "workspaceFolderAdded": "A workspace with multiple roots was created. Do you want to save your workspace configuration as a file?",