@theia/core 1.61.0 → 1.62.0
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.
- package/README.md +7 -7
- package/i18n/nls.cs.json +158 -13
- package/i18n/nls.de.json +158 -13
- package/i18n/nls.es.json +158 -13
- package/i18n/nls.fr.json +158 -13
- package/i18n/nls.hu.json +158 -13
- package/i18n/nls.it.json +158 -13
- package/i18n/nls.ja.json +158 -13
- package/i18n/nls.json +159 -14
- package/i18n/nls.ko.json +158 -13
- package/i18n/nls.pl.json +158 -13
- package/i18n/nls.pt-br.json +158 -13
- package/i18n/nls.ru.json +158 -13
- package/i18n/nls.tr.json +158 -13
- package/i18n/nls.zh-cn.json +158 -13
- package/i18n/nls.zh-tw.json +158 -13
- package/lib/browser/catalog.json +197 -33
- package/lib/browser/common-frontend-contribution.d.ts +1 -1
- package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
- package/lib/browser/common-frontend-contribution.js +13 -11
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/context-menu-renderer.d.ts +14 -3
- package/lib/browser/context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/context-menu-renderer.js +23 -1
- package/lib/browser/context-menu-renderer.js.map +1 -1
- package/lib/browser/frontend-application-module.d.ts.map +1 -1
- package/lib/browser/frontend-application-module.js +1 -3
- package/lib/browser/frontend-application-module.js.map +1 -1
- package/lib/browser/hover-service.d.ts.map +1 -1
- package/lib/browser/hover-service.js +7 -0
- package/lib/browser/hover-service.js.map +1 -1
- package/lib/browser/menu/action-menu-node.d.ts +36 -0
- package/lib/browser/menu/action-menu-node.d.ts.map +1 -0
- package/lib/browser/menu/action-menu-node.js +113 -0
- package/lib/browser/menu/action-menu-node.js.map +1 -0
- package/lib/browser/menu/browser-context-menu-renderer.d.ts +12 -4
- package/lib/browser/menu/browser-context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/menu/browser-context-menu-renderer.js +12 -13
- package/lib/browser/menu/browser-context-menu-renderer.js.map +1 -1
- package/lib/browser/menu/browser-menu-module.d.ts.map +1 -1
- package/lib/browser/menu/browser-menu-module.js +4 -0
- package/lib/browser/menu/browser-menu-module.js.map +1 -1
- package/lib/browser/menu/browser-menu-node-factory.d.ts +13 -0
- package/lib/browser/menu/browser-menu-node-factory.d.ts.map +1 -0
- package/lib/browser/menu/browser-menu-node-factory.js +54 -0
- package/lib/browser/menu/browser-menu-node-factory.js.map +1 -0
- package/lib/browser/menu/browser-menu-plugin.d.ts +12 -30
- package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.js +78 -159
- package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
- package/lib/browser/menu/composite-menu-node.d.ts +49 -0
- package/lib/browser/menu/composite-menu-node.d.ts.map +1 -0
- package/lib/browser/menu/composite-menu-node.js +127 -0
- package/lib/browser/menu/composite-menu-node.js.map +1 -0
- package/lib/browser/menu/menu.spec.d.ts.map +1 -0
- package/lib/{common → browser}/menu/menu.spec.js +38 -13
- package/lib/browser/menu/menu.spec.js.map +1 -0
- package/lib/browser/open-with-service.d.ts +1 -1
- package/lib/browser/saveable-service.d.ts.map +1 -1
- package/lib/browser/saveable-service.js +6 -1
- package/lib/browser/saveable-service.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts +7 -5
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +82 -28
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/index.d.ts +1 -0
- package/lib/browser/shell/index.d.ts.map +1 -1
- package/lib/browser/shell/index.js +1 -0
- package/lib/browser/shell/index.js.map +1 -1
- package/lib/browser/shell/sidebar-bottom-menu-widget.d.ts.map +1 -1
- package/lib/browser/shell/sidebar-bottom-menu-widget.js +2 -1
- package/lib/browser/shell/sidebar-bottom-menu-widget.js.map +1 -1
- package/lib/browser/shell/sidebar-menu-widget.d.ts +4 -1
- package/lib/browser/shell/sidebar-menu-widget.d.ts.map +1 -1
- package/lib/browser/shell/sidebar-menu-widget.js +14 -1
- package/lib/browser/shell/sidebar-menu-widget.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts +66 -8
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +161 -8
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts +18 -32
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +52 -88
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts +17 -21
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js +9 -9
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +7 -39
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +30 -238
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +13 -13
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts +56 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +208 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -0
- package/lib/browser/shell/tab-bars.d.ts.map +1 -1
- package/lib/browser/shell/tab-bars.js +2 -1
- package/lib/browser/shell/tab-bars.js.map +1 -1
- package/lib/browser/shell/theia-dock-panel.d.ts +4 -10
- package/lib/browser/shell/theia-dock-panel.d.ts.map +1 -1
- package/lib/browser/shell/theia-dock-panel.js +7 -84
- package/lib/browser/shell/theia-dock-panel.js.map +1 -1
- package/lib/browser/shell/theia-split-panel.d.ts +6 -0
- package/lib/browser/shell/theia-split-panel.d.ts.map +1 -0
- package/lib/browser/shell/theia-split-panel.js +56 -0
- package/lib/browser/shell/theia-split-panel.js.map +1 -0
- package/lib/browser/tree/tree-widget.d.ts +1 -0
- package/lib/browser/tree/tree-widget.d.ts.map +1 -1
- package/lib/browser/tree/tree-widget.js +6 -0
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/view-container.d.ts +6 -3
- package/lib/browser/view-container.d.ts.map +1 -1
- package/lib/browser/view-container.js +36 -26
- package/lib/browser/view-container.js.map +1 -1
- package/lib/browser/window/default-secondary-window-service.d.ts +1 -0
- package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-secondary-window-service.js +3 -0
- package/lib/browser/window/default-secondary-window-service.js.map +1 -1
- package/lib/common/listener.d.ts +21 -0
- package/lib/common/listener.d.ts.map +1 -0
- package/lib/common/listener.js +81 -0
- package/lib/common/listener.js.map +1 -0
- package/lib/common/listener.spec.d.ts +2 -0
- package/lib/common/listener.spec.d.ts.map +1 -0
- package/lib/common/listener.spec.js +255 -0
- package/lib/common/listener.spec.js.map +1 -0
- package/lib/common/menu/index.d.ts +2 -3
- package/lib/common/menu/index.d.ts.map +1 -1
- package/lib/common/menu/index.js +2 -3
- package/lib/common/menu/index.js.map +1 -1
- package/lib/common/menu/menu-model-registry.d.ts +37 -50
- package/lib/common/menu/menu-model-registry.d.ts.map +1 -1
- package/lib/common/menu/menu-model-registry.js +176 -225
- package/lib/common/menu/menu-model-registry.js.map +1 -1
- package/lib/common/menu/menu-types.d.ts +58 -96
- package/lib/common/menu/menu-types.d.ts.map +1 -1
- package/lib/common/menu/menu-types.js +43 -39
- package/lib/common/menu/menu-types.js.map +1 -1
- package/lib/common/messaging/proxy-factory.d.ts.map +1 -1
- package/lib/common/messaging/proxy-factory.js +4 -0
- package/lib/common/messaging/proxy-factory.js.map +1 -1
- package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts +15 -5
- package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-context-menu-renderer.js +21 -14
- package/lib/electron-browser/menu/electron-context-menu-renderer.js.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.d.ts +4 -16
- package/lib/electron-browser/menu/electron-main-menu-factory.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-main-menu-factory.js +84 -104
- package/lib/electron-browser/menu/electron-main-menu-factory.js.map +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.js +1 -4
- package/lib/electron-browser/menu/electron-menu-contribution.js.map +1 -1
- package/lib/electron-browser/menu/electron-menu-module.d.ts.map +1 -1
- package/lib/electron-browser/menu/electron-menu-module.js +5 -0
- package/lib/electron-browser/menu/electron-menu-module.js.map +1 -1
- package/lib/electron-browser/window/electron-secondary-window-service.d.ts +1 -0
- package/lib/electron-browser/window/electron-secondary-window-service.d.ts.map +1 -1
- package/lib/electron-browser/window/electron-secondary-window-service.js +20 -0
- package/lib/electron-browser/window/electron-secondary-window-service.js.map +1 -1
- package/lib/electron-browser/window/electron-window-service.d.ts +3 -0
- package/lib/electron-browser/window/electron-window-service.d.ts.map +1 -1
- package/lib/electron-browser/window/electron-window-service.js +10 -1
- package/lib/electron-browser/window/electron-window-service.js.map +1 -1
- package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
- package/lib/electron-main/theia-electron-window.js +2 -0
- package/lib/electron-main/theia-electron-window.js.map +1 -1
- package/package.json +7 -8
- package/src/browser/common-frontend-contribution.ts +14 -14
- package/src/browser/context-menu-renderer.ts +33 -5
- package/src/browser/frontend-application-module.ts +1 -7
- package/src/browser/hover-service.ts +7 -0
- package/src/browser/menu/action-menu-node.ts +128 -0
- package/src/browser/menu/browser-context-menu-renderer.ts +18 -11
- package/src/browser/menu/browser-menu-module.ts +4 -0
- package/src/browser/menu/browser-menu-node-factory.ts +48 -0
- package/src/browser/menu/browser-menu-plugin.ts +80 -168
- package/src/browser/menu/composite-menu-node.ts +140 -0
- package/src/{common → browser}/menu/menu.spec.ts +47 -15
- package/src/browser/open-with-service.ts +1 -1
- package/src/browser/saveable-service.ts +6 -1
- package/src/browser/shell/application-shell.ts +91 -29
- package/src/browser/shell/index.ts +1 -0
- package/src/browser/shell/sidebar-bottom-menu-widget.tsx +2 -1
- package/src/browser/shell/sidebar-menu-widget.tsx +12 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +239 -0
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +59 -102
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.ts +14 -23
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +14 -14
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +34 -261
- package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +251 -0
- package/src/browser/shell/tab-bars.ts +2 -1
- package/src/browser/shell/theia-dock-panel.ts +10 -91
- package/src/browser/shell/theia-split-panel.ts +56 -0
- package/src/browser/style/hover-service.css +6 -1
- package/src/browser/style/index.css +3 -11
- package/src/browser/style/view-container.css +17 -31
- package/src/browser/tree/tree-widget.tsx +7 -0
- package/src/browser/view-container.ts +51 -30
- package/src/browser/window/default-secondary-window-service.ts +4 -0
- package/src/common/listener.spec.ts +315 -0
- package/src/common/listener.ts +88 -0
- package/src/common/menu/index.ts +2 -3
- package/src/common/menu/menu-model-registry.ts +187 -230
- package/src/common/menu/menu-types.ts +82 -128
- package/src/common/messaging/proxy-factory.ts +4 -1
- package/src/electron-browser/menu/electron-context-menu-renderer.ts +29 -13
- package/src/electron-browser/menu/electron-main-menu-factory.ts +92 -116
- package/src/electron-browser/menu/electron-menu-contribution.ts +1 -4
- package/src/electron-browser/menu/electron-menu-module.ts +6 -1
- package/src/electron-browser/window/electron-secondary-window-service.ts +22 -0
- package/src/electron-browser/window/electron-window-service.ts +11 -1
- package/src/electron-main/theia-electron-window.ts +2 -0
- package/lib/common/menu/action-menu-node.d.ts +0 -20
- package/lib/common/menu/action-menu-node.d.ts.map +0 -1
- package/lib/common/menu/action-menu-node.js +0 -57
- package/lib/common/menu/action-menu-node.js.map +0 -1
- package/lib/common/menu/composite-menu-node.d.ts +0 -47
- package/lib/common/menu/composite-menu-node.d.ts.map +0 -1
- package/lib/common/menu/composite-menu-node.js +0 -96
- package/lib/common/menu/composite-menu-node.js.map +0 -1
- package/lib/common/menu/composite-menu-node.spec.d.ts +0 -2
- package/lib/common/menu/composite-menu-node.spec.d.ts.map +0 -1
- package/lib/common/menu/composite-menu-node.spec.js +0 -68
- package/lib/common/menu/composite-menu-node.spec.js.map +0 -1
- package/lib/common/menu/menu-adapter.d.ts +0 -36
- package/lib/common/menu/menu-adapter.d.ts.map +0 -1
- package/lib/common/menu/menu-adapter.js +0 -93
- package/lib/common/menu/menu-adapter.js.map +0 -1
- package/lib/common/menu/menu.spec.d.ts.map +0 -1
- package/lib/common/menu/menu.spec.js.map +0 -1
- package/lib/common/test/mock-menu.d.ts +0 -8
- package/lib/common/test/mock-menu.d.ts.map +0 -1
- package/lib/common/test/mock-menu.js +0 -35
- package/lib/common/test/mock-menu.js.map +0 -1
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.ts +0 -31
- package/src/common/menu/action-menu-node.ts +0 -65
- package/src/common/menu/composite-menu-node.spec.ts +0 -67
- package/src/common/menu/composite-menu-node.ts +0 -116
- package/src/common/menu/menu-adapter.ts +0 -103
- package/src/common/test/mock-menu.ts +0 -35
- /package/lib/{common → browser}/menu/menu.spec.d.ts +0 -0
package/i18n/nls.ja.json
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"aiHistory:open": "AI履歴ビューを開く",
|
|
8
8
|
"aiHistory:sortChronologically": "AIの歴史年代順に並べ替える",
|
|
9
9
|
"aiHistory:sortReverseChronologically": "AIの歴史年代順に並べ替える",
|
|
10
|
+
"aiHistory:toggleCompact": "AIの歴史コンパクト表示の切り替え",
|
|
11
|
+
"aiHistory:toggleHideNewlines": "AIの歴史:改行の解釈をやめる",
|
|
12
|
+
"aiHistory:toggleRaw": "AIの歴史生の表示の切り替え",
|
|
13
|
+
"aiHistory:toggleRenderNewlines": "AIの歴史:改行の解釈",
|
|
10
14
|
"debug.breakpoint.editCondition": "編集条件...",
|
|
11
15
|
"notebook.cell.changeToCode": "セルをコードに変更",
|
|
12
16
|
"notebook.cell.changeToMarkdown": "セルをマーダウンに変更",
|
|
@@ -122,6 +126,10 @@
|
|
|
122
126
|
"automaticEnable": {
|
|
123
127
|
"description": "編集中の任意の(Monaco)エディタ内で、AI補完をインラインで自動的にトリガー。 \n あるいは、コマンド \"Trigger Inline Suggestion\" またはデフォルトのショートカット \"Ctrl+Alt+Space\" を使って、手動でコードをトリガーすることもできます。"
|
|
124
128
|
},
|
|
129
|
+
"debounceDelay": {
|
|
130
|
+
"description": "エディタで変更が検出された後、AI補完をトリガーするまでの遅延をミリ秒単位で制御します。 自動コード補完`が有効になっている必要があります。デバウンス遅延を無効にするには0を入力してください。",
|
|
131
|
+
"title": "デバウンス遅延"
|
|
132
|
+
},
|
|
125
133
|
"excludedFileExts": {
|
|
126
134
|
"description": "AI補完を無効にするファイル拡張子(例:.md、.txt)を指定する。",
|
|
127
135
|
"title": "除外されるファイル拡張子"
|
|
@@ -174,6 +182,45 @@
|
|
|
174
182
|
"prefs": {
|
|
175
183
|
"title": "AI機能【アルファ"
|
|
176
184
|
},
|
|
185
|
+
"promptFragmentsConfiguration": {
|
|
186
|
+
"activeCustomizationLabel": "アクティブ",
|
|
187
|
+
"activeCustomizationTitle": "アクティブなカスタマイズ",
|
|
188
|
+
"builtInLabel": "内蔵",
|
|
189
|
+
"cancelButton": "キャンセル",
|
|
190
|
+
"createCustomizationTitle": "カスタマイズの作成",
|
|
191
|
+
"customization": "カスタマイズ",
|
|
192
|
+
"customizationLabel": "カスタマイズ",
|
|
193
|
+
"defaultVariantLabel": "デフォルト",
|
|
194
|
+
"defaultVariantTitle": "デフォルトのバリアント",
|
|
195
|
+
"deleteCustomizationTitle": "カスタマイズの削除",
|
|
196
|
+
"editTemplateTitle": "テンプレートの編集",
|
|
197
|
+
"headerTitle": "プロンプト・フラグメント",
|
|
198
|
+
"label": "プロンプト・フラグメント",
|
|
199
|
+
"noFragmentsAvailable": "プロンプトの断片はない。",
|
|
200
|
+
"otherPromptFragmentsHeader": "その他のプロンプト・フラグメント",
|
|
201
|
+
"promptTemplateText": "プロンプト・テンプレート・テキスト",
|
|
202
|
+
"promptVariantsHeader": "プロンプト・バリアントセット",
|
|
203
|
+
"removeButton": "削除",
|
|
204
|
+
"removeCustomizationDialogMsg": "プロンプト・フラグメント \"{1}\" の{0} カスタマイズを削除してもよろしいですか?",
|
|
205
|
+
"removeCustomizationDialogTitle": "カスタマイズの削除",
|
|
206
|
+
"removeCustomizationWithDescDialogMsg": "プロンプト・フラグメント \"{1}\" ({2}) の{0} カスタマイズを削除してもよろしいですか?",
|
|
207
|
+
"resetAllButton": "すべてリセット",
|
|
208
|
+
"resetAllCustomizationsDialogMsg": "すべてのプロンプトフラグメントをビルトインバージョンにリセットしてもよろしいですか?これですべてのカスタマイズが削除されます。",
|
|
209
|
+
"resetAllCustomizationsDialogTitle": "すべてのカスタマイズをリセット",
|
|
210
|
+
"resetAllCustomizationsTitle": "すべてのカスタマイズをリセットする",
|
|
211
|
+
"resetAllPromptFragments": "すべてのプロンプトフラグメントをリセットする",
|
|
212
|
+
"resetButton": "リセット",
|
|
213
|
+
"resetToBuiltInDialogMsg": "プロンプトフラグメント \"{0}\" をビルトインバージョンにリセットしてよろしいですか?これですべてのカスタマイズが削除されます。",
|
|
214
|
+
"resetToBuiltInDialogTitle": "内蔵にリセット",
|
|
215
|
+
"resetToBuiltInTitle": "この内蔵にリセットする",
|
|
216
|
+
"resetToCustomizationDialogMsg": "プロンプト・フラグメント \"{0}\" をリセットして、{1} カスタマイズを使用しますか?これにより、優先順位の高いカスタマイズはすべて削除されます。",
|
|
217
|
+
"resetToCustomizationDialogTitle": "カスタマイズにリセット",
|
|
218
|
+
"resetToCustomizationTitle": "このカスタマイズにリセットする",
|
|
219
|
+
"selectedVariantLabel": "厳選された",
|
|
220
|
+
"selectedVariantTitle": "選択されたバリアント",
|
|
221
|
+
"usedByAgentTitle": "エージェントが使用:{0}",
|
|
222
|
+
"variantsOfSystemPrompt": "このプロンプトのバリアントセット:"
|
|
223
|
+
},
|
|
177
224
|
"promptTemplates": {
|
|
178
225
|
"description": "カスタマイズされたプロンプトテンプレートを保存するフォルダ。カスタマイズされていない場合は、ユーザー設定ディレクトリが使用される。プロンプトテンプレートのバリエーションを管理するために、バージョン管理下にあるフォルダを使用することを検討してください。"
|
|
179
226
|
},
|
|
@@ -213,13 +260,19 @@
|
|
|
213
260
|
"clear": {
|
|
214
261
|
"tooltip": "全エージェントの履歴を消去"
|
|
215
262
|
},
|
|
216
|
-
"
|
|
263
|
+
"exchange-card": {
|
|
264
|
+
"agentId": "代理店",
|
|
265
|
+
"exchangeId": "身分証明書",
|
|
266
|
+
"timestamp": "スタート"
|
|
267
|
+
},
|
|
268
|
+
"open-history-tooltip": "AIの歴史を開く...",
|
|
269
|
+
"request-card": {
|
|
270
|
+
"agent": "代理店",
|
|
271
|
+
"model": "モデル",
|
|
217
272
|
"request": "リクエスト",
|
|
218
|
-
"requestId": "リクエストID",
|
|
219
273
|
"response": "応答",
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"timestamp": "タイムスタンプ"
|
|
274
|
+
"timestamp": "タイムスタンプ",
|
|
275
|
+
"title": "リクエスト"
|
|
223
276
|
},
|
|
224
277
|
"sortChronologically": {
|
|
225
278
|
"tooltip": "年代順に並べる"
|
|
@@ -227,6 +280,18 @@
|
|
|
227
280
|
"sortReverseChronologically": {
|
|
228
281
|
"tooltip": "年代順に並べ替える"
|
|
229
282
|
},
|
|
283
|
+
"toggleCompact": {
|
|
284
|
+
"tooltip": "コンパクト表示"
|
|
285
|
+
},
|
|
286
|
+
"toggleHideNewlines": {
|
|
287
|
+
"tooltip": "改行の解釈を止める"
|
|
288
|
+
},
|
|
289
|
+
"toggleRaw": {
|
|
290
|
+
"tooltip": "生で見る"
|
|
291
|
+
},
|
|
292
|
+
"toggleRenderNewlines": {
|
|
293
|
+
"tooltip": "改行の解釈"
|
|
294
|
+
},
|
|
230
295
|
"view": {
|
|
231
296
|
"label": "AIエージェントの歴史【アルファ",
|
|
232
297
|
"noAgent": "代理人は不在。",
|
|
@@ -422,14 +487,8 @@
|
|
|
422
487
|
"hitEnterConfirm": "エンターキーを押して確認する",
|
|
423
488
|
"howCanIHelp": "どうされましたか?",
|
|
424
489
|
"loading": "ローディング",
|
|
425
|
-
"systemPrompt": {
|
|
426
|
-
"description": "AIターミナル・アシスタントのプロンプト"
|
|
427
|
-
},
|
|
428
490
|
"tryAgain": "もう一度...",
|
|
429
|
-
"useArrowsAlternatives": "または ↪So_21C5 を使って選択肢を示す..."
|
|
430
|
-
"userPrompt": {
|
|
431
|
-
"description": "ユーザーリクエストを含むプロンプト"
|
|
432
|
-
}
|
|
491
|
+
"useArrowsAlternatives": "または ↪So_21C5 を使って選択肢を示す..."
|
|
433
492
|
},
|
|
434
493
|
"tokenUsage": {
|
|
435
494
|
"inputTokens": "入力トークン",
|
|
@@ -444,6 +503,50 @@
|
|
|
444
503
|
"total": "合計",
|
|
445
504
|
"totalTokens": "トークン合計"
|
|
446
505
|
},
|
|
506
|
+
"vercelai": {
|
|
507
|
+
"anthropicApiKey": {
|
|
508
|
+
"mdDescription": "AnthropicモデルのAPIキーを入力してください。**Please note:** この環境設定を使用することで、APIキーはTheiaを実行しているマシンにクリアテキストで保存されます。キーを安全に設定するには環境変数 `ANTHROPIC_API_KEY` を使用してください。"
|
|
509
|
+
},
|
|
510
|
+
"customEndpoints": {
|
|
511
|
+
"apiKey": {
|
|
512
|
+
"title": "指定した url で提供される API にアクセスするためのキー、またはグローバル API キーを使用する場合は `true` のいずれか。"
|
|
513
|
+
},
|
|
514
|
+
"enableStreaming": {
|
|
515
|
+
"title": "ストリーミングAPIを使用するかどうかを示す。デフォルトは `true` である。"
|
|
516
|
+
},
|
|
517
|
+
"id": {
|
|
518
|
+
"title": "カスタムモデルを識別するためにUIで使われる一意な識別子。"
|
|
519
|
+
},
|
|
520
|
+
"mdDescription": "Vercel AI SDKと互換性のあるカスタムモデルを統合する。必須属性は `model` と `url` です。 \n オプションで \n - UI でカスタムモデルを識別するための一意の `id` を指定します。何も指定しない場合は `model` が `id` として使用される。 \n - 指定した url で提供される API にアクセスするための `apiKey` を指定する。グローバル API キーを使用する場合は `true` を指定する。 \n - supportsStructuredOutput:false`を指定すると、構造化出力を使用しないことを示す。 \n - enableStreaming: false` を指定すると、ストリーミングを使用しないことを示す。 \n - provider`を指定すると、モデルの提供元を指定することができる(openai、anthropic)。",
|
|
521
|
+
"modelId": {
|
|
522
|
+
"title": "モデルID"
|
|
523
|
+
},
|
|
524
|
+
"provider": {
|
|
525
|
+
"title": "プロバイダー"
|
|
526
|
+
},
|
|
527
|
+
"supportsStructuredOutput": {
|
|
528
|
+
"title": "モデルが構造化出力をサポートしているかどうかを示す。デフォルトは `true` である。"
|
|
529
|
+
},
|
|
530
|
+
"url": {
|
|
531
|
+
"title": "モデルがホストされているAPIエンドポイント"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"models": {
|
|
535
|
+
"description": "Vercel AI SDKで使用する公式モデル",
|
|
536
|
+
"id": {
|
|
537
|
+
"title": "モデルID"
|
|
538
|
+
},
|
|
539
|
+
"model": {
|
|
540
|
+
"title": "モデル名"
|
|
541
|
+
},
|
|
542
|
+
"provider": {
|
|
543
|
+
"title": "プロバイダー"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"openaiApiKey": {
|
|
547
|
+
"mdDescription": "OpenAIモデルのAPIキーを入力します。**Please note:** この環境設定を使用することで、APIキーはTheiaを実行しているマシンにクリアテキストで保存されます。キーを安全に設定するには、環境変数 `OPENAI_API_KEY` を使用してください。"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
447
550
|
"workspace": {
|
|
448
551
|
"coderAgent": {
|
|
449
552
|
"description": "Theia IDEに統合されたAIアシスタントで、ソフトウェア開発者を支援するように設計されています。このエージェントはユーザーのワークスペースにアクセスし、利用可能なすべてのファイルとフォルダのリストを取得し、その内容を取得することができます。さらに、ユーザーにファイルの修正を提案することもできます。そのため、コーディング作業やファイルの変更を伴う他の作業でユーザを支援することができます。"
|
|
@@ -462,7 +565,6 @@
|
|
|
462
565
|
}
|
|
463
566
|
},
|
|
464
567
|
"ai-chat-ui": {
|
|
465
|
-
"open-history-tooltip": "AIの歴史を開く...",
|
|
466
568
|
"open-settings-tooltip": "AIの設定を開く..."
|
|
467
569
|
},
|
|
468
570
|
"ai-ide": {
|
|
@@ -487,13 +589,21 @@
|
|
|
487
589
|
"enterCode": "コラボレーションセッションコードを入力",
|
|
488
590
|
"failedCreate": "部屋の作成に失敗しました:{0}",
|
|
489
591
|
"failedJoin": "入室に失敗:{0}",
|
|
592
|
+
"fieldRequired": "{0} フィールドは必須です。ログインが中断されました。",
|
|
490
593
|
"invite": "他の人を招待する",
|
|
491
594
|
"inviteDetail": "招待コードをコピーして他の人と共有し、セッションに参加してください。",
|
|
492
595
|
"joinRoom": "コラボレーション・セッションに参加",
|
|
493
596
|
"joiningRoom": "セッションへの参加",
|
|
494
597
|
"leave": "コラボレーション・セッション",
|
|
495
598
|
"leaveDetail": "現在のコラボレーションセッションから切断し、ワークスペースを閉じます。",
|
|
599
|
+
"loginFailed": "ログインに失敗しました。",
|
|
600
|
+
"loginSuccessful": "ログインに成功しました。",
|
|
601
|
+
"noAuth": "サーバーが提供する認証方法がない。",
|
|
602
|
+
"optional": "任意",
|
|
603
|
+
"selectAuth": "認証方法の選択",
|
|
496
604
|
"selectCollaboration": "コラボレーション・オプションを選択",
|
|
605
|
+
"serverUrl": "サーバーURL",
|
|
606
|
+
"serverUrlDescription": "ライブコラボレーションセッション用のOpen Collaboration Tools ServerインスタンスのURL",
|
|
497
607
|
"sharedSession": "コラボレーション・セッションを共有",
|
|
498
608
|
"startSession": "コラボレーションセッションの開始または参加",
|
|
499
609
|
"userWantsToJoin": "ユーザー '{0}' がコラボレーションルームへの参加を希望しています。",
|
|
@@ -620,6 +730,9 @@
|
|
|
620
730
|
"splitVertical": "スプリットエディタ縦",
|
|
621
731
|
"toggleStickyScroll": "固定スクロールの切り替えル"
|
|
622
732
|
},
|
|
733
|
+
"external-terminal": {
|
|
734
|
+
"cwd": "新しい外部端末の現在の作業ディレクトリを選択する"
|
|
735
|
+
},
|
|
623
736
|
"file-search": {
|
|
624
737
|
"toggleIgnoredFiles": "({0}を押すと、無視されたファイルの表示/非表示を切り替えることができます。"
|
|
625
738
|
},
|
|
@@ -822,6 +935,7 @@
|
|
|
822
935
|
"clipboardWarnFirefox": "クリップボードAPIは使用できません。これは、'{1}' ページの '{0}' 環境設定によって有効にすることができます。その後Theiaをリロードしてください。これにより、FireFoxがシステムクリップボードにフルアクセスできるようになります。",
|
|
823
936
|
"refresh": "エクスプローラーでの更新",
|
|
824
937
|
"reveal": "エクスプローラーでの表示",
|
|
938
|
+
"systemEditor": "システムエディター",
|
|
825
939
|
"toggleHiddenFiles": "隠しファイルのトグル"
|
|
826
940
|
},
|
|
827
941
|
"output": {
|
|
@@ -891,6 +1005,37 @@
|
|
|
891
1005
|
"properties": "プロパティ",
|
|
892
1006
|
"symbolicLink": "シンボリックリンク"
|
|
893
1007
|
},
|
|
1008
|
+
"remote": {
|
|
1009
|
+
"dev-container": {
|
|
1010
|
+
"connect": "コンテナで再オープン",
|
|
1011
|
+
"noDevcontainerFiles": "ワークスペースにdevcontainer.jsonファイルが見つかりません。.devcontainerディレクトリにdevcontainer.jsonファイルがあることを確認してください。",
|
|
1012
|
+
"selectDevcontainer": "devcontainer.jsonファイルを選択する。"
|
|
1013
|
+
},
|
|
1014
|
+
"nodeDownloadTemplate": "リモートバックエンド用の node.js バイナリのダウンロードに使用するテンプレートを制御します。デフォルトでnode.jsの公式ウェブサイトを指します。複数のプレースホルダを使用します:",
|
|
1015
|
+
"nodeDownloadTemplateArch": "arch}`はリモートシステムのアーキテクチャを表す。",
|
|
1016
|
+
"nodeDownloadTemplateExt": "ファイルの拡張子には `{ext}` を指定する。オペレーティングシステムによって `zip`、`tar.xz` または `tar.xz` のいずれかを指定する。",
|
|
1017
|
+
"nodeDownloadTemplateOS": "リモートオペレーティングシステムの `{os}` を指定する。win`、`linux` または `darwin` のいずれかである。",
|
|
1018
|
+
"nodeDownloadTemplateVersion": "version}`は使用するノードのバージョンを表す。",
|
|
1019
|
+
"ssh": {
|
|
1020
|
+
"configFile": "リモートSSH設定ファイル",
|
|
1021
|
+
"connect": "現在のウィンドウをホストに接続...",
|
|
1022
|
+
"connectToConfigHost": "設定ファイルで現在のウィンドウをホストに接続...",
|
|
1023
|
+
"enterHost": "SSHホスト名を入力",
|
|
1024
|
+
"enterUser": "SSHユーザー名を入力",
|
|
1025
|
+
"failure": "リモートへの SSH 接続を開けませんでした。",
|
|
1026
|
+
"hostPlaceHolder": "例:hello@example.com",
|
|
1027
|
+
"needsHost": "ホスト名を入力してください。",
|
|
1028
|
+
"needsUser": "ユーザー名を入力してください。",
|
|
1029
|
+
"userPlaceHolder": "例:こんにちは"
|
|
1030
|
+
},
|
|
1031
|
+
"wsl": {
|
|
1032
|
+
"connectToWsl": "WSLに接続",
|
|
1033
|
+
"connectToWslUsingDistro": "Distroを使用してWSLに接続...",
|
|
1034
|
+
"noWslDistroFound": "WSLディストリビューションが見つかりません。先にWSLディストリビューションをインストールしてください。",
|
|
1035
|
+
"reopenInWsl": "WSLでフォルダを開き直す",
|
|
1036
|
+
"selectWSLDistro": "WSLディストリビューションの選択"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
894
1039
|
"scm": {
|
|
895
1040
|
"amend": "修正",
|
|
896
1041
|
"amendHeadCommit": "HEADコミット",
|
package/i18n/nls.json
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"aiHistory:open": "Open AI History view",
|
|
8
8
|
"aiHistory:sortChronologically": "AI History: Sort chronologically",
|
|
9
9
|
"aiHistory:sortReverseChronologically": "AI History: Sort reverse chronologically",
|
|
10
|
+
"aiHistory:toggleCompact": "AI History: Toggle compact view",
|
|
11
|
+
"aiHistory:toggleHideNewlines": "AI History: Stop interpreting newlines",
|
|
12
|
+
"aiHistory:toggleRaw": "AI History: Toggle raw view",
|
|
13
|
+
"aiHistory:toggleRenderNewlines": "AI History: Interpret newlines",
|
|
10
14
|
"debug.breakpoint.editCondition": "Edit Condition...",
|
|
11
15
|
"notebook.cell.changeToCode": "Change Cell to Code",
|
|
12
16
|
"notebook.cell.changeToMarkdown": "Change Cell to Markdown",
|
|
@@ -122,6 +126,10 @@
|
|
|
122
126
|
"automaticEnable": {
|
|
123
127
|
"description": "Automatically trigger AI completions inline within any (Monaco) editor while editing. \n Alternatively, you can manually trigger the code via the command \"Trigger Inline Suggestion\" or the default shortcut \"Ctrl+Alt+Space\"."
|
|
124
128
|
},
|
|
129
|
+
"debounceDelay": {
|
|
130
|
+
"description": "Controls the delay in milliseconds before triggering AI completions after changes have been detected in the editor. Requires `Automatic Code Completion` to be enabled. Enter 0 to disable the debounce delay.",
|
|
131
|
+
"title": "Debounce Delay"
|
|
132
|
+
},
|
|
125
133
|
"excludedFileExts": {
|
|
126
134
|
"description": "Specify file extensions (e.g., .md, .txt) where AI completions should be disabled.",
|
|
127
135
|
"title": "Excluded File Extensions"
|
|
@@ -174,6 +182,45 @@
|
|
|
174
182
|
"prefs": {
|
|
175
183
|
"title": "✨ AI Features [Alpha]"
|
|
176
184
|
},
|
|
185
|
+
"promptFragmentsConfiguration": {
|
|
186
|
+
"activeCustomizationLabel": "Active",
|
|
187
|
+
"activeCustomizationTitle": "Active customization",
|
|
188
|
+
"builtInLabel": "Built-in",
|
|
189
|
+
"cancelButton": "Cancel",
|
|
190
|
+
"createCustomizationTitle": "Create Customization",
|
|
191
|
+
"customization": "customization",
|
|
192
|
+
"customizationLabel": "Customization",
|
|
193
|
+
"defaultVariantLabel": "Default",
|
|
194
|
+
"defaultVariantTitle": "Default variant",
|
|
195
|
+
"deleteCustomizationTitle": "Delete Customization",
|
|
196
|
+
"editTemplateTitle": "Edit template",
|
|
197
|
+
"headerTitle": "Prompt Fragments",
|
|
198
|
+
"label": "Prompt Fragments",
|
|
199
|
+
"noFragmentsAvailable": "No prompt fragments available.",
|
|
200
|
+
"otherPromptFragmentsHeader": "Other Prompt Fragments",
|
|
201
|
+
"promptTemplateText": "Prompt Template Text",
|
|
202
|
+
"promptVariantsHeader": "Prompt Variant Sets",
|
|
203
|
+
"removeButton": "Remove",
|
|
204
|
+
"removeCustomizationDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\"?",
|
|
205
|
+
"removeCustomizationDialogTitle": "Remove Customization",
|
|
206
|
+
"removeCustomizationWithDescDialogMsg": "Are you sure you want to remove the {0} customization for prompt fragment \"{1}\" ({2})?",
|
|
207
|
+
"resetAllButton": "Reset All",
|
|
208
|
+
"resetAllCustomizationsDialogMsg": "Are you sure you want to reset all prompt fragments to their built-in versions? This will remove all customizations.",
|
|
209
|
+
"resetAllCustomizationsDialogTitle": "Reset All Customizations",
|
|
210
|
+
"resetAllCustomizationsTitle": "Reset all customizations",
|
|
211
|
+
"resetAllPromptFragments": "Reset all prompt fragments",
|
|
212
|
+
"resetButton": "Reset",
|
|
213
|
+
"resetToBuiltInDialogMsg": "Are you sure you want to reset the prompt fragment \"{0}\" to its built-in version? This will remove all customizations.",
|
|
214
|
+
"resetToBuiltInDialogTitle": "Reset to Built-in",
|
|
215
|
+
"resetToBuiltInTitle": "Reset to this built-in",
|
|
216
|
+
"resetToCustomizationDialogMsg": "Are you sure you want to reset the prompt fragment \"{0}\" to use the {1} customization? This will remove all higher-priority customizations.",
|
|
217
|
+
"resetToCustomizationDialogTitle": "Reset to Customization",
|
|
218
|
+
"resetToCustomizationTitle": "Reset to this customization",
|
|
219
|
+
"selectedVariantLabel": "Selected",
|
|
220
|
+
"selectedVariantTitle": "Selected variant",
|
|
221
|
+
"usedByAgentTitle": "Used by agent: {0}",
|
|
222
|
+
"variantsOfSystemPrompt": "Variants of this prompt variant set:"
|
|
223
|
+
},
|
|
177
224
|
"promptTemplates": {
|
|
178
225
|
"description": "Folder for storing customized prompt templates. If not customized the user config directory is used. Please consider to use a folder, which is under version control to manage your variants of prompt templates."
|
|
179
226
|
},
|
|
@@ -213,13 +260,19 @@
|
|
|
213
260
|
"clear": {
|
|
214
261
|
"tooltip": "Clear History of all agents"
|
|
215
262
|
},
|
|
216
|
-
"
|
|
263
|
+
"exchange-card": {
|
|
264
|
+
"agentId": "Agent",
|
|
265
|
+
"exchangeId": "ID",
|
|
266
|
+
"timestamp": "Started"
|
|
267
|
+
},
|
|
268
|
+
"open-history-tooltip": "Open AI history...",
|
|
269
|
+
"request-card": {
|
|
270
|
+
"agent": "Agent",
|
|
271
|
+
"model": "Model",
|
|
217
272
|
"request": "Request",
|
|
218
|
-
"requestId": "Request ID",
|
|
219
273
|
"response": "Response",
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"timestamp": "Timestamp"
|
|
274
|
+
"timestamp": "Timestamp",
|
|
275
|
+
"title": "Request"
|
|
223
276
|
},
|
|
224
277
|
"sortChronologically": {
|
|
225
278
|
"tooltip": "Sort chronologically"
|
|
@@ -227,6 +280,18 @@
|
|
|
227
280
|
"sortReverseChronologically": {
|
|
228
281
|
"tooltip": "Sort reverse chronologically"
|
|
229
282
|
},
|
|
283
|
+
"toggleCompact": {
|
|
284
|
+
"tooltip": "Show compact view"
|
|
285
|
+
},
|
|
286
|
+
"toggleHideNewlines": {
|
|
287
|
+
"tooltip": "Stop interpreting newlines"
|
|
288
|
+
},
|
|
289
|
+
"toggleRaw": {
|
|
290
|
+
"tooltip": "Show raw view"
|
|
291
|
+
},
|
|
292
|
+
"toggleRenderNewlines": {
|
|
293
|
+
"tooltip": "Interpret newlines"
|
|
294
|
+
},
|
|
230
295
|
"view": {
|
|
231
296
|
"label": "AI Agent History [Alpha]",
|
|
232
297
|
"noAgent": "No agent available.",
|
|
@@ -422,14 +487,8 @@
|
|
|
422
487
|
"hitEnterConfirm": "Hit enter to confirm",
|
|
423
488
|
"howCanIHelp": "How can I help you?",
|
|
424
489
|
"loading": "Loading",
|
|
425
|
-
"systemPrompt": {
|
|
426
|
-
"description": "Prompt for the AI Terminal Assistant"
|
|
427
|
-
},
|
|
428
490
|
"tryAgain": "Try again...",
|
|
429
|
-
"useArrowsAlternatives": " or use ⇅ to show alternatives..."
|
|
430
|
-
"userPrompt": {
|
|
431
|
-
"description": "Prompt that contains the user request"
|
|
432
|
-
}
|
|
491
|
+
"useArrowsAlternatives": " or use ⇅ to show alternatives..."
|
|
433
492
|
},
|
|
434
493
|
"tokenUsage": {
|
|
435
494
|
"inputTokens": "Input Tokens",
|
|
@@ -444,9 +503,53 @@
|
|
|
444
503
|
"total": "Total",
|
|
445
504
|
"totalTokens": "Total Tokens"
|
|
446
505
|
},
|
|
506
|
+
"vercelai": {
|
|
507
|
+
"anthropicApiKey": {
|
|
508
|
+
"mdDescription": "Enter an API Key for Anthropic models used by the Vercel AI SDK. **Please note:** By using this preference the API key will be stored in clear text on the machine running Theia. Use the environment variable `ANTHROPIC_API_KEY` to set the key securely."
|
|
509
|
+
},
|
|
510
|
+
"customEndpoints": {
|
|
511
|
+
"apiKey": {
|
|
512
|
+
"title": "Either the key to access the API served at the given url or `true` to use the global API key"
|
|
513
|
+
},
|
|
514
|
+
"enableStreaming": {
|
|
515
|
+
"title": "Indicates whether the streaming API shall be used. `true` by default."
|
|
516
|
+
},
|
|
517
|
+
"id": {
|
|
518
|
+
"title": "A unique identifier which is used in the UI to identify the custom model"
|
|
519
|
+
},
|
|
520
|
+
"mdDescription": "Integrate custom models compatible with the Vercel AI SDK. The required attributes are `model` and `url`. \n Optionally, you can \n - specify a unique `id` to identify the custom model in the UI. If none is given `model` will be used as `id`. \n - provide an `apiKey` to access the API served at the given url. Use `true` to indicate the use of the global API key. \n - specify `supportsStructuredOutput: false` to indicate that structured output shall not be used. \n - specify `enableStreaming: false` to indicate that streaming shall not be used. \n - specify `provider` to indicate which provider the model is from (openai, anthropic).",
|
|
521
|
+
"modelId": {
|
|
522
|
+
"title": "Model ID"
|
|
523
|
+
},
|
|
524
|
+
"provider": {
|
|
525
|
+
"title": "Provider"
|
|
526
|
+
},
|
|
527
|
+
"supportsStructuredOutput": {
|
|
528
|
+
"title": "Indicates whether the model supports structured output. `true` by default."
|
|
529
|
+
},
|
|
530
|
+
"url": {
|
|
531
|
+
"title": "The API endpoint where the model is hosted"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"models": {
|
|
535
|
+
"description": "Official models to use with Vercel AI SDK",
|
|
536
|
+
"id": {
|
|
537
|
+
"title": "Model ID"
|
|
538
|
+
},
|
|
539
|
+
"model": {
|
|
540
|
+
"title": "Model Name"
|
|
541
|
+
},
|
|
542
|
+
"provider": {
|
|
543
|
+
"title": "Provider"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"openaiApiKey": {
|
|
547
|
+
"mdDescription": "Enter an API Key for OpenAI models used by the Vercel AI SDK. **Please note:** By using this preference the API key will be stored in clear text on the machine running Theia. Use the environment variable `OPENAI_API_KEY` to set the key securely."
|
|
548
|
+
}
|
|
549
|
+
},
|
|
447
550
|
"workspace": {
|
|
448
551
|
"coderAgent": {
|
|
449
|
-
"description": "An AI assistant integrated into Theia IDE, designed to assist software developers. This agent can access the users workspace, it can get a list of all available files and folders and retrieve their content.
|
|
552
|
+
"description": "An AI assistant integrated into Theia IDE, designed to assist software developers. This agent can access the users workspace, it can get a list of all available files and folders and retrieve their content. Furthermore, it can suggest modifications of files to the user. It can therefore assist the user with coding tasks or other tasks involving file changes."
|
|
450
553
|
},
|
|
451
554
|
"considerGitignore": {
|
|
452
555
|
"description": "If enabled, excludes files/folders specified in a global .gitignore file (expected location is the workspace root).",
|
|
@@ -462,7 +565,6 @@
|
|
|
462
565
|
}
|
|
463
566
|
},
|
|
464
567
|
"ai-chat-ui": {
|
|
465
|
-
"open-history-tooltip": "Open AI history...",
|
|
466
568
|
"open-settings-tooltip": "Open AI settings..."
|
|
467
569
|
},
|
|
468
570
|
"ai-ide": {
|
|
@@ -487,13 +589,21 @@
|
|
|
487
589
|
"enterCode": "Enter collaboration session code",
|
|
488
590
|
"failedCreate": "Failed to create room: {0}",
|
|
489
591
|
"failedJoin": "Failed to join room: {0}",
|
|
592
|
+
"fieldRequired": "The {0} field is required. Login aborted.",
|
|
490
593
|
"invite": "Invite Others",
|
|
491
594
|
"inviteDetail": "Copy the invitation code for sharing it with others to join the session.",
|
|
492
595
|
"joinRoom": "Join Collaboration Session",
|
|
493
596
|
"joiningRoom": "Joining Session",
|
|
494
597
|
"leave": "Leave Collaboration Session",
|
|
495
598
|
"leaveDetail": "Disconnect from the current collaboration session and close the workspace.",
|
|
599
|
+
"loginFailed": "Login failed.",
|
|
600
|
+
"loginSuccessful": "Login successful.",
|
|
601
|
+
"noAuth": "No authentication method provided by the server.",
|
|
602
|
+
"optional": "optional",
|
|
603
|
+
"selectAuth": "Select Authentication Method",
|
|
496
604
|
"selectCollaboration": "Select collaboration option",
|
|
605
|
+
"serverUrl": "Server URL",
|
|
606
|
+
"serverUrlDescription": "URL of the Open Collaboration Tools Server instance for live collaboration sessions",
|
|
497
607
|
"sharedSession": "Shared a collaboration session",
|
|
498
608
|
"startSession": "Start or join collaboration session",
|
|
499
609
|
"userWantsToJoin": "User '{0}' wants to join the collaboration room",
|
|
@@ -620,6 +730,9 @@
|
|
|
620
730
|
"splitVertical": "Split Editor Vertical",
|
|
621
731
|
"toggleStickyScroll": "Toggle Sticky Scroll"
|
|
622
732
|
},
|
|
733
|
+
"external-terminal": {
|
|
734
|
+
"cwd": "Select current working directory for new external terminal"
|
|
735
|
+
},
|
|
623
736
|
"file-search": {
|
|
624
737
|
"toggleIgnoredFiles": " (Press {0} to show/hide ignored files)"
|
|
625
738
|
},
|
|
@@ -822,6 +935,7 @@
|
|
|
822
935
|
"clipboardWarnFirefox": "Clipboard API is not available. It can be enabled by '{0}' preference on '{1}' page. Then reload Theia. Note, it will allow FireFox getting full access to the system clipboard.",
|
|
823
936
|
"refresh": "Refresh in Explorer",
|
|
824
937
|
"reveal": "Reveal in Explorer",
|
|
938
|
+
"systemEditor": "System Editor",
|
|
825
939
|
"toggleHiddenFiles": "Toggle Hidden Files"
|
|
826
940
|
},
|
|
827
941
|
"output": {
|
|
@@ -891,6 +1005,37 @@
|
|
|
891
1005
|
"properties": "Properties",
|
|
892
1006
|
"symbolicLink": "Symbolic link"
|
|
893
1007
|
},
|
|
1008
|
+
"remote": {
|
|
1009
|
+
"dev-container": {
|
|
1010
|
+
"connect": "Reopen in Container",
|
|
1011
|
+
"noDevcontainerFiles": "No devcontainer.json files found in the workspace. Please ensure you have a .devcontainer directory with a devcontainer.json file.",
|
|
1012
|
+
"selectDevcontainer": "Select a devcontainer.json file"
|
|
1013
|
+
},
|
|
1014
|
+
"nodeDownloadTemplate": "Controls the template used to download the node.js binaries for the remote backend. Points to the official node.js website by default. Uses multiple placeholders:",
|
|
1015
|
+
"nodeDownloadTemplateArch": "`{arch}` for the remote system architecture.",
|
|
1016
|
+
"nodeDownloadTemplateExt": "`{ext}` for the file extension. Either `zip`, `tar.xz` or `tar.xz`, depending on the operating system.",
|
|
1017
|
+
"nodeDownloadTemplateOS": "`{os}` for the remote operating system. Either `win`, `linux` or `darwin`.",
|
|
1018
|
+
"nodeDownloadTemplateVersion": "`{version}` for the used node version",
|
|
1019
|
+
"ssh": {
|
|
1020
|
+
"configFile": "Remote SSH Config file",
|
|
1021
|
+
"connect": "Connect Current Window to Host...",
|
|
1022
|
+
"connectToConfigHost": "Connect Current Window to Host in Config File...",
|
|
1023
|
+
"enterHost": "Enter SSH host name",
|
|
1024
|
+
"enterUser": "Enter SSH user name",
|
|
1025
|
+
"failure": "Could not open SSH connection to remote.",
|
|
1026
|
+
"hostPlaceHolder": "E.g. hello@example.com",
|
|
1027
|
+
"needsHost": "Please enter a host name.",
|
|
1028
|
+
"needsUser": "Please enter a user name.",
|
|
1029
|
+
"userPlaceHolder": "E.g. hello"
|
|
1030
|
+
},
|
|
1031
|
+
"wsl": {
|
|
1032
|
+
"connectToWsl": "Connect to WSL",
|
|
1033
|
+
"connectToWslUsingDistro": "Connect to WSL using Distro...",
|
|
1034
|
+
"noWslDistroFound": "No WSL distributions found. Please install a WSL distribution first.",
|
|
1035
|
+
"reopenInWsl": "Reopen Folder in WSL",
|
|
1036
|
+
"selectWSLDistro": "Select a WSL distribution"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
894
1039
|
"scm": {
|
|
895
1040
|
"amend": "Amend",
|
|
896
1041
|
"amendHeadCommit": "HEAD Commit",
|