mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 11:13:27 +00:00
ceaa2894f1
Change-Id: I02a9c6e9d439dfcd1ea5d5f9b2b2f590f6073823
22 lines
702 B
JSON
22 lines
702 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Liangent",
|
|
"PhiLiP",
|
|
"Wmr89502270",
|
|
"Xiaomingyan",
|
|
"Liuxinyu970226"
|
|
]
|
|
},
|
|
"inputbox-desc": "允许包含预先设置的HTML表格",
|
|
"inputbox-error-no-type": "您没有指定所创建输入框的类型。",
|
|
"inputbox-error-bad-type": "输入框类型“$1”无法识别。\n请指定“create”、“comment”、“search”、“search2”或“fulltext”。",
|
|
"inputbox-tryexact": "尝试精确匹配",
|
|
"inputbox-searchfulltext": "搜索全文",
|
|
"inputbox-createarticle": "创建页面",
|
|
"inputbox-movearticle": "移动页面",
|
|
"inputbox-postcomment": "新段落",
|
|
"inputbox-postcommenttitle": "新段落",
|
|
"inputbox-ns-main": "主"
|
|
}
|