suggestWidget.i18n.json 1.2 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7
	"editorSuggestWidgetBackground": "候補のウィジェットの背景色。",
8
	"editorSuggestWidgetBorder": "候補ウィジェットの境界線色。",
9 10 11
	"editorSuggestWidgetForeground": "候補ウィジェットの前景色。",
	"editorSuggestWidgetSelectedBackground": "候補ウィジェット内で選択済みエントリの背景色。",
	"editorSuggestWidgetHighlightForeground": "候補のウィジェット内で一致したハイライトの色。",
12 13
	"suggestionWithDetailsAriaLabel": "{0}、候補、詳細あり",
	"suggestionAriaLabel": "{0}、候補",
D
Dirk Baeumer 已提交
14
	"suggestWidget.loading": "読み込んでいます...",
D
Dirk Baeumer 已提交
15 16
	"suggestWidget.noSuggestions": "候補はありません。",
	"suggestionAriaAccepted": "{0}、受け入れ済み",
17 18
	"ariaCurrentSuggestionWithDetails": "{0}、候補、詳細あり",
	"ariaCurrentSuggestion": "{0}、候補"
D
Dirk Baeumer 已提交
19
}