Skip to content

Commit fddccd3

Browse files
Localized file check-in by OneLocBuild Task: Build definition ID 14411: Build ID 12104868 (#23475)
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. ---------
1 parent 80eae6a commit fddccd3

File tree

13 files changed

+91
-0
lines changed

13 files changed

+91
-0
lines changed

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.cs.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.de.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.es.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.fr.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.it.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ja.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ko.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pl.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pt-BR.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

macios/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ru.resx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,4 +1281,11 @@
12811281
{2} and {3}: the different LogicalName metadata
12821282
</comment>
12831283
</data>
1284+
<data name="M7159" xml:space="preserve">
1285+
<value>Skipping {0} - {1} is empty.</value>
1286+
<comment>
1287+
{0}: the name of the MSBuild task that's being skipped (Copy, GetFullPaths, FilterStaticFrameworks, etc.).
1288+
{1}: the name of the property that is empty (SourceFiles, Items, FrameworkToPublish, etc.).
1289+
</comment>
1290+
</data>
12841291
</root>

0 commit comments

Comments
 (0)