feat: implement view mode toggle functionality in PaginatedBookGrid and PaginatedSeriesGrid components
This commit is contained in:
@@ -325,9 +325,14 @@
|
||||
"progress": "Page {{current}}/{{total}}",
|
||||
"offline": "Unavailable offline"
|
||||
},
|
||||
"pages": "page",
|
||||
"pages_plural": "pages",
|
||||
"completed": "completed",
|
||||
"display": {
|
||||
"showing": "Showing books {start} to {end} of {total}",
|
||||
"page": "Page {current} of {total}"
|
||||
"page": "Page {current} of {total}",
|
||||
"grid": "Grid view",
|
||||
"list": "List view"
|
||||
},
|
||||
"filters": {
|
||||
"showAll": "Show all",
|
||||
|
||||
@@ -323,9 +323,14 @@
|
||||
"progress": "Page {{current}}/{{total}}",
|
||||
"offline": "Indisponible hors ligne"
|
||||
},
|
||||
"pages": "page",
|
||||
"pages_plural": "pages",
|
||||
"completed": "complété",
|
||||
"display": {
|
||||
"showing": "Affichage des tomes {start} à {end} sur {total}",
|
||||
"page": "Page {current} sur {total}"
|
||||
"page": "Page {current} sur {total}",
|
||||
"grid": "Vue grille",
|
||||
"list": "Vue liste"
|
||||
},
|
||||
"filters": {
|
||||
"showAll": "Afficher tout",
|
||||
|
||||
Reference in New Issue
Block a user