Sync Strings from Localazy

This commit is contained in:
bmarty
2024-07-29 00:26:27 +00:00
committed by github-actions[bot]
parent ff3253dcf1
commit d288ace4bd
84 changed files with 1774 additions and 608 deletions

View File

@@ -7,6 +7,12 @@
<string name="screen_create_poll_question_desc">"Pergunta ou tópico"</string>
<string name="screen_create_poll_question_hint">"Sobre o que é a enquete?"</string>
<string name="screen_create_poll_title">"Criar enquete"</string>
<string name="screen_edit_poll_delete_confirmation">"Tem certeza de que quer deletar esta enquete?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"Excluir Enquete"</string>
<string name="screen_edit_poll_title">"Editar enquete"</string>
<string name="screen_polls_history_empty_ongoing">"Não foi possível encontrar nenhuma enquete em andamento."</string>
<string name="screen_polls_history_empty_past">"Não foi possível encontrar nenhuma enquete anterior."</string>
<string name="screen_polls_history_filter_ongoing">"Em andamento"</string>
<string name="screen_polls_history_filter_past">"Anteriores"</string>
<string name="screen_polls_history_title">"Enquetes"</string>
</resources>

View 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">"Variant qo\'shish"</string>
<string name="screen_create_poll_anonymous_desc">"Natijalarni faqat soʻrov tugagandan keyin koʻrsatish"</string>
<string name="screen_create_poll_anonymous_headline">"Ovozlarni yashirish"</string>
<string name="screen_create_poll_answer_hint">"Variant%1$d"</string>
<string name="screen_create_poll_question_desc">"Savol yoki mavzu"</string>
<string name="screen_create_poll_question_hint">"So\'rovnoma nima haqida?"</string>
<string name="screen_create_poll_title">"Sorovnoma yaratish"</string>
<string name="screen_edit_poll_title">"Sorovnomani tahrirlash"</string>
</resources>