element-x-ada/features/poll/api/src/main/res/values-de/translations.xml
ElementBot 02c9549bc0
Sync Strings from Localazy (#5249)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-09-01 12:44:49 +02:00

9 lines
481 B
XML

<?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 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 meistgewählte Antwort"</string>
</resources>