Skip to content

Commit c666d31

Browse files
committed
Localization - Translated Strings
1 parent ffc315d commit c666d31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+490
-152
lines changed

i18n/chs/package.i18n.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@
153153
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
154154
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果为 `true`,则当在工作区中找到 CMakeLists.txt 文件,但未在根文件夹中找到时,扩展将不会要求用户选择 CMakeLists.txt 文件以进行配置。",
155155
"cmake-tools.configuration.cmake.launchBehavior.description": "控制启动目标时启动终端将执行的操作。",
156+
"cmake-tools.taskDefinitions.properties.label.description": "The name of the task",
157+
"cmake-tools.taskDefinitions.properties.command.description": "CMake command",
158+
"cmake-tools.taskDefinitions.properties.targets.description": "CMake build targets",
159+
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
160+
"cmake-tools.taskDefinitions.properties.options.description": "Additional command options",
161+
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
156164
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "已重用启动终端实例,并且目标将在终端空闲时立即启动。",
157165
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重用启动终端实例,并且将在启动目标之前发送“中断”命令以终止任何活动的前台进程。",
158166
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已创建新的终端实例,并且已在其中启动目标。系统不会自动清理现有终端。"

i18n/chs/src/cmakeTaskProvider.i18n.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,34 @@
1212
"clean.rebuild": "清理重新生成",
1313
"cmake.template.task": "CMake 模板 {0} 任务",
1414
"command.not.recognized": "{0} 不是已识别的命令。",
15-
"configure.finished.with.error": "配置已完成,但出现错误。",
15+
"target.is.ignored": "The defined targets in this task are being ignored.",
16+
"enable.cmake.presets": "Enable CMakePresets",
17+
"dismiss": "Dismiss",
18+
"task.not.compatible.with.preset.setting": "The selected task requests a CMakePreset, but the workspace is not configured for CMakePresets",
19+
"cmake.tools.not.found": "CMake Tools not found.",
20+
"task.failed": "Task failed.",
21+
"config.started": "Config task started...",
22+
"configure.on.edit": "When running configure tasks using presets, setting configureOnEdit to true can potentially overwrite the task configurations.",
23+
"configure.terminated": "Configure was terminated",
24+
"configure.finished.with.code": "Configure finished with return code {0}",
1625
"cmake.driver.not.found": "找不到 CMake 驱动程序。",
1726
"configure.failed": "配置失败。",
18-
"build.started": "已启动生成...",
27+
"build.preset.not.found": "Build preset not found.",
28+
"build.failed": "Build preset {0} not found. Build failed.",
29+
"build.started": "Build task started....",
1930
"build.finished.with.error": "生成已完成,但出现错误。",
2031
"build.finished.with.warnings": "生成已完成,但收到警告。",
2132
"build.finished.successfully": "生成已成功完成。",
22-
"config.started": "已启动配置...",
23-
"install.started": "已启动安装...",
24-
"test.started": "已启动测试...",
25-
"clean.started": "已启动清理...",
26-
"clean.rebuild.started": "已启动清理重新生成..."
33+
"install.started": "Install task started...",
34+
"install.terminated": "Install was terminated",
35+
"install.finished.with.code": "Install finished with return code {0}",
36+
"test.started": "Test task started...",
37+
"test.preset.not.found": "Test preset not found.",
38+
"ctest.failed": "Test preset {0} not found. Test failed.",
39+
"ctest.run.terminated": "CTest run was terminated",
40+
"ctest.finished.with.code": "CTest finished with return code {0}",
41+
"test.failed": "CTest run failed.",
42+
"clean.started": "Clean task started...",
43+
"clean.failed": "Clean task failed.",
44+
"clean.finished.with.code": "Clean finished with return code {0}"
2745
}

i18n/chs/src/cmakeTools.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
"unable.to.configure": "生成失败: 无法配置项目",
108108
"driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止",
109109
"building.status": "生成",
110-
"building.target": "正在生成: {0}",
111-
"stop.on.cancellation": "取消时停止",
112110
"starting.build": "正在启动生成",
113111
"build.was.terminated": "生成已终止",
114112
"build.finished.with.code": "生成已完成,退出代码为 {0}",
113+
"building.target": "正在生成: {0}",
114+
"stop.on.cancellation": "取消时停止",
115115
"set.up.before.edit.cache": "请先设置 CMake 项目,然后再尝试编辑缓存。",
116116
"project.not.yet.configured": "尚未配置此项目",
117117
"configure.now.button": "立即配置",

i18n/chs/src/drivers/cmakeDriver.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"running.pre-configure.checks": "正在运行预配置检查和步骤",
4141
"source.directory.not.set": "未设置源目录",
4242
"not.configuring": "未配置: {0} 不存在",
43-
"no.build.preset": "未选择生成预设",
44-
"cmake.build.args.are": "CMake 生成参数为: {0}"
43+
"cmake.build.args.are": "CMake 生成参数为: {0}",
44+
"no.build.preset": "未选择生成预设"
4545
}

i18n/cht/package.i18n.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@
153153
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
154154
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果為 `true`,當工作區中找到某個檔案但卻不在根資料夾中時,延伸就不會要求使用者選取要設定的 CMakeLists.txt 檔案。",
155155
"cmake-tools.configuration.cmake.launchBehavior.description": "控制啟動終端機在您啟動目標時要執行的動作。",
156+
"cmake-tools.taskDefinitions.properties.label.description": "The name of the task",
157+
"cmake-tools.taskDefinitions.properties.command.description": "CMake command",
158+
"cmake-tools.taskDefinitions.properties.targets.description": "CMake build targets",
159+
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
160+
"cmake-tools.taskDefinitions.properties.options.description": "Additional command options",
161+
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
156164
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "已重複使用啟動終端機執行個體,當終端機閒置時,目標就會立即啟動。",
157165
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重複使用啟動終端機執行個體,並在啟動目標之前傳送 `break` 命令以終止任何使用中的前景進程。",
158166
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已建立新的終端機執行個體,並在其中啟動目標。不會自動清除現有的終端機。"

i18n/cht/src/cmakeTaskProvider.i18n.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,34 @@
1212
"clean.rebuild": "清除重建",
1313
"cmake.template.task": "CMake 範本 {0} 工作",
1414
"command.not.recognized": "{0} 為無法辨識的命令。",
15-
"configure.finished.with.error": "設定已完成,但發生錯誤。",
15+
"target.is.ignored": "The defined targets in this task are being ignored.",
16+
"enable.cmake.presets": "Enable CMakePresets",
17+
"dismiss": "Dismiss",
18+
"task.not.compatible.with.preset.setting": "The selected task requests a CMakePreset, but the workspace is not configured for CMakePresets",
19+
"cmake.tools.not.found": "CMake Tools not found.",
20+
"task.failed": "Task failed.",
21+
"config.started": "Config task started...",
22+
"configure.on.edit": "When running configure tasks using presets, setting configureOnEdit to true can potentially overwrite the task configurations.",
23+
"configure.terminated": "Configure was terminated",
24+
"configure.finished.with.code": "Configure finished with return code {0}",
1625
"cmake.driver.not.found": "找不到 CMake 驅動程式。",
1726
"configure.failed": "設定失敗。",
18-
"build.started": "組建已開始...",
27+
"build.preset.not.found": "Build preset not found.",
28+
"build.failed": "Build preset {0} not found. Build failed.",
29+
"build.started": "Build task started....",
1930
"build.finished.with.error": "建置已完成,但發生錯誤。",
2031
"build.finished.with.warnings": "建置已完成,但出現警告。",
2132
"build.finished.successfully": "已成功完成建置。",
22-
"config.started": "設定已開始...",
23-
"install.started": "安裝已開始...",
24-
"test.started": "測試已開始...",
25-
"clean.started": "已開始清除...",
26-
"clean.rebuild.started": "已開始清除重建..."
33+
"install.started": "Install task started...",
34+
"install.terminated": "Install was terminated",
35+
"install.finished.with.code": "Install finished with return code {0}",
36+
"test.started": "Test task started...",
37+
"test.preset.not.found": "Test preset not found.",
38+
"ctest.failed": "Test preset {0} not found. Test failed.",
39+
"ctest.run.terminated": "CTest run was terminated",
40+
"ctest.finished.with.code": "CTest finished with return code {0}",
41+
"test.failed": "CTest run failed.",
42+
"clean.started": "Clean task started...",
43+
"clean.failed": "Clean task failed.",
44+
"clean.finished.with.code": "Clean finished with return code {0}"
2745
}

i18n/cht/src/cmakeTools.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
"unable.to.configure": "建置失敗: 無法設定專案",
108108
"driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止",
109109
"building.status": "建築",
110-
"building.target": "建築: {0}",
111-
"stop.on.cancellation": "在取消時停止",
112110
"starting.build": "正在啟動建置",
113111
"build.was.terminated": "已終止建置",
114112
"build.finished.with.code": "建置已完成。結束代碼: {0}",
113+
"building.target": "建築: {0}",
114+
"stop.on.cancellation": "在取消時停止",
115115
"set.up.before.edit.cache": "先設定 CMake 專案,再嘗試編輯快取。",
116116
"project.not.yet.configured": "尚未設定此專案",
117117
"configure.now.button": "立即設定",

