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/files/node/fileService.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json
index bb035f90aa9..021b92585e2 100644
--- a/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -6,10 +6,13 @@
{
"fileInvalidPath": "ファイルのリソース ({0}) が無効です",
"fileIsDirectoryError": "ファイルがディレクトリです ({0})",
+ "fileNotModifiedError": "ファイルは次の時点以後に変更されていません:",
"fileTooLargeError": "開くファイルが大きすぎます",
"fileBinaryError": "ファイルはバイナリのようなので、テキストとして開くことができません",
"fileNotFoundError": "ファイルが見つかりません ({0})",
+ "fileMoveConflict": "移動/コピーできません。移動/コピー先にファイルが既に存在します。",
"unableToMoveCopyError": "移動/コピーできません。ファイルが含まれるフォルダーが置き換わることになります。",
"foldersCopyError": "フォルダーをワークスペース内にコピーできません。個々のファイルを選択してコピーしてください。",
+ "fileModifiedError": "ファイルは次の時点以後に更新されました:",
"fileReadOnlyError": "ファイルは読み取り専用です"
} \ No newline at end of file