Localization change from build: 155035485 - #41367
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates localized Resources.resw strings for the WSLC CLI to better distinguish options vs arguments, adds several new help/error strings, and refreshes translations across multiple locales.
Changes:
- Add new localized strings for required option errors, “run
--helpfor more information”, and related headings. - Update existing error/help strings to use option terminology instead of argument where appropriate.
- Replace some remaining English strings with localized equivalents in various locales.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| localization/strings/zh-TW/Resources.resw | Updates zh-TW WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/zh-CN/Resources.resw | Updates zh-CN WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/sv-SE/Resources.resw | Updates sv-SE WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/pt-PT/Resources.resw | Updates pt-PT WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/pt-BR/Resources.resw | Updates pt-BR WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/pl-PL/Resources.resw | Updates pl-PL WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/nl-NL/Resources.resw | Updates nl-NL WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/nb-NO/Resources.resw | Updates nb-NO WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/ko-KR/Resources.resw | Updates ko-KR WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/ja-JP/Resources.resw | Updates ja-JP WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/it-IT/Resources.resw | Updates it-IT WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/hu-HU/Resources.resw | Updates hu-HU WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/fr-FR/Resources.resw | Updates fr-FR WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/es-ES/Resources.resw | Updates es-ES WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/en-GB/Resources.resw | Updates en-GB WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/de-DE/Resources.resw | Updates de-DE WSLC CLI strings; adds new option/help strings and refreshes wording. |
| localization/strings/da-DK/Resources.resw | Updates da-DK WSLC CLI strings; adds new option/help strings and refreshes wording. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| </data> | ||
| <data name="WSLCCLI_MissingArgumentNameError" xml:space="preserve"> | ||
| <value>遺失參數名稱於: '{}'</value> | ||
| <value>遺失選選名稱位置: '{}'</value> |
| </data> | ||
| <data name="WSLCCLI_InvalidMemorySizeError" xml:space="preserve"> | ||
| <value>無効な {} 引数の値: '{}'。メモリ サイズが予期されます (例: 256M、1G)</value> | ||
| <value>無効な {} オプション値: '{}'。メモリ サイズを指定子てください (例: 256M、1G)</value> |
| </data> | ||
| <data name="WSLCCLI_MultipleExclusiveArgumentsProvided" xml:space="preserve"> | ||
| <value>Plusieurs arguments mutuellement exclusifs fournis : '{}'</value> | ||
| <value>Plusieurs arguments mutuellement exclusifs fournis : « {} »</value> |
| </data> | ||
| <data name="WSLCCLI_InvalidAliasError" xml:space="preserve"> | ||
| <value>Der Argument-Alias wurde für den aktuellen Befehl nicht erkannt: „{}“</value> | ||
| <value>Der Alias „Option“ wurde für den aktuellen Befehl nicht erkannt: '{}'</value> |
Ben Hillis (benhillis)
approved these changes
Aug 17, 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.