feat: enhance service worker caching strategies and implement offline accessibility checks for books
This commit is contained in:
@@ -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}",
|
||||
|
||||
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user