Sync Strings from Localazy (#5249)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-09-01 12:44:49 +02:00 committed by GitHub
parent d71a4c2a6c
commit 02c9549bc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
574 changed files with 2907 additions and 2335 deletions

View file

@ -1,9 +1,9 @@
<?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>
<item quantity="one">"%1$d Prozent aller Stimmen"</item>
<item quantity="other">"%1$d Prozent aller Stimmen"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Entfernt die vorherige Auswahl"</string>
<string name="a11y_polls_winning_answer">"Das ist die Gewinnerantwort"</string>
<string name="a11y_polls_winning_answer">"Das ist die meistgewählte Antwort"</string>
</resources>

View file

@ -0,0 +1,10 @@
<?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 la suta din totalul voturilor"</item>
<item quantity="few">"%1$d la suta din totalul voturilor"</item>
<item quantity="other">"%1$d la suta din totalul voturilor"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Va șterge selecția anterioară"</string>
<string name="a11y_polls_winning_answer">"Acesta este votul câștigător"</string>
</resources>