Skip to content

Commit dc19140

Browse files
authored
docs: update title and description for locale zh (#951)
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent ea33941 commit dc19140

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

wix/Lang/OpenJDK.Base.zh-cn.wxl.template

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<String Id="ProductUrlUpdateInfo" Value="{product_update_info_link}" />
77
<String Id="OSVersionRequired" Value="Windows 7 or later is required." />
88
<String Id="ProductIsNotSupportedOnItanium" Value="This product is not supported on Itanium 64-bit systems." />
9-
<String Id="FeatureEnvironmentTitle" Value="Add to PATH" />
10-
<String Id="FeatureEnvironmentDescription" Value="Add to PATH environment variable." />
11-
<String Id="FeatureJavaHomeTitle" Value="Set JAVA_HOME variable" />
12-
<String Id="FeatureJavaHomeDescription" Value="Set JAVA_HOME environment variable." />
9+
<String Id="FeatureEnvironmentTitle" Value="修改 PATH 变量值." />
10+
<String Id="FeatureEnvironmentDescription" Value="通过将 JDK 安装路径添加到 PATH 值开头来修改 PATH 环境变量值." />
11+
<String Id="FeatureJavaHomeTitle" Value="设置或重写 JAVA_HOME 变量." />
12+
<String Id="FeatureJavaHomeDescription" Value="使用 JDK 安装路径来设置或重写 JAVA_HOME 环境变量值." />
1313
<String Id="FeatureSourceTitle" Value="Source Code" />
1414
<String Id="FeatureSourceDescription" Value="Source code for classes that comprise the public API of Java." />
1515
<String Id="FeatureJarFileRunWithTitle" Value="Associate .jar" />
@@ -25,4 +25,6 @@
2525
<String Id="CustomScopeDlgTitle" Value="{\WixUI_Font_Title}Installation Scope" />
2626
<String Id="CustomScopeDlgPerUser" Value="Install &amp;just for you ([LogonUser])" />
2727
<String Id="CustomScopeDlgPerMachine" Value="Install for all users of this &amp;machine" />
28+
<String Id="BrowseDlg_Title" Value="浏览 [ProductName]" />
2829
</WixLocalization>
30+

wix/Lang/OpenJDK.Base.zh-tw.wxl.template

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<String Id="ProductUrlUpdateInfo" Value="{product_update_info_link}" />
77
<String Id="OSVersionRequired" Value="Windows 7 or later is required." />
88
<String Id="ProductIsNotSupportedOnItanium" Value="This product is not supported on Itanium 64-bit systems." />
9-
<String Id="FeatureEnvironmentTitle" Value="Add to PATH" />
10-
<String Id="FeatureEnvironmentDescription" Value="Add to PATH environment variable." />
11-
<String Id="FeatureJavaHomeTitle" Value="Set JAVA_HOME variable" />
12-
<String Id="FeatureJavaHomeDescription" Value="Set JAVA_HOME environment variable." />
9+
<String Id="FeatureEnvironmentTitle" Value="修改 PATH 變數值" />
10+
<String Id="FeatureEnvironmentDescription" Value="將 JDK 安裝路徑新增至 PATH 值開頭來修改 PATH 環境變數值." />
11+
<String Id="FeatureJavaHomeTitle" Value="設定或重寫 JAVA_HOME 變量" />
12+
<String Id="FeatureJavaHomeDescription" Value="使用 JDK 安裝路徑來設定或重寫 JAVA_HOME 環境變數值." />
1313
<String Id="FeatureSourceTitle" Value="Source Code" />
1414
<String Id="FeatureSourceDescription" Value="Source code for classes that comprise the public API of Java." />
1515
<String Id="FeatureJarFileRunWithTitle" Value="Associate .jar" />
@@ -25,4 +25,5 @@
2525
<String Id="CustomScopeDlgTitle" Value="{\WixUI_Font_Title}Installation Scope" />
2626
<String Id="CustomScopeDlgPerUser" Value="Install &amp;just for you ([LogonUser])" />
2727
<String Id="CustomScopeDlgPerMachine" Value="Install for all users of this &amp;machine" />
28-
</WixLocalization>
28+
<String Id="BrowseDlg_Title" Value="瀏覽 [ProductName]" />
29+
</WixLocalization>

0 commit comments

Comments
 (0)