mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I331608d219b3fbea207cdd8d65e2df8b7a01a3ea
This commit is contained in:
parent
4b528ac829
commit
ab28153725
|
@ -2,6 +2,7 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Liuxinyu970226",
|
||||
"NekoCharm",
|
||||
"U.T.",
|
||||
"Xiplus"
|
||||
]
|
||||
|
@ -10,5 +11,5 @@
|
|||
"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” 包含无效值。"
|
||||
"apierror-categorytree-invalidjson-option": "选项“$1”包含无效值。"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"Liangent",
|
||||
"Liuxinyu970226",
|
||||
"Mywood",
|
||||
"NekoCharm",
|
||||
"PhiLiP",
|
||||
"Shinjiman",
|
||||
"Shizhao",
|
||||
|
@ -41,5 +42,9 @@
|
|||
"categorytree-no-pages": "没有页面或子分类",
|
||||
"categorytree-not-found": "找不到分类“$1”",
|
||||
"categorytree-error": "加载数据出错。",
|
||||
"categorytree-retry": "请稍后重试。"
|
||||
"categorytree-retry": "请稍后重试。",
|
||||
"categorytree-onlyroot-message": "参数<code>onlyroot</code>已弃用。请改用<code>depth=\"0\"</code>。",
|
||||
"categorytree-deprecation-warning": "'''警告:'''此页面使用了有已弃用参数的<code><categorytree></code>。",
|
||||
"categorytree-deprecation-category": "使用已弃用的categorytree参数的页面",
|
||||
"categorytree-deprecation-category-desc": "此页面使用了已弃用的categorytree参数,例如<code>onlyroot</code>。"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue