🚀RELEASE v0.18.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2023-04-15 19:44:17 +02:00
parent 1f4711d07a
commit 00de8c3d75
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
5 changed files with 990 additions and 980 deletions

View File

@ -2,10 +2,20 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [0.18.1](https://git.odit.services/lfk/frontend/compare/0.18.0...0.18.1)
- Missing scanstation translations [`30e3396`](https://git.odit.services/lfk/frontend/commit/30e33968978bf33cedb31bcbf63fac273e1664f5)
- fix: button onclick a11y [`9fe53b0`](https://git.odit.services/lfk/frontend/commit/9fe53b0b9c71e8a6b4aa3f317327ffe729df0834)
- fix(ConfirmStatsClientDeletion): ScanStationService -> StatsClientService [`5291e04`](https://git.odit.services/lfk/frontend/commit/5291e049a1d2e880fbe277095da91b70d4812c3f)
- fix(ConfirmScanStationDeletion): donorControllerRemove -> scanStationControllerRemove [`08fbb50`](https://git.odit.services/lfk/frontend/commit/08fbb504c958415ce75e1e426296f870f0f1358d)
#### [0.18.0](https://git.odit.services/lfk/frontend/compare/0.17.3...0.18.0) #### [0.18.0](https://git.odit.services/lfk/frontend/compare/0.17.3...0.18.0)
> 12 April 2023
- Moved filter function to typed version [`#171`](https://git.odit.services/lfk/frontend/issues/171) - Moved filter function to typed version [`#171`](https://git.odit.services/lfk/frontend/issues/171)
- ScansOverview: migrate to datatable [`#168`](https://git.odit.services/lfk/frontend/issues/168) - ScansOverview: migrate to datatable [`#168`](https://git.odit.services/lfk/frontend/issues/168)
- 🚀RELEASE v0.18.0 [`eb80406`](https://git.odit.services/lfk/frontend/commit/eb80406fdb8abf3f76bca742095e8f1f03480a56)
- wip: ScansOverview -> new datatable [`c87561f`](https://git.odit.services/lfk/frontend/commit/c87561f63b90ab951daf91d9b8b54ba96a94cc7f) - wip: ScansOverview -> new datatable [`c87561f`](https://git.odit.services/lfk/frontend/commit/c87561f63b90ab951daf91d9b8b54ba96a94cc7f)
- Basic card table replace [`5662c3b`](https://git.odit.services/lfk/frontend/commit/5662c3b6da67c00c94254bf39f8820e531fc93ef) - Basic card table replace [`5662c3b`](https://git.odit.services/lfk/frontend/commit/5662c3b6da67c00c94254bf39f8820e531fc93ef)
- RunnersOverview: table responsiveness [`bf1e715`](https://git.odit.services/lfk/frontend/commit/bf1e715261c0076fd8543dd1187c516209a73b16) - RunnersOverview: table responsiveness [`bf1e715`](https://git.odit.services/lfk/frontend/commit/bf1e715261c0076fd8543dd1187c516209a73b16)

View File

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.18.0-RELEASE_INFO</span> <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.18.1-RELEASE_INFO</span>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script> <script src="/env.js"></script>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-frontend", "name": "@odit/lfk-frontend",
"version": "0.18.0", "version": "0.18.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"i18n-order": "node order.js", "i18n-order": "node order.js",

View File

@ -1,490 +1,490 @@
{ {
"404message": "Die gesuchte Seite wurde leider nicht gefunden.", "404message": "Die gesuchte Seite wurde leider nicht gefunden.",
"404title": "Fehler 404", "404title": "Fehler 404",
"about": "Über", "about": "Über",
"action": "Aktionen", "action": "Aktionen",
"active": "Aktiv", "active": "Aktiv",
"add-card": "Karte erstellen", "add-card": "Karte erstellen",
"add-donation": "Sponsoring erstellen", "add-donation": "Sponsoring erstellen",
"add-donor": "Sponsor:in erstellen", "add-donor": "Sponsor:in erstellen",
"add-or-update-a-payment": "Zahlung hinzufügen oder bearbeiten", "add-or-update-a-payment": "Zahlung hinzufügen oder bearbeiten",
"add-scan": "Scan erstellen", "add-scan": "Scan erstellen",
"add-the-first-scanstation": "Erstelle deine erste Scannerstation.", "add-the-first-scanstation": "Erstelle deine erste Scannerstation.",
"add-the-first-statsclient": "Erstelle deinen ersten Statsclient.", "add-the-first-statsclient": "Erstelle deinen ersten Statsclient.",
"add-user-group": "Neue Gruppe erstellen", "add-user-group": "Neue Gruppe erstellen",
"add-your-first-card": "Erstelle deine erste Läuferkarte", "add-your-first-card": "Erstelle deine erste Läuferkarte",
"add-your-first-contact": "Erstelle den ersten Kontakt", "add-your-first-contact": "Erstelle den ersten Kontakt",
"add-your-first-donor": "Erstelle die erste Sponsor:in", "add-your-first-donor": "Erstelle die erste Sponsor:in",
"add-your-first-group": "Erstelle die erste Gruppe", "add-your-first-group": "Erstelle die erste Gruppe",
"add-your-first-organization": "Erstelle die erste Organisation", "add-your-first-organization": "Erstelle die erste Organisation",
"add-your-first-runner": "Erstelle die erste Läufer:in", "add-your-first-runner": "Erstelle die erste Läufer:in",
"add-your-first-team": "Erstelle das erste Team", "add-your-first-team": "Erstelle das erste Team",
"add-your-first-track": "Erstelle den ersten Track (Laufstrecke).", "add-your-first-track": "Erstelle den ersten Track (Laufstrecke).",
"add-your-first-user": "Erstelle die erste Benutzer:in", "add-your-first-user": "Erstelle die erste Benutzer:in",
"add-your-fist-donation": "Erstelle dein erstes Sponsoring", "add-your-fist-donation": "Erstelle dein erstes Sponsoring",
"add-your-fist-scan": "Füge deinen ersten Scan hinzu", "add-your-fist-scan": "Füge deinen ersten Scan hinzu",
"adding-card": "Karte wird erstellt", "adding-card": "Karte wird erstellt",
"adding-donation": "Sponsoring wird erstellt...", "adding-donation": "Sponsoring wird erstellt...",
"adding-scan": "Scan wird hinzugefügt", "adding-scan": "Scan wird hinzugefügt",
"address": "Adresse", "address": "Adresse",
"address-is-required": "Du musst eine Adresse angeben", "address-is-required": "Du musst eine Adresse angeben",
"after-deletion-we-cant-restore-your-old-profile": "Nach der Löschung können auch die Admins dein Profil nicht wiederherstellen!", "after-deletion-we-cant-restore-your-old-profile": "Nach der Löschung können auch die Admins dein Profil nicht wiederherstellen!",
"after-the-update-youll-get-logged-out-please-login-with-your-new-password-after-that": "Nach der Änderung wirst du abgemeldet - bitte melde dich dann mit deinem neuen Passwort an.", "after-the-update-youll-get-logged-out-please-login-with-your-new-password-after-that": "Nach der Änderung wirst du abgemeldet - bitte melde dich dann mit deinem neuen Passwort an.",
"all": "Alle", "all": "Alle",
"all-associated-donations-will-get-deleted-as-well": "Alle Sponsorings dieser Sponsor:in werden ebenfalls gelöscht", "all-associated-donations-will-get-deleted-as-well": "Alle Sponsorings dieser Sponsor:in werden ebenfalls gelöscht",
"all-associated-runners-will-be-deleted-too": "Alle zugehörigen Läufer:innen werden auch gelöscht!", "all-associated-runners-will-be-deleted-too": "Alle zugehörigen Läufer:innen werden auch gelöscht!",
"all-associated-teams-and-runners-will-be-deleted-too": "Alle assoziierten Teams und Läufer:innen werden auch gelöscht!", "all-associated-scans-will-get-deleted-as-well": "Alle Scans dieser Station werden ebenfalls gelöscht",
"already-paid": "Bereits bezahlt", "all-associated-teams-and-runners-will-be-deleted-too": "Alle assoziierten Teams und Läufer:innen werden auch gelöscht!",
"amount": "Anzahl", "already-paid": "Bereits bezahlt",
"amount-per-kilometer": "Betrag pro Kilometer", "amount": "Anzahl",
"apartment-suite-etc": "Apartment, Wohnung, etc.", "amount-per-kilometer": "Betrag pro Kilometer",
"application_name": "Lauf für Kaya! - Admin", "apartment-suite-etc": "Apartment, Wohnung, etc.",
"applying-changes": "Änderungen anwenden", "application_name": "Lauf für Kaya! - Admin",
"attention": "Achtung!", "applying-changes": "Änderungen anwenden",
"author": "Autor:in", "attention": "Achtung!",
"bitte-bestaetige-diese-laeufer-fuer-den-import": "Bitte die Läufer:innen für den Import bestätigen.", "author": "Autor:in",
"by": "von", "bitte-bestaetige-diese-laeufer-fuer-den-import": "Bitte die Läufer:innen für den Import bestätigen.",
"cancel": "Abbrechen", "by": "von",
"cancel-delete": "Löschen abbrechen", "cancel": "Abbrechen",
"cancel-keep-donor": "Abbrechen, Sponsor:in behalten", "cancel-delete": "Löschen abbrechen",
"cancel-keep-my-profile": "Abbrechen, mein Profil behalten", "cancel-keep-donor": "Abbrechen, Sponsor:in behalten",
"cancel-keep-organization": "Abbrechen und Organisation bearbeiten", "cancel-keep-my-profile": "Abbrechen, mein Profil behalten",
"cancel-keep-statsclient": "Abbrechen und Statsclient behalten", "cancel-keep-organization": "Abbrechen und Organisation bearbeiten",
"cancel-keep-team": "Abbrechen, Team behalten", "cancel-keep-station": "Abbrechen und Station behalten",
"cannot-reset-your-password-directly": "Schade. \nWir können das Passwort leider nicht direkt zurücksetzen.\nBitte sende uns eine Mail in der du deine Identität bestätigst.", "cancel-keep-statsclient": "Abbrechen und Statsclient behalten",
"card": "Läuferkarte", "cancel-keep-team": "Abbrechen, Team behalten",
"card-added": "Karte wurde hinzugefügt", "cannot-reset-your-password-directly": "Schade. \nWir können das Passwort leider nicht direkt zurücksetzen.\nBitte sende uns eine Mail in der du deine Identität bestätigst.",
"card-deleted": "Karte gelöscht", "card": "Läuferkarte",
"card-updated": "Karte aktualisiert", "card-added": "Karte wurde hinzugefügt",
"cards": "Läuferkarten", "card-deleted": "Karte gelöscht",
"cards-deleted": "Karten gelöscht", "card-updated": "Karte aktualisiert",
"certificates": "Urkunden", "cards": "Läuferkarten",
"change-your-password-here": "Hier kannst du dein Passwort ändern", "cards-deleted": "Karten gelöscht",
"changing-your-password": "Passwort wird geändert", "certificates": "Urkunden",
"city": "Stadt", "change-your-password-here": "Hier kannst du dein Passwort ändern",
"click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren", "changing-your-password": "Passwort wird geändert",
"click-to-copy-token-to-clipboard": "Klicke auf den Token, um ihn in deine Zwischenablage zu kopieren", "city": "Stadt",
"close": "Schließen", "click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren",
"code": "Code", "click-to-copy-token-to-clipboard": "Klicke auf den Token, um ihn in deine Zwischenablage zu kopieren",
"configure-the-tracks-and-minimum-lap-times": "Bearbeite die Tracks und ihre minimale Rundenzeit", "close": "Schließen",
"confirm": "Bestätigen", "code": "Code",
"confirm-delete": "Löschung Bestätigen", "configure-the-tracks-and-minimum-lap-times": "Bearbeite die Tracks und ihre minimale Rundenzeit",
"confirm-delete-donor-with-all-donations": "Bestätigen, Sponsor:in mit allen Sponsorings löschen", "confirm": "Bestätigen",
"confirm-delete-my-user-profile": "Bestätigung, mein Benutzerprofil löschen", "confirm-delete": "Löschung Bestätigen",
"confirm-delete-organization-and-associated-teams-runners": "Bestätugung, lösche die Organisation und alle zugehörigen Teams und Läufer:innen.", "confirm-delete-donor-with-all-donations": "Bestätigen, Sponsor:in mit allen Sponsorings löschen",
"confirm-delete-statsclient": "Bestätigung, Statsclient löschen", "confirm-delete-my-user-profile": "Bestätigung, mein Benutzerprofil löschen",
"confirm-delete-team-and-associated-runners": "Bestätigung, lösche das Team mitsamt seinen Läufer:innen.", "confirm-delete-organization-and-associated-teams-runners": "Bestätugung, lösche die Organisation und alle zugehörigen Teams und Läufer:innen.",
"confirm-deletion": "Löschung Bestätigen", "confirm-delete-station-with-all-scans": "Löschen der Scannerstation mit allen Scans bestätigen",
"confirm-the-new-password": "Neues Passwort bestätigen", "confirm-delete-statsclient": "Bestätigung, Statsclient löschen",
"contact": "Kontakt", "confirm-delete-team-and-associated-runners": "Bestätigung, lösche das Team mitsamt seinen Läufer:innen.",
"contact-added": "Kontakt wurde hinzugefügt", "confirm-deletion": "Löschung Bestätigen",
"contact-deleted": "Kontakt gelöscht", "confirm-the-new-password": "Neues Passwort bestätigen",
"contact-information": "Kontaktinformation", "contact": "Kontakt",
"contact-is-being-added": "Kontakt wird erstellt...", "contact-added": "Kontakt wurde hinzugefügt",
"contact-is-being-updated": "Kontakt wird aktualisiert ...", "contact-deleted": "Kontakt gelöscht",
"contact-is-not-a-member-in-any-group": "Kontakt gehört zu keiner Gruppe", "contact-information": "Kontaktinformation",
"contacts": "Kontakte", "contact-is-being-added": "Kontakt wird erstellt...",
"contacts-are-being-loaded": "Kontakte werden geladen ...", "contact-is-being-updated": "Kontakt wird aktualisiert ...",
"copied-link-to-clipboard": "Link wurde in die Zwischenablage kopiert", "contact-is-not-a-member-in-any-group": "Kontakt gehört zu keiner Gruppe",
"copied-token-to-clipboard": "Token wurde in die Zwischenablage kopiert", "contacts": "Kontakte",
"count_organizations": "Organisationen (Anzahl)", "contacts-are-being-loaded": "Kontakte werden geladen ...",
"count_teams": "Teams (Anzahl)", "copied-link-to-clipboard": "Link wurde in die Zwischenablage kopiert",
"create": "Erstellen", "copied-token-to-clipboard": "Token wurde in die Zwischenablage kopiert",
"create-a-new": "Erstelle eine neue", "count_organizations": "Organisationen (Anzahl)",
"create-a-new-card": "Neue Läuferkarte erstellen", "count_teams": "Teams (Anzahl)",
"create-a-new-contact": "Kontakt erstellen", "create": "Erstellen",
"create-a-new-distance-donation": "Erstelle ein neues Sponsoring", "create-a-new": "Erstelle eine neue",
"create-a-new-donor": "Neue Sponsor:in erstellen", "create-a-new-card": "Neue Läuferkarte erstellen",
"create-a-new-fixed-donation": "Erstelle eine neue Festbetragsspende", "create-a-new-contact": "Kontakt erstellen",
"create-a-new-organization": "Neue Organisation anlegen", "create-a-new-distance-donation": "Erstelle ein neues Sponsoring",
"create-a-new-runner": "Neue Läufer:in erstellen", "create-a-new-donor": "Neue Sponsor:in erstellen",
"create-a-new-scan-fixed-only": "Neuen Scan erstellen (nur mit Festdistanz)", "create-a-new-fixed-donation": "Erstelle eine neue Festbetragsspende",
"create-a-new-scanstation": "Neue Station erstellen", "create-a-new-organization": "Neue Organisation anlegen",
"create-a-new-statsclient": "Neuen Statsclient erstellen", "create-a-new-runner": "Neue Läufer:in erstellen",
"create-a-new-team": "Erstelle ein neues Team", "create-a-new-scan-fixed-only": "Neuen Scan erstellen (nur mit Festdistanz)",
"create-a-new-track": "Neuen Track erstellen", "create-a-new-scanstation": "Neue Station erstellen",
"create-a-new-user": "Neue Benutzer:in anlegen", "create-a-new-statsclient": "Neuen Statsclient erstellen",
"create-a-new-user-group": "Erstelle eine neue Gruppe", "create-a-new-team": "Erstelle ein neues Team",
"create-and-generate-pdf": "Erstellen und PDF herunterladen", "create-a-new-track": "Neuen Track erstellen",
"create-bulk-blanco-cards": "Blankokarten erstellen", "create-a-new-user": "Neue Benutzer:in anlegen",
"create-bulk-cards": "Blankokarten erstellen", "create-a-new-user-group": "Erstelle eine neue Gruppe",
"create-organization": "Organisation erstellen", "create-and-generate-pdf": "Erstellen und PDF herunterladen",
"create-team": "Team erstellen", "create-bulk-blanco-cards": "Blankokarten erstellen",
"create-track": "Track erstellen", "create-bulk-cards": "Blankokarten erstellen",
"create-user": "Benutzer anlegen", "create-organization": "Organisation erstellen",
"create-without-pdf": "Ohne PDF erstellen", "create-team": "Team erstellen",
"created-blanco-cards": "Blankokarten wurden erstellt", "create-track": "Track erstellen",
"creating-blanco-cards": "Erstelle Blankokarten", "create-user": "Benutzer anlegen",
"credits": "Credits", "create-without-pdf": "Ohne PDF erstellen",
"csv_import__class": "Klasse", "created-blanco-cards": "Blankokarten wurden erstellt",
"csv_import__firstname": "Vorname", "creating-blanco-cards": "Erstelle Blankokarten",
"csv_import__lastname": "Nachname", "credits": "Credits",
"csv_import__middlename": "Mittelname", "csv_import__class": "Klasse",
"csv_import__team": "Team", "csv_import__firstname": "Vorname",
"danger-zone": "Gefahrenzone", "csv_import__lastname": "Nachname",
"dashboard-greeting": "Hallo", "csv_import__middlename": "Mittelname",
"dashboard-title": "Dashboard", "csv_import__team": "Team",
"datatable": { "danger-zone": "Gefahrenzone",
"search": "🔍 Suche ...", "dashboard-greeting": "Hallo",
"an_error_happened_while_fetching_the_data": "Beim Abrufen der Daten ist ein Fehler aufgetreten", "dashboard-title": "Dashboard",
"loading": "Wird geladen...", "datatable": {
"next": "Nächste", "search": "🔍 Suche ...",
"of": "von", "an_error_happened_while_fetching_the_data": "Beim Abrufen der Daten ist ein Fehler aufgetreten",
"previous": "Vorherige", "loading": "Wird geladen...",
"to": "bis", "next": "Nächste",
"showing": "Zeige", "of": "von",
"no_matching_records_found": "Keine passenden Einträge gefunden", "previous": "Vorherige",
"page": "Seite", "to": "bis",
"records": "Einträge", "showing": "Zeige",
"sort_column_ascending": "Spalte aufsteigend sortieren", "no_matching_records_found": "Keine passenden Einträge gefunden",
"sort_column_descending": "Spalte absteigend sortieren" "page": "Seite",
}, "records": "Einträge",
"delete": "Löschen", "sort_column_ascending": "Spalte aufsteigend sortieren",
"delete-cards": "Karten löschen", "sort_column_descending": "Spalte absteigend sortieren"
"delete-contact": "Kontakt löschen", },
"delete-donation": "Sponsoring löschen", "delete": "Löschen",
"delete-donor": "Sponsor:in löschen", "delete-cards": "Karten löschen",
"delete-group": "Gruppe löschen", "delete-contact": "Kontakt löschen",
"delete-organization": "Organisation löschen", "delete-donation": "Sponsoring löschen",
"delete-profile": "Profil löschen", "delete-donor": "Sponsor:in löschen",
"delete-runner": "Läufer:in löschen", "delete-group": "Gruppe löschen",
"delete-scan": "Scan löschen", "delete-organization": "Organisation löschen",
"delete-scans": "Scans löschen", "delete-profile": "Profil löschen",
"delete-station": "Station löschen", "delete-runner": "Läufer:in löschen",
"delete-statsclient": "Statsclient löschen", "delete-scan": "Scan löschen",
"delete-team": "Team Löschen", "delete-scans": "Scans löschen",
"delete-user": "Benutzer:in löschen", "delete-station": "Station löschen",
"deleted-scan": "Scan wurde gelöscht", "delete-statsclient": "Statsclient löschen",
"dependency_name": "Name", "delete-team": "Team Löschen",
"description": "Beschreibung", "delete-user": "Benutzer:in löschen",
"description-optional": "Beschreibung (optional)", "deleted-scan": "Scan wurde gelöscht",
"deselect-all": "Alle abwählen", "dependency_name": "Name",
"details": "Details", "description": "Beschreibung",
"disabled": "deaktiviert", "description-optional": "Beschreibung (optional)",
"distance": "Distanz", "deselect-all": "Alle abwählen",
"distance-donation": "Sponsoring", "details": "Details",
"distance-in-km": "Distanz (in KM)", "disabled": "deaktiviert",
"distance-track": "Distanz (+Track)", "distance": "Distanz",
"do-you-really-want-to-delete-your-profile": "Möchtest du dein Profil wirklich löschen?", "distance-donation": "Sponsoring",
"do-you-want-to-delete-the-organization-delete_org-name": "Möchtest du die Organisation {orgname} löschen?", "distance-in-km": "Distanz (in KM)",
"do-you-want-to-delete-the-team-delete_team-name": "Möchtest du das Team {teamname} löschen?", "distance-track": "Distanz (+Track)",
"do-you-want-to-delete-this-donor-with-all-related-donations": "Möchtest du diese Sponsor:in mit all ihren Sponsorings löschen?", "do-you-really-want-to-delete-your-profile": "Möchtest du dein Profil wirklich löschen?",
"documentation": "Dokumentation", "do-you-want-to-delete-the-organization-delete_org-name": "Möchtest du die Organisation {orgname} löschen?",
"donation-amount": "Sponsoringbetrag", "do-you-want-to-delete-the-team-delete_team-name": "Möchtest du das Team {teamname} löschen?",
"donation-amount-must-be-greater-that-0-00eur": "Der Sponsoringbetrag muss größer als 0.00€ sein.", "do-you-want-to-delete-this-donor-with-all-related-donations": "Möchtest du diese Sponsor:in mit all ihren Sponsorings löschen?",
"donation-deleted": "Sponsoring gelöscht", "documentation": "Dokumentation",
"donation-updated": "Sponsoring wurde aktualisiert", "donation-amount": "Sponsoringbetrag",
"donation_added": "Sponsoring hinzugefügt", "donation-amount-must-be-greater-that-0-00eur": "Der Sponsoringbetrag muss größer als 0.00€ sein.",
"donations": "Sponsorings", "donation-deleted": "Sponsoring gelöscht",
"donor": "Sponsor:in", "donation-updated": "Sponsoring wurde aktualisiert",
"donor-added": "Sponsor:in hinzugefügt", "donation_added": "Sponsoring hinzugefügt",
"donor-deleted": "Sponsor:in gelöscht", "donations": "Sponsorings",
"donor-has-no-associated-donations": "Zur Sponsor:in gibt es noch keine Sponsorings", "donor": "Sponsor:in",
"donor-is-being-added": "Sponsor:in wird hinzugefügt...", "donor-added": "Sponsor:in hinzugefügt",
"donor-is-being-updated": "Sponsor:in wird aktualisiert", "donor-deleted": "Sponsor:in gelöscht",
"donors": "Sponsor:innen", "donor-has-no-associated-donations": "Zur Sponsor:in gibt es noch keine Sponsorings",
"donors-are-being-loaded": "Sponsor:innen werden geladen", "donor-is-being-added": "Sponsor:in wird hinzugefügt...",
"dont-have-your-email-connected": "Deine E-Mail ist nicht verknüpft?", "donor-is-being-updated": "Sponsor:in wird aktualisiert",
"dont-panic-were-resetting-it": "Keine Panik, wir setzen es zurück ✌", "donors": "Sponsor:innen",
"e-mail-adress": "E-Mail-Adresse", "donors-are-being-loaded": "Sponsor:innen werden geladen",
"edit": "Bearbeiten", "dont-have-your-email-connected": "Deine E-Mail ist nicht verknüpft?",
"edit-a-card": "Läuferkarte bearbeiten", "dont-panic-were-resetting-it": "Keine Panik, wir setzen es zurück ✌",
"edit-permissions": "Berechtigungen bearbeiten", "e-mail-adress": "E-Mail-Adresse",
"email_address_or_username": "E-Mail-Adresse/ Benutzername", "edit": "Bearbeiten",
"enabled": "aktiviert", "edit-a-card": "Läuferkarte bearbeiten",
"enabled_large": "Aktiviert", "edit-permissions": "Berechtigungen bearbeiten",
"english": "Englisch", "email_address_or_username": "E-Mail-Adresse/ Benutzername",
"enter-payment": "Zahlung eingeben", "enabled": "aktiviert",
"error-during-import": "Fehler beim Importieren", "enabled_large": "Aktiviert",
"error-whyile-copying-to-clipboard": "Fehler beim Kopieren in die Zwischenablage", "english": "Englisch",
"error_on_login": "😢Fehler beim Login", "enter-payment": "Zahlung eingeben",
"erteilte": "Direkt erteilte", "error-during-import": "Fehler beim Importieren",
"everything-concerning-your-profile": "Alles zu deinem Profil", "error-whyile-copying-to-clipboard": "Fehler beim Kopieren in die Zwischenablage",
"everything-is-more-fun-together": "Im Team macht's mehr Spaß 🏃‍♂️🏃‍♀️🏃‍♂️", "error_on_login": "😢Fehler beim Login",
"faq": "FAQ", "erteilte": "Direkt erteilte",
"filename_sponsoringquittungsliste": "SponsoringQuittungsListe", "everything-concerning-your-profile": "Alles zu deinem Profil",
"filter-by-organization-team": "Filtern nach Organisation / Team", "everything-is-more-fun-together": "Im Team macht's mehr Spaß 🏃‍♂️🏃‍♀️🏃‍♂️",
"first-name": "Vorname", "faq": "FAQ",
"first-name-is-required": "Vorname muss angegeben werden", "filename_sponsoringquittungsliste": "SponsoringQuittungsListe",
"first-scan-of-the-day": "Erster Scan des Tages", "filter-by-organization-team": "Filtern nach Organisation / Team",
"fixed-donation": "Festbetragsspende", "first-name": "Vorname",
"forgot_password": "Passwort vergessen?", "first-name-is-required": "Vorname muss angegeben werden",
"geerbte": "geerbte", "first-scan-of-the-day": "Erster Scan des Tages",
"general-stats": "Allgemeine Statistiken", "fixed-donation": "Festbetragsspende",
"general_promise_error": "😢 Ein unbekannter Fehler ist aufgetreten", "forgot_password": "Passwort vergessen?",
"generate-runner-certificate": "Urkunde generieren", "geerbte": "geerbte",
"generate-runner-certificates": "Urkunden generieren", "general-stats": "Allgemeine Statistiken",
"generate-runnercards": "Läuferkarten generieren", "general_promise_error": "😢 Ein unbekannter Fehler ist aufgetreten",
"generate-sponsoring-contract": "Sponsoringvertrag generieren", "generate-runner-certificate": "Urkunde generieren",
"generate-sponsoring-contracts": "Sponsoringverträge generieren", "generate-runner-certificates": "Urkunden generieren",
"generating-pdf": "PDF wird generiert...", "generate-runnercards": "Läuferkarten generieren",
"generating-pdfs": "PDFs werden generiert...", "generate-sponsoring-contract": "Sponsoringvertrag generieren",
"generic-ui-logic-error": "Etwas ist in der Benutzeroberfläche schiefgelaufen.", "generate-sponsoring-contracts": "Sponsoringverträge generieren",
"german": "Deutsch", "generating-pdf": "PDF wird generiert...",
"go-to-login": "Zum Login", "generating-pdfs": "PDFs werden generiert...",
"goback": "Zur Startseite", "generic-ui-logic-error": "Etwas ist in der Benutzeroberfläche schiefgelaufen.",
"granted": "Gewährt", "german": "Deutsch",
"group": "Gruppe", "go-to-login": "Zum Login",
"group-added": "Gruppe hinzugefügt", "goback": "Zur Startseite",
"group-is-being-added": "Gruppe wird erstellt", "granted": "Gewährt",
"group-name-is-required": "Der Gruppenname muss angegeben werden.", "group": "Gruppe",
"group-updated": "Gruppe aktualisiert", "group-added": "Gruppe hinzugefügt",
"groups": "Gruppen", "group-is-being-added": "Gruppe wird erstellt",
"groups-are-being-loaded": "Gruppen werden geladen", "group-name-is-required": "Der Gruppenname muss angegeben werden.",
"home": "Start", "group-updated": "Gruppe aktualisiert",
"icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:", "groups": "Gruppen",
"if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "Wenn du mehrere Blankokarten erstellen willst, nutze doch den \"Blankokarten erstellen\" Knopf.", "groups-are-being-loaded": "Gruppen werden geladen",
"import-finished": "Import abgeschlossen", "home": "Start",
"import-runners": "Läufer:innen importieren", "icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:",
"import__target-organization": "Ziel Organisation", "if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "Wenn du mehrere Blankokarten erstellen willst, nutze doch den \"Blankokarten erstellen\" Knopf.",
"imprint": "Impressum ", "import-finished": "Import abgeschlossen",
"imprint-loading": "Impressum lädt...", "import-runners": "Läufer:innen importieren",
"inactive": "Inaktiv", "import__target-organization": "Ziel Organisation",
"installed-version": "Installierte Version", "imprint": "Impressum ",
"internal-error": "Interner Fehler", "imprint-loading": "Impressum lädt...",
"invalid": "Ungültig", "inactive": "Inaktiv",
"invalid-mail-reset": "Das ist keine gültige E-Mail", "installed-version": "Installierte Version",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Gebe einfach ein, wie viele Blankokarten das System erstellen soll.", "internal-error": "Interner Fehler",
"key": "Schlüssel", "invalid": "Ungültig",
"laeufer-hinzufuegen": "Läufer:in hinzufügen", "invalid-mail-reset": "Das ist keine gültige E-Mail",
"laeufer-importieren": "Läufer:innen importieren", "just-enter-how-many-you-want-and-the-system-will-create-them": "Gebe einfach ein, wie viele Blankokarten das System erstellen soll.",
"laptime": "Rundenzeit", "key": "Schlüssel",
"last-name": "Nachname", "laeufer-hinzufuegen": "Läufer:in hinzufügen",
"last-name-is-required": "Nachname muss angegeben werden", "laeufer-importieren": "Läufer:innen importieren",
"lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.", "laptime": "Rundenzeit",
"license": "Lizenz", "last-name": "Nachname",
"licenses-are-being-loaded": "Lizenzen werden geladen...", "last-name-is-required": "Nachname muss angegeben werden",
"loading-cards": "Läuferkarten werden geladen", "lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.",
"loading-contact-details": "Kontaktdaten werden geladen ...", "license": "Lizenz",
"loading-donation-details": "Lade Sponsoringdetails", "licenses-are-being-loaded": "Lizenzen werden geladen...",
"loading-donor-details": "Lade Details", "loading-cards": "Läuferkarten werden geladen",
"loading-group-detail": "Lade Gruppendetails...", "loading-contact-details": "Kontaktdaten werden geladen ...",
"loading-profile-data": "Lade Profildaten", "loading-donation-details": "Lade Sponsoringdetails",
"loading-runners": "Läufer:innen werden geladen...", "loading-donor-details": "Lade Details",
"loading-station-details": "Lade Scanstation-Details ...", "loading-group-detail": "Lade Gruppendetails...",
"log_in": "Anmelden", "loading-profile-data": "Lade Profildaten",
"log_in_to_your_account": "Bitte melde dich an", "loading-runners": "Läufer:innen werden geladen...",
"login_is_checked": "Login wird überprüft", "loading-station-details": "Lade Scanstation-Details ...",
"logout": "Abmelden", "log_in": "Anmelden",
"mail-validation-in-progress": "E-Mail Verifizierung läuft... ", "log_in_to_your_account": "Bitte melde dich an",
"manage-admin-users": "Nutzer verwalten", "login_is_checked": "Login wird überprüft",
"middle-name": "Mittelname", "logout": "Abmelden",
"minimum-lap-time-in-s": "Minimale Rundenzeit (in Sekunden)", "mail-validation-in-progress": "E-Mail Verifizierung läuft... ",
"minimum-lap-time-must-be-a-positive-number-or-0": "Die minimale Rundenzeit muss eine positive Zahl oder 0 sein", "manage-admin-users": "Nutzer verwalten",
"must-be-at-least-10-characters-long": "Passwort muss mindestens 10 Zeichen lang sein!", "middle-name": "Mittelname",
"must-contain-a-lowercase-letter": "Passwort muss einen Großbuchstaben enthalten!", "minimum-lap-time-in-s": "Minimale Rundenzeit (in Sekunden)",
"must-contain-a-number": "Passwort muss eine Zahl enthalten!", "minimum-lap-time-must-be-a-positive-number-or-0": "Die minimale Rundenzeit muss eine positive Zahl oder 0 sein",
"must-contain-a-uppercase-letter": "Passwort muss einen Kleinbuchstaben enthalten!", "must-be-at-least-10-characters-long": "Passwort muss mindestens 10 Zeichen lang sein!",
"name": "Name", "must-contain-a-lowercase-letter": "Passwort muss einen Großbuchstaben enthalten!",
"name-is-required": "Der Gruppenname muss angegeben werden", "must-contain-a-number": "Passwort muss eine Zahl enthalten!",
"new-password": "Neues Passwort", "must-contain-a-uppercase-letter": "Passwort muss einen Kleinbuchstaben enthalten!",
"no-contact-found": "Keine Kontakte gefunden", "name": "Name",
"no-contact-selected": "Kein Kontakt ausgewählt", "name-is-required": "Der Gruppenname muss angegeben werden",
"no-contact-specified": "Kein Kontakt angegeben", "new-password": "Neues Passwort",
"no-donors-found": "Keine Spender:innen gefunden", "no-contact-found": "Keine Kontakte gefunden",
"no-license-text-could-be-found": "Kein Lizenz-Text gefunden 😢", "no-contact-selected": "Kein Kontakt ausgewählt",
"no-organization-or-team-found": "Keine Organisationen oder Teams gefunden", "no-contact-specified": "Kein Kontakt angegeben",
"no-organization-specified": "Keine Organisation angegeben", "no-donors-found": "Keine Spender:innen gefunden",
"no-organizations-found": "Keine Organisationen gefunden", "no-license-text-could-be-found": "Kein Lizenz-Text gefunden 😢",
"no-runners-found": "Keine Läufer:innen gefunden", "no-organization-or-team-found": "Keine Organisationen oder Teams gefunden",
"no-tracks-added-yet": "Es wurden noch keine Tracks erstellt.", "no-organization-specified": "Keine Organisation angegeben",
"non-blanko": "Keine/Blankokarte", "no-organizations-found": "Keine Organisationen gefunden",
"open": "OFFEN", "no-runners-found": "Keine Läufer:innen gefunden",
"organization": "Organisation", "no-tracks-added-yet": "Es wurden noch keine Tracks erstellt.",
"organization-added": "Organisation hinzugefügt", "non-blanko": "Keine/Blankokarte",
"organization-deleted": "Organisation gelöscht", "open": "OFFEN",
"organization-detail-is-being-loaded": "Organisationsdetails werden geladen ...", "organization": "Organisation",
"organization-is-being-added": "Organisation wird hinzugefügt ...", "organization-added": "Organisation hinzugefügt",
"organization-name-is-required": "Der Name muss angegeben werden", "organization-deleted": "Organisation gelöscht",
"organizations": "Organisationen", "organization-detail-is-being-loaded": "Organisationsdetails werden geladen ...",
"organizations-are-being-loaded": "Organisationen werden geladen ...", "organization-is-being-added": "Organisation wird hinzugefügt ...",
"orgs": "Organisationen", "organization-name-is-required": "Der Name muss angegeben werden",
"oss_credit_description": "Wir verwenden eine Menge Open Source-Software bei diesen Projekten und möchten uns bei den folgenden Projekten und Mitwirkenden bedanken, die dazu beitragen, Open Source großartig zu machen!", "organizations": "Organisationen",
"paid": "BEZAHLT", "organizations-are-being-loaded": "Organisationen werden geladen ...",
"paid-amount": "Gezahlter Betrag", "orgs": "Organisationen",
"password": "Passwort", "oss_credit_description": "Wir verwenden eine Menge Open Source-Software bei diesen Projekten und möchten uns bei den folgenden Projekten und Mitwirkenden bedanken, die dazu beitragen, Open Source großartig zu machen!",
"password-changed": "Passwort wurde aktualisiert!", "paid": "BEZAHLT",
"password-is-required": "Passwort muss angegeben werden", "paid-amount": "Gezahlter Betrag",
"password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!", "password": "Passwort",
"password-reset-in-progress": "Passwort wird zurückgesetzt...", "password-changed": "Passwort wurde aktualisiert!",
"password-reset-mail-sent": "Passwort-Reset Mail wurde an \"{usersEmail}\" geschickt.", "password-is-required": "Passwort muss angegeben werden",
"password-reset-successful": "Passwort erfolgreich zurückgesetzt!", "password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!",
"passwords-dont-match": "Die Passwörter stimmen nicht überein!", "password-reset-in-progress": "Passwort wird zurückgesetzt...",
"payment-amount-must-be-greater-than-0-00eur": "Der Zahlungsbetrag muss größer als 0.00€ sein!", "password-reset-mail-sent": "Passwort-Reset Mail wurde an \"{usersEmail}\" geschickt.",
"pdf-generation-failed": "PDF Generierung fehlgeschlagen!", "password-reset-successful": "Passwort erfolgreich zurückgesetzt!",
"pdf-successfully-generated": "PDF wurde erfolgreich generiert!", "passwords-dont-match": "Die Passwörter stimmen nicht überein!",
"pdfs-successfully-generated": "Alle PDFs wurden generiert!", "payment-amount-must-be-greater-than-0-00eur": "Der Zahlungsbetrag muss größer als 0.00€ sein!",
"per-kilometer": "pro Kilometer", "pdf-generation-failed": "PDF Generierung fehlgeschlagen!",
"permissions": "Berechtigungen", "pdf-successfully-generated": "PDF wurde erfolgreich generiert!",
"permissions-updated": "Berechtigungen aktualisiert!", "pdfs-successfully-generated": "Alle PDFs wurden generiert!",
"phone": "Telefon", "per-kilometer": "pro Kilometer",
"please-confirm-the-deletion-of-card": "Bitte bestätige die Löschung der Karte", "permissions": "Berechtigungen",
"please-confirm-the-deletion-of-runner": "Bitte bestätige die Löschung der Läufer:in", "permissions-updated": "Berechtigungen aktualisiert!",
"please-confirm-the-deletion-of-scan": "Bitte bestätige die Löschung des Scans", "phone": "Telefon",
"please-copy-the-token-and-store-it-somewhere-save": "Bitte kopiere dir den Token und bewahre ihn gut auf.", "please-confirm-the-deletion-of-card": "Bitte bestätige die Löschung der Karte",
"please-provide-a-password": "Bitte gebe ein Passwort an...", "please-confirm-the-deletion-of-runner": "Bitte bestätige die Löschung der Läufer:in",
"please-provide-the-nessecary-information-to-add-a-new-donor": "Bitte mach die Notwendigen Angaben, um eine neue Sponsor:in zu erstellen", "please-confirm-the-deletion-of-scan": "Bitte bestätige die Löschung des Scans",
"please-provide-the-nessecary-information-to-create-a-new-donation": "Bitte gebe alle für das Sponsoring notwendigen Daten an.", "please-copy-the-token-and-store-it-somewhere-save": "Bitte kopiere dir den Token und bewahre ihn gut auf.",
"please-provide-the-nessecary-information-to-create-a-new-scan": "Bitte gebe alle notwendigen Informationen an, um einen neuen Scan zu erstellen.", "please-provide-a-password": "Bitte gebe ein Passwort an...",
"please-provide-the-required-csv-xlsx-file": "Bitte eine CSV oder XLSX Datei hochladen.", "please-provide-the-nessecary-information-to-add-a-new-donor": "Bitte mach die Notwendigen Angaben, um eine neue Sponsor:in zu erstellen",
"please-provide-the-required-information-for-creating-a-new-user-group": "Bitte gebe alle für eine neue Gruppe notwendigen Informationen an.", "please-provide-the-nessecary-information-to-create-a-new-donation": "Bitte gebe alle für das Sponsoring notwendigen Daten an.",
"please-provide-the-required-information-to-add-a-new-contact": "Bitte gebe alle nötigen Informationen an, im den neuen Kontakt zu erstellen.", "please-provide-the-nessecary-information-to-create-a-new-scan": "Bitte gebe alle notwendigen Informationen an, um einen neuen Scan zu erstellen.",
"please-provide-the-required-information-to-add-a-new-organization": "Bitte gebe alle nötigen Informationen an, im die neue Organisation zu erstellen.", "please-provide-the-required-csv-xlsx-file": "Bitte eine CSV oder XLSX Datei hochladen.",
"please-provide-the-required-information-to-add-a-new-runner": "Bitte die benötigten Informationen angeben.", "please-provide-the-required-information-for-creating-a-new-user-group": "Bitte gebe alle für eine neue Gruppe notwendigen Informationen an.",
"please-provide-the-required-information-to-add-a-new-team": "Bitte gebe alle nötigen Informationen an, im das neue Team zu erstellen.", "please-provide-the-required-information-to-add-a-new-contact": "Bitte gebe alle nötigen Informationen an, im den neuen Kontakt zu erstellen.",
"please-provide-the-required-information-to-add-a-new-track": "Bitte die benötigten Informationen angeben.", "please-provide-the-required-information-to-add-a-new-organization": "Bitte gebe alle nötigen Informationen an, im die neue Organisation zu erstellen.",
"please-provide-the-required-information-to-add-a-new-user": "Bitte gebe alle nötigen Informationen an, im die neue Benutzer:in zu erstellen.", "please-provide-the-required-information-to-add-a-new-runner": "Bitte die benötigten Informationen angeben.",
"please-provide-the-required-information-to-create-a-new-scanstation": "Bitte gebe alle für eine Scannerstation notwendigen Informationen an", "please-provide-the-required-information-to-add-a-new-team": "Bitte gebe alle nötigen Informationen an, im das neue Team zu erstellen.",
"please-provide-the-required-information-to-create-a-new-statsclient": "Bitte gebe alle für einen Statsclient notwendigen Informationen an", "please-provide-the-required-information-to-add-a-new-track": "Bitte die benötigten Informationen angeben.",
"please-request-a-new-reset-mail": "Bitte eine neue Passwortreset-Mail anfordern...", "please-provide-the-required-information-to-add-a-new-user": "Bitte gebe alle nötigen Informationen an, im die neue Benutzer:in zu erstellen.",
"please-wait-a-moment-your-login-is-still-being-processed": "Bitte warte einen Moment, deine Anmeldung wird verarbeitet", "please-provide-the-required-information-to-create-a-new-scanstation": "Bitte gebe alle für eine Scannerstation notwendigen Informationen an",
"prefix": "Prefix", "please-provide-the-required-information-to-create-a-new-statsclient": "Bitte gebe alle für einen Statsclient notwendigen Informationen an",
"privacy": "Datenschutz", "please-request-a-new-reset-mail": "Bitte eine neue Passwortreset-Mail anfordern...",
"privacy-loading": "Datenschutzerklärung lädt...", "please-wait-a-moment-your-login-is-still-being-processed": "Bitte warte einen Moment, deine Anmeldung wird verarbeitet",
"profile": "Profil", "prefix": "Prefix",
"profile-deleted": "Profil gelöscht!", "privacy": "Datenschutz",
"profile-picture": "Profilbild", "privacy-loading": "Datenschutzerklärung lädt...",
"profile-updated": "Profil wurde aktualisiert!", "profile": "Profil",
"read-license": "Lizenz-Text lesen", "profile-deleted": "Profil gelöscht!",
"receipt-needed": "Spendenquittung benötigt", "profile-picture": "Profilbild",
"repo_link": "Link", "profile-updated": "Profil wurde aktualisiert!",
"request-a-new-reset-mail": "Neue Reset-Mail anfordern", "read-license": "Lizenz-Text lesen",
"reset-my-password": "Passwort zurücksetzen", "receipt-needed": "Spendenquittung benötigt",
"reset-password": "Passwort zurücksetzen", "repo_link": "Link",
"runner": "Läufer:in", "request-a-new-reset-mail": "Neue Reset-Mail anfordern",
"runner-added": "Läufer:in hinzugefügt", "reset-my-password": "Passwort zurücksetzen",
"runner-deleted": "Läufer:in gelöscht", "reset-password": "Passwort zurücksetzen",
"runner-import": "Läufer:innen Import", "runner": "Läufer:in",
"runner-is-being-added": "Läufer:in wird hinzugefügt...", "runner-added": "Läufer:in hinzugefügt",
"runner-updated": "Läufer:in aktualisiert!", "runner-deleted": "Läufer:in gelöscht",
"runnercards": "Laeuferkarten", "runner-import": "Läufer:innen Import",
"runnerimport_verify_runners_org": "Bitte die Läufer:innen für den Import in die Organisation \"{org_name}\" bestätigen", "runner-is-being-added": "Läufer:in wird hinzugefügt...",
"runners": "Läufer", "runner-updated": "Läufer:in aktualisiert!",
"runners-are-being-imported": "Läufer:innen werden importiert ...", "runnercards": "Laeuferkarten",
"runners-are-being-loaded": "Läufer:innen werden geladen ...", "runnerimport_verify_runners_org": "Bitte die Läufer:innen für den Import in die Organisation \"{org_name}\" bestätigen",
"save": "Speichern", "runners": "Läufer",
"save-changes": "Änderungen speichern", "runners-are-being-imported": "Läufer:innen werden importiert ...",
"scan-added": "Scan hinzugefügt", "runners-are-being-loaded": "Läufer:innen werden geladen ...",
"scan-deleted": "Scan gelöscht", "save": "Speichern",
"scan-is-being-updated": "Scan wird aktualisiert", "save-changes": "Änderungen speichern",
"scan-with-fixed-distance": "Scan mit Festdistanz", "scan-added": "Scan hinzugefügt",
"scans": "Scans", "scan-deleted": "Scan gelöscht",
"scans-are-being-loaded": "Scans werden geladen", "scan-is-being-updated": "Scan wird aktualisiert",
"scanstation": "Scanner Station", "scan-with-fixed-distance": "Scan mit Festdistanz",
"scanstation-added": "Station wurde erstellt", "scans": "Scans",
"scanstation-is-being-added": "Scannerstation wird angelegt...", "scans-are-being-loaded": "Scans werden geladen",
"scanstations": "Scanner Stationen", "scanstation": "Scanner Station",
"scanstations-are-being-loaded": "Scannerstationen werden geladen...", "scanstation-added": "Station wurde erstellt",
"search-for-an-organization-by-name-or-id": "Suche eine Organisation (via Name oder Id)", "scanstation-is-being-added": "Scannerstation wird angelegt...",
"search-for-an-organization-or-team-by-name-or-id": "Suche eine Organisation oder ein Team (via Name oder Id)", "scanstations": "Scanner Stationen",
"search-for-donor-name-or-id": "Suche eine Spender:in (via Name oder Id)", "scanstations-are-being-loaded": "Scannerstationen werden geladen...",
"search-for-permission": "Berechtigungen durchsuchen", "search-for-an-organization-by-name-or-id": "Suche eine Organisation (via Name oder Id)",
"search-for-runner-by-name-or-id": "Suche eine Läufer:in (via Name oder Id)", "search-for-an-organization-or-team-by-name-or-id": "Suche eine Organisation oder ein Team (via Name oder Id)",
"select-all": "Alle auswählen", "search-for-donor-name-or-id": "Suche eine Spender:in (via Name oder Id)",
"select-language": "Sprache auswählen", "search-for-permission": "Berechtigungen durchsuchen",
"selfservice-registration": "Selfservice Registrierung", "search-for-runner-by-name-or-id": "Suche eine Läufer:in (via Name oder Id)",
"send-a-mail-to-lfk-odit-services": "Sende eine Mail an lfk@odit.services", "select-all": "Alle auswählen",
"set-the-user-active-inactive": "Den Benutzer auf (in)aktiv setzen", "select-language": "Sprache auswählen",
"settings": "Einstellungen", "selfservice-registration": "Selfservice Registrierung",
"settings-for-your-profile": "Die Einstellungen deines Accounts", "send-a-mail-to-lfk-odit-services": "Sende eine Mail an lfk@odit.services",
"something-about-the-group": "Infos zur Gruppe", "set-the-user-active-inactive": "Den Benutzer auf (in)aktiv setzen",
"sponsoring-quittungs-liste_herunterladen": "Sponsoring-Quittungs-Liste herunterladen", "settings": "Einstellungen",
"sponsorings": "Sponsoringerklaerungen", "settings-for-your-profile": "Die Einstellungen deines Accounts",
"stats-are-being-loaded": "Die Statistiken werden geladen...", "something-about-the-group": "Infos zur Gruppe",
"statsclient-deleted": "Statsclient wurde gelöscht", "sponsoring-quittungs-liste_herunterladen": "Sponsoring-Quittungs-Liste herunterladen",
"statsclient-is-being-added": "Statsclient wird angelegt...", "sponsorings": "Sponsoringerklaerungen",
"statsclients": "Statsclient (aka Beamershow)", "station-deleted": "Scannerstation gelöscht",
"statsclients-are-being-loaded": "Statsclients werden geladen", "stats-are-being-loaded": "Die Statistiken werden geladen...",
"status": "Status", "statsclient-deleted": "Statsclient wurde gelöscht",
"stuff-that-could-harm-your-profile": "Einstellungen, die deinem Profil nachhaltig schaden können", "statsclient-is-being-added": "Statsclient wird angelegt...",
"successful-password-reset": "Passwort erfolgreich zurückgesetzt!", "statsclients": "Statsclient (aka Beamershow)",
"team": "Team", "statsclients-are-being-loaded": "Statsclients werden geladen",
"team-added": "Team wurde hinzugefügt", "status": "Status",
"team-deleted": "Team gelöscht", "stuff-that-could-harm-your-profile": "Einstellungen, die deinem Profil nachhaltig schaden können",
"team-detail-is-being-loaded": "Team wird geladen...", "successful-password-reset": "Passwort erfolgreich zurückgesetzt!",
"team-is-being-added": "Team wird erstellt...", "team": "Team",
"team-name": "Teamname", "team-added": "Team wurde hinzugefügt",
"team-name-is-required": "Teamname ist erforderlich", "team-deleted": "Team gelöscht",
"teams": "Teams", "team-detail-is-being-loaded": "Team wird geladen...",
"teams-are-being-loaded": "Teams werden geladen ...", "team-is-being-added": "Team wird erstellt...",
"the-provided-phone-number-is-invalid-less-than-br-greater-than-please-enter-a-valid-international-number": "Die angegebene Telefonnummer ist nicht korrekt. <br /> Bitte gebe eine Telefonnummer im internationalen Format an...", "team-name": "Teamname",
"the-scans-distance-must-be-greater-than-0m": "Die Distanz muss größer als 0m sein.", "team-name-is-required": "Teamname ist erforderlich",
"the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Scannerstation Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!", "teams": "Teams",
"the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Statsclient Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!", "teams-are-being-loaded": "Teams werden geladen ...",
"there-are-no-cards-yet": "Es gibt noch keine Läuferkarten.", "the-provided-phone-number-is-invalid-less-than-br-greater-than-please-enter-a-valid-international-number": "Die angegebene Telefonnummer ist nicht korrekt. <br /> Bitte gebe eine Telefonnummer im internationalen Format an...",
"there-are-no-contacts-added-yet": "Es wurden noch keine Kontakte hinzugefügt.", "the-scans-distance-must-be-greater-than-0m": "Die Distanz muss größer als 0m sein.",
"there-are-no-donations-yet": "Es gibt noch keine Sponsorings", "the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Scannerstation Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!",
"there-are-no-donors-yet": "Es gibt noch keine Sponsor:innen", "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Statsclient Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!",
"there-are-no-groups-yet": "Es gibt noch keine Gruppen", "there-are-no-cards-yet": "Es gibt noch keine Läuferkarten.",
"there-are-no-organizations-added-yet": "Es wurden noch keine Organisationen hinzugefügt.", "there-are-no-contacts-added-yet": "Es wurden noch keine Kontakte hinzugefügt.",
"there-are-no-runners-added-yet": "Es wurden noch keine Läufer:innen hinzugefügt.", "there-are-no-donations-yet": "Es gibt noch keine Sponsorings",
"there-are-no-scans-yet": "Es gibt noch keine Scans", "there-are-no-donors-yet": "Es gibt noch keine Sponsor:innen",
"there-are-no-teams-added-yet": "Es wurden noch keine Teams hinzugefügt.", "there-are-no-groups-yet": "Es gibt noch keine Gruppen",
"there-are-no-users-added-yet": "Es wurden noch keine Benutzer hinzugefügt.", "there-are-no-organizations-added-yet": "Es wurden noch keine Organisationen hinzugefügt.",
"this-card-is": "Diese Karte ist", "there-are-no-runners-added-yet": "Es wurden noch keine Läufer:innen hinzugefügt.",
"this-might-take-a-moment": "Das könnte einen kleinen Moment dauern", "there-are-no-scans-yet": "Es gibt noch keine Scans",
"this-scanstation-is": "Diese Station ist", "there-are-no-teams-added-yet": "Es wurden noch keine Teams hinzugefügt.",
"token": "Token", "there-are-no-users-added-yet": "Es wurden noch keine Benutzer hinzugefügt.",
"total-distance": "gelaufene Strecke", "this-card-is": "Diese Karte ist",
"total-donation-amount": "Gesamtbetrag", "this-might-take-a-moment": "Das könnte einen kleinen Moment dauern",
"total-donations": "Spendensumme", "this-scanstation-is": "Diese Station ist",
"total-paid-amount": "Gezahlter Gesamtbetrag", "token": "Token",
"total-scans": "gesamte Scans", "total-distance": "gelaufene Strecke",
"total_donation_amount_in_eur": "Gesamtbetrag in €", "total-donation-amount": "Gesamtbetrag",
"track": "Track", "total-donations": "Spendensumme",
"track-added": "Track hinzugefügt", "total-paid-amount": "Gezahlter Gesamtbetrag",
"track-data-is-being-loaded": "Trackdaten werden geladen", "total-scans": "gesamte Scans",
"track-is-being-added": "Track wird hinzugefügt...", "total_donation_amount_in_eur": "Gesamtbetrag in €",
"track-is-being-updated": "Track wird aktualisiert...", "track": "Track",
"track-length-in-m": "Tracklänge (in Metern)", "track-added": "Track hinzugefügt",
"track-length-must-be-greater-than-0": "Die Länge muss größer als 0 (Meter) sein", "track-data-is-being-loaded": "Trackdaten werden geladen",
"track-name": "Trackname", "track-is-being-added": "Track wird hinzugefügt...",
"track-name-must-not-be-empty": "Der Name muss angegeben werden", "track-is-being-updated": "Track wird aktualisiert...",
"track-was-updated": "Track wurde aktualisiert", "track-length-in-m": "Tracklänge (in Metern)",
"tracks": "Tracks", "track-length-must-be-greater-than-0": "Die Länge muss größer als 0 (Meter) sein",
"unpaid": "Offen", "track-name": "Trackname",
"update-card": "Karte aktualisieren", "track-name-must-not-be-empty": "Der Name muss angegeben werden",
"update-password": "Passwort ändern", "track-was-updated": "Track wurde aktualisiert",
"updated-contact": "Kontakt aktualisiert!", "tracks": "Tracks",
"updated-donor": "Sponsor:in wurde aktualisiert", "unpaid": "Offen",
"updated-organization": "Organisation wurde aktualisiert", "update-card": "Karte aktualisieren",
"updated-scan": "Scan wurde aktualisiert", "update-password": "Passwort ändern",
"updated-team": "Team wurde aktualisiert", "updated-contact": "Kontakt aktualisiert!",
"updateing-group": "Gruppe wird aktualisiert...", "updated-donor": "Sponsor:in wurde aktualisiert",
"updating-card": "Karte wird aktualisiert", "updated-organization": "Organisation wurde aktualisiert",
"updating-donation": "Sponsoring wird aktualisiert", "updated-scan": "Scan wurde aktualisiert",
"updating-organization": "Organisation wird aktualisiert", "updated-team": "Team wurde aktualisiert",
"updating-permissions": "Berechtigungen werden aktualisiert...", "updateing-group": "Gruppe wird aktualisiert...",
"updating-runner": "Läufer:in wird aktualisiert.", "updating-card": "Karte wird aktualisiert",
"updating-team": "Team wird aktualisiert", "updating-donation": "Sponsoring wird aktualisiert",
"updating-user": "Benutzer:in wird aktualisiert...", "updating-organization": "Organisation wird aktualisiert",
"updating-your-profile": "Profil wird aktualisiert...", "updating-permissions": "Berechtigungen werden aktualisiert...",
"user-added": "Benutzer hinzugefügt", "updating-runner": "Läufer:in wird aktualisiert.",
"user-groups": "Benutzergruppen", "updating-team": "Team wird aktualisiert",
"user-is-being-added": "Benutzer wird hinzugefügt ...", "updating-user": "Benutzer:in wird aktualisiert...",
"user-updated": "Benutzer:in wurde aktualisiert", "updating-your-profile": "Profil wird aktualisiert...",
"username": "Benutzername", "user-added": "Benutzer hinzugefügt",
"users": "Benutzer", "user-groups": "Benutzergruppen",
"valid": "Gültig", "user-is-being-added": "Benutzer wird hinzugefügt ...",
"valid-city-is-required": "Du musst eine Stadt angeben", "user-updated": "Benutzer:in wurde aktualisiert",
"valid-email-is-required": "Es wird eine valide E-Mail Adresse benötigt", "username": "Benutzername",
"valid-international-phone-number-is-required": "Du musst eine Telefonnummer im internationalen Format angeben...", "users": "Benutzer",
"valid-zipcode-postal-code-is-required": "Du musst eine valide Postleitzahl angeben", "valid": "Gültig",
"verfuegbare": "Verfügbar", "valid-city-is-required": "Du musst eine Stadt angeben",
"welcome_wavinghand": "Willkommen 👋", "valid-email-is-required": "Es wird eine valide E-Mail Adresse benötigt",
"yes-i-copied-the-token": "Ja, ich habe den Token kopiert", "valid-international-phone-number-is-required": "Du musst eine Telefonnummer im internationalen Format angeben...",
"you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "Du wirst all deine Berechtigungen und den Zugriff aufs Läufersystem verlieren!", "valid-zipcode-postal-code-is-required": "Du musst eine valide Postleitzahl angeben",
"you-can-enter-the-donations-paid-amount-manually-or-use-the-max-button-to-use-the-donations-exact-amount": "Du kannst den Betrag der Zahlung entweder manuell eingeben oder über den MAX Button auf den Spendenbetrag setzen", "verfuegbare": "Verfügbar",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉", "welcome_wavinghand": "Willkommen 👋",
"you-can-provide-a-runner-but-you-dont-have-to": "Du kannst eine Läufer:in angeben, musst aber nicht.", "yes-i-copied-the-token": "Ja, ich habe den Token kopiert",
"you-dont-have-any-scanclients-yet": "Es gibt noch keine Statsclients", "you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "Du wirst all deine Berechtigungen und den Zugriff aufs Läufersystem verlieren!",
"you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen", "you-can-enter-the-donations-paid-amount-manually-or-use-the-max-button-to-use-the-donations-exact-amount": "Du kannst den Betrag der Zahlung entweder manuell eingeben oder über den MAX Button auf den Spendenbetrag setzen",
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben", "you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.", "you-can-provide-a-runner-but-you-dont-have-to": "Du kannst eine Läufer:in angeben, musst aber nicht.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).", "you-dont-have-any-scanclients-yet": "Es gibt noch keine Statsclients",
"zip-postal-code": "Postleitzahl", "you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
"all-associated-scans-will-get-deleted-as-well": "Alle Scans dieser Station werden ebenfalls gelöscht", "you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"confirm-delete-station-with-all-scans": "Löschen der Scannerstation mit allen Scans bestätigen", "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"cancel-keep-station": "Abbrechen und Station behalten", "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"station-deleted": "Scannerstation gelöscht" "zip-postal-code": "Postleitzahl"
} }

View File

@ -1,490 +1,490 @@
{ {
"404message": "Sorry, the page you are looking for could not be found.", "404message": "Sorry, the page you are looking for could not be found.",
"404title": "Error 404", "404title": "Error 404",
"about": "About", "about": "About",
"action": "Action", "action": "Action",
"active": "Active", "active": "Active",
"add-card": "Add Card", "add-card": "Add Card",
"add-donation": "Add donation", "add-donation": "Add donation",
"add-donor": "Add donor", "add-donor": "Add donor",
"add-or-update-a-payment": "Add or update a payment", "add-or-update-a-payment": "Add or update a payment",
"add-scan": "Add scan", "add-scan": "Add scan",
"add-the-first-scanstation": "Add your first scanstation.", "add-the-first-scanstation": "Add your first scanstation.",
"add-the-first-statsclient": "Add your first statsclient.", "add-the-first-statsclient": "Add your first statsclient.",
"add-user-group": "Add User Group", "add-user-group": "Add User Group",
"add-your-first-card": "Add your first card", "add-your-first-card": "Add your first card",
"add-your-first-contact": "Add your first contact", "add-your-first-contact": "Add your first contact",
"add-your-first-donor": "add your first donor", "add-your-first-donor": "add your first donor",
"add-your-first-group": "Add your first group", "add-your-first-group": "Add your first group",
"add-your-first-organization": "Add your first organization", "add-your-first-organization": "Add your first organization",
"add-your-first-runner": "Add your first runner", "add-your-first-runner": "Add your first runner",
"add-your-first-team": "Add your first team", "add-your-first-team": "Add your first team",
"add-your-first-track": "Add your first track.", "add-your-first-track": "Add your first track.",
"add-your-first-user": "Add your first user", "add-your-first-user": "Add your first user",
"add-your-fist-donation": "Add your fist donation", "add-your-fist-donation": "Add your fist donation",
"add-your-fist-scan": "Add your fist scan", "add-your-fist-scan": "Add your fist scan",
"adding-card": "Adding Card", "adding-card": "Adding Card",
"adding-donation": "Adding donation...", "adding-donation": "Adding donation...",
"adding-scan": "Adding Scan", "adding-scan": "Adding Scan",
"address": "Address", "address": "Address",
"address-is-required": "Address is required", "address-is-required": "Address is required",
"after-deletion-we-cant-restore-your-old-profile": "After deletion we can't restore your old profile!", "after-deletion-we-cant-restore-your-old-profile": "After deletion we can't restore your old profile!",
"after-the-update-youll-get-logged-out-please-login-with-your-new-password-after-that": "After the update you'll get logged out - Please login with your new password after that.", "after-the-update-youll-get-logged-out-please-login-with-your-new-password-after-that": "After the update you'll get logged out - Please login with your new password after that.",
"all": "all", "all": "all",
"all-associated-donations-will-get-deleted-as-well": "All associated donations will get deleted as well", "all-associated-donations-will-get-deleted-as-well": "All associated donations will get deleted as well",
"all-associated-runners-will-be-deleted-too": "All associated runners will be deleted too!", "all-associated-runners-will-be-deleted-too": "All associated runners will be deleted too!",
"all-associated-teams-and-runners-will-be-deleted-too": "All associated teams and runners will be deleted too!", "all-associated-scans-will-get-deleted-as-well": "All associated scans will get deleted as well",
"already-paid": "Already paid", "all-associated-teams-and-runners-will-be-deleted-too": "All associated teams and runners will be deleted too!",
"amount": "Amount", "already-paid": "Already paid",
"amount-per-kilometer": "Amount per kilometer", "amount": "Amount",
"apartment-suite-etc": "Apartment, suite, etc.", "amount-per-kilometer": "Amount per kilometer",
"application_name": "Lauf für Kaya! - Admin", "apartment-suite-etc": "Apartment, suite, etc.",
"applying-changes": "Applying Changes", "application_name": "Lauf für Kaya! - Admin",
"attention": "Attention!", "applying-changes": "Applying Changes",
"author": "Author", "attention": "Attention!",
"bitte-bestaetige-diese-laeufer-fuer-den-import": "Please confirm these runners for import.", "author": "Author",
"by": "by", "bitte-bestaetige-diese-laeufer-fuer-den-import": "Please confirm these runners for import.",
"cancel": "Cancel", "by": "by",
"cancel-delete": "Cancel Delete", "cancel": "Cancel",
"cancel-keep-donor": "Cancel, keep donor", "cancel-delete": "Cancel Delete",
"cancel-keep-my-profile": "Cancel, keep my profile", "cancel-keep-donor": "Cancel, keep donor",
"cancel-keep-organization": "Cancel, keep organization", "cancel-keep-my-profile": "Cancel, keep my profile",
"cancel-keep-statsclient": "Cancel and keep statsclient", "cancel-keep-organization": "Cancel, keep organization",
"cancel-keep-team": "Cancel, keep team", "cancel-keep-station": "Cancel, keep station",
"cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", "cancel-keep-statsclient": "Cancel and keep statsclient",
"card": "card", "cancel-keep-team": "Cancel, keep team",
"card-added": "Card added", "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity",
"card-deleted": "Card deleted", "card": "card",
"card-updated": "Card updated", "card-added": "Card added",
"cards": "Cards", "card-deleted": "Card deleted",
"cards-deleted": "Cards deleted", "card-updated": "Card updated",
"certificates": "Certificates", "cards": "Cards",
"change-your-password-here": "Change your password here", "cards-deleted": "Cards deleted",
"changing-your-password": "Changing your password", "certificates": "Certificates",
"city": "City", "change-your-password-here": "Change your password here",
"click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard", "changing-your-password": "Changing your password",
"click-to-copy-token-to-clipboard": "Click to copy the token to your clipboard", "city": "City",
"close": "Close", "click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard",
"code": "Code", "click-to-copy-token-to-clipboard": "Click to copy the token to your clipboard",
"configure-the-tracks-and-minimum-lap-times": "configure the tracks & minimum lap times", "close": "Close",
"confirm": "Confirm", "code": "Code",
"confirm-delete": "Confirm Delete", "configure-the-tracks-and-minimum-lap-times": "configure the tracks & minimum lap times",
"confirm-delete-donor-with-all-donations": "Confirm, delete donor with all donations", "confirm": "Confirm",
"confirm-delete-my-user-profile": "Confirm, delete my user profile", "confirm-delete": "Confirm Delete",
"confirm-delete-organization-and-associated-teams-runners": "Confirm, delete organization and associated teams+runners.", "confirm-delete-donor-with-all-donations": "Confirm, delete donor with all donations",
"confirm-delete-statsclient": "Confirm, delete statsclient", "confirm-delete-my-user-profile": "Confirm, delete my user profile",
"confirm-delete-team-and-associated-runners": "Confirm, delete team and associated runners.", "confirm-delete-organization-and-associated-teams-runners": "Confirm, delete organization and associated teams+runners.",
"confirm-deletion": "Confirm Deletion", "confirm-delete-station-with-all-scans": "Confirm deletion of station with all scans",
"confirm-the-new-password": "Confirm the new password", "confirm-delete-statsclient": "Confirm, delete statsclient",
"contact": "Contact", "confirm-delete-team-and-associated-runners": "Confirm, delete team and associated runners.",
"contact-added": "Contact added", "confirm-deletion": "Confirm Deletion",
"contact-deleted": "Contact deleted", "confirm-the-new-password": "Confirm the new password",
"contact-information": "Contact Information", "contact": "Contact",
"contact-is-being-added": "Contact is being added...", "contact-added": "Contact added",
"contact-is-being-updated": "Contact is being updated...", "contact-deleted": "Contact deleted",
"contact-is-not-a-member-in-any-group": "Contact is not a member in any group", "contact-information": "Contact Information",
"contacts": "Contacts", "contact-is-being-added": "Contact is being added...",
"contacts-are-being-loaded": "contacts are being loaded...", "contact-is-being-updated": "Contact is being updated...",
"copied-link-to-clipboard": "Copied link to clipboard", "contact-is-not-a-member-in-any-group": "Contact is not a member in any group",
"copied-token-to-clipboard": "Copied token to clipboard", "contacts": "Contacts",
"count_organizations": "# Organizations", "contacts-are-being-loaded": "contacts are being loaded...",
"count_teams": "# Teams", "copied-link-to-clipboard": "Copied link to clipboard",
"create": "Create", "copied-token-to-clipboard": "Copied token to clipboard",
"create-a-new": "Create a new", "count_organizations": "# Organizations",
"create-a-new-card": "Create a new card", "count_teams": "# Teams",
"create-a-new-contact": "Create a new contact", "create": "Create",
"create-a-new-distance-donation": "Create a new distance donation", "create-a-new": "Create a new",
"create-a-new-donor": "Create a new donor", "create-a-new-card": "Create a new card",
"create-a-new-fixed-donation": "Create a new fixed donation", "create-a-new-contact": "Create a new contact",
"create-a-new-organization": "Create a new Organization", "create-a-new-distance-donation": "Create a new distance donation",
"create-a-new-runner": "Create a new Runner", "create-a-new-donor": "Create a new donor",
"create-a-new-scan-fixed-only": "Create a new scan (fixed only)", "create-a-new-fixed-donation": "Create a new fixed donation",
"create-a-new-scanstation": "Create a new station", "create-a-new-organization": "Create a new Organization",
"create-a-new-statsclient": "Create a new statsclient", "create-a-new-runner": "Create a new Runner",
"create-a-new-team": "Create a new team", "create-a-new-scan-fixed-only": "Create a new scan (fixed only)",
"create-a-new-track": "Create a new Track", "create-a-new-scanstation": "Create a new station",
"create-a-new-user": "Create a new User", "create-a-new-statsclient": "Create a new statsclient",
"create-a-new-user-group": "Create a new user group", "create-a-new-team": "Create a new team",
"create-and-generate-pdf": "Create and generate PDF", "create-a-new-track": "Create a new Track",
"create-bulk-blanco-cards": "Create bulk blanco cards", "create-a-new-user": "Create a new User",
"create-bulk-cards": "Add blanco cards", "create-a-new-user-group": "Create a new user group",
"create-organization": "Create Organization", "create-and-generate-pdf": "Create and generate PDF",
"create-team": "Create Team", "create-bulk-blanco-cards": "Create bulk blanco cards",
"create-track": "Create Track", "create-bulk-cards": "Add blanco cards",
"create-user": "Create User", "create-organization": "Create Organization",
"create-without-pdf": "Create without PDF", "create-team": "Create Team",
"created-blanco-cards": "Created blanco cards", "create-track": "Create Track",
"creating-blanco-cards": "Creating blanco cards", "create-user": "Create User",
"credits": "Credits", "create-without-pdf": "Create without PDF",
"csv_import__class": "Class", "created-blanco-cards": "Created blanco cards",
"csv_import__firstname": "Firstname", "creating-blanco-cards": "Creating blanco cards",
"csv_import__lastname": "Lastname", "credits": "Credits",
"csv_import__middlename": "Middlename", "csv_import__class": "Class",
"csv_import__team": "Team", "csv_import__firstname": "Firstname",
"danger-zone": "Danger zone", "csv_import__lastname": "Lastname",
"dashboard-greeting": "Hello", "csv_import__middlename": "Middlename",
"dashboard-title": "Dashboard", "csv_import__team": "Team",
"datatable": { "danger-zone": "Danger zone",
"search": "🔍 Search...", "dashboard-greeting": "Hello",
"sort_column_ascending": "Sort column ascending", "dashboard-title": "Dashboard",
"sort_column_descending": "Sort column descending", "datatable": {
"previous": "Previous", "search": "🔍 Search...",
"next": "Next", "sort_column_ascending": "Sort column ascending",
"page": "Page", "sort_column_descending": "Sort column descending",
"showing": "Showing", "previous": "Previous",
"records": "Records", "next": "Next",
"of": "of", "page": "Page",
"to": "to", "showing": "Showing",
"loading": "Loading...", "records": "Records",
"no_matching_records_found": "No matching records found", "of": "of",
"an_error_happened_while_fetching_the_data": "An error happened while fetching the data" "to": "to",
}, "loading": "Loading...",
"delete": "Delete", "no_matching_records_found": "No matching records found",
"delete-cards": "Delete cards", "an_error_happened_while_fetching_the_data": "An error happened while fetching the data"
"delete-contact": "Delete Contact", },
"delete-donation": "Delete Donation", "delete": "Delete",
"delete-donor": "Delete donor", "delete-cards": "Delete cards",
"delete-group": "Delete Group", "delete-contact": "Delete Contact",
"delete-organization": "Delete Organization", "delete-donation": "Delete Donation",
"delete-profile": "Delete Profile", "delete-donor": "Delete donor",
"delete-runner": "Delete Runner", "delete-group": "Delete Group",
"delete-scan": "Delete scan", "delete-organization": "Delete Organization",
"delete-scans": "Delete scans", "delete-profile": "Delete Profile",
"delete-station": "Delete station", "delete-runner": "Delete Runner",
"delete-statsclient": "Delete statsclient", "delete-scan": "Delete scan",
"delete-team": "Delete Team", "delete-scans": "Delete scans",
"delete-user": "Delete User", "delete-station": "Delete station",
"deleted-scan": "Deleted scan", "delete-statsclient": "Delete statsclient",
"dependency_name": "Name", "delete-team": "Delete Team",
"description": "description", "delete-user": "Delete User",
"description-optional": "Description (optional)", "deleted-scan": "Deleted scan",
"deselect-all": "deselect all", "dependency_name": "Name",
"details": "Details", "description": "description",
"disabled": "disabled", "description-optional": "Description (optional)",
"distance": "Distance", "deselect-all": "deselect all",
"distance-donation": "distance donation", "details": "Details",
"distance-in-km": "Distance in km", "disabled": "disabled",
"distance-track": "Distance (+Track)", "distance": "Distance",
"do-you-really-want-to-delete-your-profile": "Do you really want to delete your profile?", "distance-donation": "distance donation",
"do-you-want-to-delete-the-organization-delete_org-name": "Do you want to delete the organization {orgname}?", "distance-in-km": "Distance in km",
"do-you-want-to-delete-the-team-delete_team-name": "Do you want to delete the team {teamname}?", "distance-track": "Distance (+Track)",
"do-you-want-to-delete-this-donor-with-all-related-donations": "Do you want to delete this donor with all related donations", "do-you-really-want-to-delete-your-profile": "Do you really want to delete your profile?",
"documentation": "Documentation", "do-you-want-to-delete-the-organization-delete_org-name": "Do you want to delete the organization {orgname}?",
"donation-amount": "Donation amount", "do-you-want-to-delete-the-team-delete_team-name": "Do you want to delete the team {teamname}?",
"donation-amount-must-be-greater-that-0-00eur": "Donation amount must be greater that 0.00€", "do-you-want-to-delete-this-donor-with-all-related-donations": "Do you want to delete this donor with all related donations",
"donation-deleted": "Donation deleted", "documentation": "Documentation",
"donation-updated": "Donation updated", "donation-amount": "Donation amount",
"donation_added": "Donation_added", "donation-amount-must-be-greater-that-0-00eur": "Donation amount must be greater that 0.00€",
"donations": "Donations", "donation-deleted": "Donation deleted",
"donor": "Donor", "donation-updated": "Donation updated",
"donor-added": "Donor added", "donation_added": "Donation_added",
"donor-deleted": "donor deleted", "donations": "Donations",
"donor-has-no-associated-donations": "Donor has no associated donations.", "donor": "Donor",
"donor-is-being-added": "Donor is being added...", "donor-added": "Donor added",
"donor-is-being-updated": "Donor is being updated", "donor-deleted": "donor deleted",
"donors": "Donors", "donor-has-no-associated-donations": "Donor has no associated donations.",
"donors-are-being-loaded": "donors are being loaded", "donor-is-being-added": "Donor is being added...",
"dont-have-your-email-connected": "Don't have your email connected?", "donor-is-being-updated": "Donor is being updated",
"dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌", "donors": "Donors",
"e-mail-adress": "E-Mail Adress", "donors-are-being-loaded": "donors are being loaded",
"edit": "Edit", "dont-have-your-email-connected": "Don't have your email connected?",
"edit-a-card": "Edit a card", "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌",
"edit-permissions": "edit permissions", "e-mail-adress": "E-Mail Adress",
"email_address_or_username": "Email / username", "edit": "Edit",
"enabled": "enabled", "edit-a-card": "Edit a card",
"enabled_large": "Enabled", "edit-permissions": "edit permissions",
"english": "English", "email_address_or_username": "Email / username",
"enter-payment": "Enter payment", "enabled": "enabled",
"error-during-import": "Error during import", "enabled_large": "Enabled",
"error-whyile-copying-to-clipboard": "Error while copying to clipboard", "english": "English",
"error_on_login": "Error on login", "enter-payment": "Enter payment",
"erteilte": "Directly granted", "error-during-import": "Error during import",
"everything-concerning-your-profile": "Everything concerning your profile", "error-whyile-copying-to-clipboard": "Error while copying to clipboard",
"everything-is-more-fun-together": "everything is more fun together 🏃‍♂️🏃‍♀️🏃‍♂️", "error_on_login": "Error on login",
"faq": "FAQ", "erteilte": "Directly granted",
"filename_sponsoringquittungsliste": "DonorReceiptList", "everything-concerning-your-profile": "Everything concerning your profile",
"filter-by-organization-team": "Filter by Organization/ Team", "everything-is-more-fun-together": "everything is more fun together 🏃‍♂️🏃‍♀️🏃‍♂️",
"first-name": "First name", "faq": "FAQ",
"first-name-is-required": "First Name is required", "filename_sponsoringquittungsliste": "DonorReceiptList",
"first-scan-of-the-day": "First scan of the day.", "filter-by-organization-team": "Filter by Organization/ Team",
"fixed-donation": "fixed donation", "first-name": "First name",
"forgot_password": "Forgot your password?", "first-name-is-required": "First Name is required",
"geerbte": "inherited", "first-scan-of-the-day": "First scan of the day.",
"general-stats": "General Stats", "fixed-donation": "fixed donation",
"general_promise_error": "😢 Error", "forgot_password": "Forgot your password?",
"generate-runner-certificate": "Generate runner certificate", "geerbte": "inherited",
"generate-runner-certificates": "Generate runner certificates", "general-stats": "General Stats",
"generate-runnercards": "Generate Runnercards", "general_promise_error": "😢 Error",
"generate-sponsoring-contract": "generate sponsoring contract", "generate-runner-certificate": "Generate runner certificate",
"generate-sponsoring-contracts": "generate sponsoring contracts", "generate-runner-certificates": "Generate runner certificates",
"generating-pdf": "generating PDF...", "generate-runnercards": "Generate Runnercards",
"generating-pdfs": "generating PDFs...", "generate-sponsoring-contract": "generate sponsoring contract",
"generic-ui-logic-error": "Something went wrong in the UI logic", "generate-sponsoring-contracts": "generate sponsoring contracts",
"german": "German", "generating-pdf": "generating PDF...",
"go-to-login": "Go To Login", "generating-pdfs": "generating PDFs...",
"goback": "Go Home", "generic-ui-logic-error": "Something went wrong in the UI logic",
"granted": "granted", "german": "German",
"group": "Group", "go-to-login": "Go To Login",
"group-added": "Group added", "goback": "Go Home",
"group-is-being-added": "Group is being added...", "granted": "granted",
"group-name-is-required": "Group name is required", "group": "Group",
"group-updated": "group updated", "group-added": "Group added",
"groups": "Groups", "group-is-being-added": "Group is being added...",
"groups-are-being-loaded": "Groups are being loaded", "group-name-is-required": "Group name is required",
"home": "Home", "group-updated": "group updated",
"icon-image-credits": "We also want to thank these projects for illustrations and icons:", "groups": "Groups",
"if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add blanco cards' button.", "groups-are-being-loaded": "Groups are being loaded",
"import-finished": "Import finished", "home": "Home",
"import-runners": "Import runners", "icon-image-credits": "We also want to thank these projects for illustrations and icons:",
"import__target-organization": "Target Organization", "if-you-want-to-create-multiple-blanco-cards-try-the-add-bulk-button": "If you want to create multiple blanco cards: Try the 'Add blanco cards' button.",
"imprint": "Imprint", "import-finished": "Import finished",
"imprint-loading": "Imprint loading...", "import-runners": "Import runners",
"inactive": "Inactive", "import__target-organization": "Target Organization",
"installed-version": "Installed version", "imprint": "Imprint",
"internal-error": "Internal Error", "imprint-loading": "Imprint loading...",
"invalid": "Invalid", "inactive": "Inactive",
"invalid-mail-reset": "the provided email is invalid", "installed-version": "Installed version",
"just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them", "internal-error": "Internal Error",
"key": "Key", "invalid": "Invalid",
"laeufer-hinzufuegen": "Add runner", "invalid-mail-reset": "the provided email is invalid",
"laeufer-importieren": "Läufer importieren", "just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them",
"laptime": "Laptime", "key": "Key",
"last-name": "Last name", "laeufer-hinzufuegen": "Add runner",
"last-name-is-required": "Last Name is required", "laeufer-importieren": "Läufer importieren",
"lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.", "laptime": "Laptime",
"license": "License", "last-name": "Last name",
"licenses-are-being-loaded": "Licenses are being loaded...", "last-name-is-required": "Last Name is required",
"loading-cards": "Loading cards", "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
"loading-contact-details": "Loading contact details...", "license": "License",
"loading-donation-details": "Loading donation details", "licenses-are-being-loaded": "Licenses are being loaded...",
"loading-donor-details": "Loading donor details", "loading-cards": "Loading cards",
"loading-group-detail": "Loading group detail...", "loading-contact-details": "Loading contact details...",
"loading-profile-data": "Loading profile data", "loading-donation-details": "Loading donation details",
"loading-runners": "loading runners...", "loading-donor-details": "Loading donor details",
"loading-station-details": "Loading station details", "loading-group-detail": "Loading group detail...",
"log_in": "Log in", "loading-profile-data": "Loading profile data",
"log_in_to_your_account": "Log in to your account", "loading-runners": "loading runners...",
"login_is_checked": "Login is being checked...", "loading-station-details": "Loading station details",
"logout": "Logout", "log_in": "Log in",
"mail-validation-in-progress": "mail validation in progress...", "log_in_to_your_account": "Log in to your account",
"manage-admin-users": "manage admin users", "login_is_checked": "Login is being checked...",
"middle-name": "Middle name", "logout": "Logout",
"minimum-lap-time-in-s": "minimum lap time in s", "mail-validation-in-progress": "mail validation in progress...",
"minimum-lap-time-must-be-a-positive-number-or-0": "minimum lap time must be a positive number or 0", "manage-admin-users": "manage admin users",
"must-be-at-least-10-characters-long": "Must be at least 10 characters long!", "middle-name": "Middle name",
"must-contain-a-lowercase-letter": "Must contain a lowercase letter!", "minimum-lap-time-in-s": "minimum lap time in s",
"must-contain-a-number": "Must contain a number!", "minimum-lap-time-must-be-a-positive-number-or-0": "minimum lap time must be a positive number or 0",
"must-contain-a-uppercase-letter": "Must contain a uppercase letter!", "must-be-at-least-10-characters-long": "Must be at least 10 characters long!",
"name": "Name", "must-contain-a-lowercase-letter": "Must contain a lowercase letter!",
"name-is-required": "Name is required", "must-contain-a-number": "Must contain a number!",
"new-password": "New password", "must-contain-a-uppercase-letter": "Must contain a uppercase letter!",
"no-contact-found": "No contacts found", "name": "Name",
"no-contact-selected": "No contact selected", "name-is-required": "Name is required",
"no-contact-specified": "no contact specified", "new-password": "New password",
"no-donors-found": "No donors found", "no-contact-found": "No contacts found",
"no-license-text-could-be-found": "No license text could be found 😢", "no-contact-selected": "No contact selected",
"no-organization-or-team-found": "No organization or team found", "no-contact-specified": "no contact specified",
"no-organization-specified": "no organization specified", "no-donors-found": "No donors found",
"no-organizations-found": "No organizations found", "no-license-text-could-be-found": "No license text could be found 😢",
"no-runners-found": "No runners found", "no-organization-or-team-found": "No organization or team found",
"no-tracks-added-yet": "there are no tracks added yet.", "no-organization-specified": "no organization specified",
"non-blanko": "Non/Blanko", "no-organizations-found": "No organizations found",
"open": "OPEN", "no-runners-found": "No runners found",
"organization": "Organization", "no-tracks-added-yet": "there are no tracks added yet.",
"organization-added": "Organization added", "non-blanko": "Non/Blanko",
"organization-deleted": "Organization deleted", "open": "OPEN",
"organization-detail-is-being-loaded": "organization detail is being loaded...", "organization": "Organization",
"organization-is-being-added": "Organization is being added...", "organization-added": "Organization added",
"organization-name-is-required": "Organization name is required", "organization-deleted": "Organization deleted",
"organizations": "Organizations", "organization-detail-is-being-loaded": "organization detail is being loaded...",
"organizations-are-being-loaded": "organizations are being loaded...", "organization-is-being-added": "Organization is being added...",
"orgs": "Organizations", "organization-name-is-required": "Organization name is required",
"oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!", "organizations": "Organizations",
"paid": "PAID", "organizations-are-being-loaded": "organizations are being loaded...",
"paid-amount": "Paid amount", "orgs": "Organizations",
"password": "Password", "oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!",
"password-changed": "Password changed!", "paid": "PAID",
"password-is-required": "Password is required", "paid-amount": "Paid amount",
"password-reset-failed": "Password reset failed!", "password": "Password",
"password-reset-in-progress": "Password Reset in Progress...", "password-changed": "Password changed!",
"password-reset-mail-sent": "Password reset mail was sent to \"{usersEmail}\".", "password-is-required": "Password is required",
"password-reset-successful": "Password Reset successful!", "password-reset-failed": "Password reset failed!",
"passwords-dont-match": "Passwords don't match!", "password-reset-in-progress": "Password Reset in Progress...",
"payment-amount-must-be-greater-than-0-00eur": "Payment amount must be greater than 0.00€!", "password-reset-mail-sent": "Password reset mail was sent to \"{usersEmail}\".",
"pdf-generation-failed": "PDF generation failed!", "password-reset-successful": "Password Reset successful!",
"pdf-successfully-generated": "PDF successfully generated!", "passwords-dont-match": "Passwords don't match!",
"pdfs-successfully-generated": "PDFs successfully generated!", "payment-amount-must-be-greater-than-0-00eur": "Payment amount must be greater than 0.00€!",
"per-kilometer": "per Kilometer", "pdf-generation-failed": "PDF generation failed!",
"permissions": "Permissions", "pdf-successfully-generated": "PDF successfully generated!",
"permissions-updated": "Permissions updated!", "pdfs-successfully-generated": "PDFs successfully generated!",
"phone": "Phone", "per-kilometer": "per Kilometer",
"please-confirm-the-deletion-of-card": "Please confirm the deletion of this card", "permissions": "Permissions",
"please-confirm-the-deletion-of-runner": "Please confirm the deletion of this runner", "permissions-updated": "Permissions updated!",
"please-confirm-the-deletion-of-scan": "Please confirm the deletion of scan", "phone": "Phone",
"please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere safe.", "please-confirm-the-deletion-of-card": "Please confirm the deletion of this card",
"please-provide-a-password": "Please provide a password...", "please-confirm-the-deletion-of-runner": "Please confirm the deletion of this runner",
"please-provide-the-nessecary-information-to-add-a-new-donor": "Please provide the nessecary information to add a new donor", "please-confirm-the-deletion-of-scan": "Please confirm the deletion of scan",
"please-provide-the-nessecary-information-to-create-a-new-donation": "Please provide the nessecary information to create a new donation", "please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere safe.",
"please-provide-the-nessecary-information-to-create-a-new-scan": "Please provide the nessecary information to create a new scan.", "please-provide-a-password": "Please provide a password...",
"please-provide-the-required-csv-xlsx-file": "Please provide the required csv/ xlsx file", "please-provide-the-nessecary-information-to-add-a-new-donor": "Please provide the nessecary information to add a new donor",
"please-provide-the-required-information-for-creating-a-new-user-group": "Please provide the required information for creating a new user group.", "please-provide-the-nessecary-information-to-create-a-new-donation": "Please provide the nessecary information to create a new donation",
"please-provide-the-required-information-to-add-a-new-contact": "Please provide the required information to add a new contact.", "please-provide-the-nessecary-information-to-create-a-new-scan": "Please provide the nessecary information to create a new scan.",
"please-provide-the-required-information-to-add-a-new-organization": "Please provide the required information to add a new organization.", "please-provide-the-required-csv-xlsx-file": "Please provide the required csv/ xlsx file",
"please-provide-the-required-information-to-add-a-new-runner": "Please provide the required information to add a new runner.", "please-provide-the-required-information-for-creating-a-new-user-group": "Please provide the required information for creating a new user group.",
"please-provide-the-required-information-to-add-a-new-team": "Please provide the required information to add a new team.", "please-provide-the-required-information-to-add-a-new-contact": "Please provide the required information to add a new contact.",
"please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.", "please-provide-the-required-information-to-add-a-new-organization": "Please provide the required information to add a new organization.",
"please-provide-the-required-information-to-add-a-new-user": "Please provide the required information to add a new user.", "please-provide-the-required-information-to-add-a-new-runner": "Please provide the required information to add a new runner.",
"please-provide-the-required-information-to-create-a-new-scanstation": "Please provide the required information to create a new scanstation", "please-provide-the-required-information-to-add-a-new-team": "Please provide the required information to add a new team.",
"please-provide-the-required-information-to-create-a-new-statsclient": "Please provide the required information to create a new statsclient", "please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.",
"please-request-a-new-reset-mail": "Please request a new reset mail...", "please-provide-the-required-information-to-add-a-new-user": "Please provide the required information to add a new user.",
"please-wait-a-moment-your-login-is-still-being-processed": "Please wait a moment, your login is still being processed", "please-provide-the-required-information-to-create-a-new-scanstation": "Please provide the required information to create a new scanstation",
"prefix": "Prefix", "please-provide-the-required-information-to-create-a-new-statsclient": "Please provide the required information to create a new statsclient",
"privacy": "Privacy", "please-request-a-new-reset-mail": "Please request a new reset mail...",
"privacy-loading": "Privacy loading...", "please-wait-a-moment-your-login-is-still-being-processed": "Please wait a moment, your login is still being processed",
"profile": "Profile", "prefix": "Prefix",
"profile-deleted": "Profile deleted!", "privacy": "Privacy",
"profile-picture": "Profile Picture", "privacy-loading": "Privacy loading...",
"profile-updated": "Profile updated!", "profile": "Profile",
"read-license": "Read License", "profile-deleted": "Profile deleted!",
"receipt-needed": "Receipt needed", "profile-picture": "Profile Picture",
"repo_link": "Link", "profile-updated": "Profile updated!",
"request-a-new-reset-mail": "Request a new reset mail", "read-license": "Read License",
"reset-my-password": "Reset my password", "receipt-needed": "Receipt needed",
"reset-password": "Reset your password", "repo_link": "Link",
"runner": "Runner", "request-a-new-reset-mail": "Request a new reset mail",
"runner-added": "Runner added", "reset-my-password": "Reset my password",
"runner-deleted": "runner deleted", "reset-password": "Reset your password",
"runner-import": "Runner Import", "runner": "Runner",
"runner-is-being-added": "Runner is being added...", "runner-added": "Runner added",
"runner-updated": "Runner updated!", "runner-deleted": "runner deleted",
"runnercards": "Runnercards", "runner-import": "Runner Import",
"runnerimport_verify_runners_org": "Please confirm these runners for import into the organization \"{org_name}\"", "runner-is-being-added": "Runner is being added...",
"runners": "Runners", "runner-updated": "Runner updated!",
"runners-are-being-imported": "Runners are being imported...", "runnercards": "Runnercards",
"runners-are-being-loaded": "runners are being loaded...", "runnerimport_verify_runners_org": "Please confirm these runners for import into the organization \"{org_name}\"",
"save": "Save", "runners": "Runners",
"save-changes": "Save Changes", "runners-are-being-imported": "Runners are being imported...",
"scan-added": "Scan added", "runners-are-being-loaded": "runners are being loaded...",
"scan-deleted": "scan deleted", "save": "Save",
"scan-is-being-updated": "Scan is being updated", "save-changes": "Save Changes",
"scan-with-fixed-distance": "Scan with fixed distance", "scan-added": "Scan added",
"scans": "Scans", "scan-deleted": "scan deleted",
"scans-are-being-loaded": "Scans are being loaded", "scan-is-being-updated": "Scan is being updated",
"scanstation": "Scanstation", "scan-with-fixed-distance": "Scan with fixed distance",
"scanstation-added": "Scanstation added", "scans": "Scans",
"scanstation-is-being-added": "Adding scanstation...", "scans-are-being-loaded": "Scans are being loaded",
"scanstations": "Scanstations", "scanstation": "Scanstation",
"scanstations-are-being-loaded": "Loading scanstations...", "scanstation-added": "Scanstation added",
"search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)", "scanstation-is-being-added": "Adding scanstation...",
"search-for-an-organization-or-team-by-name-or-id": "Search for an organization or team (by name or id)", "scanstations": "Scanstations",
"search-for-donor-name-or-id": "Search for donor (by name or id)", "scanstations-are-being-loaded": "Loading scanstations...",
"search-for-permission": "Search for permission", "search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)",
"search-for-runner-by-name-or-id": "Search for runner (by name or id)", "search-for-an-organization-or-team-by-name-or-id": "Search for an organization or team (by name or id)",
"select-all": "select all", "search-for-donor-name-or-id": "Search for donor (by name or id)",
"select-language": "Select language", "search-for-permission": "Search for permission",
"selfservice-registration": "Selfservice registration", "search-for-runner-by-name-or-id": "Search for runner (by name or id)",
"send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services", "select-all": "select all",
"set-the-user-active-inactive": "set the user active/ inactive", "select-language": "Select language",
"settings": "Settings", "selfservice-registration": "Selfservice registration",
"settings-for-your-profile": "Settings for your profile", "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services",
"something-about-the-group": "Something about the group...", "set-the-user-active-inactive": "set the user active/ inactive",
"sponsoring-quittungs-liste_herunterladen": "Download donor receipt list", "settings": "Settings",
"sponsorings": "Sponsorings", "settings-for-your-profile": "Settings for your profile",
"stats-are-being-loaded": "stats are being loaded...", "something-about-the-group": "Something about the group...",
"statsclient-deleted": "Deleted statsclient", "sponsoring-quittungs-liste_herunterladen": "Download donor receipt list",
"statsclient-is-being-added": "Statsclient is being added...", "sponsorings": "Sponsorings",
"statsclients": "Statsclients (aka Beamershow)", "station-deleted": "station deleted",
"statsclients-are-being-loaded": "Loading statsclients", "stats-are-being-loaded": "stats are being loaded...",
"status": "Status", "statsclient-deleted": "Deleted statsclient",
"stuff-that-could-harm-your-profile": "Stuff that could harm your profile", "statsclient-is-being-added": "Statsclient is being added...",
"successful-password-reset": "Successful password reset!", "statsclients": "Statsclients (aka Beamershow)",
"team": "Team", "statsclients-are-being-loaded": "Loading statsclients",
"team-added": "Team added", "status": "Status",
"team-deleted": "Team deleted", "stuff-that-could-harm-your-profile": "Stuff that could harm your profile",
"team-detail-is-being-loaded": "team detail is being loaded...", "successful-password-reset": "Successful password reset!",
"team-is-being-added": "Team is being added...", "team": "Team",
"team-name": "Team name", "team-added": "Team added",
"team-name-is-required": "team name is required", "team-deleted": "Team deleted",
"teams": "Teams", "team-detail-is-being-loaded": "team detail is being loaded...",
"teams-are-being-loaded": "teams are being loaded...", "team-is-being-added": "Team is being added...",
"the-provided-phone-number-is-invalid-less-than-br-greater-than-please-enter-a-valid-international-number": "the provided phone number is invalid.<br />please enter a valid international number...", "team-name": "Team name",
"the-scans-distance-must-be-greater-than-0m": "The scan's distance must be greater than 0m", "team-name-is-required": "team name is required",
"the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The scanstation api token will only get displayed once - you won't be able to change or view it again!", "teams": "Teams",
"the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The statsclient api token will only get displayed once - you won't be able to change or view it again!", "teams-are-being-loaded": "teams are being loaded...",
"there-are-no-cards-yet": "There are no cards yet.", "the-provided-phone-number-is-invalid-less-than-br-greater-than-please-enter-a-valid-international-number": "the provided phone number is invalid.<br />please enter a valid international number...",
"there-are-no-contacts-added-yet": "There are no contacts added yet.", "the-scans-distance-must-be-greater-than-0m": "The scan's distance must be greater than 0m",
"there-are-no-donations-yet": "There are no donations yet", "the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The scanstation api token will only get displayed once - you won't be able to change or view it again!",
"there-are-no-donors-yet": "There are no donors yet", "the-statsclient-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The statsclient api token will only get displayed once - you won't be able to change or view it again!",
"there-are-no-groups-yet": "There are no groups yet", "there-are-no-cards-yet": "There are no cards yet.",
"there-are-no-organizations-added-yet": "There are no organizations added yet.", "there-are-no-contacts-added-yet": "There are no contacts added yet.",
"there-are-no-runners-added-yet": "There are no runners added yet.", "there-are-no-donations-yet": "There are no donations yet",
"there-are-no-scans-yet": "There are no scans yet", "there-are-no-donors-yet": "There are no donors yet",
"there-are-no-teams-added-yet": "There are no teams added yet.", "there-are-no-groups-yet": "There are no groups yet",
"there-are-no-users-added-yet": "There are no users added yet.", "there-are-no-organizations-added-yet": "There are no organizations added yet.",
"this-card-is": "This card is", "there-are-no-runners-added-yet": "There are no runners added yet.",
"this-might-take-a-moment": "This might take a moment 👀", "there-are-no-scans-yet": "There are no scans yet",
"this-scanstation-is": "This scanstation is", "there-are-no-teams-added-yet": "There are no teams added yet.",
"token": "Token", "there-are-no-users-added-yet": "There are no users added yet.",
"total-distance": "total distance", "this-card-is": "This card is",
"total-donation-amount": "total donation amount", "this-might-take-a-moment": "This might take a moment 👀",
"total-donations": "total donations", "this-scanstation-is": "This scanstation is",
"total-paid-amount": "Total paid amount", "token": "Token",
"total-scans": "total scans", "total-distance": "total distance",
"total_donation_amount_in_eur": "Total donation amount in €", "total-donation-amount": "total donation amount",
"track": "Track", "total-donations": "total donations",
"track-added": "Track added", "total-paid-amount": "Total paid amount",
"track-data-is-being-loaded": "Track data is being loaded", "total-scans": "total scans",
"track-is-being-added": "Track is being added...", "total_donation_amount_in_eur": "Total donation amount in €",
"track-is-being-updated": "Track is being updated...", "track": "Track",
"track-length-in-m": "Track Length in m", "track-added": "Track added",
"track-length-must-be-greater-than-0": "Track length must be greater than 0", "track-data-is-being-loaded": "Track data is being loaded",
"track-name": "Track name", "track-is-being-added": "Track is being added...",
"track-name-must-not-be-empty": "Track name must not be empty", "track-is-being-updated": "Track is being updated...",
"track-was-updated": "Track was updated!", "track-length-in-m": "Track Length in m",
"tracks": "Tracks", "track-length-must-be-greater-than-0": "Track length must be greater than 0",
"unpaid": "Unpaid", "track-name": "Track name",
"update-card": "Update Card", "track-name-must-not-be-empty": "Track name must not be empty",
"update-password": "Update password", "track-was-updated": "Track was updated!",
"updated-contact": "Updated contact!", "tracks": "Tracks",
"updated-donor": "updated donor", "unpaid": "Unpaid",
"updated-organization": "updated organization", "update-card": "Update Card",
"updated-scan": "updated scan", "update-password": "Update password",
"updated-team": "Updated team", "updated-contact": "Updated contact!",
"updateing-group": "updateing group...", "updated-donor": "updated donor",
"updating-card": "Updating card", "updated-organization": "updated organization",
"updating-donation": "Updating donation", "updated-scan": "updated scan",
"updating-organization": "updating organization", "updated-team": "Updated team",
"updating-permissions": "updating permissions...", "updateing-group": "updateing group...",
"updating-runner": "Updating runner...", "updating-card": "Updating card",
"updating-team": "Updating team", "updating-donation": "Updating donation",
"updating-user": "updating user...", "updating-organization": "updating organization",
"updating-your-profile": "Updating your profile...", "updating-permissions": "updating permissions...",
"user-added": "User added", "updating-runner": "Updating runner...",
"user-groups": "User Groups", "updating-team": "Updating team",
"user-is-being-added": "User is being added...", "updating-user": "updating user...",
"user-updated": "User updated", "updating-your-profile": "Updating your profile...",
"username": "Username", "user-added": "User added",
"users": "Users", "user-groups": "User Groups",
"valid": "Valid", "user-is-being-added": "User is being added...",
"valid-city-is-required": "Valid city is required", "user-updated": "User updated",
"valid-email-is-required": "valid email is required", "username": "Username",
"valid-international-phone-number-is-required": "valid international phone number is required...", "users": "Users",
"valid-zipcode-postal-code-is-required": "Valid zipcode/ postal code is required", "valid": "Valid",
"verfuegbare": "availdable", "valid-city-is-required": "Valid city is required",
"welcome_wavinghand": "Welcome 👋", "valid-email-is-required": "valid email is required",
"yes-i-copied-the-token": "Yes, I copied the token", "valid-international-phone-number-is-required": "valid international phone number is required...",
"you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "You are going to loose all permissions and access to the runner system!", "valid-zipcode-postal-code-is-required": "Valid zipcode/ postal code is required",
"you-can-enter-the-donations-paid-amount-manually-or-use-the-max-button-to-use-the-donations-exact-amount": "You can enter the donation's paid amount manually or use the MAX button to use the donation's exact amount.", "verfuegbare": "availdable",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉", "welcome_wavinghand": "Welcome 👋",
"you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.", "yes-i-copied-the-token": "Yes, I copied the token",
"you-dont-have-any-scanclients-yet": "You don't have any statsclients yet", "you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "You are going to loose all permissions and access to the runner system!",
"you-dont-have-any-scanstations-yet": "You don't have any scanstations yet", "you-can-enter-the-donations-paid-amount-manually-or-use-the-max-button-to-use-the-donations-exact-amount": "You can enter the donation's paid amount manually or use the MAX button to use the donation's exact amount.",
"you-have-to-provide-an-organization": "You have to provide an organization", "you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.", "you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).", "you-dont-have-any-scanclients-yet": "You don't have any statsclients yet",
"zip-postal-code": "ZIP/ postal code", "you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
"all-associated-scans-will-get-deleted-as-well": "All associated scans will get deleted as well", "you-have-to-provide-an-organization": "You have to provide an organization",
"confirm-delete-station-with-all-scans": "Confirm deletion of station with all scans", "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"cancel-keep-station": "Cancel, keep station", "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
"station-deleted": "station deleted" "zip-postal-code": "ZIP/ postal code"
} }