element-x-ada/features/poll/impl/src/main/res/values-zh/translations.xml
2025-09-05 07:44:19 +00:00

20 lines
1.5 KiB
XML

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