@codingame/monaco-vscode-language-pack-ja 5.1.2-segmenter.1 → 5.1.2

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-segmenter.1",
3
+ "version": "5.1.2",
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-segmenter.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.1.2"
22
22
  }
23
23
  }
@@ -9,7 +9,6 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
- "Continue": "続行",
13
12
  "Continue to GitHub": "GitHub に進む",
14
13
  "Continue to GitHub to create a Personal Access Token (PAT)": "GitHub に進み、個人用アクセス トークン (PAT) を作成します",
15
14
  "Copy & Continue to GitHub": "コピーして GitHub に進む",
@@ -23,7 +22,6 @@
23
22
  "To finish authenticating, navigate to GitHub and paste in the above one-time code.": "認証を完了するには、GitHub に移動し、上記のワンタイム コードを貼り付けます。",
24
23
  "To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "認証を完了するには、GitHub に移動して PAT を作成し、入力ボックスに PAT を貼り付けます。",
25
24
  "Yes": "はい",
26
- "You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "別のアカウントで既にログインしています ({0})。\n\nそのアカウントからログアウトし、代わりに '{1}' でログインしますか?",
27
25
  "You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "GitHub を使用するためのこの拡張機能の承認がまだ完了していません。別の方法を試しますか? ({0})",
28
26
  "Your Code: {0}/The {0} will be a code, e.g. 123-456": "コード: {0}",
29
27
  "device code": "デバイス コード",
@@ -15,6 +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
19
  "The environment `{0}` is not a valid environment.": "環境 '{0}' は有効な環境ではありません。",
19
20
  "You have been signed out because reading stored authentication information failed.": "保存された認証情報を読み取ることができなかったため、サインアウトされました。",
20
21
  "You must also specify a custom environment in order to use the custom environment auth provider.": "カスタム環境認証プロバイダーを使用するには、カスタム環境も指定する必要があります。"
@@ -152,7 +152,6 @@
152
152
  "codeActions.refactor.rewrite.property.generateAccessors.description": "'get' および 'set' アクセサーの生成",
153
153
  "codeActions.refactor.rewrite.property.generateAccessors.title": "アクセサーを生成する",
154
154
  "codeActions.source.organizeImports.title": "インポートを整理",
155
- "configuration.experimental.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。",
156
155
  "configuration.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
157
156
  "configuration.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
158
157
  "configuration.implicitProjectConfig.module": "プログラムのモジュール システムを設定します。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#module。",
@@ -210,7 +209,8 @@
210
209
  "configuration.tsserver.watchOptions.watchFile.useFsEvents": "ファイルの変更にオペレーティング システムまたはファイル システムのネイティブ イベントを使用しようとしています。",
211
210
  "configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "オペレーティング システムまたはファイル システムのネイティブ イベントを使用して、ディレクトリを含んでいるファイルに対する変更をリッスンします。使用するファイル ウォッチャーの数を減らすことができますが、正確性が低くなります。",
212
211
  "configuration.tsserver.web.projectWideIntellisense.enabled": "Web 上でプロジェクト全体の IntelliSense を有効または無効にします。VS Code が信頼されたコンテキストで実行されている必要があります。",
213
- "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "セマンティック エラーを抑制します。外部パッケージは Web 上で分析することができないため、これは外部パッケージを使用する場合に必要です。",
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.",
214
214
  "configuration.typescript": "TypeScript",
215
215
  "description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
216
216
  "displayName": "TypeScript と JavaScript の言語機能",