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

fileIconThemeStore.i18n.json « electron-browser « themes « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9a14b3199af566fbb257161b871eabcb81a583a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
	"vscode.extension.contributes.iconThemes.label": "UI に表示されるアイコン テーマのラベル。",
	"vscode.extension.contributes.iconThemes.path": "アイコン テーマの定義ファイルのパス。このパスは拡張フォルダーの相対パスであり、通常は './icons/awesome-icon-theme.json' です。",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
	"reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
	"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。"
}