Skip to content

docs: update title and description for locale zh #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions wix/Lang/OpenJDK.Base.zh-cn.wxl.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<String Id="ProductUrlUpdateInfo" Value="{product_update_info_link}" />
<String Id="OSVersionRequired" Value="Windows 7 or later is required." />
<String Id="ProductIsNotSupportedOnItanium" Value="This product is not supported on Itanium 64-bit systems." />
<String Id="FeatureEnvironmentTitle" Value="Add to PATH" />
<String Id="FeatureEnvironmentDescription" Value="Add to PATH environment variable." />
<String Id="FeatureJavaHomeTitle" Value="Set JAVA_HOME variable" />
<String Id="FeatureJavaHomeDescription" Value="Set JAVA_HOME environment variable." />
<String Id="FeatureEnvironmentTitle" Value="修改 PATH 变量值." />
<String Id="FeatureEnvironmentDescription" Value="通过将 JDK 安装路径添加到 PATH 值开头来修改 PATH 环境变量值." />
<String Id="FeatureJavaHomeTitle" Value="设置或重写 JAVA_HOME 变量." />
<String Id="FeatureJavaHomeDescription" Value="使用 JDK 安装路径来设置或重写 JAVA_HOME 环境变量值." />
<String Id="FeatureSourceTitle" Value="Source Code" />
<String Id="FeatureSourceDescription" Value="Source code for classes that comprise the public API of Java." />
<String Id="FeatureJarFileRunWithTitle" Value="Associate .jar" />
Expand All @@ -25,4 +25,6 @@
<String Id="CustomScopeDlgTitle" Value="{\WixUI_Font_Title}Installation Scope" />
<String Id="CustomScopeDlgPerUser" Value="Install &amp;just for you ([LogonUser])" />
<String Id="CustomScopeDlgPerMachine" Value="Install for all users of this &amp;machine" />
<String Id="BrowseDlg_Title" Value="浏览 [ProductName]" />
</WixLocalization>

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