-
Notifications
You must be signed in to change notification settings - Fork 526
Expand file tree
/
Copy pathcmakeProject.i18n.json
More file actions
190 lines (190 loc) · 13.4 KB
/
cmakeProject.i18n.json
File metadata and controls
190 lines (190 loc) · 13.4 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
/*---------------------------------------------------------------------------------------------
* 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.
{
"initializing": "正在初始化",
"communication.changed.restart.driver": "在通訊模式變更後重新啟動 CMake 驅動程式。",
"generator.changed.restart.driver": "在產生器變更後重新啟動 CMake 驅動程式。",
"preferredGenerator.changed.restart.driver": "在 preferredGenerators 變更後重新啟動 CMake 驅動程式。",
"bad.executable": "錯誤的 CMake 可執行檔: {0}。請檢查以確定已安裝,或 {1} 設定的值包含正確的路徑",
"targests.in.preset": "[預設的目標]",
"constructing.cmakeproject": "建構新的 CMakeProject 執行個體",
"disposing.driver": "處置 CMake 驅動程式",
"resolving.config.preset": "正在解析選取的設定預設",
"failed.resolve.config.preset": "無法解析設定預設: {0}",
"binaryDir.not.set.config.preset": "{0} 未在設定預設中設定: {1}",
"generator.not.set.config.preset": "{0} 未在設定預設中設定: {1}",
"loading.new.config.preset": "正在將新的設定預設載入 CMake 驅動程式",
"reloading.status": "正在重新載入...",
"ready.status": "就緒",
"unable.to.set.config.preset": "無法設定預設的 {0}。",
"error.on.switch.config.preset": "切換設定預設時發生錯誤 ({0})",
"resolving.build.preset": "正在解析選取的建置預設",
"failed.resolve.build.preset": "無法解析建置預設: {0}",
"configurePreset.not.set.build.preset": "{0} 未在組建預設中設定: {1}",
"loading.new.build.preset": "正在將新建置預設載入 CMake 驅動程式",
"unable.to.set.build.preset": "無法設定建置預設 {0}。",
"error.on.switch.build.preset": "切換建置預設時發生錯誤 ({0})",
"resolving.test.preset": "正在解析選取的測試預設",
"failed.resolve.test.preset": "無法解析測試預設: {0}",
"configurePreset.not.set.test.preset": "{0} 未在測試預設中設定: {1}",
"loading.new.test.preset": "正在將新的測試預設載入 CMake 驅動程式",
"unable.to.set.test.preset": "無法設定測試預設 {0}。",
"error.on.switch.test.preset": "切換測試預設時發生錯誤 ({0})",
"resolving.package.preset": "解析已選取的封裝預設",
"failed.resolve.package.preset": "無法解析封裝預設: {0}",
"configurePreset.not.set.package.preset": "封裝預設 {1} 中未設定 {0}",
"loading.new.package.preset": "將新封裝預設載入至 CMake 驅動程式中",
"unable.to.set.package.preset": "無法設定封裝預設 {0}。",
"error.on.switch.package.preset": "封裝預設切換錯誤 ({0})",
"resolving.workflow.preset": "解析已選取的工作流程預設",
"failed.resolve.workflow.preset": "無法解析工作流程預設: {0}",
"configurePreset.not.set.workflow.preset": "{0} 未在工作流程預設 {1} 中設定",
"loading.new.workflow.preset": "將新的工作流程預設載入至 CMake 驅動程式中",
"unable.to.set.workflow.preset": "無法設定工作流程預設 {0}。",
"error.on.switch.workflow.preset": "工作流程預設切換錯誤 ({0})",
"disposing.extension": "正在處置 CMake 工具延伸模組",
"extension.dispose": "延伸模組處置",
"using.user.generator": "正在使用來自使用者組態的產生器: {0}",
"configuration.already.in.progress": "已在設定。",
"task.already.running": "CMake 工作已在執行。請先停止,再嘗試執行新的 CMake 工作。",
"no.source.directory.found": "您未開啟任何來源目錄",
"browse.for.cmakelists": "[瀏覽 CMakeLists.txt]",
"do.not.ask.again": "[不要再顯示]",
"search.for.cmakelists": "搜尋此電腦上的 CMakeLists.txt",
"do.not.ask.again.description": "請勿在此資料夾中再次要求 CMakeLists.txt。這會啟用 cmake.ignoreCMakeListsMissing 設定。",
"cmakelists.not.found": "找不到 CMakeLists.txt。",
"select.cmakelists": "選取 CMakeLists.txt",
"starting.cmake.driver": "正在啟動 CMake 驅動程式",
"bad.cmake.executable": "錯誤的 CMake 可執行檔 {0}。",
"switch.to.serverapi": "{0} 之前的版本,不支援 CMake 的檔案對 api 通訊模式。正在切換到 CMake 伺服器通訊模式。",
"please.upgrade.cmake": "為達到最佳體驗,需要有 CMake 伺服器或 file-api 支援。請將 CMake 升級為 {0} 或更新的版本。",
"starting.cmake.driver.status": "正在啟動 CMake 伺服器...",
"unable.to.execute.cmake.command": "無法執行 cmake 命令,沒有有效的 cmake 驅動程式執行個體。",
"unable.to.execute.program": "無法執行程式,沒有有效的 cmake 驅動程式執行個體。",
"shutting.down.driver": "正在關閉 CMake 驅動程式",
"reloading.driver": "正在重新載入 CMake 驅動程式",
"second.phase.init": "正在啟動 CMake 工具第二階段初始化",
"active.build.variant.changed": "已變更使用中的建置變化",
"changing.build.variant": "正在變更建置變化",
"injecting.new.kit": "正在將新套件插入 CMake 驅動程式",
"unable.to.set.kit": "無法設定套件 {0}。",
"error.on.switch.status": "套件 ({0}) 的切換錯誤",
"cmake.version.not.supported": "可能不支援{0} CMake 版本。需要的最低版本為 {1}。",
"not.starting.no.kits": "未啟動 CMake 驅動程式: 未選取套件",
"starting.new.cmake.driver": "正在啟動新的 CMake 驅動程式",
"source.directory.does.not.match": "來源目錄 {0} 與 CMake 快取中的來源目錄不符: {1}。您必須執行清除組態才可設定此專案。",
"clean.configure.title": "清除設定",
"clean.reconfigure.after.bad.home.dir": "在錯誤的主目錄之後清除重新設定",
"failed.to.remove.bad.cache.file": "無法移除錯誤的快取檔案: {0} {1}",
"failed.to.remove.cmakefiles.for.cache": "無法移除快取的 CMakeFiles: {0} {1}",
"generator.not.found": "無法判斷要使用哪個 CMake 產生器。請安裝或設定慣用的產生器,或更新 settings.json、您的套件組態或 PATH 變數。",
"safely.constructing.cmakeproject": "安全建構新的 CMakeProject 執行個體",
"initialization.complete": "CMakeProject 執行個體初始化完成。",
"merge.and.copy.compile.commands": "定義 {1} 時會忽略 {0} 設定。",
"copy.compile.commands": "從 {0} 將 {2} 複製到 {1}",
"failed.to.copy": "無法將 {0} 複製到 {1}: {2}",
"failed.to.create.parent.directory.1": "已嘗試將 {0} 複製到 {1},但無法建立父目錄 {2}: {3}",
"cannot.copy.compile.commands": "無法複製 {1},因為它不存在於 {0}",
"failed.to.create.parent.directory.2": "嘗試將編譯資料庫複製到 {0},但無法建立父目錄 {1}: {2}",
"failed.to.merge": "無法將合併的編譯資料庫寫入 {0}: {1}",
"load.compile.commands": "嘗試內嵌 compile_commands.json 時失敗: {0}",
"no.debug.configured.with.cache": "已使用快取設定 CMake。快取不支援 CMake 調試程式。",
"no.cache.available": "無法使用現有的快取進行設定",
"configuring.project": "正在設定專案",
"preparing.to.configure": "正在準備設定",
"stop.on.cancellation": "在取消時停止",
"run.configure": "設定專案: {0}",
"unexpected.configure.type": "未預期的設定類型",
"yes.configureWithDebugger.button": "偵錯",
"options.configureWithDebuggerOnFail.do.not.show": "不要再顯示",
"configure.failed.tryWithDebugger": "設定失敗。要嘗試使用 CMake 偵錯工具進行設定嗎?",
"no.configureWithDebugger.button": "取消",
"cmake.debug.name": "CMake 偵錯工具",
"no.configure.with.debug.due.to.preconditions": "無法使用 CMake 調試程式進行設定,因為: \"{0}\"",
"finishing.configure": "正在完成設定",
"configure.failed": "無法設定專案",
"no.driver.available.no.debug": "無法使用 CMake 調試程式進行設定,因為沒有可用的 CMake 驅動程式。",
"no.debug.configured.due.to.error": "無法使用 CMake 調試程式進行設定,因為發生錯誤: {0}",
"saving.open.files.before": "正在於設定/建置前儲存開啟的檔案",
"saving.open.files.failed": "儲存開啟的檔案失敗",
"yes.button": "是",
"do.not.show.not.saved.again": "是的 (不要再顯示)",
"not.saved.continue.anyway": "未儲存所有開啟的文件。仍要繼續嗎?",
"no.button": "否",
"saving.open.files": "正在儲存開啟的檔案",
"cannot.configure.no.kit": "無法設定: 此 CMake 專案沒有任何使用中的套件",
"no.kit.abort": "未選取任何套件。中止設定",
"waiting.on.variant": "正在等候變化選取項目",
"no.variant.abort": "未選取任何變化。中止設定",
"cannot.configure.no.config.preset": "無法設定: 此 CMake 專案沒有使用中的設定預設",
"no.preset.abort": "未選取預設。中止設定",
"targets.status": "[N/A - 選取套件]",
"cmake.cache.dir.missing": "缺少包含 CMake 快取的資料夾。快取將會重新產生。",
"warn.skip.configure.if.cache.present": "延伸模組判斷目前需要設定,但由於設定 cmake.skipConfigureIfCachePresent 已開啟,我們即將跳過設定。請確定 CMake 快取與最新的設定變更同步。",
"cmakelists.save.trigger.reconfigure": "偵測到儲存 CMakeLists.txt 的作業,正在嘗試自動重新設定...",
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中偵測到變更,但因為另一個作業已在進行,所以無法重新設定專案。",
"needs.reconfigure": "必須重新設定專案,儲存在 CMakeLists.txt 中的變更才會生效。",
"run.build": "正在建置資料夾: {0}",
"failed.to.get.cmake.driver": "無法取得 CMake 驅動程式",
"failed.to.get.build.command": "無法取得組建命令",
"unable.to.configure": "建置失敗: 無法設定專案",
"driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止",
"building.status": "建築",
"starting.build": "正在啟動建置",
"build.was.terminated": "已終止建置",
"build.finished.with.code": "建置已完成。結束代碼: {0}",
"building.target": "建築: {0}",
"set.up.before.edit.cache": "先設定 CMake 專案,再嘗試編輯快取。",
"project.not.yet.configured": "尚未設定此專案",
"configure.now.button": "立即設定",
"cache.load.failed": "找不到任何 CMakeCache.txt 檔案。請先設定專案!",
"set.up.before.selecting.target": "先設定 CMake 專案,再選取目標。",
"select.active.target.tooltip": "選取預設建置目標",
"enter.target.name": "輸入目標名稱",
"target.to.build.description": "要建置的目標",
"build.failed": "建置失敗。",
"driver.died.after.build.succeeded": "建置成功後,CMake 驅動程式已隨即終止。",
"driver.died.before.workflow": "CMake 驅動程式在開始工作流程之前已中止。",
"select.a.launch.target": "為 {0} 選取啟動目標",
"no.executable.target.found.to.launch": "找不到要啟動的可執行目標。請檢查:",
"have.you.called.add_executable": "您有在 CMake 專案中呼叫 add_executable() 嗎?",
"have.you.configured": "您執行的 CMake 設定成功了嗎?",
"no.program.will.be.executed": "將不會執行任何程式",
"unable.to.get.build.directory": "無法取得組建目錄。",
"project.configuration.failed": "設定專案失敗。",
"install.failed": "安裝失敗",
"launch.with.overrides": "注意: 您正在啟動目標,且您的 VS Code 設定中正在套用某些環境覆寫。",
"cachevariable.missing.required.argument.name": "cacheVariable: 缺少必要的參數 \"name\"。",
"cachevariable.not.found": "在 CMake 快取中找不到變數「{0}」,也未提供預設值。",
"set.up.and.build.project.before.debugging": "先設定並建置 CMake 專案再偵錯。",
"target.debugging.unsupported": "舊版驅動程式已不再支援目標偵錯",
"learn.more.button": "深入了解",
"failed.to.prepare.target": "無法準備名稱為 {0} 的可執行目標",
"debug.configuration.from.cache": "快取中的偵錯組態: {0}",
"debugging.documentation.button": "偵錯文件",
"problem.getting.debug": "取得快取中的偵錯組態時發生問題。",
"failed.to.generate.debugger.configuration": "無法產生偵錯工具組態",
"unable.to.generate.debugging.configuration": "無法產生偵錯組態。",
"starting.debugger.with": "正在使用下列組態啟動偵錯工具。",
"no.folder.open": "未開啟任何資料夾。",
"cmakelists.created": "[快速入門] 已成功建立 CmakeLists.txt。",
"cmakelists.exists": "[快速入門] 已有 CmakeLists.txt,正在繼續...",
"cmakepresets.already.configured": "[快速入門] 已設定 CMakePresets.json。",
"cmakepresets.not.created": "[快速入門] 未建立 CMakePresets.json。",
"cmakepresets.created": "[快速入門] 已成功建立 CMakePresets.json。",
"new.project.name": "輸入新專案的名稱",
"project.name.required": "專案名稱為必要項",
"project.name.no.spaces": "專案名稱不得包含空白",
"create.cpp": "建立 C++ 專案",
"create.c": "建立 C 專案",
"create.library": "建立程式庫",
"create.executable": "建立可執行檔",
"cpack.support": "CPack 支援",
"ctest.support": "CTest 支援",
"select.additional.options": "選取其他選項",
"select.cpp.files": "選取要包含在 CMakeLists.txt 檔案中的目標",
"create.file.failed": "無法建立新的 {0} 檔案。將目標新增至 CMakeLists.txt。"
}