Sync Strings from Localazy
This commit is contained in:
parent
d0c87ad902
commit
e6f4a7364f
52 changed files with 643 additions and 38 deletions
19
features/poll/impl/src/main/res/values-es/translations.xml
Normal file
19
features/poll/impl/src/main/res/values-es/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">"Añadir opción"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Mostrar los resultados solo después de que finalice la encuesta"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Ocultar votos"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Opción %1$d"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Los cambios no se han guardado. ¿Estás seguro de que quieres volver?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Pregunta o tema"</string>
|
||||
<string name="screen_create_poll_question_hint">"¿De qué trata la encuesta?"</string>
|
||||
<string name="screen_create_poll_title">"Crear una Encuesta"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"¿Seguro que quieres eliminar esta encuesta?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Eliminar encuesta"</string>
|
||||
<string name="screen_edit_poll_title">"Editar encuesta"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"No se pudo encontrar ninguna encuesta en curso."</string>
|
||||
<string name="screen_polls_history_empty_past">"No se pudo encontrar ninguna encuesta anterior."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"En curso"</string>
|
||||
<string name="screen_polls_history_filter_past">"Anteriores"</string>
|
||||
<string name="screen_polls_history_title">"Encuestas"</string>
|
||||
</resources>
|
||||
|
|
@ -11,4 +11,9 @@
|
|||
<string name="screen_edit_poll_delete_confirmation">"Apakah Anda yakin ingin menghapus pemungutan suara ini?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Hapus pemungutan suara"</string>
|
||||
<string name="screen_edit_poll_title">"Sunting pemungutan suara"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Tidak dapat menemukan pemungutan suara yang sedang berlangsung."</string>
|
||||
<string name="screen_polls_history_empty_past">"Tidak dapat menemukan pemungutan suara sebelumnya."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"Sedang berlangsung"</string>
|
||||
<string name="screen_polls_history_filter_past">"Masa lalu"</string>
|
||||
<string name="screen_polls_history_title">"Pemungutan suara"</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -7,4 +7,7 @@
|
|||
<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>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue