Sync Strings from Localazy
This commit is contained in:
parent
760ff51061
commit
8ffbfd82e8
48 changed files with 1014 additions and 896 deletions
|
|
@ -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>
|
||||
|
|
|
|||
10
features/poll/api/src/main/res/values-pl/translations.xml
Normal file
10
features/poll/api/src/main/res/values-pl/translations.xml
Normal 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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue