Skip to content

Localization change from build: 146412893#40461

Closed
OneBlue wants to merge 1 commit into
masterfrom
user/localization/146412893
Closed

Localization change from build: 146412893#40461
OneBlue wants to merge 1 commit into
masterfrom
user/localization/146412893

Conversation

@OneBlue
Copy link
Copy Markdown
Collaborator

@OneBlue OneBlue commented May 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 02:26
@OneBlue OneBlue requested a review from a team as a code owner May 8, 2026 02:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates localized .resw resources (apparently from an automated build), primarily to translate several WSLC CLI argument descriptions and to introduce a new error string for the “CID file already exists” condition across locales.

Changes:

  • Translated WSLCCLI_StopSignalArgDescription, WSLCCLI_ShmSizeArgDescription, and WSLCCLI_SignalArgDescription in multiple locales.
  • Added a new localized resource key: WSLCCLI_CIDFileAlreadyExistsError.
  • Updated a few existing distro-related strings in some locales (with some locales regressing to English).

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 29 comments.

Show a summary per file
File Description
localization/strings/zh-TW/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/zh-CN/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/tr-TR/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/sv-SE/Resources.resw Updates WSLC CLI help strings, adjusts invalid memory size message, and adds CID-file-exists error resource.
localization/strings/ru-RU/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/pt-PT/Resources.resw Adds CID-file-exists error resource.
localization/strings/pt-BR/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/pl-PL/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/nl-NL/Resources.resw Adds CID-file-exists error resource.
localization/strings/nb-NO/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/ko-KR/Resources.resw Adds CID-file-exists error resource.
localization/strings/ja-JP/Resources.resw Adds CID-file-exists error resource.
localization/strings/it-IT/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/hu-HU/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/fr-FR/Resources.resw Adds CID-file-exists error resource.
localization/strings/fi-FI/Resources.resw Updates WSLC CLI help strings, adds CID-file-exists error resource, and modifies an existing distro-name message.
localization/strings/es-ES/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/en-GB/Resources.resw Adds CID-file-exists error resource (en-GB).
localization/strings/de-DE/Resources.resw Adds CID-file-exists error resource and modifies existing distro-name-related strings.
localization/strings/da-DK/Resources.resw Updates WSLC CLI help strings and adds CID-file-exists error resource.
localization/strings/cs-CZ/Resources.resw Updates WSLC CLI help strings, modifies distribution-name-needed message, and adds CID-file-exists error resource.

<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
</data>
<data name="WSLCCLI_ShmSizeArgDescription" xml:space="preserve">
<value>Size of /dev/shm (e.g. 64M, 1G)</value>
<value>/dev/shm klasörünün boyutu (örneğin 64 MB, 1 GB)</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
</data>
<data name="MessageDistributionNameNeeded" xml:space="preserve">
<value>Tato distribuce neobsahuje výchozí název. Pokud chcete zvolit název distribuce, použijte --name .</value>
<value>This distribution doesn't contain a default name. Use --name to choose the distribution name.</value>
</data>
<data name="WSLCCLI_ShmSizeArgDescription" xml:space="preserve">
<value>Size of /dev/shm (e.g. 64M, 1G)</value>
<value>Velikost /dev/shm (např. 64 mil., 1G)</value>
<comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated{Locked="256M"}{Locked="1G"}</comment>
</data>
<data name="WSLCCLI_CIDFileAlreadyExistsError" xml:space="preserve">
<value>CID file '{}' already exists</value>
@benhillis benhillis closed this May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants