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/services/configuration/common/configurationExtensionPoint.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
new file mode 100644
index 00000000000..d93af154acf
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
@@ -0,0 +1,20 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.configuration.title": "設定の概要です。このラベルは、設定ファイルでコメントの区切り文字として使用します。",
+ "vscode.extension.contributes.configuration.properties": "構成のプロパティの説明です。",
+ "scope.window.description": "ウィンドウ固有の構成。ユーザーまたはワークスペースの設定で構成できます。",
+ "scope.resource.description": "リソース固有の構成。ユーザー、ワークスペース、またはフォルダーの設定で構成できます。",
+ "scope.description": "構成が適用される範囲。 使用可能なスコープは `window` と ` resource` です。",
+ "vscode.extension.contributes.configuration": "構成の設定を提供します。",
+ "invalid.title": "'configuration.title' は、文字列である必要があります",
+ "vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
+ "invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
+ "invalid.allOf": "'configuration.allOf' は非推奨で使用できなくなります。代わりに 'configuration' コントリビューション ポイントに複数の構成セクションを配列として渡します。",
+ "workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。",
+ "workspaceConfig.path.description": "ファイルパス。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
+ "workspaceConfig.name.description": "フォルダーにつけるオプションの名前。"
+} \ No newline at end of file