Skip to content

Commit

Permalink
Localization - Translated Strings (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored Jul 30, 2024
1 parent 27cb55e commit ccd3f09
Show file tree
Hide file tree
Showing 52 changed files with 299 additions and 130 deletions.
1 change: 1 addition & 0 deletions i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "将显示日志,并且输出通道会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.always.description": "将显示日志,但输出通道不会占用光标焦点。",
"cmake-tools.configuration.cmake.revealLog.never.description": "日志既不显示也不占据焦点。",
"cmake-tools.configuration.cmake.revealLog.onError.description": "仅当生成或配置失败时,才会显示日志。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "支持导出 compile_commands.json。仅在工具包场景中使用。在预设场景中,请使用 CMakePresets.json 设置它",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakePresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "在 Windows 上使用 CMake 预设时,请使用 Visual Studio 环境作为父环境。选择“自动”将仅在检测到受支持的编译器(cl、clang、clang-cl、clang-cpp、clang++)或正在使用 Ninja 生成器时应用 Visual Studio 环境。",
Expand Down
13 changes: 9 additions & 4 deletions i18n/chs/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "已找到循环变量引用: {0}",
"circular.variable.reference.full": "已找到循环变量引用: {0}",
"reached.max.recursion": "已达到最大字符串扩展递归。可能存在循环引用。",
"exception.expanding.string": "展开字符串 {0} 时出现异常: {1}",
"invalid.variable.reference": "字符串中的变量引用 {0} 无效: {1}",
"max.recursion": "最大字符串扩展递归",
"exception.expanding.string.full": "展开字符串 {0} 时出现异常: {1}",
"exception.expanding.string": "异常展开字符串",
"invalid.variable.reference.full": "字符串中的变量引用 {0} 无效: {1}",
"invalid.variable.reference": "变量引用无效",
"circular.variable.reference": "循环变量引用",
"command.not.supported": "命令不支持字符串: {0}",
"exception.executing.command": "对字符串执行命令 {0} 时出现异常: {1} {2}",
"exception.executing.command.full": "对字符串执行命令 {0} 时出现异常: {1} {2}",
"exception.executing.command": "异常执行命令",
"expand.expandstringhelper": "已展开 {0}"
}
14 changes: 9 additions & 5 deletions i18n/chs/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,30 @@
"default.workflow.preset": "[默认值]",
"default.workflow.preset.description": "不添加任何参数的空工作流预设",
"circular.inherits.in.config.preset": "配置预设 {0} 中的循环继承",
"binaryDir.undefined": "配置预设 {0}: 未指定 binaryDir,使用默认值 {1}",
"no.cl.arch": "配置预设 {0}: 未为 cl.exe 指定体系结构,默认使用 {1}",
"no.cl.toolset.arch": "配置预设{0}: 未为 cl.exe 指定工具集体系结构,默认使用 {1}",
"invalid.cl.toolset.arch": "配置预设{0}: 非预期的工具集体系结构指定了 {1},是否要指定 {2}?",
"no.cl.toolset.version": "配置预设 {0}: 没有为 cl.exe 指定工具集版本,默认情况下使用最新版本",
"unknown.toolset.option": "将忽略未识别的工具集选项: {0}",
"config.preset.not.found": "找不到名为 {0} 的配置预设",
"specified.vs.not.found": "配置预设 {0}: 未找到由 {1} 指定的 Visual Studio 实例,正在回退默认实例查找行为。",
"specified.cl.not.found": "配置预设 {0}: 未找到具有工具集 {2} 和体系结构 {3} 的编译器 {1},如果计算机上存在此工具集,则可能需要运行“CMake: 扫描编译器”命令。",
"vs.not.found": "配置预设 {0}: 找不到支持指定工具集 {1} 和体系结构 {2} 的 Visual Studio 安装,如果计算机上存在此工具集,则可能需要运行“CMake: 扫描编译器”命令。",
"using.vs.instance": "使用来自 Visual Studio 的开发人员环境(实例 {0},版本 {1},安装在 {2})",
"ninja.not.set": "未在 PATH 上设置 Ninja,正在尝试使用 {0}",
"config.preset.not.found.full": "找不到名为 {0} 的配置预设",
"config.preset.not.found": "找不到配置预设",
"property.unsupported.v2": "配置预设 {0}: 预设 v2 中不支持属性 {1}",
"binaryDir.undefined": "配置预设 {0}: 未指定 binaryDir,使用默认值 {1}",
"circular.inherits.in.build.preset": "生成预设 {0} 中的循环继承",
"circular.inherits.in.test.preset": "测试预设 {0} 中的循环继承",
"circular.inherits.in.package.preset": "循环在包预设 {0} 中继承",
"circular.inherits.in.workflow.preset": "循环在工作流预设 {0} 中继承",
"build.preset.not.found": "找不到名称为 {0} 的生成预设",
"test.preset.not.found": "找不到名称为 {0} 的测试预设",
"package.preset.not.found": "找不名称为 {0} 的包预设",
"build.preset.not.found.full": "找不到名称为 {0} 的生成预设",
"build.preset.not.found": "找不到生成预设",
"test.preset.not.found.full": "找不到名称为 {0} 的测试预设",
"test.preset.not.found": "找不到测试预设",
"package.preset.not.found.full": "找不名称为 {0} 的包预设",
"package.preset.not.found": "找不到包预设",
"workflow.preset.not.found": "找不到名为 {0} 的工作流预设",
"clean.not.needed.no.prior.config.preset": "无需清理: 未选择任何之前的配置预设",
"clean.needed.config.preset.changed": "需要清理: 配置预设已更改"
Expand Down
5 changes: 4 additions & 1 deletion i18n/chs/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
"reading.presets.file": "正在读取预设文件 {0}",
"failed.to.parse": "无法分析 {0}: {1}",
"included.presets.file.not.found": "找不到包含的预设文件 {0}",
"expanding.presets.file": "正在展开预设文件 {0}",
"expansion.errors": "预设文件中发现扩展错误。",
"successfully.expanded.presets.file": "已成功展开预设文件 {0}",
"validating.presets.file": "读取并验证预设“文件 {0}”",
"unsupported.presets": "在 {0} 中检测到不受支持的预设。支持仅限于版本 {1} 定义的功能。",
"no.additional.properties": "不得具有其他属性",
Expand All @@ -125,7 +128,7 @@
"duplicate.workflow.preset.found": "在工作流预设集合 {0} 中找到重复项",
"workflow.does.not.start.configure.step": "工作流预设“{0}”不以配置步骤开始。",
"workflow.has.subsequent.configure.preset": "工作流预设“{0}”除了第一步“{2}”之外还有另一个配置预设“{1}”: ",
"successfully.validated.presets": "已在 {0} 中成功验证预设值",
"successfully.validated.presets": "已成功针对预设架构验证 {0}",
"use.kits.variants": "使用工具包和变量",
"edit.presets": "定位",
"presets.version.error": "CMakePresets 版本 1 不受支持。希望如何继续?",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "記錄已顯示,且輸出通道取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.always.description": "記錄已顯示,但輸出通道未取得游標焦點。",
"cmake-tools.configuration.cmake.revealLog.never.description": "記錄沒有顯示,也無法取得焦點。",
"cmake-tools.configuration.cmake.revealLog.onError.description": "只有在建置或設定失敗時,才會顯示記錄檔。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。這僅適用於套件案例。在預設案例中,請使用 CMakePresets.json 進行設定",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "在 Windows 上使用 CMake 預設時,請使用 Visual Studio 環境做為父環境。只有在我們偵測到支援的編譯器 (cl、clang、clang-cl、clang-cpp、clang++) 或正在使用 Ninja 產生器時,選取 [自動] 才會套用 Visual Studio 環境。",
Expand Down
13 changes: 9 additions & 4 deletions i18n/cht/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "找到循環變數參考: {0}",
"circular.variable.reference.full": "找到循環變數參考: {0}",
"reached.max.recursion": "已達到字串展開遞迴的最大值。可能的循環參考。",
"exception.expanding.string": "展開字串 {0} 時發生例外狀況: {1}",
"invalid.variable.reference": "字串中的變數參考 {0} 無效: {1}",
"max.recursion": "最大字串展開遞迴",
"exception.expanding.string.full": "展開字串 {0} 時發生例外狀況: {1}",
"exception.expanding.string": "展開字串時發生例外狀況",
"invalid.variable.reference.full": "字串中的變數參考 {0} 無效: {1}",
"invalid.variable.reference": "無效的變數參考",
"circular.variable.reference": "循環變數參考",
"command.not.supported": "字串不支援命令: {0}",
"exception.executing.command": "執行字串的命令 {0} 時發生例外狀況: {1} {2}",
"exception.executing.command.full": "執行字串的命令 {0} 時發生例外狀況: {1} {2}",
"exception.executing.command": "執行命令時發生例外狀況",
"expand.expandstringhelper": "已展開 {0}"
}
14 changes: 9 additions & 5 deletions i18n/cht/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,30 @@
"default.workflow.preset": "[預設值]",
"default.workflow.preset.description": "未新增任何引數的空白工作流程預設",
"circular.inherits.in.config.preset": "循環在設定預設 {0} 中繼承",
"binaryDir.undefined": "設定預設值 {0}: 未指定任何 binaryDir,使用預設值 {1}",
"no.cl.arch": "設定預設 {0}: 沒有為 cl.exe 指定結構,依預設使用 {1}",
"no.cl.toolset.arch": "設定預設 {0}: 沒有為 cl.exe 指定的工具組架構,預設使用 {1}",
"invalid.cl.toolset.arch": "設定預設 {0}: 未預期的工具組架構已指定 {1},您是不是指 {2}?",
"no.cl.toolset.version": "設定預設{0}: 沒有為 cl.exe 指定的工具組版本,預設使用最新的工具組版本",
"unknown.toolset.option": "將忽略無法識別的工具組選項: {0}",
"config.preset.not.found": "找不到名稱為 {0} 的設定預設",
"specified.vs.not.found": "設定預設 {0}: 找不到由 {1} 指定的 Visual Studio 執行個體,會回復預設執行個體查閱行為。",
"specified.cl.not.found": "設定預設 {0}: 找不到包含工具組 {2} 和架構 {3} 的編譯器 {1},如果您的電腦具有此工具組,您可能需要執行「CMake: 掃描編譯器」。",
"vs.not.found": "設定預設 {0}: 找不到支援指定工具組 {1} 和結構 {2} 的 Visual Studio 安裝,若此工具組存在於您的電腦上,您可能需要執行「CMake: 掃描編譯器」命令。",
"using.vs.instance": "使用 Visual Studio 的開發人員環境 (執行個體 {0},版本 {1},安裝於 {2})",
"ninja.not.set": "未在 PATH 上設定忍者,正在嘗試使用{0}",
"config.preset.not.found.full": "找不到名稱為 {0} 的設定預設",
"config.preset.not.found": "找不到設定預設",
"property.unsupported.v2": "設定預設值 {0}: 在預設值 v2 中不支援屬性 {1}",
"binaryDir.undefined": "設定預設值 {0}: 未指定任何 binaryDir,使用預設值 {1}",
"circular.inherits.in.build.preset": "循環在建置預設 {0} 中繼承",
"circular.inherits.in.test.preset": "循環在測試預設 {0} 中繼承",
"circular.inherits.in.package.preset": "循環在封裝預設 {0} 中繼承",
"circular.inherits.in.workflow.preset": "循環在工作流程預設 {0} 中繼承",
"build.preset.not.found": "找不到名稱為 {0} 的建置預設",
"test.preset.not.found": "找不到名稱為 {0} 的測試預設",
"package.preset.not.found": "找不到名為 {0} 的封裝預設",
"build.preset.not.found.full": "找不到名稱為 {0} 的建置預設",
"build.preset.not.found": "找不到建置預設",
"test.preset.not.found.full": "找不到名稱為 {0} 的測試預設",
"test.preset.not.found": "找不到測試預設",
"package.preset.not.found.full": "找不到名為 {0} 的封裝預設",
"package.preset.not.found": "找不到套件預設",
"workflow.preset.not.found": "找不到名稱為 {0} 的工作流程預設",
"clean.not.needed.no.prior.config.preset": "不需要清除: 未選取任何預設的預設",
"clean.needed.config.preset.changed": "需要清理: 設定預設已變更"
Expand Down
5 changes: 4 additions & 1 deletion i18n/cht/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
"reading.presets.file": "正在讀取預設的檔案{0}",
"failed.to.parse": "無法剖析 {0}: {1}",
"included.presets.file.not.found": "找不到包含的預設檔案 {0}",
"expanding.presets.file": "正在展開預設檔案 {0}",
"expansion.errors": "在預設檔案中發現展開錯誤。",
"successfully.expanded.presets.file": "已成功展開預設檔案 {0}",
"validating.presets.file": "正在讀取及驗證預設 \"file {0}\"",
"unsupported.presets": "在 {0} 中偵測到不支援的預設。支援僅限於版本 {1} 所定義的功能。",
"no.additional.properties": "不應該有其他屬性",
Expand All @@ -125,7 +128,7 @@
"duplicate.workflow.preset.found": "在工作流程預設集合 {0} 中找到重複項",
"workflow.does.not.start.configure.step": "工作流程預設 \"{0}\" 不是以設定步驟開頭。",
"workflow.has.subsequent.configure.preset": "工作流程預設 \"{0}\" 的第一步 \"{2}\" 之外,還有另一個設定預設 \"{1}\": ",
"successfully.validated.presets": "已成功在 {0} 中驗證預設",
"successfully.validated.presets": "已成功針對預設結構描述驗證 {0}",
"use.kits.variants": "使用套件和變體",
"edit.presets": "尋找",
"presets.version.error": "不支援 CMakePresets 版本 1。要如何繼續?",
Expand Down
1 change: 1 addition & 0 deletions i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"cmake-tools.configuration.cmake.revealLog.focus.description": "Zobrazí se protokol a výstupní kanál převezme fokus kurzoru.",
"cmake-tools.configuration.cmake.revealLog.always.description": "Protokol se zobrazí, ale výstupní kanál nepřevezme zaměření kurzoru.",
"cmake-tools.configuration.cmake.revealLog.never.description": "Protokol se nezobrazuje ani nepřijímá zaměření.",
"cmake-tools.configuration.cmake.revealLog.onError.description": "Protokol se zobrazí jenom v případě, že sestavení nebo konfigurace selže.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json. Používá se jenom ve scénářích Sady. Ve scénářích Předvolby tuto možnost prosím nastavte pomocí CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "Když se ve Windows používají předvolby CMake, jako nadřazené prostředí se použije prostředí sady Visual Studio. Při výběru možnosti Automaticky se prostředí sady Visual Studio použije pouze tehdy, když zjistíme podporovaný kompilátor (cl, clang, clang-cl, clang-cpp, clang++) nebo když je použit generátor Ninja.",
Expand Down
13 changes: 9 additions & 4 deletions i18n/csy/src/expand.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Našel se cyklický odkaz na proměnnou: {0}",
"circular.variable.reference.full": "Našel se cyklický odkaz na proměnnou: {0}",
"reached.max.recursion": "Dosáhlo se maximální rekurze rozšiřování řetězce. Možná vznikl cyklický odkaz.",
"exception.expanding.string": "Při rozbalování řetězce {0} došlo k výjimce: {1}",
"invalid.variable.reference": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"max.recursion": "Maximální rekurze rozšíření řetězce",
"exception.expanding.string.full": "Při rozbalování řetězce {0} došlo k výjimce: {1}",
"exception.expanding.string": "Výjimka při rozbalování řetězce",
"invalid.variable.reference.full": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"invalid.variable.reference": "Neplatný odkaz na proměnnou",
"circular.variable.reference": "Cyklický odkaz na proměnnou",
"command.not.supported": "Pro řetězec se nepodporují příkazy: {0}",
"exception.executing.command": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}",
"exception.executing.command.full": "Výjimka při provádění příkazu {0} pro řetězec: {1} {2}",
"exception.executing.command": "Výjimka při provádění příkazu",
"expand.expandstringhelper": "rozbaleno: {0}"
}
Loading

0 comments on commit ccd3f09

Please sign in to comment.