Skip to content

Commit f2eb925

Browse files
csigsDevDiv Build Lab - Dev14
andauthored
Localization - Translated Strings (#5094)
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
1 parent 80a293b commit f2eb925

32 files changed

+51
-38
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"c_cpp.configuration.enhancedColorization.description": "如果启用了 IntelliSense,则基于 IntelliSense 对代码进行着色。如果禁用了 IntelliSense 或使用默认高对比度主题,则此设置不起任何作用。",
7272
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "为 [vcpkg 依赖关系管理器] 启用集成服务(https://aka.ms/vcpkg/)。",
7373
"c_cpp.configuration.renameRequiresIdentifier.description": "如果为 true,则“重命名符号”将需要有效的 C/C++ 标识符。",
74+
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`)",
7475
"c_cpp.contributes.views.cppReferencesView.title": "C/C++: 其他引用结果",
7576
"c_cpp.contributes.viewsContainers.activitybar.CppRenameActivityBar.title": "C/C++ 重命名",
7677
"c_cpp.contributes.views.cppRenamePendingView.title": "正在等待重命名",

Extension/i18n/chs/src/common.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"warning.debugging.not.tested": "警告: 尚未为此平台测试调试。",
1313
"reload.workspace.for.changes": "重新加载工作区以使设置更改生效。",
1414
"reload.string": "重新加载",
15-
"invalid.download.location.received": "Invalid download location received"
15+
"invalid.download.location.received": "接收的下载位置无效"
1616
}

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
"cant_create_intellisense_client_for": "无法为 {0} 创建 IntelliSense 客户端",
156156
"suffix_declaration": "声明",
157157
"suffix_type_alias": "类型别名",
158-
"fallback_to_32_bit_mode": "编译器不支持 64 位。请回退到 32 位 intelliSenseMode。",
159-
"fallback_to_64_bit_mode": "编译器不支持 32 位。请回退到 64 位 intelliSenseMode。",
160-
"fallback_to_32_bit_mode2": "未能查询编译器。请回退到 32 位 intelliSenseMode。",
161-
"fallback_to_64_bit_mode2": "未能查询编译器。请回退到 64 位 intelliSenseMode。",
162-
"fallback_to_no_bitness": "未能查询编译器。请回退到无位数",
158+
"fallback_to_32_bit_mode": "编译器不支持 64 位。正在回退到 32 位 intelliSenseMode。",
159+
"fallback_to_64_bit_mode": "编译器不支持 32 位。正在回退到 64 位 intelliSenseMode。",
160+
"fallback_to_32_bit_mode2": "未能查询编译器。正在回退到 32 位 intelliSenseMode。",
161+
"fallback_to_64_bit_mode2": "未能查询编译器。正在回退到 64 位 intelliSenseMode。",
162+
"fallback_to_no_bitness": "未能查询编译器。正在回退到无位数",
163163
"intellisense_client_creation_aborted": "已中止创建 IntelliSense 客户端: {0}"
164164
}

Extension/i18n/chs/src/packageManager.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"done": "完成!",
1414
"waiting.seconds": "正在等待 {0} 秒...",
1515
"temp.package.unavailable": "临时包文件不可用",
16-
"invalid.download.location.received": "Invalid download location received",
17-
"invalid.response.code.received": "Invalid response code received",
16+
"invalid.download.location.received": "接收的下载位置无效",
17+
"invalid.response.code.received": "接收的响应代码无效",
1818
"failed.web.error": "失败(错误代码“{0}”)",
1919
"web.response.error": "HTTP/HTTPS 响应错误",
20-
"invalid.content.length.received": "Invalid content length location received",
20+
"invalid.content.length.received": "接收的内容长度位置无效",
2121
"web.request.error": "HTTP/HTTPS 请求错误",
2222
"installing.package": "正在安装包“{0}”",
2323
"downloaded.unavailable": "下载的文件不可用",

Extension/i18n/chs/src/platform.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-
"unknown.os.platform": "Unknown OS platform",
7+
"unknown.os.platform": "OS 平台未知",
88
"missing.plist.productversion": "无法从 SystemVersion.plist 获取 ProduceVersion",
99
"missing.darwin.systemversion.file": "未能在 {0} 中找到 SystemVersion.plist。"
1010
}

Extension/i18n/cht/package.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"c_cpp.configuration.enhancedColorization.description": "若已啟用,將會根據 IntelliSense 將程式碼著色。如果已停用 IntelliSense 或使用預設高對比主題,此設定就沒有效果。",
7272
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "啟用 [vcpkg 相依性管理員](https://aka.ms/vcpkg/)的整合服務。",
7373
"c_cpp.configuration.renameRequiresIdentifier.description": "若為 true,則「重新命名符號」需要有效的 C/C++ 識別碼。",
74+
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`)",
7475
"c_cpp.contributes.views.cppReferencesView.title": "C/C++: 其他參考結果",
7576
"c_cpp.contributes.viewsContainers.activitybar.CppRenameActivityBar.title": "C/C++ 重新命名",
7677
"c_cpp.contributes.views.cppRenamePendingView.title": "等待重新命名",

