Sync Strings (#1892)
* Sync Strings from Localazy --------- Co-authored-by: bmarty <bmarty@users.noreply.github.com> Co-authored-by: jonnyandrew <jonnya@element.io> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
02fa7bb441
commit
12b3196471
32 changed files with 101 additions and 47 deletions
|
|
@ -77,7 +77,7 @@ fun CreatePollView(
|
|||
val navBack = { state.eventSink(CreatePollEvents.ConfirmNavBack) }
|
||||
BackHandler(onBack = navBack)
|
||||
if (state.showConfirmation) ConfirmationDialog(
|
||||
content = stringResource(id = R.string.screen_create_poll_discard_confirmation),
|
||||
content = stringResource(id = R.string.screen_create_poll_cancel_confirmation_content_android),
|
||||
onSubmitClicked = { state.eventSink(CreatePollEvents.NavBack) },
|
||||
onDismiss = { state.eventSink(CreatePollEvents.HideConfirmation) }
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Zobrazit výsledky až po skončení hlasování"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Anonymní hlasování"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Volba %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Opravdu chcete zrušit toto hlasování?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Zrušit hlasování"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Vaše změny nebyly uloženy. Opravdu se chcete vrátit?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Otázka nebo téma"</string>
|
||||
<string name="screen_create_poll_question_hint">"Čeho se hlasování týká?"</string>
|
||||
<string name="screen_create_poll_title">"Vytvořit hlasování"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Opravdu chcete odstranit toto hlasování?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Odstranit hlasování"</string>
|
||||
<string name="screen_edit_poll_title">"Upravit hlasování"</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Ergebnisse erst nach Ende der Umfrage anzeigen"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Anonyme Umfrage"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Option %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Bist du sicher, dass du diese Umfrage verwerfen willst?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Umfrage verwerfen"</string>
|
||||
<string name="screen_create_poll_question_desc">"Frage oder Thema"</string>
|
||||
<string name="screen_create_poll_question_hint">"Worum geht es bei der Umfrage?"</string>
|
||||
<string name="screen_create_poll_title">"Umfrage erstellen"</string>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Afficher les résultats uniquement après la fin du sondage"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Masquer les votes"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Option %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Êtes-vous sûr de vouloir supprimer ce sondage ?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Supprimer le sondage"</string>
|
||||
<string name="screen_create_poll_question_desc">"Question ou sujet"</string>
|
||||
<string name="screen_create_poll_question_hint">"Quel est le sujet du sondage ?"</string>
|
||||
<string name="screen_create_poll_title">"Créer un sondage"</string>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Afișați rezultatele numai după încheierea sondajului"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Sondaj anonim"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Opțiune %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Sunteți sigur că doriți să renunțați la acest sondaj?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Renunțați la sondaj"</string>
|
||||
<string name="screen_create_poll_question_desc">"Întrebare sau subiect"</string>
|
||||
<string name="screen_create_poll_question_hint">"Despre ce este sondajul?"</string>
|
||||
<string name="screen_create_poll_title">"Creați un sondaj"</string>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@
|
|||
<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_discard_confirmation">"Вы действительно хотите отменить этот опрос?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Отменить опрос"</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>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Zobraziť výsledky až po skončení ankety"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Anonymná anketa"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Možnosť %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Ste si istí, že chcete túto anketu zahodiť?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Odstrániť anketu"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Vaše zmeny neboli uložené. Určite sa chcete vrátiť späť?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Otázka alebo téma"</string>
|
||||
<string name="screen_create_poll_question_hint">"O čom je anketa?"</string>
|
||||
<string name="screen_create_poll_title">"Vytvoriť anketu"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Ste si istý, že chcete odstrániť túto anketu?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Odstrániť anketu"</string>
|
||||
<string name="screen_edit_poll_title">"Upraviť anketu"</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
<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_discard_confirmation">"您確定要捨棄這項投票嗎?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"捨棄投票"</string>
|
||||
<string name="screen_create_poll_question_desc">"問題或主題"</string>
|
||||
<string name="screen_create_poll_question_hint">"投什麼?"</string>
|
||||
<string name="screen_create_poll_title">"建立投票"</string>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,11 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Show results only after poll ends"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Hide votes"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Option %1$d"</string>
|
||||
<string name="screen_create_poll_discard_confirmation">"Are you sure you want to discard this poll?"</string>
|
||||
<string name="screen_create_poll_discard_confirmation_title">"Discard Poll"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Your changes have not been saved. Are you sure you want to go back?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Question or topic"</string>
|
||||
<string name="screen_create_poll_question_hint">"What is the poll about?"</string>
|
||||
<string name="screen_create_poll_title">"Create Poll"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Are you sure you want to delete this poll?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Delete Poll"</string>
|
||||
<string name="screen_edit_poll_title">"Edit poll"</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue