Sync Strings (#2230)
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
This commit is contained in:
parent
4a7b04524a
commit
6bc080c279
50 changed files with 580 additions and 63 deletions
19
features/poll/impl/src/main/res/values-it/translations.xml
Normal file
19
features/poll/impl/src/main/res/values-it/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">"Aggiungi opzione"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Mostra i risultati solo al termine del sondaggio"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Nascondi voti"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Opzione %1$d"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Le modifiche non sono state salvate. Vuoi davvero tornare indietro?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Domanda o argomento"</string>
|
||||
<string name="screen_create_poll_question_hint">"Di cosa parla il sondaggio?"</string>
|
||||
<string name="screen_create_poll_title">"Crea sondaggio"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Vuoi davvero eliminare questo sondaggio?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Elimina sondaggio"</string>
|
||||
<string name="screen_edit_poll_title">"Modifica sondaggio"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Impossibile trovare sondaggi in corso."</string>
|
||||
<string name="screen_polls_history_empty_past">"Impossibile trovare sondaggi passati."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"In corso"</string>
|
||||
<string name="screen_polls_history_filter_past">"Passato"</string>
|
||||
<string name="screen_polls_history_title">"Sondaggi"</string>
|
||||
</resources>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?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_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>
|
||||
|
|
@ -14,6 +14,6 @@
|
|||
<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_filter_past">"Прошлые"</string>
|
||||
<string name="screen_polls_history_title">"Опросы"</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue