refactor: replace hardcoded aria-labels with i18n keys, add common.close/remove/home

This commit is contained in:
2026-02-05 15:21:28 +01:00
parent 715ab3ea13
commit 43add27732
9 changed files with 20 additions and 11 deletions

View File

@@ -30,7 +30,10 @@
},
"common": {
"loading": "Laden...",
"error": "Fehler beim Laden"
"error": "Fehler beim Laden",
"close": "Schließen",
"remove": "Entfernen",
"home": "Startseite"
},
"error": {
"title": "Etwas ist schiefgelaufen",

View File

@@ -30,7 +30,10 @@
},
"common": {
"loading": "Loading...",
"error": "Error loading"
"error": "Error loading",
"close": "Close",
"remove": "Remove",
"home": "Home"
},
"error": {
"title": "Something went wrong",

View File

@@ -30,7 +30,10 @@
},
"common": {
"loading": "Chargement...",
"error": "Erreur de chargement"
"error": "Erreur de chargement",
"close": "Fermer",
"remove": "Supprimer",
"home": "Accueil"
},
"error": {
"title": "Une erreur est survenue",