Skip to content

Commit 742c9cb

Browse files
Localized file check-in by OneLocBuild Task (#8824)
Context: https://aka.ms/onelocbuild Context: https://aka.ms/AllAboutLoc * Localized file check-in by OneLocBuild Task: Build definition ID 17928: Build ID 9279715 * Localized file check-in by OneLocBuild Task: Build definition ID 17928: Build ID 9295641
1 parent 4696bf3 commit 742c9cb

File tree

15 files changed

+668
-213
lines changed

15 files changed

+668
-213
lines changed

src/Microsoft.Android.Templates/android-activity/.template.config/localize/templatestrings.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Microsoft",
3-
"name": "Android Activity",
3+
"name": "Android-Aktivität",
44
"description": "Eine Android-Aktivitätsklasse",
55
"symbols/namespace/description": "Namespace für den generierten Code",
66
"postActions/openInEditor/description": "Öffnet Activity1.cs im Editor"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Microsoft",
3-
"name": "Android Layout",
3+
"name": "Android-Layout",
44
"description": "Eine Android-Layoutdatei (XML)",
55
"postActions/openInEditor/description": "Öffnet Layout1.xml im Editor"
66
}

src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
968968
</comment>
969969
</data>
970970
<data name="XA4234" xml:space="preserve">
971-
<value>Položce &lt;{0}&gt; {1} chybí požadovaná metadata {2}</value>
971+
<value>'&lt;{0}&gt;' item '{1}' is missing required attribute '{2}'.</value>
972972
<comment>{0} - The MSBuild ItemGroup Item name
973973
{1} - The MSBuild Item ItemSpec
974974
{2} - The omitted MSBuild Item metadata attribute</comment>
@@ -991,23 +991,12 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
991991
{5} - The HttpClient provided download exception message</comment>
992992
</data>
993993
<data name="XA4237" xml:space="preserve">
994-
<value>Nelze stáhnout soubor POM pro artefakt Maven {0}:{1}.
995-
- {2}: {3}</value>
994+
<value>Cannot download POM file for Maven artifact '{0}'.
995+
- {1}</value>
996996
<comment>The following are literal names and should not be translated: POM, Maven
997-
{0} - Maven artifact group id
998-
{1} - Maven artifact id
999-
{2} - The .pom filename we tried to download
1000-
{3} - The HttpClient reported download exception message
997+
{0} - Maven artifact id
998+
{1} - The HttpClient reported download exception message
1001999
</comment>
1002-
</data>
1003-
<data name="XA4238" xml:space="preserve">
1004-
<value>Nelze stáhnout nadřazený soubor POM pro artefakt Maven {0}:{1}.
1005-
- {2}: {3}</value>
1006-
<comment>The following are literal names and should not be translated: POM, Maven
1007-
{0} - Maven artifact group id
1008-
{1} - Maven artifact id
1009-
{2} - The .pom filename we tried to download
1010-
{3} - The HttpClient reported download exception message</comment>
10111000
</data>
10121001
<data name="XA4239" xml:space="preserve">
10131002
<value>Neznámé úložiště Maven: {0}</value>
@@ -1024,4 +1013,50 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
10241013
<value>Knihovny podpory pr Android se v .NET 9 a novějších verzích nepodporují. Migrujte prosím na AndroidX. Další podrobnosti najdete v https://aka.ms/xamarin/androidx.</value>
10251014
<comment>The following are literal names and should not be translated: Android Support, AndroidX, .NET.</comment>
10261015
</data>
1016+
<data name="XA4241" xml:space="preserve">
1017+
<value>Java dependency '{0}' is not satisfied.</value>
1018+
<comment>The following are literal names and should not be translated: Java.
1019+
{0} - Maven dependency id</comment>
1020+
</data>
1021+
<data name="XA4242" xml:space="preserve">
1022+
<value>Java dependency '{0}' is not satisfied. Microsoft maintains the NuGet package '{1}' that could fulfill this dependency.</value>
1023+
<comment>The following are literal names and should not be translated: Java, Microsoft, NuGet.
1024+
{0} - Maven dependency id
1025+
{1} - NuGet package id</comment>
1026+
</data>
1027+
<data name="XA4243" xml:space="preserve">
1028+
<value>Attribute '{0}' is required when using '{1}' for '{2}' item '{3}'.</value>
1029+
<comment>{0}, {1} - MSBuild XML attribute
1030+
{2} - MSBuild XML element name
1031+
{3} - MSBuild ItemSpec value</comment>
1032+
</data>
1033+
<data name="XA4244" xml:space="preserve">
1034+
<value>Attribute '{0}' cannot be empty for '{1}' item '{2}'.</value>
1035+
<comment>{0} - MSBuild XML attribute
1036+
{1} - MSBuild XML element name
1037+
{2} - MSBuild ItemSpec value</comment>
1038+
</data>
1039+
<data name="XA4245" xml:space="preserve">
1040+
<value>Specified POM file '{0}' does not exist.</value>
1041+
<comment>The following are literal names and should not be translated: POM.
1042+
{0} - File path to POM file</comment>
1043+
</data>
1044+
<data name="XA4246" xml:space="preserve">
1045+
<value>Could not parse POM file '{0}'.
1046+
- {1}</value>
1047+
<comment>The following are literal names and should not be translated: POM.
1048+
{0} - File path to POM file
1049+
{1} - Exception message</comment>
1050+
</data>
1051+
<data name="XA4247" xml:space="preserve">
1052+
<value>Could not resolve POM file for artifact '{0}'.</value>
1053+
<comment>The following are literal names and should not be translated: POM.
1054+
{0} - Java artifact id</comment>
1055+
</data>
1056+
<data name="XA4248" xml:space="preserve">
1057+
<value>Could not find NuGet package '{0}' version '{1}' in lock file. Ensure NuGet Restore has run since this &lt;PackageReference&gt; was added.</value>
1058+
<comment>The following are literal names and should not be translated: NuGet, PackageReference.
1059+
{0} - NuGet package id
1060+
{1} - NuGet package version</comment>
1061+
</data>
10271062
</root>

src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx

Lines changed: 54 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -330,16 +330,16 @@ The capitalized word "Portable" that appears earlier in the message is plain tex
330330
{0} - The file name of a deprecated symbol file</comment>
331331
</data>
332332
<data name="XA0138" xml:space="preserve">
333-
<value>%(AndroidAsset.AssetPack) and %(AndroidAsset.AssetPack) item metadata are only supported when `$(AndroidApplication)` is `true`.</value>
333+
<value>%(AndroidAsset.AssetPack) und %(AndroidAsset.AssetPack)-Elementmetadaten werden nur unterstützt, wenn „$(AndroidApplication)“ auf „true“ festgelegt ist.</value>
334334
<comment></comment>
335335
</data>
336336
<data name="XA0139" xml:space="preserve">
337-
<value>`@(AndroidAsset)` `{0}` has an invalid `DeliveryType` metadata of `{1}`. Supported values are `installtime`, `ondemand` or `fastfollow`.</value>
337+
<value>@(AndroidAsset)“ „{0}“ weist die ungültigen DeliveryType-Metadaten „{1}“ auf. Unterstützte Werte sind „installtime“, „ondemand“ oder „fastfollow.</value>
338338
<comment>{0} - The file name
339339
{1} - The value of the attribute in the project file.</comment>
340340
</data>
341341
<data name="XA0140" xml:space="preserve">
342-
<value>The AssetPack value defined for `{0}` has invalid characters. `{1}` should only contain A-z, a-z, 0-9 or an underscore.</value>
342+
<value>Der für „{0}“ definierte AssetPack-Wert enthält ungültige Zeichen. „{1}“ darf nur A-z, a-z, 0-9 oder einen Unterstrich enthalten.</value>
343343
<comment>{0} - The file name
344344
{1} - The value of the attribute in the metadata.</comment>
345345
</data>
@@ -968,7 +968,7 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
968968
</comment>
969969
</data>
970970
<data name="XA4234" xml:space="preserve">
971-
<value>Für das "&lt;{0}&gt;"-Element "{1}" fehlen die erforderlichen Metadaten "{2}"</value>
971+
<value>'&lt;{0}&gt;' item '{1}' is missing required attribute '{2}'.</value>
972972
<comment>{0} - The MSBuild ItemGroup Item name
973973
{1} - The MSBuild Item ItemSpec
974974
{2} - The omitted MSBuild Item metadata attribute</comment>
@@ -991,23 +991,12 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
991991
{5} - The HttpClient provided download exception message</comment>
992992
</data>
993993
<data name="XA4237" xml:space="preserve">
994-
<value>Der POM-Datei für das Maven-Artefakt "{0}:{1}" kann nicht heruntergeladen werden.
995-
– {2}: {3}</value>
994+
<value>Cannot download POM file for Maven artifact '{0}'.
995+
- {1}</value>
996996
<comment>The following are literal names and should not be translated: POM, Maven
997-
{0} - Maven artifact group id
998-
{1} - Maven artifact id
999-
{2} - The .pom filename we tried to download
1000-
{3} - The HttpClient reported download exception message
997+
{0} - Maven artifact id
998+
{1} - The HttpClient reported download exception message
1001999
</comment>
1002-
</data>
1003-
<data name="XA4238" xml:space="preserve">
1004-
<value>Die übergeordnete POM-Datei für das Maven-Artefakt "{0}:{1}" kann nicht heruntergeladen werden.
1005-
– {2}: {3}</value>
1006-
<comment>The following are literal names and should not be translated: POM, Maven
1007-
{0} - Maven artifact group id
1008-
{1} - Maven artifact id
1009-
{2} - The .pom filename we tried to download
1010-
{3} - The HttpClient reported download exception message</comment>
10111000
</data>
10121001
<data name="XA4239" xml:space="preserve">
10131002
<value>Unbekanntes Maven-Repository: "{0}".</value>
@@ -1024,4 +1013,50 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
10241013
<value>Die Android-Unterstützungsbibliotheken werden in .NET 9 und höher nicht unterstützt. Migrieren Sie zu AndroidX. Weitere Informationen finden Sie https://aka.ms/xamarin/androidx.</value>
10251014
<comment>The following are literal names and should not be translated: Android Support, AndroidX, .NET.</comment>
10261015
</data>
1016+
<data name="XA4241" xml:space="preserve">
1017+
<value>Java dependency '{0}' is not satisfied.</value>
1018+
<comment>The following are literal names and should not be translated: Java.
1019+
{0} - Maven dependency id</comment>
1020+
</data>
1021+
<data name="XA4242" xml:space="preserve">
1022+
<value>Java dependency '{0}' is not satisfied. Microsoft maintains the NuGet package '{1}' that could fulfill this dependency.</value>
1023+
<comment>The following are literal names and should not be translated: Java, Microsoft, NuGet.
1024+
{0} - Maven dependency id
1025+
{1} - NuGet package id</comment>
1026+
</data>
1027+
<data name="XA4243" xml:space="preserve">
1028+
<value>Attribute '{0}' is required when using '{1}' for '{2}' item '{3}'.</value>
1029+
<comment>{0}, {1} - MSBuild XML attribute
1030+
{2} - MSBuild XML element name
1031+
{3} - MSBuild ItemSpec value</comment>
1032+
</data>
1033+
<data name="XA4244" xml:space="preserve">
1034+
<value>Attribute '{0}' cannot be empty for '{1}' item '{2}'.</value>
1035+
<comment>{0} - MSBuild XML attribute
1036+
{1} - MSBuild XML element name
1037+
{2} - MSBuild ItemSpec value</comment>
1038+
</data>
1039+
<data name="XA4245" xml:space="preserve">
1040+
<value>Specified POM file '{0}' does not exist.</value>
1041+
<comment>The following are literal names and should not be translated: POM.
1042+
{0} - File path to POM file</comment>
1043+
</data>
1044+
<data name="XA4246" xml:space="preserve">
1045+
<value>Could not parse POM file '{0}'.
1046+
- {1}</value>
1047+
<comment>The following are literal names and should not be translated: POM.
1048+
{0} - File path to POM file
1049+
{1} - Exception message</comment>
1050+
</data>
1051+
<data name="XA4247" xml:space="preserve">
1052+
<value>Could not resolve POM file for artifact '{0}'.</value>
1053+
<comment>The following are literal names and should not be translated: POM.
1054+
{0} - Java artifact id</comment>
1055+
</data>
1056+
<data name="XA4248" xml:space="preserve">
1057+
<value>Could not find NuGet package '{0}' version '{1}' in lock file. Ensure NuGet Restore has run since this &lt;PackageReference&gt; was added.</value>
1058+
<comment>The following are literal names and should not be translated: NuGet, PackageReference.
1059+
{0} - NuGet package id
1060+
{1} - NuGet package version</comment>
1061+
</data>
10271062
</root>

src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
968968
</comment>
969969
</data>
970970
<data name="XA4234" xml:space="preserve">
971-
<value>"&lt;{0}&gt;" el elemento "{1}" en los metadatos necesarios "{2}"</value>
971+
<value>'&lt;{0}&gt;' item '{1}' is missing required attribute '{2}'.</value>
972972
<comment>{0} - The MSBuild ItemGroup Item name
973973
{1} - The MSBuild Item ItemSpec
974974
{2} - The omitted MSBuild Item metadata attribute</comment>
@@ -991,23 +991,12 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
991991
{5} - The HttpClient provided download exception message</comment>
992992
</data>
993993
<data name="XA4237" xml:space="preserve">
994-
<value>No se puede descargar archivo POM para el artefacto de Maven "{0}:{1}".
995-
- {2}: {3}</value>
994+
<value>Cannot download POM file for Maven artifact '{0}'.
995+
- {1}</value>
996996
<comment>The following are literal names and should not be translated: POM, Maven
997-
{0} - Maven artifact group id
998-
{1} - Maven artifact id
999-
{2} - The .pom filename we tried to download
1000-
{3} - The HttpClient reported download exception message
997+
{0} - Maven artifact id
998+
{1} - The HttpClient reported download exception message
1001999
</comment>
1002-
</data>
1003-
<data name="XA4238" xml:space="preserve">
1004-
<value>No se puede descargar el archivo POM primario para el artefacto de Maven "{0}:{1}".
1005-
- {2}: {3}</value>
1006-
<comment>The following are literal names and should not be translated: POM, Maven
1007-
{0} - Maven artifact group id
1008-
{1} - Maven artifact id
1009-
{2} - The .pom filename we tried to download
1010-
{3} - The HttpClient reported download exception message</comment>
10111000
</data>
10121001
<data name="XA4239" xml:space="preserve">
10131002
<value>Repositorio de Maven desconocido: "{0}".</value>
@@ -1024,4 +1013,50 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
10241013
<value>Las bibliotecas de compatibilidad con Android no se admiten en .NET 9 y versiones posteriores. Migre a AndroidX. Consulte https://aka.ms/xamarin/androidx para obtener más detalles.</value>
10251014
<comment>The following are literal names and should not be translated: Android Support, AndroidX, .NET.</comment>
10261015
</data>
1016+
<data name="XA4241" xml:space="preserve">
1017+
<value>Java dependency '{0}' is not satisfied.</value>
1018+
<comment>The following are literal names and should not be translated: Java.
1019+
{0} - Maven dependency id</comment>
1020+
</data>
1021+
<data name="XA4242" xml:space="preserve">
1022+
<value>Java dependency '{0}' is not satisfied. Microsoft maintains the NuGet package '{1}' that could fulfill this dependency.</value>
1023+
<comment>The following are literal names and should not be translated: Java, Microsoft, NuGet.
1024+
{0} - Maven dependency id
1025+
{1} - NuGet package id</comment>
1026+
</data>
1027+
<data name="XA4243" xml:space="preserve">
1028+
<value>Attribute '{0}' is required when using '{1}' for '{2}' item '{3}'.</value>
1029+
<comment>{0}, {1} - MSBuild XML attribute
1030+
{2} - MSBuild XML element name
1031+
{3} - MSBuild ItemSpec value</comment>
1032+
</data>
1033+
<data name="XA4244" xml:space="preserve">
1034+
<value>Attribute '{0}' cannot be empty for '{1}' item '{2}'.</value>
1035+
<comment>{0} - MSBuild XML attribute
1036+
{1} - MSBuild XML element name
1037+
{2} - MSBuild ItemSpec value</comment>
1038+
</data>
1039+
<data name="XA4245" xml:space="preserve">
1040+
<value>Specified POM file '{0}' does not exist.</value>
1041+
<comment>The following are literal names and should not be translated: POM.
1042+
{0} - File path to POM file</comment>
1043+
</data>
1044+
<data name="XA4246" xml:space="preserve">
1045+
<value>Could not parse POM file '{0}'.
1046+
- {1}</value>
1047+
<comment>The following are literal names and should not be translated: POM.
1048+
{0} - File path to POM file
1049+
{1} - Exception message</comment>
1050+
</data>
1051+
<data name="XA4247" xml:space="preserve">
1052+
<value>Could not resolve POM file for artifact '{0}'.</value>
1053+
<comment>The following are literal names and should not be translated: POM.
1054+
{0} - Java artifact id</comment>
1055+
</data>
1056+
<data name="XA4248" xml:space="preserve">
1057+
<value>Could not find NuGet package '{0}' version '{1}' in lock file. Ensure NuGet Restore has run since this &lt;PackageReference&gt; was added.</value>
1058+
<comment>The following are literal names and should not be translated: NuGet, PackageReference.
1059+
{0} - NuGet package id
1060+
{1} - NuGet package version</comment>
1061+
</data>
10271062
</root>

src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
968968
</comment>
969969
</data>
970970
<data name="XA4234" xml:space="preserve">
971-
<value>L’élément '&lt;{0}&gt;' '{1}' ne contient pas les métadonnées requises '{2}'</value>
971+
<value>'&lt;{0}&gt;' item '{1}' is missing required attribute '{2}'.</value>
972972
<comment>{0} - The MSBuild ItemGroup Item name
973973
{1} - The MSBuild Item ItemSpec
974974
{2} - The omitted MSBuild Item metadata attribute</comment>
@@ -991,23 +991,12 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
991991
{5} - The HttpClient provided download exception message</comment>
992992
</data>
993993
<data name="XA4237" xml:space="preserve">
994-
<value>Impossible de télécharger fichier POM pour l’artefact Maven '{0}:{1}'.
995-
- {2}: {3}</value>
994+
<value>Cannot download POM file for Maven artifact '{0}'.
995+
- {1}</value>
996996
<comment>The following are literal names and should not be translated: POM, Maven
997-
{0} - Maven artifact group id
998-
{1} - Maven artifact id
999-
{2} - The .pom filename we tried to download
1000-
{3} - The HttpClient reported download exception message
997+
{0} - Maven artifact id
998+
{1} - The HttpClient reported download exception message
1001999
</comment>
1002-
</data>
1003-
<data name="XA4238" xml:space="preserve">
1004-
<value>Impossible de télécharger le fichier POM parent pour l’artefact Maven '{0}:{1}'.
1005-
- {2}: {3}</value>
1006-
<comment>The following are literal names and should not be translated: POM, Maven
1007-
{0} - Maven artifact group id
1008-
{1} - Maven artifact id
1009-
{2} - The .pom filename we tried to download
1010-
{3} - The HttpClient reported download exception message</comment>
10111000
</data>
10121001
<data name="XA4239" xml:space="preserve">
10131002
<value>Référentiel Maven inconnu : '{0}'.</value>
@@ -1024,4 +1013,50 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
10241013
<value>Les bibliothèques Android Support ne sont pas prises en charge dans .NET 9 et les versions ultérieures, veuillez migrer vers AndroidX. Pour plus d’informations, consultez https://aka.ms/xamarin/androidx.</value>
10251014
<comment>The following are literal names and should not be translated: Android Support, AndroidX, .NET.</comment>
10261015
</data>
1016+
<data name="XA4241" xml:space="preserve">
1017+
<value>Java dependency '{0}' is not satisfied.</value>
1018+
<comment>The following are literal names and should not be translated: Java.
1019+
{0} - Maven dependency id</comment>
1020+
</data>
1021+
<data name="XA4242" xml:space="preserve">
1022+
<value>Java dependency '{0}' is not satisfied. Microsoft maintains the NuGet package '{1}' that could fulfill this dependency.</value>
1023+
<comment>The following are literal names and should not be translated: Java, Microsoft, NuGet.
1024+
{0} - Maven dependency id
1025+
{1} - NuGet package id</comment>
1026+
</data>
1027+
<data name="XA4243" xml:space="preserve">
1028+
<value>Attribute '{0}' is required when using '{1}' for '{2}' item '{3}'.</value>
1029+
<comment>{0}, {1} - MSBuild XML attribute
1030+
{2} - MSBuild XML element name
1031+
{3} - MSBuild ItemSpec value</comment>
1032+
</data>
1033+
<data name="XA4244" xml:space="preserve">
1034+
<value>Attribute '{0}' cannot be empty for '{1}' item '{2}'.</value>
1035+
<comment>{0} - MSBuild XML attribute
1036+
{1} - MSBuild XML element name
1037+
{2} - MSBuild ItemSpec value</comment>
1038+
</data>
1039+
<data name="XA4245" xml:space="preserve">
1040+
<value>Specified POM file '{0}' does not exist.</value>
1041+
<comment>The following are literal names and should not be translated: POM.
1042+
{0} - File path to POM file</comment>
1043+
</data>
1044+
<data name="XA4246" xml:space="preserve">
1045+
<value>Could not parse POM file '{0}'.
1046+
- {1}</value>
1047+
<comment>The following are literal names and should not be translated: POM.
1048+
{0} - File path to POM file
1049+
{1} - Exception message</comment>
1050+
</data>
1051+
<data name="XA4247" xml:space="preserve">
1052+
<value>Could not resolve POM file for artifact '{0}'.</value>
1053+
<comment>The following are literal names and should not be translated: POM.
1054+
{0} - Java artifact id</comment>
1055+
</data>
1056+
<data name="XA4248" xml:space="preserve">
1057+
<value>Could not find NuGet package '{0}' version '{1}' in lock file. Ensure NuGet Restore has run since this &lt;PackageReference&gt; was added.</value>
1058+
<comment>The following are literal names and should not be translated: NuGet, PackageReference.
1059+
{0} - NuGet package id
1060+
{1} - NuGet package version</comment>
1061+
</data>
10271062
</root>

0 commit comments

Comments
 (0)