Sync Strings from Localazy
This commit is contained in:
parent
8acdabecc4
commit
b382993cbb
55 changed files with 445 additions and 753 deletions
11
features/poll/impl/src/main/res/values-de/translations.xml
Normal file
11
features/poll/impl/src/main/res/values-de/translations.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_create_poll_add_option_btn">"Option hinzufügen"</string>
|
||||
<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_discard_confirmation">"Bist du sicher, dass du diese Umfrage verwerfen willst?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Umfrage verwerfen"</string>
|
||||
<string name="screen_create_poll_question_desc">"Frage oder Thema"</string>
|
||||
<string name="screen_create_poll_title">"Umfrage erstellen"</string>
|
||||
</resources>
|
||||
12
features/poll/impl/src/main/res/values-fr/translations.xml
Normal file
12
features/poll/impl/src/main/res/values-fr/translations.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_create_poll_add_option_btn">"Ajouter une option"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Afficher les résultats uniquement après la fin du sondage"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Masquer les votes"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Option %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Êtes-vous sûr de vouloir supprimer ce sondage ?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Supprimer le sondage"</string>
|
||||
<string name="screen_create_poll_question_desc">"Question ou sujet"</string>
|
||||
<string name="screen_create_poll_question_hint">"Quel est le sujet du sondage ?"</string>
|
||||
<string name="screen_create_poll_title">"Créer un sondage"</string>
|
||||
</resources>
|
||||
12
features/poll/impl/src/main/res/values-sk/translations.xml
Normal file
12
features/poll/impl/src/main/res/values-sk/translations.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="screen_create_poll_add_option_btn">"Pridať možnosť"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Zobraziť výsledky až po skončení ankety"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Anonymná anketa"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Možnosť %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Ste si istí, že chcete túto anketu zahodiť?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Odstrániť anketu"</string>
|
||||
<string name="screen_create_poll_question_desc">"Otázka alebo téma"</string>
|
||||
<string name="screen_create_poll_question_hint">"O čom je anketa?"</string>
|
||||
<string name="screen_create_poll_title">"Vytvoriť anketu"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue