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/parts/files')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json6
-rw-r--r--i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json4
-rw-r--r--i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json6
3 files changed, 13 insertions, 3 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index 061edc083fb..5608363066e 100644
--- a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -22,8 +22,11 @@
"deleteButtonLabel": "削除(&&D)",
"deleteButtonLabelRecycleBin": "ごみ箱に移動(&&M)",
"deleteButtonLabelTrash": "ゴミ箱に移動(&&M)",
+ "dirtyMessageFile": "保存されていない変更があるファイルの名前を変更します。続行しますか?",
"dirtyMessageFileDelete": "保存されていない変更があるファイルを削除します。続行しますか?",
+ "dirtyMessageFolder": "保存されていない変更があるファイルを {0} 個含むフォルダーの名前を変更します。続行しますか?",
"dirtyMessageFolderDelete": "保存されていない変更があるファイルを {0} 個含むフォルダーを削除します。続行しますか?",
+ "dirtyMessageFolderOne": "保存されていない変更があるファイルを 1 個含むフォルダーの名前を変更します。続行しますか?",
"dirtyMessageFolderOneDelete": "保存されていない変更がある 1 個のファイルを含むフォルダーを削除します。続行しますか?",
"dirtyWarning": "保存しないと変更内容が失われます。",
"duplicateFile": "重複",
@@ -44,8 +47,6 @@
"openFile": "ファイルを開く...",
"openFileInNewWindow": "新しいウィンドウでアクティブ ファイルを開く",
"openFileToCompare": "まずファイルを開いてから別のファイルと比較してください",
- "openFileToCopy": "まずファイルを開いてからそのパスをコピーします",
- "openFileToReveal": "まずファイルを開いてから表示します",
"openFileToShow": "エクスプローラーでファイルを表示するには、ファイルをまず開く必要があります",
"openFileToShowInNewWindow": "まずファイルを開いてから新しいウィンドウで開きます",
"openFolderFirst": "フォルダー内にファイルやフォルダーを作成するには、フォルダーをまず開く必要があります。",
@@ -56,6 +57,7 @@
"refresh": "最新の情報に更新",
"refreshExplorer": "エクスプローラーを最新表示する",
"rename": "名前変更",
+ "renameLabel": "名前の変更(&&R)",
"replaceButtonLabel": "置換(&&R)",
"retry": "再試行",
"revealActiveFileInMac": "Finder でアクティブ ファイルを表示する",
diff --git a/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
index 8b6ad71cd4e..e8bcfe52d77 100644
--- a/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "dirtyFiles": "{0} 個の未保存のファイル"
+} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
@@ -0,0 +1,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.
+{} \ No newline at end of file