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 3a6e2baa0c
commit a43b907275
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>

View File

@@ -4,17 +4,17 @@
<string name="screen_create_poll_anonymous_desc">"Ergebnisse erst nach Ende der Umfrage anzeigen"</string>
<string name="screen_create_poll_anonymous_headline">"Anonyme Umfrage"</string>
<string name="screen_create_poll_answer_hint">"Option %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Ihre Änderungen wurden nicht gespeichert. Sind Sie sicher, dass Sie zurückgehen wollen?"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Deine Änderungen wurden nicht gespeichert. Bist du sicher, dass du zurückgehen willst?"</string>
<string name="screen_create_poll_delete_option_a11y">"Lösche Option %1$s"</string>
<string name="screen_create_poll_question_desc">"Frage oder Thema"</string>
<string name="screen_create_poll_question_hint">"Worum geht es bei der Umfrage?"</string>
<string name="screen_create_poll_title">"Umfrage erstellen"</string>
<string name="screen_edit_poll_delete_confirmation">"Möchten Sie diese Umfrage wirklich löschen?"</string>
<string name="screen_edit_poll_delete_confirmation">"Möchtest du diese Umfrage wirklich löschen?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Umfrage löschen"</string>
<string name="screen_edit_poll_title">"Umfrage bearbeiten"</string>
<string name="screen_polls_history_empty_ongoing">"Keine laufenden Umfragen vorhanden."</string>
<string name="screen_polls_history_empty_past">"Keine beendeten Umfragen vorhanden."</string>
<string name="screen_polls_history_filter_ongoing">"Aktuell"</string>
<string name="screen_polls_history_filter_past">"Vergangenheit"</string>
<string name="screen_polls_history_filter_ongoing">"Laufend"</string>
<string name="screen_polls_history_filter_past">"Beendet"</string>
<string name="screen_polls_history_title">"Umfragen"</string>
</resources>

View File

@@ -5,6 +5,7 @@
<string name="screen_create_poll_anonymous_headline">"Sondaj anonim"</string>
<string name="screen_create_poll_answer_hint">"Opțiune %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Modificările dumneavoastră nu au fost salvate. Sunteți sigur că doriți să vă întoarceți?"</string>
<string name="screen_create_poll_delete_option_a11y">"Ștergeți opțiunea %1$s"</string>
<string name="screen_create_poll_question_desc">"Întrebare sau subiect"</string>
<string name="screen_create_poll_question_hint">"Despre ce este sondajul?"</string>
<string name="screen_create_poll_title">"Creați un sondaj"</string>