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

fileService.i18n.json « node « files « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb035f90aa9d3fdf268408448e9e9fb12673d28e (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.
{
	"fileInvalidPath": "ファイルのリソース ({0}) が無効です",
	"fileIsDirectoryError": "ファイルがディレクトリです ({0})",
	"fileTooLargeError": "開くファイルが大きすぎます",
	"fileBinaryError": "ファイルはバイナリのようなので、テキストとして開くことができません",
	"fileNotFoundError": "ファイルが見つかりません ({0})",
	"unableToMoveCopyError": "移動/コピーできません。ファイルが含まれるフォルダーが置き換わることになります。",
	"foldersCopyError": "フォルダーをワークスペース内にコピーできません。個々のファイルを選択してコピーしてください。",
	"fileReadOnlyError": "ファイルは読み取り専用です"
}