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

fileActions.i18n.json « browser « files « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ca823fdaaa15141e6d630055b9ac52006970ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"collapseExplorerFolders": "摺疊 Explorer 中的資料夾",
	"compareFiles": "比較檔案",
	"compareSource": "選取用以比較",
	"compareWith": "與 '{0}' 比較",
	"confirmDeleteMessageFile": "您確定要永久刪除 '{0}' 嗎?",
	"confirmDeleteMessageFolder": "您確定要永久刪除 '{0}' 和其中的內容嗎?",
	"confirmMoveTrashMessageFile": "您確定要刪除 '{0}' 嗎?",
	"confirmMoveTrashMessageFolder": "您確定要刪除 '{0}' 及其內容嗎?",
	"confirmOverwrite": "目的資料夾中已有同名的檔案或資料夾。要取代它嗎?",
	"copyFile": "複製",
	"copyPath": "複製路徑",
	"copyPathOfActive": "複製使用中檔案的路徑",
	"createNewFile": "新增檔案",
	"createNewFolder": "新增資料夾",
	"delete": "刪除",
	"deleteButtonLabel": "刪除(&&D)",
	"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
	"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
	"dirtyMessageFile": "您要重新命名的檔案有未儲存的變更。要繼續嗎?",
	"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
	"dirtyMessageFolder": "您要重新命名的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
	"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
	"dirtyMessageFolderOne": "您要重新命名的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
	"dirtyMessageFolderOneDelete": "您要刪除的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
	"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
	"duplicateFile": "複製",
	"emptyFileNameError": "必須提供檔案或資料夾名稱。",
	"fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。",
	"filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。",
	"focusFilesExplorer": "將焦點設在檔案總管上",
	"focusOpenEditors": "聚焦在 [開放式編輯器] 檢視",
	"globalCompareFile": "使用中檔案的比較對象...",
	"importFiles": "匯入檔案",
	"invalidFileNameError": "名稱 **{0}** 不能作為檔案或資料夾名稱。請選擇不同的名稱。",
	"irreversible": "此動作無法回復!",
	"newFile": "新增檔案",
	"newFolder": "新增資料夾",
	"newUntitledFile": "新增無標題檔案",
	"openActiveFileContainer": "開啟使用中檔案的收納資料夾",
	"openContainer": "開啟收納資料夾",
	"openFile": "開啟檔案...",
	"openFileInNewWindow": "在新視窗中開啟使用中的檔案",
	"openFileToCompare": "先開啟檔案以與其他檔案進行比較",
	"openFileToShow": "先開啟檔案,以在總管中加以顯示",
	"openFileToShowInNewWindow": "先開啟檔案以在新視窗中開啟",
	"openFolderFirst": "先開啟資料夾,以在其中建立檔案或資料夾。",
	"openToSide": "開至側邊",
	"pasteFile": "貼上",
	"permDelete": "永久刪除",
	"pickHistory": "選取先前開啟的檔案以相比較",
	"refresh": "重新整理",
	"refreshExplorer": "重新整理 Explorer",
	"rename": "重新命名",
	"renameLabel": "重新命名(&&R)",
	"replaceButtonLabel": "取代(&&R)",
	"retry": "重試",
	"revealActiveFileInMac": "在 Finder 中顯示使用中的檔案",
	"revealActiveFileInWindows": "在 Windows 檔案總管中顯示使用中的檔案",
	"revealInMac": "在 Finder 中顯示",
	"revealInWindows": "在檔案總管中顯示",
	"revert": "還原檔案",
	"save": "儲存",
	"saveAll": "全部儲存",
	"saveAllInGroup": "全部儲存在群組中",
	"saveAs": "另存新檔...",
	"saveFiles": "儲存已變更的檔案",
	"showInExplorer": "在提要欄位中顯示使用中的檔案",
	"unableToFileToCompare": "選取的檔案無法與 '{0}' 進行比較。",
	"undoBin": "您可以從資源回收筒還原。",
	"undoTrash": "您可以從垃圾筒還原。"
}