Sync Strings from Localazy

This commit is contained in:
bmarty
2025-07-21 00:33:38 +00:00
committed by ganfra
parent 62b377dcb8
commit 06312b2e4a
48 changed files with 1014 additions and 896 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="a11y_polls_will_remove_selection">"Bydd yn dileu\'r dewis blaenorol"</string>
<string name="a11y_polls_winning_answer">"Dyma\'r ateb buddugol"</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 procent wszystkich głosów"</item>
<item quantity="few">"%1$d procenty wszystkich głosów"</item>
<item quantity="many">"%1$d procent wszystkich głosów"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Spowoduje to usunięcie poprzedniego zaznaczenia"</string>
<string name="a11y_polls_winning_answer">"Zwycięska odpowiedź"</string>
</resources>

View File

@@ -5,5 +5,6 @@
<item quantity="few">"%1$d percentá z celkového počtu hlasov"</item>
<item quantity="other">"%1$d percent z celkového počtu hlasov"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Odstráni predchádzajúci výber"</string>
<string name="a11y_polls_winning_answer">"Toto je víťazná odpoveď"</string>
</resources>

View File

@@ -5,6 +5,7 @@
<string name="screen_create_poll_anonymous_headline">"Ukryj głosy"</string>
<string name="screen_create_poll_answer_hint">"Opcja %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"Zmiany nie zostały zapisane. Czy na pewno chcesz wrócić?"</string>
<string name="screen_create_poll_delete_option_a11y">"Usuń opcję %1$s"</string>
<string name="screen_create_poll_question_desc">"Pytanie lub temat"</string>
<string name="screen_create_poll_question_hint">"Czego dotyczy ankieta?"</string>
<string name="screen_create_poll_title">"Utwórz ankietę"</string>