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/browser/fileActions.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json6
1 files changed, 4 insertions, 2 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 でアクティブ ファイルを表示する",