Skip to content

Commit 2712742

Browse files
Localized file check-in by OneLocBuild Task (#11418)
Build definition ID 17928: Build ID 14145349
1 parent a107107 commit 2712742

13 files changed

Lines changed: 60 additions & 8 deletions

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Buď změňte hodnotu v souboru AndroidManifest.xml tak, aby odpovídala hodnot
589589
<value>Nepovedlo se připojit nativní sdílenou knihovnu: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Kvůli {1} se nepovedlo vygenerovat typ Javy pro třídu {0}.</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Bitte ändern Sie den Wert in einen Assembly-basierten Typnamen, der von "System
589589
<value>Die native freigegebene Bibliothek konnte nicht verknüpft werden: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Fehler beim Generieren des Java-Typs für die Klasse "{0}". Ursache: {1}</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Cambie el valor de AndroidManifest.xml para que coincida con el valor $(Supporte
589589
<value>No se pudo vincular la biblioteca compartida nativa: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>No se pudo generar el tipo Java {0} para la clase debido a lo siguiente: {1}</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Modifiez la valeur dans AndroidManifest.xml pour qu’elle corresponde à la val
589589
<value>Impossible de lier la bibliothèque partagée native : {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Échec de la génération du type Java pour la classe {0} en raison de {1}</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Modificare il valore in AndroidManifest.xml in modo che corrisponda al valore $(
589589
<value>Non è stato possibile collegare la libreria condivisa nativa: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Non è stato possibile generare il tipo Java per la classe {0} a causa di {1}</value>
594598
<comment>{0} - The managed type name
@@ -1016,15 +1020,15 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
10161020
</comment>
10171021
</data>
10181022
<data name="XA1045" xml:space="preserve">
1019-
<value>Input file `{0}` does not start with `&lt;replacements/&gt;`.</value>
1023+
<value>Il file di input ''{0}'' non inizia con ''&lt;replacements/&gt;''.</value>
10201024
<comment>{0} - file path</comment>
10211025
</data>
10221026
<data name="XA1046" xml:space="preserve">
1023-
<value>Attribute '{0}' in element '{1}' has value '{2}' that cannot be parsed as boolean; {3} line {4}.</value>
1027+
<value>L'attributo ''{0}'' nell'elemento ''{1}'' contiene il valore ''{2}'' che non può essere analizzato come booleano; {3} riga {4}.</value>
10241028
<comment>{0} - attribute name; {1} - element name; {2} - attribute value; {3} - file path; {4} - line number</comment>
10251029
</data>
10261030
<data name="XA1047" xml:space="preserve">
1027-
<value>Required attribute '{0}' missing from element '{1}'; {2} line {3}.</value>
1031+
<value>Manca l'attributo obbligatorio '''{0}'' per l'elemento ''{1}'', {2}linea ''{3}''.</value>
10281032
<comment>{0} - attribute name; {1} - element name; {2} - file path; {3} - line number</comment>
10291033
</data>
10301034
<data name="XA4241" xml:space="preserve">
@@ -1098,7 +1102,7 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
10981102
{0} - Fully-qualified managed type name</comment>
10991103
</data>
11001104
<data name="XA4252" xml:space="preserve">
1101-
<value>Insecure HTTP Maven repository URL '{0}' is not allowed. Use an HTTPS URL, or set AllowInsecureHttp="true" metadata on the item to override this check.</value>
1105+
<value>L'URL del repository Http Maven ''{0}'' non è consentito. Usare un URL HTTPS o impostare i metadati AllowInsecureHttp="true" sull'elemento per eseguire l'override di questo controllo.</value>
11021106
<comment>The following are literal names and should not be translated: HTTP, HTTPS, Maven, AllowInsecureHttp
11031107
{0} - The insecure HTTP URL</comment>
11041108
</data>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,10 @@ $(SupportedOSPlatformVersion) 値に一致するように AndroidManifest.xml
590590
<value>ネイティブの共有ライブラリをリンクできませんでした: {0}{1}</value>
591591
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
592592
</data>
593+
<data name="XA3008" xml:space="preserve">
594+
<value>Failed to extract debug info from '{0}'{1}</value>
595+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
596+
</data>
593597
<data name="XA4209" xml:space="preserve">
594598
<value>{1} のため、クラス {0} の Java の型を生成できませんでした</value>
595599
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ AndroidManifest.xml의 값을 $(SupportedOSPlatformVersion) 값에 맞도록 변
589589
<value>네이티브 공유 라이브러리를 연결할 수 없음: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>클래스의 Java 형식({0})을 생성하지 못했습니다(원인: {1}).</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Zmień wartość w pliku AndroidManifest.xml, aby odpowiadała wartości $(Suppo
589589
<value>Nie można połączyć natywnej biblioteki współużytkowanej: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Nie można wygenerować typu języka Java dla klasy {0} z powodu wyjątku {1}</value>
594598
<comment>{0} - The managed type name

src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ Altere o valor no AndroidManifest.xml para corresponder ao valor $(SupportedOSPl
589589
<value>Não foi possível vincular a biblioteca compartilhada nativa: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Falha ao gerar o tipo Java para a classe: {0} devido a {1}</value>
594598
<comment>{0} - The managed type name

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ In this message, the term "binding" means a piece of generated code that makes i
589589
<value>Не удалось связать платформенную общую библиотеку: {0}{1}</value>
590590
<comment>The '{1}' placeholder is replaced with full output of the failed command, starting and ending with a newline.</comment>
591591
</data>
592+
<data name="XA3008" xml:space="preserve">
593+
<value>Failed to extract debug info from '{0}'{1}</value>
594+
<comment>'{0}' is the native shared library filename. '{1}' is the full output of the failed command, starting and ending with a newline.</comment>
595+
</data>
592596
<data name="XA4209" xml:space="preserve">
593597
<value>Не удалось создать тип Java для класса {0}, так как возникло исключение {1}</value>
594598
<comment>{0} - The managed type name

0 commit comments

Comments
 (0)