Uh oh!
There was an error while loading. Please reload this page.
Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3055708 - #10679
Merged
Amaury Levé (Evangelink) merged 4 commits intoAug 24, 2026
Conversation
Amaury Levé (Evangelink)
approved these changes
Aug 24, 2026
Uh oh!
There was an error while loading. Please reload this page.
Amaury Levé (Evangelink)
deleted the
locfiles/7503f863-ee7f-4842-8c15-f92e5fd2a737
branch
August 24, 2026 09:34
Contributor
There was a problem hiding this comment.
Pull request overview
Finalizes OneLoc translations by removing stale English state="new" targets so localized strings are used.
Changes:
- Activates Retry extension translations in 13 locales.
- Activates analyzer diagnostic translations in 13 locales.
- Activates code-fix translations in 8 locales.
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.zh-Hant.xlf | Activates Traditional Chinese Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.zh-Hans.xlf | Activates Simplified Chinese Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.tr.xlf | Activates Turkish Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ru.xlf | Activates Russian Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.pt-BR.xlf | Activates Brazilian Portuguese Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.pl.xlf | Activates Polish Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ko.xlf | Activates Korean Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ja.xlf | Activates Japanese Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.it.xlf | Activates Italian Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.fr.xlf | Activates French Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.es.xlf | Activates Spanish Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.de.xlf | Activates German Retry translations. |
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.cs.xlf | Activates Czech Retry translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf | Activates Traditional Chinese analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf | Activates Simplified Chinese analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf | Activates Turkish analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf | Activates Russian analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf | Activates Brazilian Portuguese analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf | Activates Polish analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf | Activates Korean analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf | Activates Japanese analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf | Activates Italian analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf | Activates French analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf | Activates Spanish analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf | Activates German analyzer translations. |
src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf | Activates Czech analyzer translations. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hant.xlf | Activates Traditional Chinese code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hans.xlf | Activates Simplified Chinese code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.tr.xlf | Activates Turkish code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pt-BR.xlf | Activates Brazilian Portuguese code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ko.xlf | Activates Korean code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ja.xlf | Activates Japanese code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.it.xlf | Activates Italian code-fix text. |
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.cs.xlf | Activates Czech code-fix text. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <trans-unit id="InheritedMemberFromDifferentMSTestVersionMessageFormat"> | ||
| <source>The inherited member '{1}.{0}' is annotated with a '[{2}]' attribute that resolves to a canonical MSTest attribute in '{3}', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[{2}]' is silently ignored at run time. Recompile the assembly that declares '{1}' against the same MSTest version as the test project.</source> | ||
| <target state="new">The inherited member '{1}.{0}' is annotated with a '[{2}]' attribute that resolves to a canonical MSTest attribute in '{3}', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[{2}]' is silently ignored at run time. Recompile the assembly that declares '{1}' against the same MSTest version as the test project.</target> | ||
| <target state="translated">El miembro heredado "{1}.{0}" se anota con un atributo "[{2}]" que se resuelve en un atributo MSTest canónico en ''{3}", un ensamblado de marco de MSTest diferente del que usa este proyecto de prueba; MSTest coincide con estos atributos por identidad de tipo exacto, por lo que el "[{2}]" heredado se omite silenciosamente en tiempo de ejecución. Vuelva a compilar el ensamblado que declara "{1}" con la misma versión de MSTest que el proyecto de prueba.</target> |
| <trans-unit id="UseExecutableConditionAttributeInsteadOfProcessCheckTitle"> | ||
| <source>Use '[ExecutableCondition]' attribute instead of 'File.Exists' checks before 'Process.Start'</source> | ||
| <target state="new">Use '[ExecutableCondition]' attribute instead of 'File.Exists' checks before 'Process.Start'</target> | ||
| <target state="translated">Utilisez l’attribut '[ExecutableCondition]' au lieu de vérifier l’existence de 'File.Exists' avant 'Process.Start'</target> |
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 freeto 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.