Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/extensions/typescript/out')
-rw-r--r--i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json9
-rw-r--r--i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json7
-rw-r--r--i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json12
-rw-r--r--i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json8
4 files changed, 29 insertions, 7 deletions
diff --git a/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json
new file mode 100644
index 00000000000..4a75555b5f5
--- /dev/null
+++ b/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "buildAndWatchTscLabel": "ウォッチ {0}",
+ "buildTscLabel": "ビルド {0}"
+} \ No newline at end of file
diff --git a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
index cc6f0e1ea1a..587d70d4720 100644
--- a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -5,14 +5,7 @@
// Do not edit this file. It is machine generated.
{
"noServerFound": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
- "noBundledServerFound": "適切に動作しないウイルス検出ツールなどの他のアプリケーションにより、VSCode の tsserver は削除されました。VS Code を再インストールしてください。",
- "versionNumber.custom": "カスタム",
"serverCouldNotBeStarted": "TypeScript 言語サーバーを起動できません。エラー メッセージ: {0}",
- "useVSCodeVersionOption": "VSCode のバージョンの使用",
- "activeVersion": "現在有効",
- "useWorkspaceVersionOption": "ワークスペース バージョンの使用",
- "learnMore": "詳細情報",
- "selectTsVersion": "JavaScript および TypeScript 言語の機能に使用する TypeScript バージョンを選択します",
"typescript.openTsServerLog.notSupported": "TS サーバーのログには TS 2.2.2 以降が必要です",
"typescript.openTsServerLog.loggingNotEnabled": "TS サーバーのログがオフになっています。ログを有効にするには、`typescript.tsserver.log` を設定して TS サーバーを再起動してください",
"typescript.openTsServerLog.enableAndReloadOption": "ログを有効にして、TS サーバーを再起動する",
diff --git a/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json
new file mode 100644
index 00000000000..c91754a65f4
--- /dev/null
+++ b/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "useVSCodeVersionOption": "VS Code のバージョンを使用",
+ "activeVersion": "現在有効",
+ "useWorkspaceVersionOption": "ワークスペース バージョンの使用",
+ "learnMore": "詳細情報",
+ "selectTsVersion": "JavaScript および TypeScript 言語の機能に使用する TypeScript バージョンを選択します"
+} \ No newline at end of file
diff --git a/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json
new file mode 100644
index 00000000000..b756a20a584
--- /dev/null
+++ b/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "noBundledServerFound": "適切に動作しないウイルス検出ツールなどの他のアプリケーションにより、VSCode の tsserver は削除されました。VS Code を再インストールしてください。"
+} \ No newline at end of file