-
Notifications
You must be signed in to change notification settings - Fork 526
Expand file tree
/
Copy pathcmakeDriver.i18n.json
More file actions
63 lines (63 loc) · 4.04 KB
/
cmakeDriver.i18n.json
File metadata and controls
63 lines (63 loc) · 4.04 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
/*---------------------------------------------------------------------------------------------
* 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.usable.generator.found": "找不到可用的產生器。",
"disposing.base.cmakedriver": "正在處置基底 CMakeDriver",
"async.disposing.cmake.driver": "非同步處置 CMake 驅動程式",
"test.with.overrides": "注意: 您正使用預設 {0} 進行測試,但您的 VS Code 設定中正在套用某些覆寫。",
"package.with.overrides": "注意: 您正使用預設 {0} 進行封裝,但從 VS Code 設定中正在套用某些覆寫。",
"compile.with.overrides": "注意: 您正使用預設 {0} 進行編譯,但您的 VS Code 設定中正在套用某些覆寫。",
"file.compilation": "檔案編譯",
"compile.finished.with.error": "編譯完成,但發生錯誤。",
"compile.finished.successfully": "已成功完成編譯。",
"press.any.key.to.close": "Press any key to close the terminal...",
"removing": "移除 {0}",
"unlink.failed": "無法移除快取檔案 {0}",
"generator.changed": "Generator changed from {0} to {1}; cleaning prior configuration",
"switching.to.config.preset": "切換以設定預設: {0}",
"unsetting.config.preset": "正在將設定預設取消設定",
"cmakedriver.config.preset.set.to": "CMakeDriver 將預設設定為 {0}",
"no.generator": "未指定產生器",
"switching.to.build.preset": "切換到建置預設: {0}",
"unsetting.build.preset": "正在將組建預設取消設定",
"cmakedriver.build.preset.set.to": "CMakeDriver 建置預設設為 {0}",
"switching.to.test.preset": "切換至測試預設: {0}",
"unsetting.test.preset": "正在將測試預設取消設定",
"cmakedriver.test.preset.set.to": "CMakeDriver 測試預設為 {0}",
"switching.to.package.preset": "切換至封裝預設: {0}",
"unsetting.package.preset": "取消設定封裝預設",
"cmakedriver.package.preset.set.to": "CMakeDriver 封裝預設設定為 {0}",
"switching.to.workflow.preset": "切換至工作流程預設: {0}",
"unsetting.workflow.preset": "取消設定工作流程預設",
"cmakedriver.workflow.preset.set.to": "CMakeDriver 工作流程預設設定為 {0}",
"skip.set.kit": "使用預設,略過設定套件: {0}",
"switching.to.kit": "正在切換到套件: {0}",
"cmakedriver.kit.set.to": "CMakeDriver 套件已設定為 {0}",
"setting.new.variant": "正在設定新的變化 {0}",
"command.version.test.return.code": "{0} 傳回代碼 {1}",
"trying.to.detect.generator": "正在嘗試偵測系統支援的產生器",
"compiler.version.return.code": "{0} 傳回代碼 {1}",
"no.cached.config": "沒有可用於 IntelliSense 的快取設定",
"start.configure": "啟動設定",
"use.cached.configuration": "使用快取的設定",
"no.config.Preset": "未選取設定預設",
"configure.with.overrides": "注意: 您正使用預設 {0} 進行設定,但您的 VS Code 設定中正在套用某些覆寫。",
"cmake.flags.are": "CMake 旗標為 {0}",
"configure.failed": "無法設定專案",
"no.kit.is.set": "未設定套件!",
"using.compilers.in.for.configure": "正在使用 {0} 中的編譯器進行設定",
"using.cmake.toolchain.for.configure": "正在使用 CMake 工具鏈 {0} 進行設定",
"start.build": "啟動建置",
"build.duration": "建置已完成: {0}",
"running.pre-configure.checks": "正在執行預先設定的檢查及步驟",
"source.directory.not.set": "未設定來源目錄",
"not.configuring": "未設定: 沒有 {0}",
"cmake.build.args.are": "CMake 建置引數為: {0}",
"build.with.overrides": "注意: 您正使用預設 {0} 進行組建,但您的 VS Code 設定中正在套用某些覆寫。",
"no.build.preset": "未選取建置預設",
"init.driver.using.preset": "使用預先設定初始化基礎驅動程式",
"init.driver.using.kit": "正在使用套件初始化基礎驅動程式"
}