mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 17:51:00 +00:00
ec7210f53b
Change-Id: Ifd23d9b823753b4f2d2bd9b1a4af383121fac9d0
16 lines
670 B
JSON
16 lines
670 B
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Dgstranz",
|
||
"Gomoko",
|
||
"Verdy p",
|
||
"Wladek92"
|
||
]
|
||
},
|
||
"apihelp-categorytree-summary": "Module interne pour l’extension CategoryTree.",
|
||
"apihelp-categorytree-param-category": "Titre dans l’espace de noms des catégories, le préfixe sera ignoré s’il est fourni.",
|
||
"apihelp-categorytree-param-options": "Options pour le constructeur CategoryTree comme objet JSON. L’option <var>depth</var> par défaut vaut <kbd>1</kbd>.",
|
||
"apierror-categorytree-invalidjson": "Les options doivent être un objet JSON valide.",
|
||
"apierror-categorytree-invalidjson-option": "L’option « $1 » contient une valeur non valide."
|
||
}
|