Skip to content

Commit 966172f

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 140: Build ID 2759362 (#49949)
2 parents e91d8c9 + 80a095d commit 966172f

File tree

16 files changed

+1243
-775
lines changed

16 files changed

+1243
-775
lines changed

src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/xlf/CliStrings.cs.xlf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 95 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,95 @@
1-
<WixLocalization Culture="zh-TW" Language="1028" xmlns="http://wixtoolset.org/schemas/v4/wxl">
2-
<String Id="Caption" Value="[WixBundleName] 安裝程式" />
3-
<String Id="Title" Value="[BUNDLEMONIKER]" />
4-
<String Id="ConfirmCancelMessage" Value="確定要取消嗎?" />
5-
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="前一版" />
6-
<String Id="HelpHeader" Value="安裝說明" />
7-
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [\[]&quot;directory&quot;[\]] - 安裝、修復、解除安裝 或在目錄中建立套件組合的完整本機複本。'/install' 是預設值。 /passive | /quiet - 顯示最基本的 UI 且不出現提示,或是不顯示任何 UI 且 不出現提示。預設會顯示 UI 及所有提示。 /norestart - 抑制任何重新啟動嘗試。UI 預設會在重新啟動前提示。 /log [\[]&quot;log.txt&quot;[\]] - 記錄到特定檔案。預設會在 %TEMP% 中建立記錄檔。" />
8-
<String Id="HelpCloseButton" Value="關閉(&amp;C)" />
9-
<String Id="InstallAcceptCheckbox" Value="我同意授權條款及條件(&amp;A)" />
10-
<String Id="InstallOptionsButton" Value="選項(&amp;O)" />
11-
<String Id="InstallInstallButton" Value="安裝(&amp;I)" />
12-
<String Id="InstallCloseButton" Value="關閉(&amp;C)" />
13-
<String Id="ProgressHeader" Value="安裝進度" />
14-
<String Id="ProgressLabel" Value="處理中:" />
15-
<String Id="OverallProgressPackageText" Value="正在初始化..." />
16-
<String Id="ProgressCancelButton" Value="取消(&amp;C)" />
17-
<String Id="ModifyHeader" Value="修改安裝" />
18-
<String Id="ModifyRepairButton" Value="修復(&amp;R)" />
19-
<String Id="ModifyUninstallButton" Value="解除安裝(&amp;U)" />
20-
<String Id="ModifyCloseButton" Value="關閉(&amp;C)" />
21-
<String Id="SuccessRepairHeader" Value="修復已成功完成" />
22-
<String Id="SuccessUninstallHeader" Value="解除安裝已成功完成" />
23-
<String Id="SuccessHeader" Value="設定成功" />
24-
<String Id="SuccessLaunchButton" Value="啟動(&amp;L)" />
25-
<String Id="SuccessRestartText" Value="您必須重新啟動電腦,以完成軟體的安裝。" />
26-
<String Id="SuccessRestartButton" Value="重新啟動(&amp;R)" />
27-
<String Id="SuccessCloseButton" Value="關閉(&amp;C)" />
28-
<String Id="FailureHeader" Value="安裝失敗" />
29-
<String Id="FailureInstallHeader" Value="設定失敗" />
30-
<String Id="FailureUninstallHeader" Value="解除安裝失敗" />
31-
<String Id="FailureRepairHeader" Value="修復失敗" />
32-
<String Id="FailureHyperlinkLogText" Value="有一個或多個問題導致安裝程式失敗。請解決問題,然後重試一次安裝。如需詳細資訊,請參閱&lt;a href=&quot;#&quot;&gt;記錄檔&lt;/a&gt;" />
33-
<String Id="FailureRestartText" Value="必須重新啟動電腦,才能完成軟體的復原。" />
34-
<String Id="FailureRestartButton" Value="重新啟動(&amp;R)" />
35-
<String Id="FailureCloseButton" Value="關閉(&amp;C)" />
36-
<String Id="FilesInUseHeader" Value="使用中的檔案" />
37-
<String Id="FilesInUseLabel" Value="以下應用程式正在使用需要進行更新的檔案:" />
38-
<String Id="FilesInUseCloseRadioButton" Value="關閉應用程式並嘗試重新啟動(&amp;A)" />
39-
<String Id="FilesInUseDontCloseRadioButton" Value="不關閉應用程式,需要重新啟動(&amp;D)" />
40-
<String Id="FilesInUseOkButton" Value="確定(&amp;O)" />
41-
<String Id="FilesInUseCancelButton" Value="取消(&amp;C)" />
42-
<String Id="FirstTimeWelcomeMessage" Value="安裝成功。 已安裝下列產品: • .NET SDK [DOTNETSDKVERSION] • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] 此產品會收集使用量資料 • 詳細資訊和退出 https://aka.ms/dotnet-cli-telemetry 資源 • .NET 文件 https://aka.ms/dotnet-docs • SDK 文件 https://aka.ms/dotnet-sdk-docs • 版本資訊 https://aka.ms/dotnet[VERSIONMAJOR]-release-notes • 教學課程 https://aka.ms/dotnet-tutorials" />
43-
<String Id="WelcomeHeaderMessage" Value=".NET SDK" />
44-
<String Id="WelcomeDescription" Value=".NET SDK 可用於建置、執行和測試 .NET 應用程式。您可以選擇多種語言、編輯器以及開發人員工具,並可利用程式庫的大型生態系統,來建置 Web、行動裝置、桌面、遊戲及 IoT 的應用程式。希望您會喜歡!" />
45-
<String Id="LearnMoreTitle" Value="深入了解 .NET" />
46-
<String Id="ResourcesHeader" Value="資源" />
47-
<String Id="CoreDocumentationLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-docs&quot;&gt;.NET 文件&lt;/A&gt;" />
48-
<String Id="SDKDocumentation" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-cli-docs&quot;&gt;SDK 文件&lt;/A&gt;" />
49-
<String Id="PrivacyStatementLink" Value="&lt;A HREF=&quot;https://aka.ms/dev-privacy&quot;&gt;隱私權聲明&lt;/A&gt;" />
50-
<String Id="DotNetEulaLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-license-windows&quot;&gt;.NET 的授權資訊&lt;/A&gt;" />
51-
<String Id="DotNetCLITelemetryLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-cli-telemetry&quot;&gt;遙測集合與退出功能&lt;/A&gt;" />
52-
<String Id="InstallationNoteTitle" Value="安裝附註" />
53-
<String Id="InstallationNote" Value="安裝程序期間將會執行命令,加快專案還原速度並啟用離線存取。最多需要一分鐘的時間完成。" />
54-
<String Id="VisualStudioWarning" Value="如果計劃使用 .NET [VERSIONMAJOR].[VERSIONMINOR] 搭配 Visual Studio,需要 Visual Studio 2022 [MINIMUMVSVERSION] 或更新版本。&lt;A HREF=&quot;https://aka.ms/dotnet[VERSIONMAJOR]-release-notes&quot;&gt;深入了解&lt;/A&gt;" />
55-
<String Id="LicenseAssent" Value="按一下 “安裝” 即表示您同意下列條款:" />
56-
<String Id="InstallPathx64x86" Value="x64 SDK 安裝的安裝路徑: &quot;[DOTNETHOME_X64]&quot; 不能與 x86 SDK 安裝的路徑相同: &quot;[DOTNETHOME_X86]&quot;" />
57-
<String Id="InstallPathARM64x86" Value="ARM64 SDK 安裝的安裝路徑: &quot;[DOTNETHOME_ARM64]&quot; 不能與 x86 SDK 安裝的路徑相同: &quot;[DOTNETHOME_X86]&quot;" />
58-
<String Id="InstallPathARM64x64" Value="ARM64 SDK 安裝的安裝路徑: &quot;[DOTNETHOME_ARM64]&quot; 不能與 x64 SDK 安裝的路徑相同: &quot;[DOTNETHOME_X64]&quot;" />
59-
</WixLocalization>
1+
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
2+
<String Id="Caption" Value="[WixBundleName] Installer"/>
3+
<String Id="Title" Value="[BUNDLEMONIKER]"/>
4+
<String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?"/>
5+
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version"/>
6+
<String Id="HelpHeader" Value="Setup Help"/>
7+
8+
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or creates a complete local copy of the bundle in directory. Install is the default.
9+
10+
/passive | /quiet - displays minimal UI with no prompts or displays no UI and no prompts. By default, UI and all prompts are displayed.
11+
12+
/norestart - suppress any attempts to restart. By default UI will prompt before restart.
13+
14+
/log &lt;LOG_FILE&gt; - logs to the specified file. By default a log file is created in %TEMP%.
15+
16+
/lang &lt;LCID&gt; - displays the UI using the specified numeric language code identifier."/>
17+
<String Id="HelpCloseButton" Value="&amp;Close"/>
18+
<String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions"/>
19+
<String Id="InstallOptionsButton" Value="&amp;Options"/>
20+
<String Id="InstallInstallButton" Value="&amp;Install"/>
21+
<String Id="InstallCloseButton" Value="&amp;Close"/>
22+
<String Id="ProgressHeader" Value="Setup Progress"/>
23+
<String Id="ProgressLabel" Value="Processing:"/>
24+
<String Id="OverallProgressPackageText" Value="Initializing..."/>
25+
<String Id="ProgressCancelButton" Value="&amp;Cancel"/>
26+
<String Id="ModifyHeader" Value="Modify Setup"/>
27+
<String Id="ModifyText" Value="Select repair to reinstall the product or uninstall to remove it."/>
28+
<String Id="ModifyRepairButton" Value="&amp;Repair"/>
29+
<String Id="ModifyUninstallButton" Value="&amp;Uninstall"/>
30+
<String Id="ModifyCloseButton" Value="&amp;Close"/>
31+
<String Id="SuccessCacheHeader" Value="Cache Successfully Completed"/>
32+
<String Id="SuccessRepairHeader" Value="Repair Successfully Completed"/>
33+
<String Id="SuccessUninstallHeader" Value="Uninstall Successfully Completed"/>
34+
<String Id="SuccessLayoutHeader" Value="Layout Successfully Completed"/>
35+
<String Id="SuccessModifyHeader" Value="Modify Successfully Completed"/>
36+
<String Id="SuccessUnsafeUninstallHeader" Value="Uninstall Successfully Completed"/>
37+
<String Id="SuccessHeader" Value="Setup Successful"/>
38+
<String Id="SuccessInstallHeader" Value="Installation Successfully Completed"/>
39+
<String Id="SuccessLaunchButton" Value="&amp;Launch"/>
40+
<String Id="SuccessRestartText" Value="You must restart your computer to complete the installation of the software."/>
41+
<String Id="SuccessUninstallRestartText" Value="You must restart your computer to complete the removal of the software."/>
42+
<String Id="SuccessRestartButton" Value="&amp;Restart"/>
43+
<String Id="SuccessCloseButton" Value="&amp;Close"/>
44+
<String Id="FailureHeader" Value="Setup Failed"/>
45+
<String Id="FailureInstallHeader" Value="Setup Failed"/>
46+
<String Id="FailureUninstallHeader" Value="Uninstall Failed"/>
47+
<String Id="FailureRepairHeader" Value="Repair Failed"/>
48+
<String Id="FailureHyperlinkLogText" Value="One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information, see the &lt;a href=&quot;#&quot;&gt;log file&lt;/a&gt;."/>
49+
<String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software."/>
50+
<String Id="FailureRestartButton" Value="&amp;Restart"/>
51+
<String Id="FailureCloseButton" Value="&amp;Close"/>
52+
<String Id="FilesInUseTitle" Value="Files In Use"/>
53+
<String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:"/>
54+
<String Id="FilesInUseNetfxCloseRadioButton" Value="Close the &amp;applications."/>
55+
<String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them."/>
56+
<String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close applications. A reboot will be required."/>
57+
<String Id="FilesInUseRetryButton" Value="&amp;Retry"/>
58+
<String Id="FilesInUseIgnoreButton" Value="&amp;Ignore"/>
59+
<String Id="FilesInUseExitButton" Value="E&amp;xit"/>
60+
61+
<String Id="FirstTimeWelcomeMessage" Value="The following products were installed:
62+
• .NET SDK [DOTNETSDKVERSION]
63+
• .NET Runtime [DOTNETRUNTIMEVERSION]
64+
• ASP.NET Core Runtime [ASPNETCOREVERSION]
65+
• .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION]
66+
67+
This product collects usage data
68+
&lt;A HREF=&quot;https://aka.ms/dotnet-cli-telemetry&quot;&gt;More information and opt-out&lt;/A&gt;"/>
69+
<String Id="NetDocumentationLinkText" Value="Resources
70+
&lt;A HREF=&quot;https://aka.ms/dotnet-docs&quot;&gt;.NET Documentation&lt;/A&gt;"/>
71+
<String Id="SdkDocumentationLinkText" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-sdk-docs&quot;&gt;SDK Documentation&lt;/A&gt;"/>
72+
<String Id="ReleaseNotesLinkText" Value="&lt;A HREF=&quot;https://aka.ms/dotnet[VERSIONMAJOR]-release-notes&quot;&gt;Release Notes &lt;/A&gt;"/>
73+
<String Id="TutorialsLinkText" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-tutorials&quot;&gt;Tutorials&lt;/A&gt;"/>
74+
75+
<String Id="WelcomeHeader" Value=".NET SDK" Localizable="no"/>
76+
77+
<String Id="WelcomeDescription" Value="The .NET SDK is used to build, run, and test .NET applications. You can choose from multiple languages, editors, and developer tools, and take advantage of a large ecosystem of libraries to build apps for web, mobile, desktop, gaming, and IoT. We hope you enjoy it!"/>
78+
<String Id="VisualStudioWarning" Value="If you plan to use .NET [VERSIONMAJOR].[VERSIONMINOR] with Visual Studio, Visual Studio 2022 [MINIMUMVSVERSION] or newer is required. &lt;A HREF=&quot;https://aka.ms/dotnet[VERSIONMAJOR]-release-notes&quot;&gt;Learn more&lt;/A&gt;."/>
79+
<String Id="LicenseAssent" Value="By clicking Install, you agree to the following terms:"/>
80+
<String Id="LearnMoreTitle" Value="Learn more about .NET"/>
81+
<String Id="ResourcesHeader" Value="Resources"/>
82+
<String Id="CoreDocumentationLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-docs&quot;&gt;.NET Documentation&lt;/A&gt;"/>
83+
<String Id="SDKDocumentation" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-cli-docs&quot;&gt;SDK Documentation&lt;/A&gt;"/>
84+
<String Id="PrivacyStatementLink" Value="&lt;A HREF=&quot;https://aka.ms/dev-privacy&quot;&gt;Privacy Statement&lt;/A&gt;"/>
85+
<String Id="DotNetEulaLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-license-windows&quot;&gt;Licensing Information for .NET&lt;/A&gt;"/>
86+
<String Id="DotNetCLITelemetryLink" Value="&lt;A HREF=&quot;https://aka.ms/dotnet-cli-telemetry&quot;&gt;Telemetry collection and opt-out&lt;/A&gt;"/>
87+
<String Id="InstallationNoteTitle" Value="Installation note"/>
88+
<String Id="InstallationNote" Value="A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."/>
89+
90+
<String Id="VisualStudioWarning" Value="If you plan to use .NET [VERSIONMAJOR].[VERSIONMINOR] with Visual Studio, Visual Studio 2022 [MINIMUMVSVERSION] or newer is required. &lt;A HREF=&quot;https://aka.ms/dotnet[VERSIONMAJOR]-release-notes&quot;&gt;Learn more&lt;/A&gt;."/>
91+
<String Id="LicenseAssent" Value="By clicking Install, you agree to the following terms:"/>
92+
<String Id="InstallPathx64x86" Value="The installation path for x64 SDK installations: &quot;[DOTNETHOME_X64]&quot; cannot be the same as for x86 SDK installations: &quot;[DOTNETHOME_X86]&quot;"/>
93+
<String Id="InstallPathARM64x86" Value="The installation path for ARM64 SDK installations: &quot;[DOTNETHOME_ARM64]&quot; cannot be the same as for x86 SDK installations: &quot;[DOTNETHOME_X86]&quot;"/>
94+
<String Id="InstallPathARM64x64" Value="The installation path for ARM64 SDK installations: &quot;[DOTNETHOME_ARM64]&quot; cannot be the same as for x64 SDK installations: &quot;[DOTNETHOME_X64]&quot;"/>
95+
</WixLocalization>

0 commit comments

Comments
 (0)