mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-30 11:06:55 +00:00
ab28153725
Change-Id: I331608d219b3fbea207cdd8d65e2df8b7a01a3ea
16 lines
607 B
JSON
16 lines
607 B
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Liuxinyu970226",
|
||
"NekoCharm",
|
||
"U.T.",
|
||
"Xiplus"
|
||
]
|
||
},
|
||
"apihelp-categorytree-summary": "用于CategoryTree扩展的内部模块。",
|
||
"apihelp-categorytree-param-category": "分类命名空间中的标题,如果提供前缀将会被忽略。",
|
||
"apihelp-categorytree-param-options": "用于CategoryTree构造器的选项,作为一个JSON对象。<var>depth</var>选项默认为<kbd>1</kbd>。",
|
||
"apierror-categorytree-invalidjson": "选项必须是有效的JSON对象。",
|
||
"apierror-categorytree-invalidjson-option": "选项“$1”包含无效值。"
|
||
}
|