@codingame/monaco-vscode-language-pack-ja 5.1.2 → 5.3.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": "5.1.2",
3
+ "version": "5.3.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@5.1.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.3.0"
22
22
  }
23
23
  }
@@ -15,7 +15,7 @@
15
15
  "Open settings": "設定を開く",
16
16
  "Paste authorization code here...": "承認コードをここに貼り付けてください...",
17
17
  "Provide the authorization code to complete the sign in flow.": "サインイン フローを完了するための認証コードを指定してください。",
18
- "Signing in to your account...": "Signing in to your account...",
18
+ "Signing in to your account...": "アカウントにサインインしています...",
19
19
  "The environment `{0}` is not a valid environment.": "環境 '{0}' は有効な環境ではありません。",
20
20
  "You have been signed out because reading stored authentication information failed.": "保存された認証情報を読み取ることができなかったため、サインアウトされました。",
21
21
  "You must also specify a custom environment in order to use the custom environment auth provider.": "カスタム環境認証プロバイダーを使用するには、カスタム環境も指定する必要があります。"
@@ -209,8 +209,8 @@
209
209
  "configuration.tsserver.watchOptions.watchFile.useFsEvents": "ファイルの変更にオペレーティング システムまたはファイル システムのネイティブ イベントを使用しようとしています。",
210
210
  "configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "オペレーティング システムまたはファイル システムのネイティブ イベントを使用して、ディレクトリを含んでいるファイルに対する変更をリッスンします。使用するファイル ウォッチャーの数を減らすことができますが、正確性が低くなります。",
211
211
  "configuration.tsserver.web.projectWideIntellisense.enabled": "Web 上でプロジェクト全体の IntelliSense を有効または無効にします。VS Code が信頼されたコンテキストで実行されている必要があります。",
212
- "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
213
- "configuration.tsserver.web.typeAcquisition.enabled": "Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.",
212
+ "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
213
+ "configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
214
214
  "configuration.typescript": "TypeScript",
215
215
  "description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
216
216
  "displayName": "TypeScript と JavaScript の言語機能",