mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-15 11:13:27 +00:00
7c49387ae4
Change-Id: Ica233c854f25ccdb3842e956a2a97be67ffbd83e
20 lines
708 B
JSON
20 lines
708 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-ns-main": "主"
|
|
}
|