Skip to content

Commit

Permalink
[Auto] Localization - Translated Strings (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Aug 31, 2022
1 parent 39262b1 commit 2caa54a
Show file tree
Hide file tree
Showing 53 changed files with 460 additions and 187 deletions.
8 changes: 8 additions & 0 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果为 `true`,则当在工作区中找到 CMakeLists.txt 文件,但未在根文件夹中找到时,扩展将不会要求用户选择 CMakeLists.txt 文件以进行配置。",
"cmake-tools.configuration.cmake.launchBehavior.description": "控制启动目标时启动终端将执行的操作。",
"cmake-tools.taskDefinitions.properties.label.description": "任务的名称",
"cmake-tools.taskDefinitions.properties.command.description": "CMake 命令",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake 生成目标",
"cmake-tools.taskDefinitions.properties.preset.description": "CMake 预设名称。这是基于 CMake 命令的配置、生成或测试预设",
"cmake-tools.taskDefinitions.properties.options.description": "其他命令选项",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "已执行程序或脚本的当前工作目录。如果省略,则使用代码的当前工作区根。",
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "格式为 “name” 的环境变量: “value”。",
"cmake-tools.taskDefinitions.properties.details.description": "任务类型的其他详细信息",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "已重用启动终端实例,并且目标将在终端空闲时立即启动。",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重用启动终端实例,并且将在启动目标之前发送“中断”命令以终止任何活动的前台进程。",
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已创建新的终端实例,并且已在其中启动目标。系统不会自动清理现有终端。"
Expand Down
33 changes: 23 additions & 10 deletions i18n/chs/src/cmakeTaskProvider.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,29 @@
"clean.rebuild": "清理重新生成",
"cmake.template.task": "CMake 模板 {0} 任务",
"command.not.recognized": "{0} 不是已识别的命令。",
"configure.finished.with.error": "配置已完成,但出现错误。",
"target.is.ignored": "正在忽略此任务中定义的目标。",
"enable.cmake.presets": "启用 CMakePreset",
"dismiss": "关闭",
"task.not.compatible.with.preset.setting": "所选任务请求 CMakePreset,但没有为 CMakePreset 配置工作区",
"cmake.tools.not.found": "找不到 CMake 工具。",
"task.failed": "任务失败。",
"config.started": "配置任务已启动...",
"configure.on.edit": "使用预设运行配置任务时,将 configureOnEdit 设置为 true 可能会覆盖任务配置。",
"configure.terminated": "配置已终止",
"configure.finished.with.code": "配置完成,返回代码为 {0}",
"cmake.driver.not.found": "找不到 CMake 驱动程序。",
"configure.failed": "配置失败。",
"build.started": "已启动生成...",
"build.finished.with.error": "生成已完成,但出现错误。",
"build.finished.with.warnings": "生成已完成,但收到警告。",
"build.finished.successfully": "生成已成功完成。",
"config.started": "已启动配置...",
"install.started": "已启动安装...",
"test.started": "已启动测试...",
"clean.started": "已启动清理...",
"clean.rebuild.started": "已启动清理重新生成..."
"build.preset.not.found": "找不到生成预设。",
"build.no.preset.failed": "Build preset {0} not found. {1} failed.",
"build.failed": "{0} failed.",
"build.started": "{0} task started....",
"build.finished.with.error": "{0} finished with error(s).",
"build.finished.with.warnings": "{0} finished with warning(s).",
"build.finished.successfully": "{0} finished successfully.",
"test.started": "测试任务已启动...",
"test.preset.not.found": "找不到测试预设。",
"ctest.failed": "未找到测试预设 {0}。测试失败。",
"ctest.run.terminated": "CTest 运行已终止",
"ctest.finished.with.code": "CTest 已完成,返回代码 {0}",
"test.failed": "CTest 运行失败。"
}
4 changes: 2 additions & 2 deletions i18n/chs/src/cmakeTools.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
"unable.to.configure": "生成失败: 无法配置项目",
"driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止",
"building.status": "生成",
"building.target": "正在生成: {0}",
"stop.on.cancellation": "取消时停止",
"starting.build": "正在启动生成",
"build.was.terminated": "生成已终止",
"build.finished.with.code": "生成已完成,退出代码为 {0}",
"building.target": "正在生成: {0}",
"stop.on.cancellation": "取消时停止",
"set.up.before.edit.cache": "请先设置 CMake 项目,然后再尝试编辑缓存。",
"project.not.yet.configured": "尚未配置此项目",
"configure.now.button": "立即配置",
Expand Down
4 changes: 2 additions & 2 deletions i18n/chs/src/drivers/cmakeDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"running.pre-configure.checks": "正在运行预配置检查和步骤",
"source.directory.not.set": "未设置源目录",
"not.configuring": "未配置: {0} 不存在",
"no.build.preset": "未选择生成预设",
"cmake.build.args.are": "CMake 生成参数为: {0}"
"cmake.build.args.are": "CMake 生成参数为: {0}",
"no.build.preset": "未选择生成预设"
}
8 changes: 8 additions & 0 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果為 `true`,當工作區中找到某個檔案但卻不在根資料夾中時,延伸就不會要求使用者選取要設定的 CMakeLists.txt 檔案。",
"cmake-tools.configuration.cmake.launchBehavior.description": "控制啟動終端機在您啟動目標時要執行的動作。",
"cmake-tools.taskDefinitions.properties.label.description": "工作的名稱",
"cmake-tools.taskDefinitions.properties.command.description": "CMake 命令",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake 組建目標",
"cmake-tools.taskDefinitions.properties.preset.description": "CMake 預設名稱。這是根據 CMake 命令的設定、組建或測試預設",
"cmake-tools.taskDefinitions.properties.options.description": "其他命令選項",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "所執行程式或指令碼的目前工作目錄。如果省略,則會使用 Code 的目前工作區根目錄。",
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "環境變數的格式為 \"name\": \"value\"",
"cmake-tools.taskDefinitions.properties.details.description": "工作的其他詳細資料",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "已重複使用啟動終端機執行個體,當終端機閒置時,目標就會立即啟動。",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重複使用啟動終端機執行個體,並在啟動目標之前傳送 `break` 命令以終止任何使用中的前景進程。",
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已建立新的終端機執行個體,並在其中啟動目標。不會自動清除現有的終端機。"
Expand Down
33 changes: 23 additions & 10 deletions i18n/cht/src/cmakeTaskProvider.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,29 @@
"clean.rebuild": "清除重建",
"cmake.template.task": "CMake 範本 {0} 工作",
"command.not.recognized": "{0} 為無法辨識的命令。",
"configure.finished.with.error": "設定已完成,但發生錯誤。",
"target.is.ignored": "正在忽略此工作中定義的目標。",
"enable.cmake.presets": "啟用 CMakePresets",
"dismiss": "關閉",
"task.not.compatible.with.preset.setting": "選取的工作要求 CMakePreset,但未設定 CMakePresets 的工作區",
"cmake.tools.not.found": "找不到 CMake 工具。",
"task.failed": "工作失敗。",
"config.started": "設定工作已開始...",
"configure.on.edit": "使用預設執行設定工作時,將 configureOnEdit 設定為 True 可能會覆寫工作設定。",
"configure.terminated": "設定已終止",
"configure.finished.with.code": "設定已完成,傳回碼為 {0}",
"cmake.driver.not.found": "找不到 CMake 驅動程式。",
"configure.failed": "設定失敗。",
"build.started": "組建已開始...",
"build.finished.with.error": "建置已完成,但發生錯誤。",
"build.finished.with.warnings": "建置已完成,但出現警告。",
"build.finished.successfully": "已成功完成建置。",
"config.started": "設定已開始...",
"install.started": "安裝已開始...",
"test.started": "測試已開始...",
"clean.started": "已開始清除...",
"clean.rebuild.started": "已開始清除重建..."
"build.preset.not.found": "找不到組建預設。",
"build.no.preset.failed": "Build preset {0} not found. {1} failed.",
"build.failed": "{0} failed.",
"build.started": "{0} task started....",
"build.finished.with.error": "{0} finished with error(s).",
"build.finished.with.warnings": "{0} finished with warning(s).",
"build.finished.successfully": "{0} finished successfully.",
"test.started": "測試工作已開始...",
"test.preset.not.found": "找不到測試預設。",
"ctest.failed": "找不到測試預設 {0}。測試失敗。",
"ctest.run.terminated": "已終止 CTest 執行",
"ctest.finished.with.code": "CTest 已完成。傳回碼: {0}",
"test.failed": "CTest 執行失敗。"
}
4 changes: 2 additions & 2 deletions i18n/cht/src/cmakeTools.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
"unable.to.configure": "建置失敗: 無法設定專案",
"driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止",
"building.status": "建築",
"building.target": "建築: {0}",
"stop.on.cancellation": "在取消時停止",
"starting.build": "正在啟動建置",
"build.was.terminated": "已終止建置",
"build.finished.with.code": "建置已完成。結束代碼: {0}",
"building.target": "建築: {0}",
"stop.on.cancellation": "在取消時停止",
"set.up.before.edit.cache": "先設定 CMake 專案,再嘗試編輯快取。",
"project.not.yet.configured": "尚未設定此專案",
"configure.now.button": "立即設定",
Expand Down
4 changes: 2 additions & 2 deletions i18n/cht/src/drivers/cmakeDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"running.pre-configure.checks": "正在執行預先設定的檢查及步驟",
"source.directory.not.set": "未設定來源目錄",
"not.configuring": "未設定: 沒有 {0}",
"no.build.preset": "未選取建置預設",
"cmake.build.args.are": "CMake 建置引數為: {0}"
"cmake.build.args.are": "CMake 建置引數為: {0}",
"no.build.preset": "未選取建置預設"
}
8 changes: 8 additions & 0 deletions i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"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ý.",
"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.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Určuje, co se stane se spouštěcím terminálem, když spustíte cíl.",
"cmake-tools.taskDefinitions.properties.label.description": "Název úlohy",
"cmake-tools.taskDefinitions.properties.command.description": "Příkaz CMake",
"cmake-tools.taskDefinitions.properties.targets.description": "Cíle sestavení CMake",
"cmake-tools.taskDefinitions.properties.preset.description": "Název předvolby CMake. Toto je předvolba konfigurace, sestavení nebo testování, založená na příkazu CMake.",
"cmake-tools.taskDefinitions.properties.options.description": "Další možnosti příkazu",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "Aktuální pracovní adresář prováděného programu nebo skriptu. Pokud je vynecháno, bude použit kořen aktuálního pracovního prostoru Code.",
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Proměnné prostředí ve formátu „název“: „hodnota“.",
"cmake-tools.taskDefinitions.properties.details.description": "Další podrobnosti o typu úlohy",
"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ý.",
"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í.",
"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í."
Expand Down
33 changes: 23 additions & 10 deletions i18n/csy/src/cmakeTaskProvider.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,29 @@
"clean.rebuild": "vyčistit a znovu sestavit",
"cmake.template.task": "Úloha {0} šablony CMake",
"command.not.recognized": "{0} není rozpoznaný příkaz.",
"configure.finished.with.error": "Konfigurace byla dokončena s chybami.",
"target.is.ignored": "Definované cíle v této úloze se ignorují.",
"enable.cmake.presets": "Povolit CMakePresets",
"dismiss": "Zavřít",
"task.not.compatible.with.preset.setting": "Vybraná úloha vyžaduje CMakePreset, ale pracovní prostor není nakonfigurovaný pro CMakePresets.",
"cmake.tools.not.found": "Nástroje CMake Tools se nenašly.",
"task.failed": "Úloha selhala.",
"config.started": "Úloha konfigurace se spustila…",
"configure.on.edit": "Při spuštění konfigurace úloh pomocí předvoleb může nastavení configureOnEdit na hodnotu true potenciálně přepsat konfigurace úloh.",
"configure.terminated": "Konfigurace byla ukončena.",
"configure.finished.with.code": "Konfigurace se dokončila s návratovým kódem {0}",
"cmake.driver.not.found": "Ovladač CMake se nenašel.",
"configure.failed": "Konfigurace se nezdařila.",
"build.started": "Sestavování zahájeno...",
"build.finished.with.error": "Sestavování se dokončilo s chybami.",
"build.finished.with.warnings": "Sestavování se dokončilo s upozorněními.",
"build.finished.successfully": "Sestavování se úspěšně dokončilo.",
"config.started": "Konfigurace se spustila...",
"install.started": "Instalace se zahájila...",
"test.started": "Test byl spuštěn...",
"clean.started": "Zahájilo se čištění...",
"clean.rebuild.started": "Zahájilo se čištění a opětovné sestavení..."
"build.preset.not.found": "Předvolba sestavení se nenašla.",
"build.no.preset.failed": "Build preset {0} not found. {1} failed.",
"build.failed": "{0} failed.",
"build.started": "{0} task started....",
"build.finished.with.error": "{0} finished with error(s).",
"build.finished.with.warnings": "{0} finished with warning(s).",
"build.finished.successfully": "{0} finished successfully.",
"test.started": "Úloha testování se spustila…",
"test.preset.not.found": "Předvolba testování se nenašla.",
"ctest.failed": "Předvolba testování {0} se nenašla. Test se nezdařil.",
"ctest.run.terminated": "Běh CTestu se ukončil.",
"ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.",
"test.failed": "Spuštění CTest se nezdařilo."
}
4 changes: 2 additions & 2 deletions i18n/csy/src/cmakeTools.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
"unable.to.configure": "Sestavení se nepovedlo: projekt nejde nakonfigurovat",
"driver.died.after.successful.configure": "Ovladač CMake se ukončil hned po úspěšné konfiguraci.",
"building.status": "Sestavování",
"building.target": "Sestavuje se: {0}",
"stop.on.cancellation": "Zastavit při zrušení",
"starting.build": "Spouští se sestavování.",
"build.was.terminated": "Sestavení bylo ukončeno.",
"build.finished.with.code": "Sestavení se dokončilo s ukončovacím kódem {0}.",
"building.target": "Sestavuje se: {0}",
"stop.on.cancellation": "Zastavit při zrušení",
"set.up.before.edit.cache": "Před pokusem o úpravu mezipaměti nastavte svůj projekt CMake.",
"project.not.yet.configured": "Tento projekt ještě není nakonfigurovaný.",
"configure.now.button": "Nakonfigurovat",
Expand Down
4 changes: 2 additions & 2 deletions i18n/csy/src/drivers/cmakeDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"running.pre-configure.checks": "Běží kontrola a kroky předběžné konfigurace",
"source.directory.not.set": "Zdrojový adresář není nastaven.",
"not.configuring": "Neprobíhá konfigurace: Není k dispozici žádná {0}.",
"no.build.preset": "Nevybrala se žádná předvolba sestavení.",
"cmake.build.args.are": "Argumenty sestavení CMake: {0}"
"cmake.build.args.are": "Argumenty sestavení CMake: {0}",
"no.build.preset": "Nevybrala se žádná předvolba sestavení."
}
8 changes: 8 additions & 0 deletions i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Hiermit wird die Verwendung von JSON-Erweiterungen, wie z. B. Kommentare in CMakePresets.json, zugelassen. Beachten Sie, dass Ihre CMakePresets.json-Datei von anderen IDEs als ungültig betrachtet werden kann, oder in der Befehlszeile, wenn Sie nicht standardmäßiges JSON verwenden.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "`true` gibt an, dass der Benutzer von der Erweiterung nicht aufgefordert wird, eine `CMakeLists.txt`-Datei für die Konfiguration auszuwählen, wenn eine Datei im Arbeitsbereich, aber nicht im Stammordner gefunden wird.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Steuert, was mit dem Startterminal beim Starten eines Ziels geschieht.",
"cmake-tools.taskDefinitions.properties.label.description": "Der Name der Aufgabe",
"cmake-tools.taskDefinitions.properties.command.description": "CMake-Befehl",
"cmake-tools.taskDefinitions.properties.targets.description": "CMake-Buildziele",
"cmake-tools.taskDefinitions.properties.preset.description": "CMake-Voreinstellungsname. Dies ist eine Konfigurations-, Build- oder Testvoreinstellung, die auf dem CMake-Befehl basiert.",
"cmake-tools.taskDefinitions.properties.options.description": "Weitere Befehlsoptionen",
"cmake-tools.taskDefinitions.properties.options.cwd.description": "Das aktuelle Arbeitsverzeichnis des ausgeführten Programms oder Skripts. Wenn keine Angabe erfolgt, wird das aktuelle Arbeitsbereich-Stammverzeichnis des Codes verwendet.",
"cmake-tools.taskDefinitions.properties.options.environment.markdownDescription": "Umgebungsvariablen im Format \"name\": \"value\".",
"cmake-tools.taskDefinitions.properties.details.description": "Zusätzliche Details zur Aufgabe",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.markdownDescriptions": "Die Instanz des Startterminals wird wiederverwendet, und das Ziel wird gestartet, sobald sich das Terminal im Leerlauf befindet.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Die Startterminalinstanz wird wiederverwendet, und ein `break`-Befehl wird gesendet, um jeden aktiven Vordergrundprozess vor dem Starten des Ziels zu beenden.",
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Eine neue Terminalinstanz wird erstellt, und das Ziel wird darin gestartet. Vorhandene Terminals werden nicht automatisch bereinigt."
Expand Down
Loading

0 comments on commit 2caa54a

Please sign in to comment.