mediawiki-extensions-AJAXPoll/i18n/zh-hans.json
Translation updater bot ec2e64eff5 Localisation updates from https://translatewiki.net.
Change-Id: I4ab4c8d5110471a669a0b646ec803c276e039a29
2023-06-26 12:36:39 +02:00

45 lines
2.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"GuoPC",
"Liuxinyu970226",
"Mys 721tx",
"Qiyue2001",
"Simon Shek",
"StephDC",
"VulpesVulpes825",
"Yfdyh000",
"Zhangjintao",
"Zoglun"
]
},
"apihelp-pollsubmitvote-summary": "AJAXPoll API模块",
"apihelp-pollsubmitvote-param-poll": "调查ID例如832A5FA2C2583A5732B90CEFF658FE25ID由输入内容问题+回答选项,也就是在<code>&lt;poll&gt;...&lt;/poll&gt;</code>标签之间的文本按MD5哈希算法格式化并通过PHP的<code>strtoupper</code>函数转化结果为全大写",
"apihelp-pollsubmitvote-param-answer": "数字回答选项标识符使用0以撤回此前投出的票",
"apihelp-pollsubmitvote-example-1": "提交第三个3答案至ID为832A5FA2C2583A5732B90CEFF658FE25的调查",
"ajaxpoll-desc": "使用<code>&lt;poll&gt;</code> 标签tag添加基于AJAX的投票功能。",
"ajaxpoll-tracking-category": "有投票的页面",
"ajaxpoll-tracking-category-desc": "页面有<code>&lt;poll&gt;</code>",
"ajaxpoll-vote-update": "已更新您的投票。",
"ajaxpoll-vote-add": "已计入您的投票。",
"ajaxpoll-vote-error": "处理您的投票出现问题,请再试一次。",
"ajaxpoll-percent-votes": "所有选票的$1%",
"ajaxpoll-your-vote": "您于$3 $4给“$1”投了票。您可以点击下面的不同答案更改您的投票。",
"ajaxpoll-no-vote": "请在下面投票。",
"ajaxpoll-no-vote-results-after-voting": "请在下面投票。当您投票后,结果将会显示。",
"ajaxpoll-info": "自$2创建以来共有{{PLURAL:$1|一人投票| $1 人投票}}。",
"ajaxpoll-submitting": "请稍候,正在提交您的投票。",
"ajaxpoll-vote-permission": "您没有投票权。",
"ajaxpoll-readonly": "无法对此投票,数据库由于以下原因被锁定:$1。",
"ajaxpoll-view-results-permission": "您没有权限查看这个投票的结果。",
"ajaxpoll-view-results-before-vote-permission": "您在投票前无权查看投票结果。",
"ajaxpoll-revoke-vote": "我想撤销我的投票",
"ajaxpoll-vote-revoked": "您已撤销您的投票。",
"right-ajaxpoll-vote": "在基于AJAX的投票区投票",
"right-ajaxpoll-view-results": "查看基于AJAX的调查结果",
"right-ajaxpoll-view-results-before-vote": "在投票前查看基于AJAX的调查结果",
"action-ajaxpoll-vote": "在基于AJAX的投票页面中投票",
"action-ajaxpoll-view-results": "在基于AJAX的投票页面查看结果",
"action-ajaxpoll-view-results-before-vote": "在基于AJAX的投票页面投票之前预览结果"
}