Skip to content

Commit 6f4f396

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

38 files changed

+70
-70
lines changed

i18n/chs/package.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "运行实用工具",
7979
"cmake-tools.command.cmake.outline.debugTarget.title": "调试",
8080
"cmake-tools.command.cmake.outline.launchTarget.title": "在终端中运行",
81-
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "设置为生成目标",
82-
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "设置为启动/调试目标",
81+
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set Build Target",
82+
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set Launch/Debug Target",
8383
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "打开 CMakeLists.txt",
8484
"cmake-tools.command.cmake.folders.setActiveFolder.title": "设置活动文件夹",
8585
"cmake-tools.configuration.title": "CMake 工具配置",

i18n/chs/src/drivers/cmakeServerClient.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"started.new.cmake.server.instance": "已使用 PID {0} 启动新的 CMake Server 实例",
7+
"started.new.cmake.server.instance": "已使用 PID {0} 启动新的 CMake 服务器实例",
88
"connection.terminated.unexpectedly": "与 cmake-server 的连接意外终止",
99
"cmake-server.exited.with.status": "cmake-server 已退出,状态为 {0} ({1})",
1010
"unhandled.error.in": "{0} 中未处理的错误",

i18n/chs/src/expand.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"circular.variable.reference": "循环变量引用",
1515
"command.not.supported": "命令不支持字符串: {0}",
1616
"exception.executing.command.full": "对字符串执行命令 {0} 时出现异常: {1} {2}",
17-
"exception.executing.command": "异常执行命令",
17+
"exception.executing.command": "执行命令时出现异常",
1818
"expand.expandstringhelper": "已展开 {0}"
1919
}

i18n/chs/src/presets/presetsParser.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"validating.presets.file": "读取并验证预设“文件 {0}”",
7+
"validating.presets.file": "正在读取并验证预设文件“{0}”",
88
"unsupported.presets": "在 {0} 中检测到不受支持的预设。支持仅限于版本 {1} 定义的功能。",
99
"no.additional.properties": "不得具有其他属性",
1010
"unsupported.presets.disable": "通过使用 {0} 设置可以忽略未知属性和宏。",

i18n/chs/src/proc.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"executing.command": "执行命令: {0}",
7+
"executing.command": "正在执行命令: {0}",
88
"execution.environment": " 环境为 {0}",
99
"process.error": "命令: {0} 失败,出现错误: {1}",
1010
"process.exit.with.signal": "命令: {0} 退出,代码为: {1},信号为: {2}",

i18n/cht/package.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cmake-tools.command.cmake.scanForKits.title": "掃描套件",
2626
"cmake-tools.command.cmake.scanForCompilers.title": "掃描編譯器",
2727
"cmake-tools.command.cmake.selectKit.title": "選取套件",
28-
"cmake-tools.command.cmake.setVariant.title": "選取 Variant",
28+
"cmake-tools.command.cmake.setVariant.title": "選取變體",
2929
"cmake-tools.command.cmake.setVariantAll.title": "選取所有專案的變化",
3030
"cmake-tools.command.cmake.configure.title": "設定",
3131
"cmake-tools.command.cmake.configureWithDebugger.title": "使用 CMake 偵錯工具設定",
@@ -78,8 +78,8 @@
7878
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "執行公用程式",
7979
"cmake-tools.command.cmake.outline.debugTarget.title": "偵錯",
8080
"cmake-tools.command.cmake.outline.launchTarget.title": "在終端機中執行",
81-
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "設定為建置目標",
82-
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "設定為啟動/偵錯目標",
81+
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set Build Target",
82+
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set Launch/Debug Target",
8383
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "開啟 CMakeLists.txt",
8484
"cmake-tools.command.cmake.folders.setActiveFolder.title": "設定作用中的資料夾",
8585
"cmake-tools.configuration.title": "CMake 工具組態",

i18n/cht/src/presets/presetsParser.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"validating.presets.file": "正在讀取及驗證預設 \"file {0}\"",
7+
"validating.presets.file": "正在讀取及驗證預設檔案 \"{0}\"",
88
"unsupported.presets": "在 {0} 中偵測到不支援的預設。支援僅限於版本 {1} 所定義的功能。",
99
"no.additional.properties": "不應該有其他屬性",
1010
"unsupported.presets.disable": "使用 {0} 設定可以忽略未知的屬性和巨集。",

i18n/cht/src/proc.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"process.error": "命令 {0} 失敗,錯誤為 {1}",
1010
"process.exit.with.signal": "命令 {0} 已結束,代碼為 {1} 且訊號為 {2}",
1111
"process.exit": "命令: {0} 結束,出現代碼: {1}。",
12-
"process.exit.stdout": "standard out 上的命令輸出: {0}",
13-
"process.exit.stderr": "standard error 上的命令輸出: {0}",
12+
"process.exit.stdout": "標準輸出上的命令輸出: {0}",
13+
"process.exit.stderr": "標準錯誤上的命令輸出: {0}",
1414
"processing.data.event.stdout": "正在處理來自流程 stdout 的 {0} 事件",
1515
"processing.data.event.stderr": "正在處理來自流程 stderr 的 {0} 事件",
1616
"resolving.close.event": "正在解決 {0} 事件上的流程"

i18n/csy/package.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Spustit nástroj",
7979
"cmake-tools.command.cmake.outline.debugTarget.title": "Ladit",
8080
"cmake-tools.command.cmake.outline.launchTarget.title": "Spustit v terminálu",
81-
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Nastavit jako cíl sestavení",
82-
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Nastavit jako cíl pro spuštění nebo ladění",
81+
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set Build Target",
82+
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set Launch/Debug Target",
8383
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Otevřít CMakeLists.txt",
8484
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Nastavit aktivní složku",
8585
"cmake-tools.configuration.title": "Konfigurace nástrojů CMake Tools",

i18n/csy/src/presets/presetsController.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"inherit.test.preset": "Zdědit z předvolby testování",
5050
"description.inherit.test.preset": "Zdědit z existující předvolby testování",
5151
"custom.test.preset": "Vlastní",
52-
"description.custom.test.preset": "Přidat vlastní předvolbu testování",
52+
"description.custom.test.preset": "Přidat vlastní předvolbu testu",
5353
"add.a.test.preset.placeholder": "Přidat předvolbu testování pro {0}",
5454
"user.cancelled.add.test.preset": "Uživatel zrušil přidávání předvolby testování.",
5555
"select.one.or.more.test.preset.placeholder": "Vyberte alespoň jednu předvolbu testování.",
@@ -67,7 +67,7 @@
6767
"create.workflow.preset": "Vytvořit z předvolby pracovního postupu",
6868
"description.create.test.preset": "Vytvoření nové předvolby pracovního postupu z existující předvolby pracovního postupu",
6969
"custom.workflow.preset": "Vlastní",
70-
"description.custom.workflow.preset": "Přidání vlastní předvolby pracovního postupu",
70+
"description.custom.workflow.preset": "Přidat vlastní předvolbu pracovního postupu",
7171
"add.a.workflow.preset.placeholder": "Přidání předvolby pracovního postupu pro {0}",
7272
"user.cancelled.add.workflow.preset": "Uživatel zrušil přidávání předvolby pracovního postupu.",
7373
"select.one.workflow.preset.placeholder": "Vyberte jednu základní předvolbu pracovního postupu.",

0 commit comments

Comments
 (0)