-
Notifications
You must be signed in to change notification settings - Fork 65
[Release/10.0] Fix WindowsDesktop installer localization #5344
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
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
939527c
Fix Windows Desktop Runtime installer bundle localization
merriemcgaw 5a28e3d
Translate WelcomeDescription in 6 locales
merriemcgaw 7d9aff9
Fix hardcoded English hyperlinks on Install page
merriemcgaw 5dec29d
Fix thm.wxl naming to be consistent
merriemcgaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 73 additions & 82 deletions
155
...sdesktop/src/bundle/theme/1028/bundle.wxl → ...dowsdesktop/src/bundle/theme/1028/thm.wxl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,87 +1,78 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
| <String Id="Caption" Value="[WixBundleName] 安裝程式"/> | ||
| <String Id="Title" Value="[BUNDLEMONIKER]"/> | ||
| <String Id="ConfirmCancelMessage" Value="您確定要取消嗎?"/> | ||
| <String Id="ExecuteUpgradeRelatedBundleMessage" Value="先前的版本"/> | ||
| <String Id="HelpHeader" Value="安裝程式說明"/> | ||
| <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - 安裝、修復、解除安裝或在目錄中建立搭售方案的完整本機複本。預設會進行安裝。 | ||
|
|
||
| /passive | /quiet - 顯示最基本的 UI 且不出現提示,或是不顯示任何 UI 且不出現提示。預設會顯示 UI 及所有提示。 | ||
|
|
||
| /norestart - 抑制任何重新啟動嘗試。根據預設,UI 在重新啟動前會先提示。 | ||
|
|
||
| /log log.txt - 記錄到特定檔案。預設會在 %TEMP% 中建立記錄檔。"/> | ||
| <String Id="HelpCloseButton" Value="關閉(&C)"/> | ||
| <String Id="InstallAcceptCheckbox" Value="我同意授權條款和條件(&A)"/> | ||
| <String Id="InstallOptionsButton" Value="選項(&O)"/> | ||
| <String Id="InstallInstallButton" Value="安裝(&I)"/> | ||
| <String Id="InstallCloseButton" Value="關閉(&C)"/> | ||
| <String Id="ProgressHeader" Value="安裝程式進度"/> | ||
| <String Id="ProgressLabel" Value="正在處理:"/> | ||
| <String Id="OverallProgressPackageText" Value="正在初始化..."/> | ||
| <String Id="ProgressCancelButton" Value="取消(&C)"/> | ||
| <String Id="ModifyHeader" Value="修改安裝程式"/> | ||
| <String Id="ModifyText" Value="選擇「修復」以重新安裝產品,或選擇「解除安裝」以移除產品。"/> | ||
| <String Id="ModifyRepairButton" Value="修復(&R)"/> | ||
| <String Id="ModifyUninstallButton" Value="解除安裝(&U)"/> | ||
| <String Id="ModifyCloseButton" Value="關閉(&C)"/> | ||
| <String Id="SuccessRepairHeader" Value="修復已成功完成"/> | ||
| <String Id="SuccessUninstallHeader" Value="解除安裝已成功完成"/> | ||
| <String Id="SuccessInstallHeader" Value="安裝已成功完成"/> | ||
| <String Id="SuccessHeader" Value="安裝程式成功"/> | ||
| <String Id="SuccessLaunchButton" Value="啟動(&L)"/> | ||
| <String Id="SuccessRestartText" Value="必須重新啟動電腦,才能使用此軟體。"/> | ||
| <String Id="SuccessRestartButton" Value="重新啟動(&R)"/> | ||
| <String Id="SuccessCloseButton" Value="關閉(&C)"/> | ||
| <String Id="FailureHeader" Value="安裝程式失敗"/> | ||
| <String Id="FailureInstallHeader" Value="安裝程式失敗"/> | ||
| <String Id="FailureUninstallHeader" Value="解除安裝失敗"/> | ||
| <String Id="FailureRepairHeader" Value="修復失敗"/> | ||
| <String Id="FailureHyperlinkLogText" Value="一或多個問題導致設定失敗。請修正問題,然後重試安裝程式。如需詳細資訊,請參考<a href="#">記錄檔</a>。"/> | ||
| <String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。"/> | ||
| <String Id="FailureRestartButton" Value="重新啟動(&R)"/> | ||
| <String Id="FailureCloseButton" Value="關閉(&C)"/> | ||
| <String Id="FailureNotSupportedCurrentOperatingSystem" Value="此作業系統不支援 [PRODUCT_NAME]。如需詳細資訊,請參閱 [LINK_PREREQ_PAGE]。"/> | ||
| <String Id="FailureNotSupportedX86OperatingSystem" Value="x86 作業系統不支援 [PRODUCT_NAME]。請使用對應的 x86 安裝程式來安裝。"/> | ||
| <String Id="FilesInUseTitle" Value="使用中的檔案"/> | ||
| <String Id="FilesInUseLabel" Value="以下應用程式正在使用需要進行更新的檔案:"/> | ||
| <String Id="FilesInUseCloseRadioButton" Value="請關閉應用程式然後嘗試重新啟動。(&A)"/> | ||
| <String Id="FilesInUseDontCloseRadioButton" Value="不要關閉應用程式(&D)。需要重新啟動。"/> | ||
| <String Id="FilesInUseRetryButton" Value="重試(&R)"/> | ||
| <String Id="FilesInUseCancelButton" Value="取消(&C)"/> | ||
| <String Id="WelcomeHeader" Value="Windows Desktop Runtime"/> | ||
| <String Id="WelcomeDescription" Value=".NET Windows Desktop Runtime 可用於在您的電腦上執行 Windows Forms 與 WPF 應用程式。.NET 為開放原始碼形式,且可跨平台運作,同時受到 Microsoft 支援。希望您會喜歡!"/> | ||
| <String Id="LearnMoreTitle" Value="深入了解 .NET"/> | ||
| <String Id="SuccessInstallLocation" Value="下列項目已安裝在 [DOTNETHOME]"/> | ||
| <String Id="SuccessInstallProductName" Value=" - [BUNDLEMONIKER] "/> | ||
| <String Id="ResourcesHeader" Value="資源"/> | ||
| <String Id="DocumentationLink" Value="<A HREF="https://aka.ms/dotnet-docs">文件</A>"/> | ||
| <String Id="ReleaseNotesLink" Value="<A HREF="https://aka.ms/20-p2-rel-notes">版本資訊</A>"/> | ||
| <String Id="TutorialLink" Value="<A HREF="https://aka.ms/dotnet-tutorials">教學課程</A>"/> | ||
| <String Id="TelemetryLink" Value="<A HREF="https://aka.ms/dotnet-cli-telemetry">.NET 遙測</A>"/> | ||
| <String Id="PrivacyStatementLink" Value="<A HREF="https://aka.ms/dev-privacy">隱私權聲明</A>"/> | ||
| <String Id="EulaLink" Value="<A HREF="https://aka.ms/dotnet-license-windows">.NET 授權資訊</A>"/> | ||
| <String Id="LicenseAssent" Value="按一下 [\[]安裝[\[] 即表示您同意下列條款。"/> | ||
| <String Id="VisualStudioWarning" Value="如果計劃使用 .NET [VERSIONMAJOR].[VERSIONMINOR] 搭配 Visual Studio,需要 Visual Studio 2022 [MINIMUMVSVERSION] 或更新版本。<A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">深入了解</A>。"/> | ||
|
|
||
| <WixLocalization Culture="zh-TW" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
| <String Id="Caption" Value="[WixBundleName] 安裝程式" /> | ||
| <String Id="Title" Value="[BUNDLEMONIKER]" /> | ||
| <String Id="ConfirmCancelMessage" Value="您確定要取消嗎?" /> | ||
| <String Id="ExecuteUpgradeRelatedBundleMessage" Value="先前的版本" /> | ||
| <String Id="HelpHeader" Value="安裝程式說明" /> | ||
| <String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - 安裝、修復、解除安裝或在目錄中建立搭售方案的完整本機複本。預設會進行安裝。 /passive | /quiet - 顯示最基本的 UI 且不出現提示,或是不顯示任何 UI 且不出現提示。預設會顯示 UI 及所有提示。 /norestart - 抑制任何重新啟動嘗試。根據預設,UI 在重新啟動前會先提示。 /log log.txt - 記錄到特定檔案。預設會在 %TEMP% 中建立記錄檔。" /> | ||
| <String Id="HelpCloseButton" Value="關閉(&C)" /> | ||
| <String Id="InstallAcceptCheckbox" Value="我同意授權條款和條件(&A)" /> | ||
| <String Id="InstallOptionsButton" Value="選項(&O)" /> | ||
| <String Id="InstallInstallButton" Value="安裝(&I)" /> | ||
| <String Id="InstallCloseButton" Value="關閉(&C)" /> | ||
| <String Id="ProgressHeader" Value="安裝程式進度" /> | ||
| <String Id="ProgressLabel" Value="正在處理:" /> | ||
| <String Id="OverallProgressPackageText" Value="正在初始化..." /> | ||
| <String Id="ProgressCancelButton" Value="取消(&C)" /> | ||
| <String Id="ModifyHeader" Value="修改安裝程式" /> | ||
| <String Id="ModifyText" Value="選擇「修復」以重新安裝產品,或選擇「解除安裝」以移除產品。" /> | ||
| <String Id="ModifyRepairButton" Value="修復(&R)" /> | ||
| <String Id="ModifyUninstallButton" Value="解除安裝(&U)" /> | ||
| <String Id="ModifyCloseButton" Value="關閉(&C)" /> | ||
| <String Id="SuccessRepairHeader" Value="修復已成功完成" /> | ||
| <String Id="SuccessUninstallHeader" Value="解除安裝已成功完成" /> | ||
| <String Id="SuccessInstallHeader" Value="安裝已成功完成" /> | ||
| <String Id="SuccessHeader" Value="安裝程式成功" /> | ||
| <String Id="SuccessLaunchButton" Value="啟動(&L)" /> | ||
| <String Id="SuccessRestartText" Value="必須重新啟動電腦,才能使用此軟體。" /> | ||
| <String Id="SuccessRestartButton" Value="重新啟動(&R)" /> | ||
| <String Id="SuccessCloseButton" Value="關閉(&C)" /> | ||
| <String Id="FailureHeader" Value="安裝程式失敗" /> | ||
| <String Id="FailureInstallHeader" Value="安裝程式失敗" /> | ||
| <String Id="FailureUninstallHeader" Value="解除安裝失敗" /> | ||
| <String Id="FailureRepairHeader" Value="修復失敗" /> | ||
| <String Id="FailureHyperlinkLogText" Value="一或多個問題導致設定失敗。請修正問題,然後重試安裝程式。如需詳細資訊,請參考<a href="#">記錄檔</a>。" /> | ||
| <String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。" /> | ||
| <String Id="FailureRestartButton" Value="重新啟動(&R)" /> | ||
| <String Id="FailureCloseButton" Value="關閉(&C)" /> | ||
| <String Id="FailureNotSupportedCurrentOperatingSystem" Value="此作業系統不支援 [PRODUCT_NAME]。如需詳細資訊,請參閱 [LINK_PREREQ_PAGE]。" /> | ||
| <String Id="FailureNotSupportedX86OperatingSystem" Value="x86 作業系統不支援 [PRODUCT_NAME]。請使用對應的 x86 安裝程式來安裝。" /> | ||
| <String Id="FilesInUseTitle" Value="使用中的檔案" /> | ||
| <String Id="FilesInUseLabel" Value="以下應用程式正在使用需要進行更新的檔案:" /> | ||
| <String Id="FilesInUseCloseRadioButton" Value="請關閉應用程式然後嘗試重新啟動。(&A)" /> | ||
| <String Id="FilesInUseDontCloseRadioButton" Value="不要關閉應用程式(&D)。需要重新啟動。" /> | ||
| <String Id="FilesInUseRetryButton" Value="重試(&R)" /> | ||
| <String Id="FilesInUseCancelButton" Value="取消(&C)" /> | ||
| <String Id="WelcomeHeader" Value="Windows Desktop Runtime" /> | ||
| <String Id="WelcomeDescription" Value=".NET Windows Desktop Runtime 可用於在您的電腦上執行 Windows Forms 與 WPF 應用程式。.NET 為開放原始碼形式,且可跨平台運作,同時受到 Microsoft 支援。希望您會喜歡!" /> | ||
| <String Id="LearnMoreTitle" Value="深入了解 .NET" /> | ||
| <String Id="SuccessInstallLocation" Value="下列項目已安裝在 [DOTNETHOME]" /> | ||
| <String Id="SuccessInstallProductName" Value=" - [BUNDLEMONIKER] " /> | ||
| <String Id="ResourcesHeader" Value="資源" /> | ||
| <String Id="DocumentationLink" Value="<A HREF="https://aka.ms/dotnet-docs">文件</A>" /> | ||
| <String Id="ReleaseNotesLink" Value="<A HREF="https://aka.ms/20-p2-rel-notes">版本資訊</A>" /> | ||
| <String Id="TutorialLink" Value="<A HREF="https://aka.ms/dotnet-tutorials">教學課程</A>" /> | ||
| <String Id="TelemetryLink" Value="<A HREF="https://aka.ms/dotnet-cli-telemetry">.NET 遙測</A>" /> | ||
| <String Id="PrivacyStatementLink" Value="<A HREF="https://aka.ms/dev-privacy">隱私權聲明</A>" /> | ||
| <String Id="EulaLink" Value="<A HREF="https://aka.ms/dotnet-license-windows">.NET 授權資訊</A>" /> | ||
| <String Id="LicenseAssent" Value="按一下 [\[]安裝[\[] 即表示您同意下列條款。" /> | ||
| <String Id="VisualStudioWarning" Value="如果計劃使用 .NET [VERSIONMAJOR].[VERSIONMINOR] 搭配 Visual Studio,需要 Visual Studio 2022 [MINIMUMVSVERSION] 或更新版本。<A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">深入了解</A>。" /> | ||
| <!-- Success page strings --> | ||
| <String Id="FirstTimeWelcomeMessage" Value="感謝您安裝 [BUNDLEMONIKER]!您現在可以執行需要 .NET Windows 桌面執行階段的應用程式。"/> | ||
| <String Id="NetDocumentationLinkText" Value="<A HREF="https://aka.ms/dotnet-docs">.NET 文件</A>"/> | ||
| <String Id="WindowsDesktopDocumentationLinkText" Value="<A HREF="https://aka.ms/dotnet-desktop-docs">Windows 桌面文件</A>"/> | ||
| <String Id="ReleaseNotesLinkText" Value="<A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">版本資訊</A>"/> | ||
| <String Id="TutorialsLinkText" Value="<A HREF="https://aka.ms/dotnet-tutorials">.NET 教學課程</A>"/> | ||
|
|
||
| <String Id="FirstTimeWelcomeMessage" Value="感謝您安裝 [BUNDLEMONIKER]!您現在可以執行需要 .NET Windows 桌面執行階段的應用程式。" /> | ||
| <String Id="NetDocumentationLinkText" Value="<A HREF="https://aka.ms/dotnet-docs">.NET 文件</A>" /> | ||
| <String Id="WindowsDesktopDocumentationLinkText" Value="<A HREF="https://aka.ms/dotnet-desktop-docs">Windows 桌面文件</A>" /> | ||
| <String Id="ReleaseNotesLinkText" Value="<A HREF="https://aka.ms/dotnet[VERSIONMAJOR]-release-notes">版本資訊</A>" /> | ||
| <String Id="TutorialsLinkText" Value="<A HREF="https://aka.ms/dotnet-tutorials">.NET 教學課程</A>" /> | ||
| <!-- Additional success headers --> | ||
| <String Id="SuccessLayoutHeader" Value="配置已成功完成"/> | ||
| <String Id="SuccessUnsafeUninstallHeader" Value="已成功完成不安全解除安裝"/> | ||
| <String Id="SuccessCacheHeader" Value="快取已成功完成"/> | ||
| <String Id="SuccessModifyHeader" Value="已成功完成修改"/> | ||
| <String Id="SuccessUninstallRestartText" Value="您必須重新啟動電腦才能完成解除安裝。"/> | ||
|
|
||
| <String Id="SuccessLayoutHeader" Value="配置已成功完成" /> | ||
| <String Id="SuccessUnsafeUninstallHeader" Value="已成功完成不安全解除安裝" /> | ||
| <String Id="SuccessCacheHeader" Value="快取已成功完成" /> | ||
| <String Id="SuccessModifyHeader" Value="已成功完成修改" /> | ||
| <String Id="SuccessUninstallRestartText" Value="您必須重新啟動電腦才能完成解除安裝。" /> | ||
| <!-- Additional failure headers --> | ||
| <String Id="FailureLayoutHeader" Value="配置失敗"/> | ||
| <String Id="FailureUnsafeUninstallHeader" Value="不安全解除安裝失敗"/> | ||
| <String Id="FailureCacheHeader" Value="快取失敗"/> | ||
| <String Id="FailureModifyHeader" Value="修改失敗"/> | ||
| <String Id="FailureLayoutHeader" Value="配置失敗" /> | ||
| <String Id="FailureUnsafeUninstallHeader" Value="不安全解除安裝失敗" /> | ||
| <String Id="FailureCacheHeader" Value="快取失敗" /> | ||
| <String Id="FailureModifyHeader" Value="修改失敗" /> | ||
| </WixLocalization> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.