Sync Strings from Localazy
This commit is contained in:
parent
0e86b2c751
commit
8027ce9dca
196 changed files with 3956 additions and 1272 deletions
20
features/poll/impl/src/main/res/values-ko/translations.xml
Normal file
20
features/poll/impl/src/main/res/values-ko/translations.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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_delete_option_a11y">"삭제 옵션 %1$s"</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>
|
||||
|
|
@ -3,14 +3,14 @@
|
|||
<string name="screen_create_poll_add_option_btn">"Adicionar opção"</string>
|
||||
<string name="screen_create_poll_anonymous_desc">"Mostrar resultados somente após o término da enquete"</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_answer_hint">"%1$dª opção"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Suas alterações não foram salvas. Tem certeza de que você quer voltar?"</string>
|
||||
<string name="screen_create_poll_delete_option_a11y">"Apagar opção %1$s"</string>
|
||||
<string name="screen_create_poll_question_desc">"Pergunta ou tópico"</string>
|
||||
<string name="screen_create_poll_question_hint">"Sobre o que é a enquete?"</string>
|
||||
<string name="screen_create_poll_title">"Criar enquete"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Tem certeza de que quer deletar esta enquete?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Excluir Enquete"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Tem certeza de que quer apagar esta enquete?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"Excluir enquete"</string>
|
||||
<string name="screen_edit_poll_title">"Editar enquete"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Não foi possível encontrar nenhuma enquete em andamento."</string>
|
||||
<string name="screen_polls_history_empty_past">"Não foi possível encontrar nenhuma enquete anterior."</string>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<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_delete_option_a11y">"Удалить опцию %1$s"</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,8 +4,16 @@
|
|||
<string name="screen_create_poll_anonymous_desc">"Natijalarni faqat soʻrov tugagandan keyin koʻrsatish"</string>
|
||||
<string name="screen_create_poll_anonymous_headline">"Ovozlarni yashirish"</string>
|
||||
<string name="screen_create_poll_answer_hint">"Variant%1$d"</string>
|
||||
<string name="screen_create_poll_cancel_confirmation_content_android">"Oʻzgarishlar saqlanmadi. Haqiqatan ham orqaga qaytmoqchimisiz?"</string>
|
||||
<string name="screen_create_poll_question_desc">"Savol yoki mavzu"</string>
|
||||
<string name="screen_create_poll_question_hint">"So\'rovnoma nima haqida?"</string>
|
||||
<string name="screen_create_poll_title">"So‘rovnoma yaratish"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation">"Siz rostdan ham bu soʻrovnomani oʻchirib tashlamoqchimisiz?"</string>
|
||||
<string name="screen_edit_poll_delete_confirmation_title">"So‘rovnomani o‘chirish"</string>
|
||||
<string name="screen_edit_poll_title">"So‘rovnomani tahrirlash"</string>
|
||||
<string name="screen_polls_history_empty_ongoing">"Davom etayotgan soʻrovlar topilmadi."</string>
|
||||
<string name="screen_polls_history_empty_past">"Avvalgi soʻrovnomalar topilmadi."</string>
|
||||
<string name="screen_polls_history_filter_ongoing">"Jarayonda"</string>
|
||||
<string name="screen_polls_history_filter_past">"Oʻtgan"</string>
|
||||
<string name="screen_polls_history_title">"Soʻrovnomalar"</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<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_delete_option_a11y">"删除选项%1$s"</string>
|
||||
<string name="screen_create_poll_question_desc">"问题或话题"</string>
|
||||
<string name="screen_create_poll_question_hint">"投票的内容是什么?"</string>
|
||||
<string name="screen_create_poll_title">"创建投票"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue