Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3029790#10175

Merged
github-actions[bot] merged 8 commits into
mainfrom
locfiles/c7b11714-d80d-402d-beaf-13a8bf735d83
Jul 23, 2026
Merged

Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3029790#10175
github-actions[bot] merged 8 commits into
mainfrom
locfiles/c7b11714-d80d-402d-beaf-13a8bf735d83

Conversation

@dotnet-bot

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.

Copilot AI review requested due to automatic review settings July 23, 2026 14:06
@github-actions
github-actions Bot enabled auto-merge (squash) July 23, 2026 14:06

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

Updates generated XLF localization files across MSTest and Microsoft.Testing.Platform components.

Changes:

  • Adds new dotnet-test transport and WebSocket resource entries.
  • Adds translations for platform, adapter, analyzer, and extension diagnostics.
  • Normalizes UTF-8 BOM encoding in several files.

Reviewed changes

Copilot reviewed 43 out of 44 changed files in this pull request and generated 23 comments.

Show a summary per file
File Description
PlatformResources.zh-Hant.xlf Adds transport resources.
PlatformResources.zh-Hans.xlf Adds transport resources.
PlatformResources.tr.xlf Adds transport resources.
PlatformResources.ru.xlf Adds transport and logger resources.
PlatformResources.pt-BR.xlf Adds transport resources.
PlatformResources.pl.xlf Adds transport resources.
PlatformResources.ko.xlf Adds transport and logging resources.
PlatformResources.ja.xlf Adds transport resources.
PlatformResources.it.xlf Adds transport and logging resources.
PlatformResources.fr.xlf Adds transport and logger resources.
PlatformResources.es.xlf Adds transport resources.
PlatformResources.de.xlf Adds transport and pipe diagnostics.
PlatformResources.cs.xlf Adds transport resources.
TerminalResources.tr.xlf Updates slow-test option text.
TerminalResources.pl.xlf Updates slow-test option text.
VSTestBridge/ExtensionResources.ru.xlf Localizes browser runsettings guidance.
VSTestBridge/ExtensionResources.ko.xlf Localizes browser runsettings guidance.
VSTestBridge/ExtensionResources.de.xlf Localizes browser runsettings guidance.
PackagedApp/ExtensionResources.pl.xlf Localizes extension description.
PackagedApp/ExtensionResources.fr.xlf Localizes packaged-app diagnostics.
PackagedApp/ExtensionResources.es.xlf Localizes manifest diagnostics.
PackagedApp/ExtensionResources.de.xlf Localizes activation diagnostics.
PackagedApp/ExtensionResources.cs.xlf Localizes extension description.
GitHubActionsResources.ru.xlf Updates slow-test status text.
GitHubActionsResources.ko.xlf Localizes process-exit status.
CrashDumpResources.ru.xlf Localizes sequence-file error.
CrashDumpResources.fr.xlf Localizes sequence-file error.
Analyzers/Resources.ja.xlf Localizes Native AOT guidance.
Analyzers/Resources.fr.xlf Restores a formatting placeholder.
Resource.zh-Hant.xlf Localizes deployment-copy errors.
Resource.zh-Hans.xlf Localizes deployment-copy errors.
Resource.tr.xlf Localizes deployment-copy errors.
Resource.ru.xlf Localizes deployment-copy errors.
Resource.pt-BR.xlf Localizes deployment-copy errors.
Resource.pl.xlf Localizes deployment-copy errors.
Resource.ko.xlf Localizes deployment-copy errors.
Resource.ja.xlf Localizes deployment-copy errors.
Resource.it.xlf Localizes deployment-copy errors.
Resource.fr.xlf Localizes deployment-copy errors.
Resource.es.xlf Localizes deployment-copy errors.
Resource.de.xlf Localizes deployment and cleanup errors.
Resource.cs.xlf Localizes deployment-copy errors.
PlatformAdapterResources.ko.xlf Localizes browser runsettings guidance.
PlatformAdapterResources.de.xlf Localizes browser runsettings guidance.
Comments suppressed due to low confidence (1)

