feat: add rate limiting for CoinGecko API and global error handling

This commit is contained in:
2026-02-04 10:57:47 +01:00
parent 28ac3e03e0
commit 9f3ff3e3cb
6 changed files with 277 additions and 3 deletions

View File

@@ -30,6 +30,11 @@
"loading": "Laden...",
"error": "Fehler beim Laden"
},
"error": {
"title": "Etwas ist schiefgelaufen",
"retry": "Erneut versuchen",
"offline": "Keine Internetverbindung"
},
"categories": {
"electronics": "Elektronik",
"furniture": "Möbel",

View File

@@ -30,6 +30,11 @@
"loading": "Loading...",
"error": "Error loading"
},
"error": {
"title": "Something went wrong",
"retry": "Try again",
"offline": "No internet connection"
},
"categories": {
"electronics": "Electronics",
"furniture": "Furniture",

View File

@@ -30,6 +30,11 @@
"loading": "Chargement...",
"error": "Erreur de chargement"
},
"error": {
"title": "Une erreur est survenue",
"retry": "Réessayer",
"offline": "Pas de connexion internet"
},
"categories": {
"electronics": "Électronique",
"furniture": "Meubles",