@codingame/monaco-vscode-language-pack-ja 15.0.3 → 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.html-language-features.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +0 -1
- package/translations/main.i18n.json.js +465 -130
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": "式が必要です。",
|
|
@@ -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": "式が必要です。",
|
|
@@ -165,7 +165,6 @@
|
|
|
165
165
|
"configuration.suggest.names": "JavaScript の候補のファイルから一意の名前を含めることを有効または無効にします。名前の候補は、`@ts-check` または `checkJs` を使用して意味的にチェックされる JavaScript コードでは常に無効であることに注意してください。",
|
|
166
166
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "オブジェクト リテラル内のメソッドのスニペット補完を有効または無効にします。",
|
|
167
167
|
"configuration.suggest.paths": "import ステートメントや require 呼び出しでパスの提案を有効/無効にします。",
|
|
168
|
-
"configuration.surveys.enabled": "VS Code の JavaScript と TypeScript のサポートを向上させるために、ときどき行われるアンケートを有効/無効にします。",
|
|
169
168
|
"configuration.tsserver.experimental.enableProjectDiagnostics": "プロジェクト全体のエラー報告を有効にします。",
|
|
170
169
|
"configuration.tsserver.maxTsServerMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB 単位)。4 GB を超えるメモリ制限を使用するには、'#typescript.tsserver.nodePath#' を使用して、カスタム Node インストールを使用して TS Server を実行します。",
|
|
171
170
|
"configuration.tsserver.nodePath": "カスタム Node インストールで TS Server を実行します。これは、Node 実行可能ファイルへのパス、または VS Code に Node インストールを検出させるには `node` へのパスになります。",
|