fix: i18n

This commit is contained in:
Philipp Dormann 2025-04-04 22:18:59 +02:00
parent c6f7210196
commit f9a84f798b
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
3 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,7 @@
<h1 <h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900"
> >
Statistiken {$_("statistiken")}
</h1> </h1>
<!-- --> <!-- -->
<div class="flex flex-wrap -mx-1 overflow-hidden mt-5"> <div class="flex flex-wrap -mx-1 overflow-hidden mt-5">

View File

@ -30,6 +30,7 @@
"spendensumme": "Spendensumme", "spendensumme": "Spendensumme",
"station_description": "Beschreibung der Scanstation", "station_description": "Beschreibung der Scanstation",
"station_id": "Scanstations-ID", "station_id": "Scanstations-ID",
"statistiken": "Statistiken",
"team": "Team", "team": "Team",
"the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.", "the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.",
"the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.", "the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.",

View File

@ -30,6 +30,7 @@
"spendensumme": "Donations", "spendensumme": "Donations",
"station_description": "Station Description", "station_description": "Station Description",
"station_id": "Scanstation ID", "station_id": "Scanstation ID",
"statistiken": "Statistics",
"team": "Team", "team": "Team",
"the_provided_scan_station_is_disabled": "The provided scan station is disabled.", "the_provided_scan_station_is_disabled": "The provided scan station is disabled.",
"the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.", "the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.",