Skip to content

Commit 10dadec

Browse files
Localization - Translated Strings (#4835)
Co-authored-by: csigs <[email protected]>
1 parent 3b37f6b commit 10dadec

52 files changed

Lines changed: 143 additions & 39 deletions

Some content is hidden

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

i18n/chs/package.i18n.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "删除缓存并使用 CMake 调试器重新配置",
4747
"cmake-tools.command.cmake.cleanConfigureAll.title": "删除缓存并重新配置所有项目",
4848
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "删除缓存并使用 CMake 调试器重新配置所有项目",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Delete Build Directory and Reconfigure",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Delete Build Directory and Reconfigure All Projects",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Full Clean Reconfigure All Projects",
4952
"cmake-tools.command.cmake.editCacheUI.title": "编辑 CMake 缓存(UI)",
5053
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清理重新配置",
5154
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 调试器清理重新配置",
@@ -58,6 +61,9 @@
5861
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "删除缓存,重新配置并构建",
5962
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "删除缓存,重新配置并构建所有项目",
6063
"cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "清理,重新配置并构建所有项目",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Delete Build Directory, Reconfigure and Build",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Delete Build Directory, Reconfigure and Build All Projects",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Full Clean Reconfigure and Build All Projects",
6167
"cmake-tools.command.cmake.ctest.title": "运行测试",
6268
"cmake-tools.command.cmake.ctestAll.title": "为所有项目运行测试",
6369
"cmake-tools.command.cmake.cpack.title": "运行 CPack",
@@ -139,7 +145,8 @@
139145
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.severity.fixed": "应用于此模式所有匹配项的固定严重性。",
140146
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.message": "诊断消息的捕获组索引。默认为 `3`。",
141147
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.code": "可选诊断代码的捕获组索引。",
142-
"cmake-tools.configuration.cmake.debugConfig.description": "要在调试目标时使用的调试配置。",
148+
"cmake-tools.configuration.cmake.debugConfig.description": "The debug configuration to use when debugging a target. When `type` is specified, the auto-detected debugger configuration is skipped and only a minimal base configuration (program, cwd, name) is generated from the target. All other properties are applied from this setting, allowing full control over the debug launch configuration for any debug adapter.",
149+
"cmake-tools.configuration.cmake.debugConfig.type.description": "The debug adapter type to use (e.g., `cppdbg`, `cppvsdbg`, `lldb`, `codelldb`). When set, skips the automatic debugger detection from the CMake cache and uses this type directly. Any additional properties required by the debug adapter can be added to `#cmake.debugConfig#`.",
143150
"cmake-tools.configuration.cmake.debugConfig.symbolSearchPath.description": "Visual Studio 调试程序符号搜索路径。",
144151
"cmake-tools.configuration.cmake.debugConfig.additionalSOLibSearchPath.description": "用于搜索 .so 文件的 GDB 或 LLDB 的路径。",
145152
"cmake-tools.configuration.cmake.debugConfig.externalConsole.description": "启动程序的外部控制台。",

i18n/chs/schemas/kits-schema.json.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"schemas/kits-schema.json.items.properties.visualStudioArchitecture": "体系结构到目标",
2020
"schemas/kits-schema.json.items.properties.environmentSetupScript": "用于修改工具包环境的脚本的绝对路径",
2121
"schemas/kits-schema.json.items.properties.environmentVariables.patternProperties..*": "环境变量的值",
22-
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*": "CMake 设置的值",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "Value for the CMake Setting. Semicolons in strings are escaped.",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "Values joined with semicolons to form a CMake list without escaping.",
2324
"schemas/kits-schema.json.items.properties.preferredGenerator": "为此工具包设置首选的 CMake 生成器",
2425
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "要使用的生成器的名称",
2526
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "用于 -A 参数的 CMake 平台",

i18n/chs/src/cmakeProject.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"target.debugging.unsupported": "旧驱动程序不再支持目标调试",
169169
"learn.more.button": "了解详细信息",
170170
"failed.to.prepare.target": "无法准备名称为 {0} 的可执行目标",
171+
"debug.configuration.from.settings": "Debug configuration from user settings: {0}",
171172
"debug.configuration.from.cache": "从缓存调试配置: {0}",
172173
"problem.getting.debug": "从缓存获取调试配置时出现问题。",
173174
"starting.debugger.with": "正在使用以下配置启动调试程序。",

i18n/chs/src/util.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"invalid.value": "转换为 cmake 值的值无效: {0}",
87
"invalid.version.string": "版本字符串 {0} 无效",
98
"extension.is.undefined": "扩展未定义!",
109
"sourcedirectory.not.a.directory": "\"sourceDirectory\" 不是目录"

i18n/cht/package.i18n.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "使用 CMake 偵錯工具刪除快取並重新設定",
4747
"cmake-tools.command.cmake.cleanConfigureAll.title": "刪除快取並重新設定所有專案",
4848
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "刪除快取並使用 CMake 偵錯工具重新設定所有專案",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Delete Build Directory and Reconfigure",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Delete Build Directory and Reconfigure All Projects",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Full Clean Reconfigure All Projects",
4952
"cmake-tools.command.cmake.editCacheUI.title": "編輯 CMake 快取 (UI)",
5053
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清除重新設定",
5154
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 偵錯工具進行清除重新設定",
@@ -58,6 +61,9 @@
5861
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "刪除快取、重新設定和建置",
5962
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "刪除快取、重新設定和建置所有專案",
6063
"cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "清除重新設定和建置所有專案",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Delete Build Directory, Reconfigure and Build",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Delete Build Directory, Reconfigure and Build All Projects",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Full Clean Reconfigure and Build All Projects",
6167
"cmake-tools.command.cmake.ctest.title": "執行測試",
6268
"cmake-tools.command.cmake.ctestAll.title": "執行所有專案的測試",
6369
"cmake-tools.command.cmake.cpack.title": "執行 CPack",
@@ -139,7 +145,8 @@
139145
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.severity.fixed": "對此模式的所有配對套用固定的嚴重程度。",
140146
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.message": "診斷訊息的擷取群組索引。預設為 `3`。",
141147
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.code": "可選的診斷代碼擷取群組索引。",
142-
"cmake-tools.configuration.cmake.debugConfig.description": "偵錯目標時,要使用的偵錯組態。",
148+
"cmake-tools.configuration.cmake.debugConfig.description": "The debug configuration to use when debugging a target. When `type` is specified, the auto-detected debugger configuration is skipped and only a minimal base configuration (program, cwd, name) is generated from the target. All other properties are applied from this setting, allowing full control over the debug launch configuration for any debug adapter.",
149+
"cmake-tools.configuration.cmake.debugConfig.type.description": "The debug adapter type to use (e.g., `cppdbg`, `cppvsdbg`, `lldb`, `codelldb`). When set, skips the automatic debugger detection from the CMake cache and uses this type directly. Any additional properties required by the debug adapter can be added to `#cmake.debugConfig#`.",
143150
"cmake-tools.configuration.cmake.debugConfig.symbolSearchPath.description": "Visual Studio 偵錯工具符號搜尋路徑。",
144151
"cmake-tools.configuration.cmake.debugConfig.additionalSOLibSearchPath.description": "要搜尋是否有 .so 檔案的 GDB 或 LLDB 路徑。",
145152
"cmake-tools.configuration.cmake.debugConfig.externalConsole.description": "為程式啟動外部主控台。",

i18n/cht/schemas/kits-schema.json.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"schemas/kits-schema.json.items.properties.visualStudioArchitecture": "要設為目標的架構",
2020
"schemas/kits-schema.json.items.properties.environmentSetupScript": "修改套件環境的指令碼絕對路徑",
2121
"schemas/kits-schema.json.items.properties.environmentVariables.patternProperties..*": "環境變數的值",
22-
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*": "CMake 設定的值",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "Value for the CMake Setting. Semicolons in strings are escaped.",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "Values joined with semicolons to form a CMake list without escaping.",
2324
"schemas/kits-schema.json.items.properties.preferredGenerator": "設定此套件的慣用 CMake 產生器",
2425
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "要使用之產生器的名稱",
2526
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "-A 引數的 CMake 平台",

i18n/cht/src/cmakeProject.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"target.debugging.unsupported": "舊版驅動程式已不再支援目標偵錯",
169169
"learn.more.button": "深入了解",
170170
"failed.to.prepare.target": "無法準備名稱為 {0} 的可執行目標",
171+
"debug.configuration.from.settings": "Debug configuration from user settings: {0}",
171172
"debug.configuration.from.cache": "快取中的偵錯組態: {0}",
172173
"problem.getting.debug": "取得快取中的偵錯組態時發生問題。",
173174
"starting.debugger.with": "正在使用下列組態啟動偵錯工具。",

i18n/cht/src/util.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"invalid.value": "轉換成 cmake 值的值無效: {0}",
87
"invalid.version.string": "版本字串 {0} 無效",
98
"extension.is.undefined": "未定義延伸模組!",
109
"sourcedirectory.not.a.directory": "\"sourceDirectory\" 不是目錄"

i18n/csy/package.i18n.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Odstranění mezipaměti a překonfigurování pomocí ladicího programu CMake",
4747
"cmake-tools.command.cmake.cleanConfigureAll.title": "Vymazat mezipaměť a překonfigurovat všechny projekty",
4848
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Odstranění mezipaměti a překonfigurování všech projektů pomocí ladicího programu CMake",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Delete Build Directory and Reconfigure",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Delete Build Directory and Reconfigure All Projects",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Full Clean Reconfigure All Projects",
4952
"cmake-tools.command.cmake.editCacheUI.title": "Upravit mezipaměť CMake (uživatelské rozhraní)",
5053
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Vymazat a znovu nakonfigurovat",
5154
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Vyčištění a překonfigurování pomocí ladicího programu CMake",
@@ -58,6 +61,9 @@
5861
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "Odstranit mezipaměť, překonfigurovat a sestavit",
5962
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "Odstranit mezipaměť, překonfigurovat a sestavit všechny projekty",
6063
"cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "Vymazat a znovu nakonfigurovat a sestavit všechny projekty",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Delete Build Directory, Reconfigure and Build",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Delete Build Directory, Reconfigure and Build All Projects",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Full Clean Reconfigure and Build All Projects",
6167
"cmake-tools.command.cmake.ctest.title": "Spustit testy",
6268
"cmake-tools.command.cmake.ctestAll.title": "Spustit testy pro všechny projekty",
6369
"cmake-tools.command.cmake.cpack.title": "Spustit CPack",
@@ -139,7 +145,8 @@
139145
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.severity.fixed": "Pevně nastavená úroveň závažnosti, která se použije pro všechny shody tohoto vzoru.",
140146
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.message": "Index skupiny zachycení pro diagnostickou zprávu. Výchozí hodnota je `3`.",
141147
"cmake-tools.configuration.cmake.additionalBuildProblemMatchers.code": "Index skupiny zachycení pro volitelný diagnostický kód.",
142-
"cmake-tools.configuration.cmake.debugConfig.description": "Konfigurace ladění, která se má použít při ladění cíle",
148+
"cmake-tools.configuration.cmake.debugConfig.description": "The debug configuration to use when debugging a target. When `type` is specified, the auto-detected debugger configuration is skipped and only a minimal base configuration (program, cwd, name) is generated from the target. All other properties are applied from this setting, allowing full control over the debug launch configuration for any debug adapter.",
149+
"cmake-tools.configuration.cmake.debugConfig.type.description": "The debug adapter type to use (e.g., `cppdbg`, `cppvsdbg`, `lldb`, `codelldb`). When set, skips the automatic debugger detection from the CMake cache and uses this type directly. Any additional properties required by the debug adapter can be added to `#cmake.debugConfig#`.",
143150
"cmake-tools.configuration.cmake.debugConfig.symbolSearchPath.description": "Cesty pro hledání symbolů ladicího programu sady Visual Studio",
144151
"cmake-tools.configuration.cmake.debugConfig.additionalSOLibSearchPath.description": "Cesty pro GDB nebo LLDB, kde se mají hledat soubory .so",
145152
"cmake-tools.configuration.cmake.debugConfig.externalConsole.description": "Spustit externí konzolu pro program",

i18n/csy/schemas/kits-schema.json.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"schemas/kits-schema.json.items.properties.visualStudioArchitecture": "Cílená architektura",
2020
"schemas/kits-schema.json.items.properties.environmentSetupScript": "Absolutní cesta ke skriptu, který upravuje prostředí pro sadu",
2121
"schemas/kits-schema.json.items.properties.environmentVariables.patternProperties..*": "Hodnota pro proměnnou prostředí",
22-
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*": "Hodnota pro nastavení CMake",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "Value for the CMake Setting. Semicolons in strings are escaped.",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "Values joined with semicolons to form a CMake list without escaping.",
2324
"schemas/kits-schema.json.items.properties.preferredGenerator": "Nastavit preferovaný generátor CMake pro tuto sadu",
2425
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "Název generátoru, který se má použít",
2526
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "Platforma CMake pro argument -A",

0 commit comments

Comments
 (0)