Skip to content
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
12 changes: 6 additions & 6 deletions src/dotnet-core-uninstall/LocalizableStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions src/dotnet-core-uninstall/LocalizableStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ This tool cannot uninstall versions of the runtime or SDK that are installed usi
</value>
</data>
<data name="HelpExplanationParagraphMac" xml:space="preserve">
<value>(*) By default, SDKs and Runtimes that have a high probability of being used by Visual Studio for Mac or SDKs are not removed. To remove these, specify them individually or use --force. If removing SDKs or Runtimes causes issues with your installation of Visual Studio for Mac, run “Repair”. SDKs and Runtimes are available for download at https://aka.ms/dotnet-core-download.</value>
<value>(*) Use --preserve-vs-for-mac-sdks to prevent removal of SDKs and Runtimes that have a high probability of being used by Visual Studio for Mac (Note: Visual Studio for Mac is out of support) or SDKs. SDKs and Runtimes are available for download at https://aka.ms/dotnet-core-download.</value>
</data>
<data name="HelpExplanationParagraphWindows" xml:space="preserve">
<value>(*) By default, SDKs and Runtimes that have a high probability of being used by Visual Studio are not removed. To remove these, specify them individually or use --force. If removing SDKs or Runtimes causes issues with your installation of Visual Studio, run “Repair”. SDKs and Runtimes are available for download at https://aka.ms/dotnet-core-download.</value>
Expand All @@ -359,7 +359,7 @@ This tool cannot uninstall versions of the runtime or SDK that are installed usi
<value>The following items will be removed:
{0}

To avoid breaking Visual Studio for Mac or other problems, read https://aka.ms/dotnet-core-uninstall-docs.
For any problems, read https://aka.ms/dotnet-core-uninstall-docs.

Do you want to continue? [y/n] </value>
</data>
Expand All @@ -369,15 +369,15 @@ Specified versions:
{0}
*** END DRY RUN OUTPUT

To avoid breaking Visual Studio for Mac or other problems, read https://aka.ms/dotnet-core-uninstall-docs.
For any problems, read https://aka.ms/dotnet-core-uninstall-docs.

Run as administrator and use the remove command to uninstall these items.</value>
</data>
<data name="MacRequiredBundleConfirmationPromptOutputFormat" xml:space="preserve">
<value>
{0}: {1}

Uninstalling this item will cause Visual Studio for Mac to break.
Uninstalling this item will cause Visual Studio for Mac to break. (Note: Visual Studio for Mac is out of support).

Are you sure you want to continue? [y/n] </value>
</data>
Expand All @@ -393,4 +393,10 @@ Uninstalling this item will cause Visual Studio for to break.
<data name="UninstallArm64OptionDescription" xml:space="preserve">
<value>Can be used with --sdk, --runtime and --aspnet-runtime to remove arm64.</value>
</data>
<data name="MacOSPreserveVSSdksOptionDescription" xml:space="preserve">
<value>Prevent removal of SDKs and Runtimes that have a high probability of being used by Visual Studio for Mac (Note: Visual Studio for Mac is out of support).</value>
</data>
<data name="MacSDKRequirementExplanationString" xml:space="preserve">
<value>Uninstalling this item will cause Visual Studio for Mac to break. (Note: Visual Studio for Mac is out of support).</value>
</data>
</root>
26 changes: 18 additions & 8 deletions src/dotnet-core-uninstall/xlf/LocalizableStrings.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 18 additions & 8 deletions src/dotnet-core-uninstall/xlf/LocalizableStrings.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading