refactor: streamline LibraryPage component by integrating ClientLibraryPage for improved structure and error handling

This commit is contained in:
Julien Froidefond
2025-10-16 13:25:51 +02:00
parent f6c702d787
commit 4139d8a059
9 changed files with 167 additions and 62 deletions

View File

@@ -203,6 +203,7 @@
"books": {
"empty": "Aucun tome disponible",
"coverAlt": "Couverture de {{title}}",
"defaultCoverAlt": "Image de couverture",
"status": {
"unread": "Non lu",
"read": "Lu",
@@ -382,6 +383,10 @@
"enter": "Plein écran",
"exit": "Quitter le plein écran"
},
"thumbnails": {
"show": "Afficher les vignettes",
"hide": "Masquer les vignettes"
},
"close": "Fermer",
"previousPage": "Page précédente",
"nextPage": "Page suivante"
@@ -394,6 +399,11 @@
"toggleSidebar": "Afficher/masquer le menu latéral",
"toggleTheme": "Changer le thème"
},
"navigation": {
"scrollLeft": "Défiler vers la gauche",
"scrollRight": "Défiler vers la droite",
"volume": "Tome {number}"
},
"debug": {
"title": "DEBUG",
"entries": "entrée",