Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 2582990 #4071

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@
</trans-unit>
<trans-unit id="DiscoveredTestsInAssembly">
<source>Discovered {0} tests in assembly</source>
<target state="new">Discovered {0} tests in assembly</target>
<target state="translated">アセンブリで {0} つのテストを検出しました。</target>
<note>0 is count, the sentence is followed by the path of the assebly</note>
</trans-unit>
<trans-unit id="DiscoveringTestsFrom">
<source>Discovering tests from</source>
<target state="new">Discovering tests from</target>
<target state="translated">からテストを検出しています</target>
<note />
</trans-unit>
<trans-unit id="EnvironmentVariableProviderFailedWithError">
Expand All @@ -206,7 +206,7 @@
</trans-unit>
<trans-unit id="ExitCode">
<source>Exit code</source>
<target state="new">Exit code</target>
<target state="translated">終了コード</target>
<note />
</trans-unit>
<trans-unit id="Expected">
Expand Down Expand Up @@ -243,7 +243,7 @@
</trans-unit>
<trans-unit id="FailedWithErrors">
<source>failed with {0} error(s)</source>
<target state="new">failed with {0} error(s)</target>
<target state="translated">{0} 件のエラーで失敗しました</target>
<note />
</trans-unit>
<trans-unit id="FailedWithErrorsAndWarnings">
Expand Down Expand Up @@ -763,12 +763,12 @@ Valid values are 'Normal', 'Detailed'. Default is 'Normal'.</source>
</trans-unit>
<trans-unit id="TestDiscoverySummary">
<source>Discovered {0} tests in {1} assemblies.</source>
<target state="new">Discovered {0} tests in {1} assemblies.</target>
<target state="translated">{1} アセンブリで {0} つのテストを検出しました。</target>
<note>0 is number of tests, 1 is count of assemblies</note>
</trans-unit>
<trans-unit id="TestDiscoverySummarySingular">
<source>Discovered {0} tests.</source>
<target state="new">Discovered {0} tests.</target>
<target state="translated">{0} つのテストが検出されました。</target>
<note>0 is number of tests</note>
</trans-unit>
<trans-unit id="TestFrameworkProxyApiShouldNotBeCalled">
Expand Down