Sync Strings from Localazy (#4983)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-07-04 16:37:59 +02:00 committed by GitHub
parent 52a6b78228
commit d9ede0544c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
138 changed files with 1485 additions and 869 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="a11y_polls_winning_answer">"Dyma\'r ateb buddugol"</string>
</resources>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="one">"%1$d Prozent der Stimmen insgesamt"</item>
<item quantity="other">"%1$d Prozent der Gesamtstimmen"</item>
</plurals>
<string name="a11y_polls_winning_answer">"Das ist die Gewinnerantwort"</string>
</resources>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="other">"%1$d persen dari total suara"</item>
</plurals>
<string name="a11y_polls_winning_answer">"Ini adalah jawaban yang menang"</string>
</resources>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="one">"%1$d percento dei voti totali"</item>
<item quantity="other">"%1$d percento dei voti totali"</item>
</plurals>
<string name="a11y_polls_winning_answer">"Questa è la risposta vincente"</string>
</resources>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="one">"%1$d por cento de todos os votos"</item>
<item quantity="other">"%1$d por cento de todos os votos"</item>
</plurals>
<string name="a11y_polls_winning_answer">"Esta é a resposta vencedora"</string>
</resources>