i18n/cht/src/drivers/cmakeDriver.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"running.pre-configure.checks": "正在執行預先設定的檢查及步驟",
4141
"source.directory.not.set": "未設定來源目錄",
4242
"not.configuring": "未設定: 沒有 {0}",
43-
"no.build.preset": "未選取建置預設",
44-
"cmake.build.args.are": "CMake 建置引數為: {0}"
43+
"cmake.build.args.are": "CMake 建置引數為: {0}",
44+
"no.build.preset": "未選取建置預設"
4545
}

i18n/csy/package.i18n.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@
153153
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný.",
154154
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Když se nastaví na true, rozšíření nebude uživatele žádat, aby vybral soubor CMakeLists.txt pro konfiguraci, když se nějaký najde v pracovním prostoru, ale ne v kořenové složce.",
155155
"cmake-tools.configuration.cmake.launchBehavior.description": "Určuje, co se stane se spouštěcím terminálem, když spustíte cíl.",
156+
"cmake-tools.taskDefinitions.properties.label.description": "The name of the task",
157+
"cmake-tools.taskDefinitions.properties.command.description": "CMake command",
158+
"cmake-tools.taskDefinitions.properties.targets.description": "CMake build targets",
159+
"cmake-tools.taskDefinitions.properties.preset.description": "CMake preset name. This is a configuration, build or test preset, based on the CMake command",
160+
"cmake-tools.taskDefinitions.properties.options.description": "Additional command options",
161+
"cmake-tools.taskDefinitions.properties.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
162+
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Environment variables in the format of \"name\": \"value\".",
163+
"cmake-tools.taskDefinitions.properties.details.description": "Additional details of the task",
156164
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "Instance spouštěcího terminálu se znovu použije a cíl se spustí, jakmile bude terminál nečinný.",
157165
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Instance spouštěcího terminálu se znovu použije a před spuštěním cíle se odešle příkaz k přerušení veškerých aktivních procesů v popředí.",
158166
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Vytvoří se nová instance terminál a cíl se v ní spustí. Existující terminály se automaticky nevyčistí."

i18n/csy/src/cmakeTaskProvider.i18n.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,34 @@
1212
"clean.rebuild": "vyčistit a znovu sestavit",
1313
"cmake.template.task": "Úloha {0} šablony CMake",
1414
"command.not.recognized": "{0} není rozpoznaný příkaz.",
15-
"configure.finished.with.error": "Konfigurace byla dokončena s chybami.",
15+
"target.is.ignored": "The defined targets in this task are being ignored.",
16+
"enable.cmake.presets": "Enable CMakePresets",
17+
"dismiss": "Dismiss",
18+
"task.not.compatible.with.preset.setting": "The selected task requests a CMakePreset, but the workspace is not configured for CMakePresets",
19+
"cmake.tools.not.found": "CMake Tools not found.",
20+
"task.failed": "Task failed.",
21+
"config.started": "Config task started...",
22+
"configure.on.edit": "When running configure tasks using presets, setting configureOnEdit to true can potentially overwrite the task configurations.",
23+
"configure.terminated": "Configure was terminated",
24+
"configure.finished.with.code": "Configure finished with return code {0}",
1625
"cmake.driver.not.found": "Ovladač CMake se nenašel.",
1726
"configure.failed": "Konfigurace se nezdařila.",
18-
"build.started": "Sestavování zahájeno...",
27+
"build.preset.not.found": "Build preset not found.",
28+
"build.failed": "Build preset {0} not found. Build failed.",
29+
"build.started": "Build task started....",
1930
"build.finished.with.error": "Sestavování se dokončilo s chybami.",
2031
"build.finished.with.warnings": "Sestavování se dokončilo s upozorněními.",
2132
"build.finished.successfully": "Sestavování se úspěšně dokončilo.",
22-
"config.started": "Konfigurace se spustila...",
23-
"install.started": "Instalace se zahájila...",
24-
"test.started": "Test byl spuštěn...",
25-
"clean.started": "Zahájilo se čištění...",
26-
"clean.rebuild.started": "Zahájilo se čištění a opětovné sestavení..."
33+
"install.started": "Install task started...",
34+
"install.terminated": "Install was terminated",
35+
"install.finished.with.code": "Install finished with return code {0}",
36+
"test.started": "Test task started...",
37+
"test.preset.not.found": "Test preset not found.",
38+
"ctest.failed": "Test preset {0} not found. Test failed.",
39+
"ctest.run.terminated": "CTest run was terminated",
40+
"ctest.finished.with.code": "CTest finished with return code {0}",
41+
"test.failed": "CTest run failed.",
42+
"clean.started": "Clean task started...",
43+
"clean.failed": "Clean task failed.",
44+
"clean.finished.with.code": "Clean finished with return code {0}"
2745
}

0 commit comments

Comments
 (0)