Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 13420: Build ID 2661935 - #27766

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
masterfrom
locfiles/f75ef08b-beb3-43ed-9092-ff4de3c81868
Aug 5, 2026
Merged

Localized file check-in by OneLocBuild Task: Build definition ID 13420: Build ID 2661935#27766
Dongbo Wang (daxian-dbw) merged 1 commit into
masterfrom
locfiles/f75ef08b-beb3-43ed-9092-ff4de3c81868

Conversation

@olprod

@olprod olprod commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.

@olprod
olprod requested a review from a team as a code owner August 4, 2026 23:22
Copilot AI lite review requested due to automatic review settings August 4, 2026 23:22
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 is an automated OneLocBuild localization check-in, updating several .resx files with newly generated translations.

Changes:

  • Updates Polish localized strings for Types XML loading messages.
  • Updates Italian localized strings for snap-in/cmdletization messages.
  • Updates French localized strings for formatting/out-xml loading and service cmdlet messages.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
src/System.Management.Automation/resources/pl/TypesXmlStrings.pl.resx Updates Polish resource strings; includes punctuation/quoting changes.
src/System.Management.Automation/resources/it/MshSnapinInfo.it.resx Updates Italian resource string; includes spacing change around placeholder.
src/System.Management.Automation/resources/it/CmdletizationCoreResources.it.resx Updates Italian resource string; includes a terminology typo in “Cmdlet Definition XML”.
src/System.Management.Automation/resources/fr/FormatAndOutXmlLoadingStrings.fr.resx Updates French formatting/loading error messages; includes semantic changes vs invariant strings and punctuation issues.
src/Microsoft.PowerShell.Commands.Management/resources/fr/ServiceResources.fr.resx Updates French service cmdlet strings; includes typos and broken quoting.
Suppressed comments (2)

src/System.Management.Automation/resources/fr/FormatAndOutXmlLoadingStrings.fr.resx:298

  • The message now claims a script block is invalid, which duplicates the meaning of "InvalidScriptBlockInFormattingData" and diverges from the invariant string ("Formatting data "{2}" is not valid").
    <value>Erreur dans les données d’affichage avec le nom de type {0} à l’index {1} : le bloc de script «{2}» n’est pas valide.</value>

src/Microsoft.PowerShell.Commands.Management/resources/fr/ServiceResources.fr.resx:133

  • Typo "Nouss" should be "Nous".
    <value>Nouss ne pouvons pas arrêter le service « {1} ({0}) », car il a des services dépendants.</value>

</data>
<data name="MemberShouldBeNote" xml:space="preserve">
<value>Element członkowski „{0}” musi być notatką.</value>
<value>Element członkowski „{0}”" musi być notatką.</value>
</data>
<data name="Exception" xml:space="preserve">
<value>Wyjątek: {0}</value>
<value>Wyjątek:{0}</value>
</data>
<data name="NoMshSnapinPresentForVersion" xml:space="preserve">
<value>Non sono stati registrati snap-in per la versione {0} di PowerShell.</value>
<value>Non sono stati registrati snap-in per la versione {0}di PowerShell.</value>
</data>
<data name="ScriptWriter_ParameterNameConflictsWithCommonParameters" xml:space="preserve">
<value>Non è possibile definire il parametro {0} per il cmdlet {1}. Il nome del parametro è già definito dalla classe {2}. Modificare il nome del parametro in Cmdlet Definition XML e riprovare.</value>
<value>Non è possibile definire il parametro {0} per il cmdlet {1}. Il nome del parametro è già definito dalla classe {2}. Modificare il nome del parametro in mdlet Definition XML e riprovare.</value>
</data>
<data name="ResourceNotFound" xml:space="preserve">
<value>Erreur XPath {0} dans le fichier {1} : La ressource {2} dans l'assembly {3} est introuvable.</value>
<value>Erreur XPath {0} dans le fichier {1} : La chaîne de caractères {2} de la ressource {3} dans l'assembly est introuvable.</value>
</data>
<data name="LoadTagFailedInFormattingData" xml:space="preserve">
<value>Erreur dans les données d’affichage avec le nom de type {0} à l’index {1}: échec du chargement de {2}.</value>
<value>Erreur dans les données d’affichage avec le nom de type {0} à l’index {1}: échec du chargement de {2} .</value>
</data>
<data name="CouldNotAccessDependentServices" xml:space="preserve">
<value>Nous ne pouvons pas accéder aux services dépendants de « {1} ({0}) »</value>
<value>« Nous ne pouvons pas accéder aux services dépendants de « {1} ({0}) »</value>
</data>
<data name="ServiceHasDependentServices" xml:space="preserve">
<value>Nous ne pouvons pas arrêter le service « {1} ({0}) », car il a des services dépendants. Il ne peut être arrêté que si l’indicateur Force est défini.</value>
<value>Nouss ne pouvons pas arrêter le service « {1} ({0}) », car il a des services dépendants. Il ne peut être arrêté que si l’indicateur Force est défini.</value>
@daxian-dbw

Copy link
Copy Markdown
Member

The Loc pipeline is changing everything I "fixed" in #27752 based on the Copilot's feedback back to what they were. So, the learning is -- DO NOT change the translation, merge as is :)

@daxian-dbw
Dongbo Wang (daxian-dbw) merged commit d4da828 into master Aug 5, 2026
42 of 43 checks passed
@daxian-dbw
Dongbo Wang (daxian-dbw) deleted the locfiles/f75ef08b-beb3-43ed-9092-ff4de3c81868 branch August 5, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.6.x-Consider CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants