Localization change from build: 149610132#40799
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR appears to be a build-generated localization sync (“Localization change from build: 149610132”), updating many non-en-US Resources.resw files with new/updated strings related to wslc volume management and volume availability errors.
Changes:
- Adds new
WSLCCLI_VolumePrune*strings across multiple locales. - Adds new
MessageWslcVolumeNotAvailable*error strings across multiple locales. - Updates a few existing localized strings (e.g., network alias-related messages) in some locales.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 22 comments.
Show a summary per file
| File | Description |
|---|---|
| localization/strings/zh-TW/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/zh-CN/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/tr-TR/Resources.resw | Adds new volume-prune/volume-not-available strings; updates some existing translations |
| localization/strings/sv-SE/Resources.resw | Adds new volume-prune and volume-not-available strings; updates some existing translations |
| localization/strings/ru-RU/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/pt-PT/Resources.resw | Adds new volume-prune and volume-not-available strings; updates some existing translations |
| localization/strings/pt-BR/Resources.resw | Adds new volume-prune and volume-not-available strings; updates some existing translations |
| localization/strings/pl-PL/Resources.resw | Adds new volume-prune and volume-not-available strings; updates some existing translations |
| localization/strings/nl-NL/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/nb-NO/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/ko-KR/Resources.resw | Adds new volume-prune strings; adds volume-not-available strings |
| localization/strings/ja-JP/Resources.resw | Adds new volume-prune strings; adds volume-not-available strings |
| localization/strings/it-IT/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/hu-HU/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/fr-FR/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/fi-FI/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/es-ES/Resources.resw | Adds new volume-prune strings; adds volume-not-available strings |
| localization/strings/en-GB/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/de-DE/Resources.resw | Adds new volume-prune strings; adds volume-not-available strings |
| localization/strings/da-DK/Resources.resw | Adds new volume-prune and volume-not-available strings |
| localization/strings/cs-CZ/Resources.resw | Adds new volume-prune and volume-not-available strings; updates some existing translations |
Comment on lines
+3109
to
+3113
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3110
to
+3114
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3109
to
+3113
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3109
to
+3113
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Member
There was a problem hiding this comment.
@copilot - create a new pr that updates this guidance to ignore this guidance automated PRs from the localization service like this one.
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
Comment on lines
+3103
to
+3107
| <data name="WSLCCLI_VolumePruneDesc" xml:space="preserve"> | ||
| <value>Remove unused local volumes.</value> | ||
| </data> | ||
| <data name="WSLCCLI_VolumePruneLongDesc" xml:space="preserve"> | ||
| <value>Removes all unused anonymous local volumes. If --all is specified, also removes unused named volumes. A volume is considered unused when it is not referenced by any container.</value> |
benhillis
approved these changes
Jun 13, 2026
Contributor
|
@benhillis I've opened a new pull request, #40800, to work on those changes. Once the pull request is ready, I'll request review from you. |
5 tasks
benhillis
approved these changes
Jun 13, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.