add form items to LibraryOptions
This commit is contained in:
+22
-1
@@ -9,5 +9,26 @@
|
||||
"gallery": "Créations numériques",
|
||||
"blog": "Blog"
|
||||
},
|
||||
"siblings": "Textes rebonds"
|
||||
"options": {
|
||||
"display": {
|
||||
"title": "Gestion de l'affichage",
|
||||
"choices": {
|
||||
"tree-map": "Arborescent",
|
||||
"card-map": "Aléatoire",
|
||||
"card-list": "Alphabétique"
|
||||
}
|
||||
},
|
||||
"filters": {
|
||||
"title": "Filtres",
|
||||
"choices": {
|
||||
"tags": "Tags",
|
||||
"strangeness": "Degré d'étrangement"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"title": "Rechercher"
|
||||
}
|
||||
},
|
||||
"siblings": "Textes rebonds",
|
||||
"tags": "Tags"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user