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:
authorDaniel Ye <danyeh@microsoft.com>2017-07-20 02:34:30 +0300
committerDaniel Ye <danyeh@microsoft.com>2017-07-20 02:34:30 +0300
commit0ba48366679f3990b91bfff16c989fafea7008fe (patch)
tree72baca4c973494407d7b821c9dc66a042c793192 /i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json
parentaaa0b9020429e07e6b788333602c1df18b1289bb (diff)
2017-07-19. Merged in translations from Transifex.
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