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

settingsDocumentHelper.i18n.json « out « configuration-editing « extensions « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d64b99599a9ae5e8e73318a0064a867a17a18a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activeEditorShort": "例: myFile.txt",
	"activeEditorMedium": "例: myFolder/myFile.txt",
	"activeEditorLong": "例: /Users/Development/myProject/myFolder/myFile.txt",
	"rootPath": "例: /Users/Development/myProject",
	"appName": "例: VS Code",
	"dirty": "アクティブなエディターがダーティである場合のダーティ インジケーター",
	"separator": "値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (' - ')",
	"assocLabelFile": "当該拡張子のファイル",
	"assocDescriptionFile": "ファイル名が glob パターンに一致するすべてのファイルを、指定された識別子の言語にマップします。",
	"assocLabelPath": "当該パスのファイル",
	"assocDescriptionPath": "絶対パスの glob パターンがパスに一致するすべてのファイルを、指定した識別子の言語にマップします。",
	"fileLabel": "特定の拡張子のファイル",
	"fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。",
	"filesLabel": "複数の拡張子のファイル",
	"filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
	"derivedLabel": "同じ名前の兄弟があるファイル",
	"derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
	"topFolderLabel": "特定の名前のフォルダー (最上位)",
	"topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。",
	"topFoldersLabel": "複数の名前のフォルダー (最上位)",
	"topFoldersDescription": "複数の最上位フォルダーと一致します。",
	"folderLabel": "特定の名前のフォルダー (任意の場所)",
	"folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。",
	"falseDescription": "パターンを無効にします。",
	"trueDescription": "パターンを有効にします。",
	"siblingsDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
	"languageSpecificEditorSettings": "言語固有のエディター設定",
	"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします"
}