@codingame/monaco-vscode-language-pack-ja 15.0.2 → 16.0.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 +2 -2
- package/translations/extensions/vscode.css-language-features.i18n.json +1 -0
- package/translations/extensions/vscode.git.i18n.json +1 -0
- package/translations/extensions/vscode.html-language-features.i18n.json +1 -0
- package/translations/extensions/vscode.json-language-features.i18n.json +2 -2
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +0 -3
- package/translations/extensions/vscode.typescript-language-features.i18n.json +6 -6
- package/translations/main.i18n.json.js +491 -156
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.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
|
-
"@codingame/monaco-vscode-api": "
|
|
21
|
+
"@codingame/monaco-vscode-api": "16.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"cosine function": "コサイン関数",
|
|
187
187
|
"creates a #AARRGGBB": "#AARRGGBB を作成します",
|
|
188
188
|
"creates a color": "色を作成します",
|
|
189
|
+
"css.builtin.lab": "css.builtin.lab",
|
|
189
190
|
"dot expected": "ドットが必要です",
|
|
190
191
|
"escape string content": "エスケープ文字列の内容",
|
|
191
192
|
"expression expected": "式が必要です。",
|
|
@@ -676,6 +676,7 @@
|
|
|
676
676
|
"config.showInlineOpenFileAction": "Git 変更の表示内にインラインのファイルを開くアクションを表示するかどうかを制御します。",
|
|
677
677
|
"config.showProgress": "Git アクションに進行状況を表示するかどうかを制御します。",
|
|
678
678
|
"config.showPushSuccessNotification": "プッシュが成功したときに通知を表示するかどうかを制御します。",
|
|
679
|
+
"config.showReferenceDetails": "チェックアウト、ブランチ、タグ ピッカーで Git 参照の最後のコミットの詳細を表示するかどうかを制御します。",
|
|
679
680
|
"config.similarityThreshold": "名前変更と見なされる追加/削除されたファイルのペアの変更に対する類似性インデックスのしきい値 (ファイルのサイズと比較した追加/削除の量) を制御します。**注意:** Git バージョン `2.18.0` 以降が必要です。",
|
|
680
681
|
"config.smartCommitChanges": "スマート コミットで変更を自動的にステージングするかどうかを制御します。",
|
|
681
682
|
"config.smartCommitChanges.all": "すべての変更を自動的にステージします。",
|
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
"cosine function": "コサイン関数",
|
|
194
194
|
"creates a #AARRGGBB": "#AARRGGBB を作成します",
|
|
195
195
|
"creates a color": "色を作成します",
|
|
196
|
+
"css.builtin.lab": "css.builtin.lab",
|
|
196
197
|
"dot expected": "ドットが必要です",
|
|
197
198
|
"escape string content": "エスケープ文字列の内容",
|
|
198
199
|
"expression expected": "式が必要です。",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"Missing property \"{0}\".": "プロパティ \"{0}\" が不足しています。",
|
|
87
87
|
"New array": "新しい配列",
|
|
88
88
|
"New object": "新しいオブジェクト",
|
|
89
|
-
"No Schema Validation": "スキーマ検証なし",
|
|
90
89
|
"No schema configured for this file": "このファイルにスキーマが構成されていません",
|
|
90
|
+
"No schema validation": "スキーマの検証なし",
|
|
91
91
|
"Not used for validation. Place subschemas here that you wish to reference inline with $ref.": "検証に使用されていません。$ref をインラインで参照するサブスキーマをここに配置します。",
|
|
92
92
|
"Object has fewer properties than the required number of {0}": "オブジェクトのプロパティが、必要な数の {0} を下回っています",
|
|
93
93
|
"Object has more properties than limit of {0}.": "オブジェクトに {0} の制限を超えるプロパティがあります。",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"Property {0} is not allowed.": "プロパティ {0} は許可されていません。",
|
|
103
103
|
"Reference a definition hosted on any location.": "任意の場所でホストされている定義を参照します。",
|
|
104
104
|
"Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "使用方法を示す目的で、特定のスキーマに関連付けられているサンプル JSON 値。",
|
|
105
|
-
"Schema Validated": "スキーマ検証済み",
|
|
106
105
|
"Schema not found: {0}": "スキーマが見つかりません: {0}",
|
|
106
|
+
"Schema validated": "スキーマ検証済み",
|
|
107
107
|
"Select the schema to use for {0}": "{0} に使用するスキーマを選択します",
|
|
108
108
|
"Show Schemas": "スキーマの表示",
|
|
109
109
|
"Sort JSON": "JSON の並べ替え",
|
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
"package": {
|
|
32
32
|
"description": "Microsoft 認証プロバイダー",
|
|
33
33
|
"displayName": "Microsoft アカウント",
|
|
34
|
-
"microsoft-authentication.clientIdVersion.description": "Microsoft アカウントでサインインするために使用する Microsoft アカウント クライアント ID のバージョンです。この設定は、要求されている場合にのみ変更してください。既定値は 'v1' です。",
|
|
35
|
-
"microsoft-authentication.clientIdVersion.enumDescriptions.v1": "v1 Microsoft アカウントクライアント ID を使用して、Microsoft アカウントでサインインします。",
|
|
36
|
-
"microsoft-authentication.clientIdVersion.enumDescriptions.v2": "v2 Microsoft アカウントクライアント ID を使用して、Microsoft アカウントでサインインします。",
|
|
37
34
|
"microsoft-authentication.implementation.description": "Microsoft アカウントでサインインするために使用する認証の実装。\r\n\r\n*注: `classic` の実装は非推奨であり、今後のリリースでは、この設定と共に削除される予定です。`classic` の実装のみが機能する場合は、[イシューを開いて](command:workbench.action.openIssueReporter)、ログインしようとしている内容を説明してください。*",
|
|
38
35
|
"microsoft-authentication.implementation.enumDescriptions.classic": "(非推奨) 従来の認証フローを使用して、Microsoft アカウントでサインインします。",
|
|
39
36
|
"microsoft-authentication.implementation.enumDescriptions.msal": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"Analyzing '{0}' and its dependencies": "'{0}' とその依存関係を分析しています",
|
|
24
24
|
"Checking for update of JS/TS imports": "JS/TS インポートの更新を確認しています",
|
|
25
25
|
"Configure Excludes": "除外の構成",
|
|
26
|
-
"Configure
|
|
26
|
+
"Configure JSConfig": "JSConfig を構成する",
|
|
27
|
+
"Configure TSConfig": "TSConfig を構成する",
|
|
27
28
|
"Configure jsconfig.json": "jsconfig.json を構成する",
|
|
28
|
-
"Configure tsconfig": "tsconfig を構成する",
|
|
29
29
|
"Configure tsconfig.json": "tsconfig.json を構成する",
|
|
30
30
|
"Could not apply refactoring": "リファクタリングを適用できませんでした。",
|
|
31
31
|
"Could not detect a Node installation to run TS Server.": "TS サーバーを実行する Node のインストールを検出できませんでした。",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"No source definitions found.": "ソース定義が見つかりません。",
|
|
80
80
|
"No tsconfig": "tsconfig なし",
|
|
81
81
|
"Not now": "今は行わない",
|
|
82
|
-
"Open
|
|
82
|
+
"Open Config File": "構成ファイルを開く",
|
|
83
83
|
"Organize Imports": "インポートを整理",
|
|
84
|
-
"Partial
|
|
84
|
+
"Partial mode": "部分モード",
|
|
85
85
|
"Paste with imports": "インポートと貼り付け",
|
|
86
86
|
"Please open a folder in VS Code to use a TypeScript or JavaScript project": "TypeScript または JavaScript プロジェクトを使用するには、VS Code でフォルダーを開いてください",
|
|
87
87
|
"Please report an issue against Yarn PnP": "Yarn PnP に対する問題を報告してください",
|
|
88
88
|
"Please update your TypeScript version": "TypeScript のバージョンを更新してください",
|
|
89
|
-
"Project
|
|
89
|
+
"Project wide IntelliSense not available": "プロジェクト全体での IntelliSense は使用できません",
|
|
90
90
|
"Remove Unused Imports": "未使用のインポートの削除",
|
|
91
91
|
"Remove all unused code": "未使用のコードをすべて削除する",
|
|
92
92
|
"Report Issue": "問題を報告",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "tasks.json の Typescript タスクに \"\\\\\" が含まれています。Typescript タスクの tsconfig では \"/\" を使用する必要があります",
|
|
122
122
|
"TypeScript Version": "TypeScript バージョン",
|
|
123
123
|
"TypeScript language server exited with error. Error message is: {0}": "TypeScript 言語サーバーがエラーで終了しました。エラー メッセージ: {0}",
|
|
124
|
+
"TypeScript version": "TypeScript バージョン",
|
|
124
125
|
"TypeScript: Configure Excludes": "TypeScript: 除外の構成",
|
|
125
126
|
"Update imports for '{0}'?": "'{0}' のインポートを更新しますか?",
|
|
126
127
|
"Update imports for the following {0} files?": "次の {0} ファイルのインポートを更新しますか?",
|
|
@@ -164,7 +165,6 @@
|
|
|
164
165
|
"configuration.suggest.names": "JavaScript の候補のファイルから一意の名前を含めることを有効または無効にします。名前の候補は、`@ts-check` または `checkJs` を使用して意味的にチェックされる JavaScript コードでは常に無効であることに注意してください。",
|
|
165
166
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "オブジェクト リテラル内のメソッドのスニペット補完を有効または無効にします。",
|
|
166
167
|
"configuration.suggest.paths": "import ステートメントや require 呼び出しでパスの提案を有効/無効にします。",
|
|
167
|
-
"configuration.surveys.enabled": "VS Code の JavaScript と TypeScript のサポートを向上させるために、ときどき行われるアンケートを有効/無効にします。",
|
|
168
168
|
"configuration.tsserver.experimental.enableProjectDiagnostics": "プロジェクト全体のエラー報告を有効にします。",
|
|
169
169
|
"configuration.tsserver.maxTsServerMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB 単位)。4 GB を超えるメモリ制限を使用するには、'#typescript.tsserver.nodePath#' を使用して、カスタム Node インストールを使用して TS Server を実行します。",
|
|
170
170
|
"configuration.tsserver.nodePath": "カスタム Node インストールで TS Server を実行します。これは、Node 実行可能ファイルへのパス、または VS Code に Node インストールを検出させるには `node` へのパスになります。",
|