Localized file check-in by OneLocBuild Task: Build definition ID 13420: Build ID 2661935 - #27766
Merged
Dongbo Wang (daxian-dbw) merged 1 commit intoAug 5, 2026
Conversation
…0: Build ID 2661935
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
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> |
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 :) |
Dongbo Wang (daxian-dbw)
approved these changes
Aug 5, 2026
Dongbo Wang (daxian-dbw)
deleted the
locfiles/f75ef08b-beb3-43ed-9092-ff4de3c81868
branch
August 5, 2026 17:52
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.
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.