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/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json
index 8b6ad71cd4e..9d9036a0e9e 100644
--- a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json
@@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "TaskDefinition.description": "実際のタスクの種類",
+ "TaskDefinition.properties": "タスクの種類の追加プロパティ",
+ "TaskTypeConfiguration.noType": "タスクの種類を構成するのに必要な 'taskType' プロパティがありません",
+ "TaskDefinitionExtPoint": "タスクの種類を提供"
+} \ No newline at end of file