feat: enhance service worker caching strategies and implement offline accessibility checks for books

This commit is contained in:
Julien Froidefond
2025-10-19 20:23:37 +02:00
parent d3860ce7cc
commit bc3da12fbb
8 changed files with 417 additions and 240 deletions

View File

@@ -139,7 +139,8 @@
"size": {
"title": "Cache size",
"server": "Server cache",
"serviceWorker": "Service worker cache",
"serviceWorker": "SW cache (total)",
"api": "API cache (data)",
"items": "{count} item(s)",
"loading": "Loading...",
"error": "Error loading"
@@ -290,7 +291,8 @@
"unread": "Unread",
"read": "Read",
"readDate": "Read on {{date}}",
"progress": "Page {{current}}/{{total}}"
"progress": "Page {{current}}/{{total}}",
"offline": "Unavailable offline"
},
"display": {
"showing": "Showing books {start} to {end} of {total}",

View File

@@ -139,7 +139,8 @@
"size": {
"title": "Taille du cache",
"server": "Cache serveur",
"serviceWorker": "Cache service worker",
"serviceWorker": "Cache SW (total)",
"api": "Cache API (données)",
"items": "{count} élément(s)",
"loading": "Chargement...",
"error": "Erreur lors du chargement"
@@ -288,7 +289,8 @@
"unread": "Non lu",
"read": "Lu",
"readDate": "Lu le {{date}}",
"progress": "Page {{current}}/{{total}}"
"progress": "Page {{current}}/{{total}}",
"offline": "Indisponible hors ligne"
},
"display": {
"showing": "Affichage des tomes {start} à {end} sur {total}",