Sync Strings from Localazy
This commit is contained in:
parent
a1adc7476d
commit
ca5bc71057
127 changed files with 712 additions and 668 deletions
19
features/poll/impl/src/main/res/values-pt/translations.xml
Normal file
19
features/poll/impl/src/main/res/values-pt/translations.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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">"Adicionar opção"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Mostrar resultados só após o da sondagem"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Ocultar votos"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Opção %1$d"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"As tuas alterações não foram guardadas. Tens a certeza que queres voltar atrás?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Pergunta ou tópico"</string>
|
||||
<string name="screen_create_poll_question_hint">"De que trata a sondagem?"</string>
|
||||
<string name="screen_create_poll_title">"Criar sondagem"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Tens a certeza que queres apagar esta sondagem?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Eliminar sondagem"</string>
|
||||
<string name="screen_edit_poll_title">"Editar sondagem"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Não foi possível encontrar nenhuma sondagem em curso."</string>
|
||||
<string name="screen_polls_history_empty_past">"Não foi possível encontrar nenhuma sondagem anterior."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"Em curso"</string>
|
||||
<string name="screen_polls_history_filter_past">"Passado"</string>
|
||||
<string name="screen_polls_history_title">"Sondagens"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue