Skip to content

Commit 6f0e82a

Browse files
Localization - Translated Strings (#4843)
Co-authored-by: csigs <[email protected]>
1 parent ac7e9a0 commit 6f0e82a

25 files changed

Lines changed: 97 additions & 97 deletions

i18n/chs/package.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +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",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "删除生成目录并重新配置",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "删除生成目录并重新配置所有项目",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "完全清理、重新配置所有项目",
5252
"cmake-tools.command.cmake.editCacheUI.title": "编辑 CMake 缓存(UI)",
5353
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清理重新配置",
5454
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 调试器清理重新配置",
@@ -61,9 +61,9 @@
6161
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "删除缓存,重新配置并构建",
6262
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "删除缓存,重新配置并构建所有项目",
6363
"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",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "删除生成目录、重新配置并生成",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "删除生成目录、重新配置并生成所有项目",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "完全清理、重新配置并生成所有项目",
6767
"cmake-tools.command.cmake.ctest.title": "运行测试",
6868
"cmake-tools.command.cmake.ctestAll.title": "为所有项目运行测试",
6969
"cmake-tools.command.cmake.cpack.title": "运行 CPack",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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..*.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.",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "CMake 设置的值。转义字符串中的分号。",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "使用分号联接的值可在不转义的情况下形成 CMake 列表。",
2424
"schemas/kits-schema.json.items.properties.preferredGenerator": "为此工具包设置首选的 CMake 生成器",
2525
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "要使用的生成器的名称",
2626
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "用于 -A 参数的 CMake 平台",

i18n/cht/package.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +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",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "刪除建置目錄並重新設定",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "刪除建置目錄並重新設定所有專案",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "完全清除重新設定所有專案",
5252
"cmake-tools.command.cmake.editCacheUI.title": "編輯 CMake 快取 (UI)",
5353
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清除重新設定",
5454
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 偵錯工具進行清除重新設定",
@@ -61,9 +61,9 @@
6161
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "刪除快取、重新設定和建置",
6262
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "刪除快取、重新設定和建置所有專案",
6363
"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",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "刪除建置目錄,重新設定並建置",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "刪除建置目錄,重新設定並建置所有專案",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "完全清除重新設定並建置所有專案",
6767
"cmake-tools.command.cmake.ctest.title": "執行測試",
6868
"cmake-tools.command.cmake.ctestAll.title": "執行所有專案的測試",
6969
"cmake-tools.command.cmake.cpack.title": "執行 CPack",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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..*.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.",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "CMake 設定的值。字串中的分號會逸出。",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "值以分號連接以形成 CMake 清單,且不逸出。",
2424
"schemas/kits-schema.json.items.properties.preferredGenerator": "設定此套件的慣用 CMake 產生器",
2525
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "要使用之產生器的名稱",
2626
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "-A 引數的 CMake 平台",

i18n/csy/package.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +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",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Odstranit adresář sestavení a překonfigurovat",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Odstranit adresář sestavení a překonfigurovat všechny projekty",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Zcela vymazat a překonfigurovat všechny projekty",
5252
"cmake-tools.command.cmake.editCacheUI.title": "Upravit mezipaměť CMake (uživatelské rozhraní)",
5353
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Vymazat a znovu nakonfigurovat",
5454
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Vyčištění a překonfigurování pomocí ladicího programu CMake",
@@ -61,9 +61,9 @@
6161
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "Odstranit mezipaměť, překonfigurovat a sestavit",
6262
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "Odstranit mezipaměť, překonfigurovat a sestavit všechny projekty",
6363
"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",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Odstranit adresář sestavení, překonfigurovat a sestavit",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Odstranit adresář sestavení, překonfigurovat a sestavit všechny projekty",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Zcela vymazat, překonfigurovat a sestavit všechny projekty",
6767
"cmake-tools.command.cmake.ctest.title": "Spustit testy",
6868
"cmake-tools.command.cmake.ctestAll.title": "Spustit testy pro všechny projekty",
6969
"cmake-tools.command.cmake.cpack.title": "Spustit CPack",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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..*.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.",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "Hodnota pro nastavení CMake. Středníky v řetězcích jsou uvozeny řídicími znaky.",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "Hodnoty spojené středníky pro vytvoření seznamu CMake bez použití uvozovek.",
2424
"schemas/kits-schema.json.items.properties.preferredGenerator": "Nastavit preferovaný generátor CMake pro tuto sadu",
2525
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "Název generátoru, který se má použít",
2626
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "Platforma CMake pro argument -A",

i18n/deu/package.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Löschen des Caches und Neukonfigurieren mit dem CMake-Debugger",
4747
"cmake-tools.command.cmake.cleanConfigureAll.title": "Cache löschen und alle Projekte neu konfigurieren",
4848
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Löschen des Caches und Neukonfigurieren aller Projekte mit dem CMake-Debugger",
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",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Buildverzeichnis löschen und neu konfigurieren",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Buildverzeichnis löschen und alle Projekte neu konfigurieren",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Alle Projekte vollständig neu konfigurieren",
5252
"cmake-tools.command.cmake.editCacheUI.title": "CMake-Cache bearbeiten (Benutzeroberfläche)",
5353
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Neukonfiguration bereinigen",
5454
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Neukonfiguration mit CMake-Debugger bereinigen",
@@ -61,9 +61,9 @@
6161
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "Cache löschen, neu konfigurieren und erstellen",
6262
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "Cache löschen, neu konfigurieren und alle Projekte neu erstellen",
6363
"cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "Bereinigen, neu konfigurieren und alle Projekte erstellen",
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",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Buildverzeichnis löschen, neu konfigurieren und erstellen",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Buildverzeichnis löschen, neu konfigurieren und alle Projekte erstellen",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Vollständige Neukonfiguration neu konfigurieren und alle Projekte erstellen",
6767
"cmake-tools.command.cmake.ctest.title": "Tests durchführen",
6868
"cmake-tools.command.cmake.ctestAll.title": "Tests für alle Projekte ausführen",
6969
"cmake-tools.command.cmake.cpack.title": "CPack ausführen",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"schemas/kits-schema.json.items.properties.visualStudioArchitecture": "Als Ziel zu verwendende Architektur",
2020
"schemas/kits-schema.json.items.properties.environmentSetupScript": "Der absolute Pfad zu einem Skript, das die Umgebung für das Kit ändert.",
2121
"schemas/kits-schema.json.items.properties.environmentVariables.patternProperties..*": "Wert für die Umgebungsvariable",
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.",
22+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.0": "Wert für die CMake-Einstellung. Semikolons in Zeichenfolgen werden mit Escapezeichen versehen.",
23+
"schemas/kits-schema.json.items.properties.cmakeSettings.patternProperties..*.oneOf.1": "Werte, die mit Semikolons verknüpft sind, um eine CMake-Liste ohne Escapezeichen zu bilden.",
2424
"schemas/kits-schema.json.items.properties.preferredGenerator": "Bevorzugten CMake-Generator für dieses Kit festlegen",
2525
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.name": "Name des zu verwendenden Generators",
2626
"schemas/kits-schema.json.items.properties.preferredGenerator.properties.platform": "CMake-Plattform für -A-Argument",

i18n/esn/package.i18n.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Eliminación de caché y reconfiguración con el depurador de CMake",
4747
"cmake-tools.command.cmake.cleanConfigureAll.title": "Eliminar la memoria caché y reconfigurar todos los proyectos",
4848
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "Eliminar caché y volver a configurar todos los proyectos con el depurador de 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",
49+
"cmake-tools.command.cmake.fullCleanConfigure.title": "Eliminar directorio de compilación y volver a configurar",
50+
"cmake-tools.command.cmake.fullCleanConfigureAll.title": "Eliminar directorio de compilación y volver a configurar todos los proyectos",
51+
"cmake-tools.command.cmake.outline.fullCleanConfigureAll.title": "Limpieza completa y reconfiguración de todos los proyectos",
5252
"cmake-tools.command.cmake.editCacheUI.title": "Editar la memoria caché de CMake (UI)",
5353
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Limpiar reconfiguración",
5454
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "Limpiar reconfiguración con el depurador de CMake",
@@ -61,9 +61,9 @@
6161
"cmake-tools.command.cmake.cleanConfigureAndBuild.title": "Eliminar caché, volver a configurar y compilar",
6262
"cmake-tools.command.cmake.cleanConfigureAndBuildAll.title": "Eliminar caché, volver a configurar y compilar todos los proyectos",
6363
"cmake-tools.command.cmake.outline.cleanConfigureAndBuildAll.title": "Limpiar reconfiguración y compilar todos los proyectos",
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",
64+
"cmake-tools.command.cmake.fullCleanConfigureAndBuild.title": "Eliminar directorio de compilación, volver a configurar y compilar",
65+
"cmake-tools.command.cmake.fullCleanConfigureAndBuildAll.title": "Eliminar directorio de compilación, volver a configurar y compilar todos los proyectos",
66+
"cmake-tools.command.cmake.outline.fullCleanConfigureAndBuildAll.title": "Limpieza completa y reconfiguración de todos los proyectos",
6767
"cmake-tools.command.cmake.ctest.title": "Ejecutar pruebas",
6868
"cmake-tools.command.cmake.ctestAll.title": "Ejecutar pruebas para todos los proyectos",
6969
"cmake-tools.command.cmake.cpack.title": "Ejecutar CPack",

0 commit comments

Comments
 (0)