@codingame/monaco-vscode-language-pack-ja 4.3.2 → 4.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ja",
3
- "version": "4.3.2",
3
+ "version": "4.4.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@4.3.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.4.0"
22
22
  }
23
23
  }
@@ -11338,6 +11338,15 @@ var content = {
11338
11338
  saveChangesMessage: "{0} に加えた変更を保存しますか?",
11339
11339
  saveChangesMessages: "次の {0} ファイルに対する変更を保存しますか?",
11340
11340
  "saveFileAs.title": "名前を付けて保存"
11341
+ },
11342
+ "vs/workbench/services/dialogs/browser/fileDialogService": {
11343
+ learnMore: "詳細情報(&&L)",
11344
+ openFiles: "ファイルを開く(&&F)...",
11345
+ openRemote: "リモートを開く(&&R)...",
11346
+ pickFolderAndOpen: "フォルダーを開くことができません。代わりにワークスペースにフォルダーを追加してみてください。",
11347
+ pickWorkspaceAndOpen: "ワークスペースを開くことができません。代わりにワークスペースにフォルダーを追加してみてください。",
11348
+ unsupportedBrowserDetail: "お使いのブラウザーではローカル フォルダーを開くことができません。\r\n 単一のファイルを開くか、リモート リポジトリを開くことができます。",
11349
+ unsupportedBrowserMessage: "ローカル フォルダーを開く操作はサポートされていません"
11341
11350
  },
11342
11351
  "vs/workbench/services/dialogs/browser/simpleFileDialog": {
11343
11352
  openLocalFile: "ローカル ファイルを開く...",
@@ -11783,6 +11792,10 @@ var content = {
11783
11792
  "tunnel.source.auto": "自動転送",
11784
11793
  "tunnel.source.user": "ユーザーによる転送",
11785
11794
  "tunnel.staticallyForwarded": "静的転送"
11795
+ },
11796
+ "vs/workbench/services/search/browser/searchService": {
11797
+ errorSearchFile: "Web ワーカー ファイル検索機能で検索できません",
11798
+ errorSearchText: "Web ワーカー テキスト検索機能で検索できません"
11786
11799
  },
11787
11800
  "vs/workbench/services/search/common/queryBuilder": {
11788
11801
  "search.noWorkspaceWithName": "ワークスペース フォルダーが存在しません: {0}"