Sync Strings from Localazy

This commit is contained in:
bmarty 2024-05-13 12:47:48 +00:00 committed by github-actions[bot]
parent 2a14ad8cd4
commit 0910da0a14
258 changed files with 3323 additions and 607 deletions

View 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>

View 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">"添加选项"</string>
<string name="screen_create_poll_anonymous_desc">"仅在投票结束后显示结果"</string>
<string name="screen_create_poll_anonymous_headline">"隐藏投票"</string>
<string name="screen_create_poll_answer_hint">"选项 %1$d"</string>
<string name="screen_create_poll_cancel_confirmation_content_android">"您的更改尚未保存。确定要返回吗?"</string>
<string name="screen_create_poll_question_desc">"问题或话题"</string>
<string name="screen_create_poll_question_hint">"投票的内容是什么?"</string>
<string name="screen_create_poll_title">"创建投票"</string>
<string name="screen_edit_poll_delete_confirmation">"您确定要删除此投票吗?"</string>
<string name="screen_edit_poll_delete_confirmation_title">"删除投票"</string>
<string name="screen_edit_poll_title">"编辑投票"</string>
<string name="screen_polls_history_empty_ongoing">"无法找到正在进行的投票。"</string>
<string name="screen_polls_history_empty_past">"无法找到历史投票"</string>
<string name="screen_polls_history_filter_ongoing">"正在进行"</string>
<string name="screen_polls_history_filter_past">"历史"</string>
<string name="screen_polls_history_title">"投票"</string>
</resources>