Skip to content

Commit

Permalink
Localization - Translated Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs committed Aug 17, 2023
1 parent 21548dc commit cb84f1e
Show file tree
Hide file tree
Showing 65 changed files with 321 additions and 113 deletions.
33 changes: 18 additions & 15 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"cmake-tools.command.cmake.addConfigurePreset.title": "添加配置预设",
"cmake-tools.command.cmake.addBuildPreset.title": "添加生成预设",
"cmake-tools.command.cmake.addTestPreset.title": "添加测试预设",
"cmake-tools.command.cmake.selectConfigurePreset.title": "选择“配置预设”",
"cmake-tools.command.cmake.selectBuildPreset.title": "选择“生成预设”",
"cmake-tools.command.cmake.selectTestPreset.title": "选择“测试预设”",
"cmake-tools.command.cmake.selectConfigurePreset.title": "选择配置预设",
"cmake-tools.command.cmake.selectBuildPreset.title": "选择生成预设",
"cmake-tools.command.cmake.selectTestPreset.title": "选择测试预设",
"cmake-tools.command.cmake.viewLog.title": "打开 CMake Tools 日志文件",
"cmake-tools.command.cmake.logDiagnostics.title": "日志诊断",
"cmake-tools.command.cmake.editKits.title": "编辑用户本地 CMake 工具包",
Expand All @@ -20,9 +20,9 @@
"cmake-tools.command.cmake.setVariant.title": "选择变量",
"cmake-tools.command.cmake.setVariantAll.title": "为所有项目选择变量",
"cmake-tools.command.cmake.configure.title": "配置",
"cmake-tools.command.cmake.configureWithDebugger.title": "使用 CMake 调试程序进行配置",
"cmake-tools.command.cmake.configureWithDebugger.title": "使用 CMake 调试器进行配置",
"cmake-tools.command.cmake.configureAll.title": "配置所有项目",
"cmake-tools.command.cmake.configureAllWithDebugger.title": "使用 CMake 调试程序配置所有项目",
"cmake-tools.command.cmake.configureAllWithDebugger.title": "使用 CMake 调试器配置所有项目",
"cmake-tools.command.cmake.showConfigureCommand.title": "显示配置命令",
"cmake-tools.command.cmake.build.title": "生成",
"cmake-tools.command.cmake.buildAll.title": "生成所有项目",
Expand All @@ -35,14 +35,14 @@
"cmake-tools.command.cmake.buildWithTarget.title": "生成目标",
"cmake-tools.command.cmake.setDefaultTarget.title": "设置生成目标",
"cmake-tools.command.cmake.cleanConfigure.title": "删除缓存并重新配置",
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "删除缓存并使用 CMake 调试程序重新配置",
"cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "删除缓存并使用 CMake 调试器重新配置",
"cmake-tools.command.cmake.cleanConfigureAll.title": "删除缓存并重新配置所有项目",
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "删除缓存并使用 CMake 调试程序重新配置所有项目",
"cmake-tools.command.cmake.cleanConfigureAllWithDebugger.title": "删除缓存并使用 CMake 调试器重新配置所有项目",
"cmake-tools.command.cmake.editCacheUI.title": "编辑 CMake 缓存(UI)",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清理重新配置",
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 调试程序清理重新配置",
"cmake-tools.command.cmake.outline.cleanConfigureWithDebugger.title": "使用 CMake 调试器清理重新配置",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "清理所有项目的重新配置",
"cmake-tools.command.cmake.outline.cleanConfigureAllWithDebugger.title": "使用 CMake 调试程序清理重新配置所有项目",
"cmake-tools.command.cmake.outline.cleanConfigureAllWithDebugger.title": "使用 CMake 调试器清理重新配置所有项目",
"cmake-tools.command.cmake.clean.title": "清理",
"cmake-tools.command.cmake.cleanAll.title": "清理所有项目",
"cmake-tools.command.cmake.cleanRebuild.title": "清理重新生成",
Expand Down Expand Up @@ -82,6 +82,7 @@
"cmake-tools.configuration.cmake.cacheInit.string.description": "缓存初始化 CMake 文件的路径。",
"cmake-tools.configuration.cmake.cacheInit.array.description": "缓存初始值设定项文件的列表。",
"cmake-tools.configuration.cmake.cacheInit.array.string.description": "缓存初始化 CMake 文件。",
"cmake-tools.configuration.cmake.cacheInit.overall.description": "Provide cache-initializing CMake file(s).",
"cmake-tools.configuration.cmake.preferredGenerators.description": "要在配置时使用的首选 CMake 生成器(按列表中的顺序尝试)。",
"cmake-tools.configuration.cmake.generator.description": "要使用的 CMake 生成器。",
"cmake-tools.configuration.cmake.toolset.description": "要在配置时使用的 CMake 工具集。",
Expand Down Expand Up @@ -115,6 +116,7 @@
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description": "用于设置 gdb 或 lldb 的命令。",
"cmake-tools.configuration.cmake.debugConfig.setupCommands.text.description": "要运行的命令。",
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description": "命令的说明。",
"cmake-tools.configuration.cmake.defaultVariants.overall.description": "Configure the default variant settings.",
"cmake-tools.configuration.cmake.defaultVariants.buildType.description": "生成类型。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long": "禁用优化 - 包括调试信息。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long": "进行优化,提高速度 - 排除调试信息。",
Expand All @@ -135,16 +137,17 @@
"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 项目目录。",
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "在多配置生成器上也设置 CMAKE_BUILD_TYPE",
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Set CMAKE_BUILD_TYPE also on multi config generators.",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果存在缓存,则跳过配置进程。",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用于在扩展和 CMake 之间进行通信的协议",
"cmake-tools.configuration.cmake.showSystemKits.description": "在工具包选择中包括系统工具包",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake.",
"cmake-tools.configuration.cmake.showSystemKits.description": "Include system kits in kit selection.",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "运行 CMake 命令时,请勿使用工具包环境变量。",
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 生成,而非使用内部进程。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "来自外部命令的输出的编码(例如 cmake -- build)。",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "对文件和控制台启用跟踪日志记录(噪音很大)。",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "自动选择活动文件夹。",
"cmake-tools.configuration.cmake.touchbar.visibility.description": "配置扩展在 MacBook 触控栏上显示按钮的方式",
"cmake-tools.configuration.cmake.touchbar.advanced.description": "Configures advanced settings for how the extension displays buttons on a MacBook Touch Bar.",
"cmake-tools.configuration.cmake.touchbar.visibility.description": "Configures how the extension displays the buttons on a MacBook Touch Bar.",
"cmake-tools.configuration.cmake.touchbar.visibility.default.description": "在支持的系统上显示触控栏按钮。",
"cmake-tools.configuration.cmake.touchbar.visibility.hidden.description": "不显示触控栏按钮。",
"cmake-tools.configuration.cmake.statusbar.visibility.description": "配置扩展在状态栏中显示按钮的方式。",
Expand All @@ -158,7 +161,7 @@
"cmake-tools.configuration.views.cmake.folders.description": "文件夹",
"cmake-tools.configuration.views.cmake.projectStatus.description": "项目状态",
"cmake-tools.configuration.views.cmake.outline.description": "项目大纲",
"cmake-tools.configuration.cmake.additionalKits.description": "自定义工具包文件的路径数组",
"cmake-tools.configuration.cmake.additionalKits.description": "Array of paths to custom kit files.",
"cmake-tools.configuration.cmake.revealLog.description": "配置用于显示日志并聚焦于输出通道的设置。",
"cmake-tools.configuration.cmake.revealLog.focus.description": "将显示日志,并且输出通道会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.always.description": "将显示日志,但输出通道不会占用光标焦点。",
Expand Down Expand Up @@ -187,6 +190,6 @@
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已创建新的终端实例,并且已在其中启动目标。系统不会自动清理现有终端。",
"cmake-tools.configuration.cmake.loadCompileCommands.description": "控制扩展是否读取 compile_commands.json 以启用单个文件编译。",
"cmake-tools.command.cmake.projectStatus.update.title": "刷新项目状态",
"cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "设置测试目标",
"cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "Set Test Target",
"cmake-tools.debugger.label": "CMake 调试程序"
}
4 changes: 3 additions & 1 deletion i18n/chs/src/drivers/cmakeDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
"source.directory.not.set": "未设置源目录",
"not.configuring": "未配置: {0} 不存在",
"cmake.build.args.are": "CMake 生成参数为: {0}",
"no.build.preset": "未选择生成预设"
"no.build.preset": "未选择生成预设",
"init.driver.using.preset": "Initializing base driver using preset",
"init.driver.using.kit": "Initializing base driver using kit"
}
1 change: 1 addition & 0 deletions i18n/chs/src/drivers/cmakeFileApi.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"cmake.files.object.version": "cmake-file-api 的 CMake 文件对象版本({0}.{1})是意外的。应为({2}.{3})。",
"cache.entry.unknowntype": "未知的缓存条目类型: {0}。",
"code.model.version": "cmake-file-api 的代码模型版本({0}.{1})不是预期版本。应为 ({2}.{3})。IntelliSense 配置可能不正确。",
"install.all.target": "A special target to install all available targets",
"toolchains.object.version": "cmake-file-api 的工具链对象版本({0}.{1})不是预期版本。应为 ({2}.{3})。IntelliSense 配置可能不正确。"
}
4 changes: 3 additions & 1 deletion i18n/chs/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"creating.instance.of": "Creating instance of {0}",
"removing": "正在删除 {0}",
"unlink.failed": "未能删除缓存文件 {0}",
"cmake.debug.name": "CMake 调试程序",
"toolchains.object.unsupported": "此版本的 CMake 不支持 \"toolchains\" 对象类型。编译器路径将通过读取 CMakeCache.txt 来确定。"
"toolchains.object.unsupported": "此版本的 CMake 不支持 \"toolchains\" 对象类型。编译器路径将通过读取 CMakeCache.txt 来确定。",
"build.all.target": "A special target to build all available targets"
}
8 changes: 8 additions & 0 deletions i18n/chs/src/logging.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build.logging.title": "Build"
}
15 changes: 9 additions & 6 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"cmake-tools.configuration.cmake.cacheInit.string.description": "初始化快取 CMake 檔案的路徑。",
"cmake-tools.configuration.cmake.cacheInit.array.description": "快取初始設定式檔案的清單。",
"cmake-tools.configuration.cmake.cacheInit.array.string.description": "初始化 CMake 檔案的快取。",
"cmake-tools.configuration.cmake.cacheInit.overall.description": "Provide cache-initializing CMake file(s).",
"cmake-tools.configuration.cmake.preferredGenerators.description": "進行組態時要使用的慣用 CMake 產生器 (以清單順序嘗試)。",
"cmake-tools.configuration.cmake.generator.description": "要使用的 CMake 產生器。",
"cmake-tools.configuration.cmake.toolset.description": "進行組態時要使用的 CMake 工具組。",
Expand Down Expand Up @@ -115,6 +116,7 @@
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description": "用於設定 gdb 或 lldb 的命令。",
"cmake-tools.configuration.cmake.debugConfig.setupCommands.text.description": "要執行的命令。",
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description": "命令的描述。",
"cmake-tools.configuration.cmake.defaultVariants.overall.description": "Configure the default variant settings.",
"cmake-tools.configuration.cmake.defaultVariants.buildType.description": "組建類型。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long": "停用最佳化 - 包含偵錯資訊。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long": "最佳化速度 - 排除偵錯資訊。",
Expand All @@ -135,16 +137,17 @@
"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 專案目錄。",
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "也在多個組態產生器上設定 CMAKE_BUILD_TYPE",
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Set CMAKE_BUILD_TYPE also on multi config generators.",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果有快取,則跳過設定流程。",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用於在延伸模組與 CMake 之間通訊的通訊協定",
"cmake-tools.configuration.cmake.showSystemKits.description": "在套件選取範圍中包含系統套件",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "The protocol used to communicate between the extension and CMake.",
"cmake-tools.configuration.cmake.showSystemKits.description": "Include system kits in kit selection.",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "執行 CMake 命令時,不使用套件環境變數。",
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 而非內部處理序的組建。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部命令輸出的編譯 (例如 cmake -- build)。",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "為檔案及主控台啟用追蹤記錄 (雜訊非常多)。",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "自動選取使用中的資料夾。",
"cmake-tools.configuration.cmake.touchbar.visibility.description": "設定延伸模組在 MacBook 觸控列上顯示按鈕的方式",
"cmake-tools.configuration.cmake.touchbar.advanced.description": "Configures advanced settings for how the extension displays buttons on a MacBook Touch Bar.",
"cmake-tools.configuration.cmake.touchbar.visibility.description": "Configures how the extension displays the buttons on a MacBook Touch Bar.",
"cmake-tools.configuration.cmake.touchbar.visibility.default.description": "在支援的系統上顯示觸控列按鈕。",
"cmake-tools.configuration.cmake.touchbar.visibility.hidden.description": "不顯示觸控列按鈕。",
"cmake-tools.configuration.cmake.statusbar.visibility.description": "設定延伸模組在狀態列中顯示按鈕的方式。",
Expand All @@ -158,7 +161,7 @@
"cmake-tools.configuration.views.cmake.folders.description": "資料夾",
"cmake-tools.configuration.views.cmake.projectStatus.description": "專案狀態",
"cmake-tools.configuration.views.cmake.outline.description": "專案大綱",
"cmake-tools.configuration.cmake.additionalKits.description": "自訂套件檔案的路徑陣列",
"cmake-tools.configuration.cmake.additionalKits.description": "Array of paths to custom kit files.",
"cmake-tools.configuration.cmake.revealLog.description": "設定顯示記錄與專注於輸出通道的設定。",
"cmake-tools.configuration.cmake.revealLog.focus.description": "記錄已顯示,且輸出通道取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.always.description": "記錄已顯示,但輸出通道未取得游標焦點。",
Expand Down Expand Up @@ -187,6 +190,6 @@
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已建立新的終端機執行個體,並在其中啟動目標。不會自動清除現有的終端機。",
"cmake-tools.configuration.cmake.loadCompileCommands.description": "控制延伸模組是否要讀取 compile_commands.json 以啟用單一檔案編譯。",
"cmake-tools.command.cmake.projectStatus.update.title": "重新整理專案狀態",
"cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "設定測試目標",
"cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "Set Test Target",
"cmake-tools.debugger.label": "CMake 偵錯工具"
}
4 changes: 3 additions & 1 deletion i18n/cht/src/drivers/cmakeDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
"source.directory.not.set": "未設定來源目錄",
"not.configuring": "未設定: 沒有 {0}",
"cmake.build.args.are": "CMake 建置引數為: {0}",
"no.build.preset": "未選取建置預設"
"no.build.preset": "未選取建置預設",
"init.driver.using.preset": "Initializing base driver using preset",
"init.driver.using.kit": "Initializing base driver using kit"
}
1 change: 1 addition & 0 deletions i18n/cht/src/drivers/cmakeFileApi.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"cmake.files.object.version": "未預期 Cmake-file-api 的 CMake Files 物件版本 ({0}.{1})。預期的是 ({2}.{3})。",
"cache.entry.unknowntype": "未知的快取項目類型: {0}。",
"code.model.version": "cmake-file-api 的程式碼模型版本 ({0}.{1}) 不符預期,其應為 ({2}.{3})。IntelliSense 組態可能不正確。",
"install.all.target": "A special target to install all available targets",
"toolchains.object.version": "cmake-file-api 的工具鏈物件版本 ({0}.{1}) 不符合預期。應為 ({2}.{3})。IntelliSense 組態可能不正確。"
}
4 changes: 3 additions & 1 deletion i18n/cht/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"creating.instance.of": "Creating instance of {0}",
"removing": "正在移除 {0}",
"unlink.failed": "無法移除快取檔案 {0}",
"cmake.debug.name": "CMake 偵錯工具",
"toolchains.object.unsupported": "此版 CMake 不支援「工具鏈」物件種類。編譯器路徑會在讀取 CMakeCache.txt 時決定。"
"toolchains.object.unsupported": "此版 CMake 不支援「工具鏈」物件種類。編譯器路徑會在讀取 CMakeCache.txt 時決定。",
"build.all.target": "A special target to build all available targets"
}
8 changes: 8 additions & 0 deletions i18n/cht/src/logging.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build.logging.title": "Build"
}
Loading

0 comments on commit cb84f1e

Please sign in to comment.