Skip to content

Commit

Permalink
[Auto] Localization - Translated Strings (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Oct 25, 2021
1 parent b8ec02b commit c9d1168
Show file tree
Hide file tree
Showing 52 changed files with 170 additions and 118 deletions.
11 changes: 6 additions & 5 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cmake-tools.command.cmake.setVariantAll.title": "为所有项目选择变量",
"cmake-tools.command.cmake.configure.title": "配置",
"cmake-tools.command.cmake.configureAll.title": "配置所有项目",
"cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command",
"cmake-tools.command.cmake.showConfigureCommand.title": "显示配置命令",
"cmake-tools.command.cmake.build.title": "生成",
"cmake-tools.command.cmake.buildAll.title": "生成所有项目",
"cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command",
"cmake-tools.command.cmake.showBuildCommand.title": "显示生成命令",
"cmake-tools.command.cmake.buildNamedTarget.title": "(内部)按名称生成目标",
"cmake-tools.command.cmake.compileFile.title": "编译活动文件",
"cmake-tools.command.cmake.outline.compileFile.title": "编译文件",
Expand Down Expand Up @@ -80,7 +80,7 @@
"cmake-tools.configuration.cmake.configureArgs.description": "要在配置时传递给 CMake 的其他参数。",
"cmake-tools.configuration.cmake.buildArgs.description": "要在生成时传递给 CMake 的其他参数。",
"cmake-tools.configuration.cmake.buildToolArgs.description": "要在生成时传递给基础生成工具的其他参数。",
"cmake-tools.configuration.cmake.parallelJobs.description": "并行生成作业的数量。使用零,以自动检测 CPU 的数量",
"cmake-tools.configuration.cmake.parallelJobs.description": "并行生成作业的数目。使用零来自动检测 CPU 数。将此值设为 1 则将禁用生成并行度",
"cmake-tools.configuration.cmake.ctestPath.description": "CTest 可执行文件的路径。如果为 null,则从 cmake.cmakePath 推理(建议保留为 null)。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "并行测试作业的数量。使用零即可利用 cmake.parallelJobs 的值。",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "分析编译器输出以查找警告和错误。",
Expand Down Expand Up @@ -115,7 +115,7 @@
"cmake-tools.configuration.cmake.mingwSearchDirs.description": "可在其中安装 MinGW 的目录。",
"cmake-tools.configuration.cmake.searchDirs.items.description": "目录路径。",
"cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "可在其中安装 Emscripten 的目录。",
"cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.",
"cmake-tools.configuration.cmake.mergedCompileCommands.description": "以递归方式收集和合并在 cmake.buildDirectory 中找到的所有compile_commands.json。",
"cmake-tools.configuration.cmake.copyCompileCommands.description": "成功配置后将 compile_commands.json 复制到此位置。",
"cmake-tools.configuration.cmake.configureOnOpen.description": "在 CMake 项目目录打开时自动对其进行配置。",
"cmake-tools.configuration.cmake.configureOnEdit.description": "保存 cmake.sourceDirectory 或 CMakeLists.txt 内容时,自动配置 CMake 项目目录。",
Expand All @@ -139,5 +139,6 @@
"cmake-tools.configuration.views.cmake.outline.description": "项目大纲",
"cmake-tools.configuration.cmake.additionalKits.description": "自定义工具包文件的路径数组",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "启用导出 compile_commands.json。",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakepresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakepresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。"
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakepresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakepresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。"
}
9 changes: 5 additions & 4 deletions i18n/chs/src/cmake-tools.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"communication.changed.restart.driver": "在通信模式更改后重启 CMake 驱动程序。",
"generator.changed.restart.driver": "在生成器更改后重启 CMake 驱动程序。",
"preferredGenerator.changed.restart.driver": "在 preferredGenerators 更改后重启 CMake 驱动程序。",
"targests.in.preset": "[预设中的目标]",
"constructing.cmaketools": "正在构造新的 CMakeTools 实例",
"disposing.driver": "正在释放 CMake 驱动程序",
"resolving.config.preset": "正在解析所选配置预设",
Expand Down Expand Up @@ -74,7 +75,7 @@
"generator.not.found": "无法确定要使用的 CMake 生成器。请安装或配置首选生成器,或更新 settings.json、工具包配置或路径变量。",
"safely.constructing.cmaketools": "安全构造新的 CMakeTools 实例",
"initialization.complete": "CMakeTools 实例初始化完成。",
"merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.",
"merge.and.copy.compile.commands": "定义 cmake.mergedCompileCommands 时,将忽略设置 cmake.copyCompileCommands。",
"failed.to.copy": "无法将“{0}”复制到“{1}”: {2}",
"failed.to.create.parent.directory": "已尝试将“{0}”复制到“{1}”,但无法创建父目录 \"{2}\" : {3}",
"configuring.project": "正在配置项目",
Expand All @@ -95,9 +96,9 @@
"cannot.configure.no.config.preset": "无法配置: 没有为此 CMake 工具激活任何配置预设",
"cmake.cache.dir.missing": "缺少包含 CMake 缓存的文件夹。将重新生成缓存。",
"warn.skip.configure.when.cache.present": "扩展已确定目前需要配置,但由于已启用设置 cmake.skipConfigureWhenCachePresent,我们将跳过配置。请确保 CMake 缓存与最新的配置更改同步。",
"failed.to.get.cmake.driver": "Failed to get CMake driver",
"failed.to.get.build.command": "Failed to get build command",
"run.build": "正在生成文件夹: {0}",
"failed.to.get.cmake.driver": "未能获取 CMake 驱动程序",
"failed.to.get.build.command": "未能获取生成命令",
"unable.to.configure": "生成失败: 无法配置项目",
"driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止",
"building.status": "生成",
Expand All @@ -111,9 +112,9 @@
"configure.now.button": "立即配置",
"cache.load.failed": "找不到 CMakeCache.txt 文件。请先配置项目!",
"set.up.before.selecting.target": "请先设置 CMake 项目,然后再选择目标。",
"select.active.target.tooltip": "设置默认生成目标",
"enter.target.name": "输入目标名称",
"target.to.build.description": "要生成的目标",
"select.active.target.tooltip": "设置默认生成目标",
"driver.died.after.build.succeeded": "CMake 驱动程序在生成成功后立即终止。",
"select.a.launch.target": "为 {0} 选择启动目标",
"no.executable.target.found.to.launch": "找不到可启动的可执行目标。请检查:",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"configure.recommended": "建议在升级到新的工具包定义后重新配置。",
"using.cache.to.configure.workspace.on.open": "使用缓存在打开的 {0} 上时配置工作区",
"update.code.model.for.cpptools": "更新 cpptools 的代码模型",
"update.intellisense.disabled": "未更新配置提供程序,因为 C_Cpp.intelliSenseEngine 设置为“已禁用”",
"filed.to.open.cache.file.on.code.model.update": "未能在代码模型更新时打开 CMake 缓存文件",
"opening.text.editor.for": "正在打开适用于 {0} 的文本编辑器",
"no.kits.file.what.to.do": "不存在任何工具包文件。你要执行什么操作?",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.inherits.type": "预设 {0}: 继承“{1}”的值无效",
"missing.condition.property": "预设 {0}: 条件对象上缺少必需的属性“{1}”",
"invalid.condition.type": "预设 {0}: 条件类型“{1}”无效",
"invalid.condition": "预设 {0}: 条件必须为 null、布尔值或对象。",
Expand Down
11 changes: 6 additions & 5 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cmake-tools.command.cmake.setVariantAll.title": "選取所有專案的變化",
"cmake-tools.command.cmake.configure.title": "設定",
"cmake-tools.command.cmake.configureAll.title": "設定所有專案",
"cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command",
"cmake-tools.command.cmake.showConfigureCommand.title": "顯示設定命令",
"cmake-tools.command.cmake.build.title": "建置",
"cmake-tools.command.cmake.buildAll.title": "建置所有專案",
"cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command",
"cmake-tools.command.cmake.showBuildCommand.title": "顯示組建命令",
"cmake-tools.command.cmake.buildNamedTarget.title": "(內部) 依名稱建置目標",
"cmake-tools.command.cmake.compileFile.title": "編譯使用中的檔案",
"cmake-tools.command.cmake.outline.compileFile.title": "編譯檔案",
Expand Down Expand Up @@ -80,7 +80,7 @@
"cmake-tools.configuration.cmake.configureArgs.description": "進行組態時會傳遞到 CMake 的其他引數。",
"cmake-tools.configuration.cmake.buildArgs.description": "建置時會傳遞到 CMake 的其他引數。",
"cmake-tools.configuration.cmake.buildToolArgs.description": "建置時會傳遞到基礎建置工具的其他引數。",
"cmake-tools.configuration.cmake.parallelJobs.description": "平行建置作業的數目。使用零可自動偵測 CPU 數目。",
"cmake-tools.configuration.cmake.parallelJobs.description": "平行建置工作的數目。使用零自動偵測 CPU 數目。將此設定為 1 將會停用建置平行處理原則",
"cmake-tools.configuration.cmake.ctestPath.description": "CTest 可執行檔的路徑。若為 null,將會從 cmake.cmakePath 推斷 (建議保留 null)。",
"cmake-tools.configuration.cmake.ctest.parallelJobs.description": "平行測試作業的數目。使用零就會使用 cmake.parallelJobs 的值。",
"cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "剖析警告與錯誤的編譯器輸出。",
Expand Down Expand Up @@ -115,7 +115,7 @@
"cmake-tools.configuration.cmake.mingwSearchDirs.description": "安裝 MinGW 的目錄。",
"cmake-tools.configuration.cmake.searchDirs.items.description": "目錄路徑。",
"cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "安裝 Emscripten 的目錄。",
"cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.",
"cmake-tools.configuration.cmake.mergedCompileCommands.description": "遞迴收集及合併 cmake.buildDirectory 中找到的所有compile_commands.js。",
"cmake-tools.configuration.cmake.copyCompileCommands.description": "組態成功之後,將 compile_commands.json 複製到此位置。",
"cmake-tools.configuration.cmake.configureOnOpen.description": "開啟 CMake 專案目錄時自動進行組態。",
"cmake-tools.configuration.cmake.configureOnEdit.description": "在儲存 cmake.sourceDirectory 或 CMakeLists.txt 內容後,自動設定 CMake 專案目錄。",
Expand All @@ -139,5 +139,6 @@
"cmake-tools.configuration.views.cmake.outline.description": "專案大綱",
"cmake-tools.configuration.cmake.additionalKits.description": "自訂套件檔案的路徑陣列",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。"
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。"
}
9 changes: 5 additions & 4 deletions i18n/cht/src/cmake-tools.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"communication.changed.restart.driver": "在通訊模式變更後重新啟動 CMake 驅動程式。",
"generator.changed.restart.driver": "在產生器變更後重新啟動 CMake 驅動程式。",
"preferredGenerator.changed.restart.driver": "在 preferredGenerators 變更後重新啟動 CMake 驅動程式。",
"targests.in.preset": "[預設的目標]",
"constructing.cmaketools": "正在建構新的 CMakeTools 執行個體",
"disposing.driver": "處置 CMake 驅動程式",
"resolving.config.preset": "正在解析選取的設定預設",
Expand Down Expand Up @@ -74,7 +75,7 @@
"generator.not.found": "無法判斷要使用哪個 CMake 產生器。請安裝或設定慣用的產生器,或更新 settings.json、您的套件組態或 PATH 變數。",
"safely.constructing.cmaketools": "安全建構新的 CMakeTools 執行個體",
"initialization.complete": "CMakeTools 執行個體初始化完成。",
"merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.",
"merge.and.copy.compile.commands": "定義 cmake.mergedCompileCommands 時,會忽略設定 cmake.copyCompileCommands。",
"failed.to.copy": "無法將 \"{0}\" 複製到 \"{1}\": {2}",
"failed.to.create.parent.directory": "已嘗試將 \"{0}\" 複製到 \"{1}\",但無法建立父目錄 \"{2}\": {3}",
"configuring.project": "正在設定專案",
Expand All @@ -95,9 +96,9 @@
"cannot.configure.no.config.preset": "無法設定: 此 CMake 工具沒有使用中的設定預設",
"cmake.cache.dir.missing": "缺少包含 CMake 快取的資料夾。快取將會重新產生。",
"warn.skip.configure.when.cache.present": "延伸模組判斷目前需要設定,但由於設定 cmake.skipConfigureWhenCachePresent 已開啟,我們即將跳過設定。請確定 CMake 快取與最新的設定變更同步。",
"failed.to.get.cmake.driver": "Failed to get CMake driver",
"failed.to.get.build.command": "Failed to get build command",
"run.build": "正在建置資料夾: {0}",
"failed.to.get.cmake.driver": "無法取得 CMake 驅動程式",
"failed.to.get.build.command": "無法取得組建命令",
"unable.to.configure": "建置失敗: 無法設定專案",
"driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止",
"building.status": "建築",
Expand All @@ -111,9 +112,9 @@
"configure.now.button": "立即設定",
"cache.load.failed": "找不到任何 CMakeCache.txt 檔案。請先設定專案!",
"set.up.before.selecting.target": "先設定 CMake 專案,再選取目標。",
"select.active.target.tooltip": "選取預設建置目標",
"enter.target.name": "輸入目標名稱",
"target.to.build.description": "要建置的目標",
"select.active.target.tooltip": "選取預設建置目標",
"driver.died.after.build.succeeded": "建置成功後,CMake 驅動程式已隨即終止。",
"select.a.launch.target": "為 {0} 選取啟動目標",
"no.executable.target.found.to.launch": "找不到要啟動的可執行目標。請檢查:",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"configure.recommended": "建議您在升級為新套件定義後重新設定。",
"using.cache.to.configure.workspace.on.open": "使用快取在開放式 {0} 上設定工作區",
"update.code.model.for.cpptools": "更新 cpptools 的程式碼模型",
"update.intellisense.disabled": "無法更新組態提供者,因為 C_Cpp.intelliSenseEngine 設為 '停用'",
"filed.to.open.cache.file.on.code.model.update": "無法在程式碼模型更新時開啟 CMake 快取檔案",
"opening.text.editor.for": "正在開啟 {0} 的文字編輯器",
"no.kits.file.what.to.do": "沒有套件檔案存在。要執行什麼作業?",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.inherits.type": "預設 {0}: 繼承 \"{1}\" 的值無效",
"missing.condition.property": "預設值 {0}: 條件物件上缺少必要的屬性 \"{1}\"",
"invalid.condition.type": "預設值 {0}: 無效的條件類型 \"{1}\"",
"invalid.condition": "預設值 {0}: 條件必須是 null、布林值或物件。",
Expand Down
Loading

0 comments on commit c9d1168

Please sign in to comment.