Sync Strings (#2230)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-01-15 08:21:04 +00:00 committed by GitHub
parent 4a7b04524a
commit 6bc080c279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 580 additions and 63 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">"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>

View file

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