Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task (#8520)
Browse files Browse the repository at this point in the history
Context: https://aka.ms/onelocbuild
Context: https://aka.ms/AllAboutLoc

* Build definition ID 17928: Build ID 8720715
* Build definition ID 17928: Build ID 8704133
* Build definition ID 17928: Build ID 8705496
  • Loading branch information
1 parent 8154864 commit 9213c81
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 86 deletions.
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>Položce &lt;{0}&gt; {1} chybí požadovaná metadata {2}</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>Specifikace artefaktu Maven {0} je neplatná. Správný formát je group_id:artifact_id.</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>Artefakt Maven {0}{1} se nedá stáhnout.
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -973,7 +973,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>Nelze stáhnout soubor POM pro artefakt Maven {0}:{1}.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -983,7 +983,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>Nelze stáhnout nadřazený soubor POM pro artefakt Maven {0}:{1}.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -992,7 +992,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>Neznámé úložiště Maven: {0}</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
20 changes: 10 additions & 10 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,20 +950,20 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>Für das "&lt;{0}&gt;"-Element "{1}" fehlen die erforderlichen Metadaten "{2}"</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>Die Maven-Artefaktspezifikation "{0}" ist ungültig. Das richtige Format ist "group_id:artifact_id".</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
- {2}: {3}
- {4}: {5}</value>
<value>Das Maven-Artefakt "{0}:{1}" kann nicht heruntergeladen werden.
{2}: {3}
{4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
{0} - Maven artifact group id
{1} - Maven artifact id
Expand All @@ -973,8 +973,8 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
- {2}: {3}</value>
<value>Der POM-Datei für das Maven-Artefakt "{0}:{1}" kann nicht heruntergeladen werden.
{2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
{1} - Maven artifact id
Expand All @@ -983,16 +983,16 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
- {2}: {3}</value>
<value>Die übergeordnete POM-Datei für das Maven-Artefakt "{0}:{1}" kann nicht heruntergeladen werden.
{2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
{1} - Maven artifact id
{2} - The .pom filename we tried to download
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>Unbekanntes Maven-Repository: "{0}".</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>"&lt;{0}&gt;" el elemento "{1}" en los metadatos necesarios "{2}"</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>La especificación de artefacto de Maven "{0}" no es válida. El formato correcto es "group_id:artifact_id".</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>No se puede descargar el artefacto de Maven "{0}:{1}".
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -973,7 +973,7 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>No se puede descargar archivo POM para el artefacto de Maven "{0}:{1}".
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -983,7 +983,7 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>No se puede descargar el archivo POM primario para el artefacto de Maven "{0}:{1}".
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -992,7 +992,7 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>Repositorio de Maven desconocido: "{0}".</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>L’élément '&lt;{0}&gt;' '{1}' ne contient pas les métadonnées requises '{2}'</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>La spécification d’artefact Maven '{0}' n’est pas valide. Le format correct est « group_id :artifact_id ».</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>Impossible de télécharger l’artefact Maven '{0}:{1}'.
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -973,7 +973,7 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>Impossible de télécharger fichier POM pour l’artefact Maven '{0}:{1}'.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -983,7 +983,7 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>Impossible de télécharger le fichier POM parent pour l’artefact Maven '{0}:{1}'.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -992,7 +992,7 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>Référentiel Maven inconnu : '{0}'.</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>Nell'elemento '&lt;{0}&gt;' '{1}' mancano i metadati obbligatori '{2}'</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>La specifica dell'artefatto Maven '{0}' non è valida. Il formato corretto è 'group_id:artifact_id'.</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>Non è possibile scaricare l'artefatto Maven '{0}:{1}'.
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -973,7 +973,7 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>Non è possibile scaricare il file POM per l'artefatto Maven '{0}:{1}'.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -983,7 +983,7 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>Non è possibile scaricare il file POM padre per l'artefatto Maven '{0}:{1}'.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -992,7 +992,7 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>Repository Maven sconosciuto: '{0}'.</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -951,18 +951,18 @@ In this message, the term "handheld app" means "app for handheld devices."
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>'&lt;{0}&gt;' 項目 '{1}' に必要なメタデータ '{2}' がありません</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>Maven 成果物の仕様 '{0}' が無効です。正しい形式は 'group_id:artifact_id' です。</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>Maven 成果物 '{0}:{1}' をダウンロードできません。
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -974,7 +974,7 @@ In this message, the term "handheld app" means "app for handheld devices."
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>Maven 成果物 '{0}:{1}' の POM ファイルをダウンロードできません。
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -984,7 +984,7 @@ In this message, the term "handheld app" means "app for handheld devices."
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>Maven 成果物 '{0}:{1}' の親 POM ファイルをダウンロードできません。
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -993,7 +993,7 @@ In this message, the term "handheld app" means "app for handheld devices."
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>不明な Maven リポジトリ: '{0}'</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
12 changes: 6 additions & 6 deletions src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@ In this message, the term "handheld app" means "app for handheld devices."
</comment>
</data>
<data name="XA4234" xml:space="preserve">
<value>'&lt;{0}&gt;' item '{1}' is missing required metadata '{2}'</value>
<value>'&lt;{0}&gt;' 항목 '{1}'에 필수 메타데이터 '{2}'이(가) 없습니다.</value>
<comment>{0} - The MSBuild ItemGroup Item name
{1} - The MSBuild Item ItemSpec
{2} - The omitted MSBuild Item metadata attribute</comment>
</data>
<data name="XA4235" xml:space="preserve">
<value>Maven artifact specification '{0}' is invalid. The correct format is 'group_id:artifact_id'.</value>
<value>Maven 아티팩트 사양 '{0}'이(가) 잘못되었습니다. 올바른 형식은 'group_id:artifact_id'입니다.</value>
<comment>The following are literal names and should not be translated: Maven, group_id, artifact_id
{0} - A Maven artifact specification</comment>
</data>
<data name="XA4236" xml:space="preserve">
<value>Cannot download Maven artifact '{0}:{1}'.
<value>Maven 아티팩트 '{0}:{1}'을(를) 다운로드할 수 없습니다.
- {2}: {3}
- {4}: {5}</value>
<comment>The following are literal names and should not be translated: Maven
Expand All @@ -973,7 +973,7 @@ In this message, the term "handheld app" means "app for handheld devices."
{5} - The HttpClient provided download exception message</comment>
</data>
<data name="XA4237" xml:space="preserve">
<value>Cannot download POM file for Maven artifact '{0}:{1}'.
<value>Maven 아티팩트 '{0}:{1}'에 대한 POM 파일 다운로드할 수 없습니다.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -983,7 +983,7 @@ In this message, the term "handheld app" means "app for handheld devices."
</comment>
</data>
<data name="XA4238" xml:space="preserve">
<value>Cannot download parent POM file for Maven artifact '{0}:{1}'.
<value>Maven 아티팩트 '{0}:{1}'에 대한 부모 POM 파일을 다운로드할 수 없습니다.
- {2}: {3}</value>
<comment>The following are literal names and should not be translated: POM, Maven
{0} - Maven artifact group id
Expand All @@ -992,7 +992,7 @@ In this message, the term "handheld app" means "app for handheld devices."
{3} - The HttpClient reported download exception message</comment>
</data>
<data name="XA4239" xml:space="preserve">
<value>Unknown Maven repository: '{0}'.</value>
<value>알 수 없는 Maven 리포지토리: '{0}'.</value>
<comment>The following are literal names and should not be translated: Maven
{0} - User supplied Maven repository type</comment>
</data>
Expand Down
Loading

0 comments on commit 9213c81

Please sign in to comment.