Extension/i18n/cht/src/common.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"warning.debugging.not.tested": "警告: 尚未針對此平台測試偵錯。",
1313
"reload.workspace.for.changes": "請重新載入工作區以讓設定變更生效。",
1414
"reload.string": "重新載入",
15-
"invalid.download.location.received": "Invalid download location received"
15+
"invalid.download.location.received": "收到的下載位置無效"
1616
}

Extension/i18n/cht/src/packageManager.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"done": "完成!",
1414
"waiting.seconds": "等待 {0} 秒...",
1515
"temp.package.unavailable": "暫存套件檔案無法使用",
16-
"invalid.download.location.received": "Invalid download location received",
17-
"invalid.response.code.received": "Invalid response code received",
16+
"invalid.download.location.received": "收到的下載位置無效",
17+
"invalid.response.code.received": "收到的回應碼無效",
1818
"failed.web.error": "失敗 (錯誤碼 '{0}')",
1919
"web.response.error": "HTTP/HTTPS 回應錯誤",
20-
"invalid.content.length.received": "Invalid content length location received",
20+
"invalid.content.length.received": "收到的內容長度位置無效",
2121
"web.request.error": "HTTP/HTTPS 要求錯誤",
2222
"installing.package": "正在安裝套件 '{0}'",
2323
"downloaded.unavailable": "下載的檔案無法使用",

Extension/i18n/cht/src/platform.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-
"unknown.os.platform": "Unknown OS platform",
7+
"unknown.os.platform": "未知的 OS 平台",
88
"missing.plist.productversion": "無法從 SystemVersion.plist 取得 ProduceVersion",
99
"missing.darwin.systemversion.file": "在 {0} 中找不到 SystemVersion.plist。"
1010
}

Extension/i18n/csy/package.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"c_cpp.configuration.enhancedColorization.description": "Pokud se tato možnost povolí, kód se bude barvit podle IntelliSense. Toto nastavení nemá žádný vliv, pokud se zakáže IntelliSense nebo pokud se použije výchozí motiv Vysoký kontrast.",
7272
"c_cpp.configuration.vcpkg.enabled.markdownDescription": "Povolte integrační služby pro [správce závislostí vcpkg](https://aka.ms/vcpkg/).",
7373
"c_cpp.configuration.renameRequiresIdentifier.description": "Když se tato hodnota nastaví na true, operace Přejmenovat symbol bude vyžadovat platný identifikátor C/C++.",
74+
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`)",
7475
"c_cpp.contributes.views.cppReferencesView.title": "C/C++: výsledky jiných odkazů",
7576
"c_cpp.contributes.viewsContainers.activitybar.CppRenameActivityBar.title": "Přejmenování C/C++",
7677
"c_cpp.contributes.views.cppRenamePendingView.title": "ČEKÁ NA PŘEJMENOVÁNÍ",

0 commit comments

Comments
 (0)