Skip to content

Commit a146e68

Browse files
pmq20jasnell
authored andcommitted
win,msi: add zh-CN translations for the installer
PR-URL: #2569 Reviewed-By: Jackson Tian <[email protected]> Reviewed-By: Wexpo Lyu <[email protected]> Reviewed-By: Yiyu He <[email protected]> Reviewed-By: Yorkie Liu <[email protected]>
1 parent ffb2db8 commit a146e68

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

‎tools/msvs/msi/i18n/zh-cn.wxl‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<WixLocalizationCulture="zh-cn"xmlns="http://schemas.microsoft.com/wix/2006/localization">
3+
<!-- See https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
4+
<StringId="LocaleId">2052</String>
5+
6+
<StringId="WelcomeDlgDescription">本安装向导将在您的计算机上安装 [ProductName]。</String>
7+
<StringId="InstallDirDlgDescription">请选择一个自定义的安装位置,或单击下一步开始安装。</String>
8+
9+
<StringId="MajorUpgrade_DowngradeErrorMessage">已安装 [ProductName] 的一个更高版本。安装程序将立即退出。</String>
10+
11+
<!-- References like [ProductName] or $(var.ProductName) don't seem to work in Title attributes -->
12+
<StringId="NodeRuntime_Title">Node.js 运行时</String>
13+
<StringId="NodeRuntime_Description">安装核心 [ProductName] 运行时(node.exe)。</String>
14+
15+
<StringId="NodePerfCtrSupport_Title">性能计数器</String>
16+
<StringId="NodePerfCtrSupport_Description">为 [ProductName] 安装特定的性能计数器支持。</String>
17+
18+
<StringId="NodeEtwSupport_Title">事件追踪(ETW)</String>
19+
<StringId="NodeEtwSupport_Description">为 [ProductName] 生成的事件安装事件追踪(ETW)的支持。</String>
20+
21+
<StringId="npm_Title">npm 包管理器</String>
22+
<StringId="npm_Description">安装 npm, [ProductName] 的推荐包管理器。</String>
23+
24+
<StringId="DocumentationShortcuts_Title">在线文档的快捷方式</String>
25+
<StringId="DocumentationShortcuts_Description">在开始菜单内添加 [ProductName] [FullVersion] 的在线文档链接和 [ProductName] 的网站链接。</String>
26+
27+
<StringId="EnvironmentPath_Title">添加到 PATH 环境变量中</String>
28+
<StringId="EnvironmentPath_Description">把 [ProductName], npm 和以全局方式安装的 npm 模块添加到 PATH 环境变量中。</String>
29+
30+
<StringId="EnvironmentPathNode_Title">Node.js 和 npm</String>
31+
<StringId="EnvironmentPathNode_Description">把 [ProductName] 和 npm(如果安装了)添加到 PATH 环境变量中。</String>
32+
33+
<StringId="EnvironmentPathNpmModules_Title">npm 模块</String>
34+
<StringId="EnvironmentPathNpmModules_Description">把以全局方式安装的 npm 模块添加到 PATH 环境变量中。此选项仅适用于当前用户;其他用户需要手动更新他们的 PATH 环境变量。</String>
35+
36+
<!-- References like [ProductName] are not resolved for Property tags -->
37+
<StringId="WIXUI_EXITDIALOGOPTIONALTEXT">Node.js 已成功安装。</String>
38+
</WixLocalization>

0 commit comments

Comments
(0)