Modifications pour le document Document Tree Translations

Modifié par Florent Charton le 2026/01/13 15:00

Depuis la version 1.1
modifié par superadmin
sur 2022/06/20 08:48
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/13.10.6]
À la version 2.1
modifié par Florent Charton
sur 2025/08/19 15:15
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.4.3]

Résumé

Détails

Propriétés de la Page
Auteur du document
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +xwiki:XWiki.fcharton
Contenu
... ... @@ -44,9 +44,28 @@
44 44  rendering.macro.documentTree.parameter.limit.description=Le nombre maximum de nœuds fils à afficher lorsqu'un nœud père est déplié pour la première fois. Les autres nœuds sont accessibles grâce au lien "Plus...". Ce paramètre sert essentiellement à définir la pagination afin d'améliorer les performances lorsque les nœuds fils sont nombreux.
45 45  rendering.macro.documentTree.parameter.exclusions.name=Exclusions
46 46  rendering.macro.documentTree.parameter.exclusions.description=Liste de noeuds à exclure de l'arbre. Les noeuds sont indiqués par leur ID et séparés par des virgules (,).
47 -
47 +rendering.macro.documentTree.parameter.sortDocumentsBy.name=Trier les pages par
48 +### Missing: rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
49 +### Missing: rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
50 +### Missing: rendering.macro.documentTree.parameter.expandToLevel.description=Define the depth of the tree to expand automatically. Default is 0 and means that only top level nodes are displayed. A level of 1 opens those, a level of 2 also opens the children below the newly displayed nodes, etc. Note that a high value can make the macro expansive to display for the browser.
51 +rendering.macro.children.name=Enfants
52 +### Missing: rendering.macro.children.description=Displays a tree of children pages of the current page
53 +rendering.macro.children.parameter.sort.name=Trier par
54 +### Missing: rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
55 +rendering.macro.children.parameter.root.name=Racine
56 +### Missing: rendering.macro.children.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome
48 48  index.documentTree.empty=Aucune page trouvée
49 49  index.documentTree.more={0} autres...
59 +index.documentTree.addDocument=Nouvelle page...
60 +index.documentTree.documentSortDisplayer.field=Champ de tri
61 +index.documentTree.documentSortDisplayer.field.default=---
62 +index.documentTree.documentSortDisplayer.field.title=Titre
63 +index.documentTree.documentSortDisplayer.field.date=Date de dernière modification
64 +index.documentTree.documentSortDisplayer.field.creationDate=Date de création
65 +index.documentTree.documentSortDisplayer.order=Ordre de tri
66 +index.documentTree.documentSortDisplayer.order.default=---
67 +index.documentTree.documentSortDisplayer.order.asc=Croissant
68 +index.documentTree.documentSortDisplayer.order.desc=Décroissant
50 50  
51 51  ## Deprecated translation keys
52 52  
... ... @@ -53,3 +53,4 @@
53 53  ## Until 7.2M2
54 54  rendering.macro.documentTree.parameter.showChildDocuments.name=Montrer les documents enfants
55 55  rendering.macro.documentTree.parameter.showChildDocuments.description=Montrer les documents enfant basé sur le champ parent du document.
75 +