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>