src/Platform/Microsoft.Testing.Extensions.PackagedApp/Resources/xlf/ExtensionResources.fr.xlf:27

  • The translated error leaves “See” in English even though this target is marked translated.
        <target state="translated">Nous ne pouvons pas lancer l’application Windows packagée « {0} » (détectée « {1} »). L’inscription et l’activation d’une application empaquetée (MSIX) nécessitent la version Windows de cette extension, fournie pour net8.0-windows10.0.19041.0 et les versions ultérieures. Ciblez 'net8.0-windows10.0.19041.0' (ou un moniker de framework cible net*-windows ultérieur avec une version de plateforme 10.0.19041.0 ou supérieure) pour que NuGet sélectionne cet élément. La build actuelle lance uniquement des hôtes de test non empaquetés (disposition libre). See https://github.com/microsoft/testfx/issues/9933.</target>

Comment thread src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf Outdated
Comment thread src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf Outdated
Comment thread src/Adapter/MSTest.TestAdapter/Resources/xlf/PlatformAdapterResources.de.xlf Outdated
Comment thread src/Adapter/MSTest.TestAdapter/Resources/xlf/PlatformAdapterResources.ko.xlf Outdated
Keep valid adapter and platform translations while removing all reviewed placeholder, grammar, terminology, and remediation defects.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: c475df24-a912-49c8-8f59-18524c91af55
Copilot AI review requested due to automatic review settings July 23, 2026 19:43

@Evangelink Evangelink left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Filtered at 7feaee1e1 after merging current main:

  • Preserved 429 valid adapter and platform resource-unit translations across 26 files.
  • Kept the now-valid HResult translations after their neutral source landed.
  • Removed all reviewed placeholder, grammar, terminology, and remediation defects.
  • Verified all remaining XLF files parse and preserve format-placeholder contracts.
  • Addressed and resolved all review threads.

@github-actions
github-actions Bot merged commit a3f8156 into main Jul 23, 2026
152 of 154 checks passed
@github-actions
github-actions Bot deleted the locfiles/c7b11714-d80d-402d-beaf-13a8bf735d83 branch July 23, 2026 19:46

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.

Review details

  • Files reviewed: 26/26 changed files
  • Comments generated: 13
  • Review effort level: Medium

<note>{Locked="--dotnet-test-pipe"}{Locked="--dotnet-test-transport websocket"}{Locked="--dotnet-test-websocket-endpoint"}{Locked="--dotnet-test-websocket-token"}</note>
</trans-unit>
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalid">
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalidArgument">
<note>{Locked="--dotnet-test-pipe"}{Locked="--dotnet-test-transport websocket"}{Locked="--dotnet-test-websocket-endpoint"}{Locked="--dotnet-test-websocket-token"}</note>
</trans-unit>
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalid">
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalidArgument">
<note>{Locked="--dotnet-test-pipe"}{Locked="--dotnet-test-transport websocket"}{Locked="--dotnet-test-websocket-endpoint"}{Locked="--dotnet-test-websocket-token"}</note>
</trans-unit>
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalid">
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalidArgument">
<note>{Locked="--dotnet-test-pipe"}{Locked="--dotnet-test-transport websocket"}{Locked="--dotnet-test-websocket-endpoint"}{Locked="--dotnet-test-websocket-token"}</note>
</trans-unit>
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalid">
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalidArgument">
<note>{Locked="--dotnet-test-pipe"}{Locked="--dotnet-test-transport websocket"}{Locked="--dotnet-test-websocket-endpoint"}{Locked="--dotnet-test-websocket-token"}</note>
</trans-unit>
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalid">
<trans-unit id="PlatformCommandLineDotnetTestTransportInvalidArgument">
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.

3 participants