🚀RELEASE v0.18.0
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nicolai Ort 2023-04-12 21:36:26 +02:00
parent 9ae5e62e5d
commit 587b4a84c0
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
5 changed files with 1084 additions and 972 deletions

View File

@ -2,9 +2,121 @@
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.0](https://git.odit.services/lfk/frontend/compare/0.17.3...0.18.0)
- 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)
- 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)
- RunnersOverview: table responsiveness [`bf1e715`](https://git.odit.services/lfk/frontend/commit/bf1e715261c0076fd8543dd1187c516209a73b16)
- Basic card delete modal [`8ffe8ef`](https://git.odit.services/lfk/frontend/commit/8ffe8eff0623767809cdc49ea15cf2d30b609285)
- wip: delete scans [`f105cc0`](https://git.odit.services/lfk/frontend/commit/f105cc0a41972261610d03015ecd5ee492dab8e2)
- Added delete runner modal [`fd5db7d`](https://git.odit.services/lfk/frontend/commit/fd5db7d68ab4b32f7bb14bd0275a447b749e1fd8)
- Extracted table bottom [`8f50555`](https://git.odit.services/lfk/frontend/commit/8f50555a06a35d0b11ac1d9201851d00d915c4b8)
- fix: formatting [`9def0b2`](https://git.odit.services/lfk/frontend/commit/9def0b27c9958c5c75466f56c17b6dc4d44d2b50)
- fix(CardsOverview): table scroll + checkbox posititioning [`9c13b2f`](https://git.odit.services/lfk/frontend/commit/9c13b2f9e938ad36cb74c66a8f91a5b872c8c2d1)
- Extracted table header [`c241961`](https://git.odit.services/lfk/frontend/commit/c241961d0ab0d6b8c3bf0453c1a21d84027ed62f)
- drop legacy dependencies [`c98eb49`](https://git.odit.services/lfk/frontend/commit/c98eb49ae31d1d28de79c7a9c945ade50828f07f)
- scan delete working [`c7dcf7c`](https://git.odit.services/lfk/frontend/commit/c7dcf7c66d7141117e08462ad05f6f441565d012)
- Add Card appends current cards [`195d182`](https://git.odit.services/lfk/frontend/commit/195d182cc977b4ac9f342f09a9ea69d461892a95)
- Moved data loading to onmount [`a35af6f`](https://git.odit.services/lfk/frontend/commit/a35af6f02055115d60d040baaf22dabbeda38498)
- Add runners reactivity [`06411dc`](https://git.odit.services/lfk/frontend/commit/06411dc14747fc9803da009a29688789c31dfc42)
- quick cleanup [`ebdd1c2`](https://git.odit.services/lfk/frontend/commit/ebdd1c2c0c2191c60dfacd0c4be989748628ca63)
- Extracted deletion into function of overview [`a0727a0`](https://git.odit.services/lfk/frontend/commit/a0727a02913708de06be8bf1b9f8cbae5489f080)
- Moved update card logic to overview [`53b945c`](https://git.odit.services/lfk/frontend/commit/53b945c72fa5b30f03eff8bb83f8f25d85d79b07)
- wip:ScanValid badge [`bd4952e`](https://git.odit.services/lfk/frontend/commit/bd4952ee575b4cd8caea3608b14d8c51b37a55eb)
- yeeted extra table styling [`52a02c8`](https://git.odit.services/lfk/frontend/commit/52a02c82d2bdabdf3e632910aa415c1ffb97fd7f)
- Added custom runner filter [`7c6d39b`](https://git.odit.services/lfk/frontend/commit/7c6d39b5fa60d1b834c9fb74dd26dfc2225161d6)
- Scan reactive add [`f5d14f2`](https://git.odit.services/lfk/frontend/commit/f5d14f2e1810462cba99b2482320746f0750d4a1)
- Moved code around [`239f79f`](https://git.odit.services/lfk/frontend/commit/239f79fecba732c807f4296cf524be15c1ccff1e)
- Scan deletion [`7d8c68a`](https://git.odit.services/lfk/frontend/commit/7d8c68a4550407e8c871545e7a0c5f622a1e3b9c)
- Added status filter function [`f6c1fea`](https://git.odit.services/lfk/frontend/commit/f6c1fea17ce64d890ac810d9dff058dd589c2989)
- Added delete toast [`e2ddb5a`](https://git.odit.services/lfk/frontend/commit/e2ddb5a14cc8b450c00129709bf5b933a47866dd)
- Fixed killing of the dom [`2f62c7a`](https://git.odit.services/lfk/frontend/commit/2f62c7ae89b7dda3bc0efd4d56e677898a3f197f)
- Cards details modal [`f6985da`](https://git.odit.services/lfk/frontend/commit/f6985daec71e4d922acd8a9b2673fd41317b075f)
- Reload table data on delete [`3e8dac3`](https://git.odit.services/lfk/frontend/commit/3e8dac3203f56723a3dad4a35887d60fc03d4ae3)
- Added middle-name [`d811058`](https://git.odit.services/lfk/frontend/commit/d8110580e9a33cfb0c6e9cbdce630262d5b5d4c1)
- Fixed id sorting [`7cec2a0`](https://git.odit.services/lfk/frontend/commit/7cec2a00c513678cae8643ef3905d566a538bde0)
- Import add to datatable [`2a91562`](https://git.odit.services/lfk/frontend/commit/2a915620c9adcb481be53e3c919bd5f14a5108ee)
- Scans deletion [`6d9d8a4`](https://git.odit.services/lfk/frontend/commit/6d9d8a4724135df98ed1bec74b0cc20a8bdbda53)
- fix(DeleteRunnerModal): ESC key [`1df505e`](https://git.odit.services/lfk/frontend/commit/1df505ea00968f65e7aff85baa80f8935fd2eb7b)
- Versionbuilder [`1613ae7`](https://git.odit.services/lfk/frontend/commit/1613ae7de6e84aa5f9df6774a8e820fcf515b14a)
- Fixed edit dispatch [`c681570`](https://git.odit.services/lfk/frontend/commit/c68157013431eeb1150e37fea87da02d5f7b032e)
- ScansOverview: use CardRunner link [`4b171fd`](https://git.odit.services/lfk/frontend/commit/4b171fd04f4fc895f9919294858e546686504c65)
- Added custom filter to scan overview [`2c198cf`](https://git.odit.services/lfk/frontend/commit/2c198cfde89363142c1c958e6961b7823196e04e)
- Disable sort for actions [`fc2c290`](https://git.odit.services/lfk/frontend/commit/fc2c2907c43e5b1fa192b571cf93b2f2e492158f)
- Delete modal logic [`da33005`](https://git.odit.services/lfk/frontend/commit/da3300562a25cf39945a94f873ec27f0d5fb9dc0)
- Module [`9ae5e62`](https://git.odit.services/lfk/frontend/commit/9ae5e62e5d84097082bc29fe20b329f6e614f6ed)
- new license file version [CI SKIP] [`ed1caa7`](https://git.odit.services/lfk/frontend/commit/ed1caa7be7673ef08f9c0074101f3cfb52963ab7)
- Merge pull request 'experiment/tanstack' (#172) from experiment/tanstack into dev [`d88f3a5`](https://git.odit.services/lfk/frontend/commit/d88f3a5a2737921536c5eb109734abafd7609e51)
- Removed pnpm store [`eb13f03`](https://git.odit.services/lfk/frontend/commit/eb13f038a1990ed2966552ab1d36df4a76e5a99a)
- dependency update, drop focusTrap, first tanstack experiment in RunnersOverview [`9bec95e`](https://git.odit.services/lfk/frontend/commit/9bec95ede80908e45ad0f18a66dbb45784f7e33e)
- Added translations [`dcabed4`](https://git.odit.services/lfk/frontend/commit/dcabed4e93134a1f04305c47536f1cc93b0cfb31)
- new license file version [CI SKIP] [`d0fe6a2`](https://git.odit.services/lfk/frontend/commit/d0fe6a2e8513638c4d8e2b3dafd48b91490eab3b)
- Bumped pnpm to 8 [`ee91748`](https://git.odit.services/lfk/frontend/commit/ee91748b3c7c2fb4f196d76121713ac42465b9dd)
- drop old datatables [`cb5f2b7`](https://git.odit.services/lfk/frontend/commit/cb5f2b73d0a5f71875f48d381382919f9bee364e)
- wip: pagination [`a59dbbe`](https://git.odit.services/lfk/frontend/commit/a59dbbe50ede47e0dada906d10887cc6b1ae3264)
- Added sort [`842248e`](https://git.odit.services/lfk/frontend/commit/842248e4c43bb94a0e73981d2d848e0723687932)
- cleanup headers [`5ecf838`](https://git.odit.services/lfk/frontend/commit/5ecf838dd231269c3c4f0d1e3376ff157457b04a)
- Moved filter function to shared [`2304b12`](https://git.odit.services/lfk/frontend/commit/2304b12c1cca6a64573223906ab0561ba9050ec5)
- Group filters [`0283df2`](https://git.odit.services/lfk/frontend/commit/0283df22c84740dd978e09120985215b65d7a12a)
- feat(RunnersOverview): row selection [`6993511`](https://git.odit.services/lfk/frontend/commit/6993511c67cc81303a1eece7fc2a4218dc818afc)
- Basic details and delete buttons [`9363773`](https://git.odit.services/lfk/frontend/commit/9363773fa1910975d48746572fe166363986c6ab)
- Added delete cards button [`70307a9`](https://git.odit.services/lfk/frontend/commit/70307a9e8272f22801c6765c947f8576cc1d1102)
- ScansOverview: add ThFilterTrack [`008835c`](https://git.odit.services/lfk/frontend/commit/008835c24f833aebbecc53921b0901a76f25bf06)
- Yeeted old datatable references [`8925261`](https://git.odit.services/lfk/frontend/commit/89252619b1f6d478c287178bfffc573cf574a8fa)
- Added filter [`a9cdac4`](https://git.odit.services/lfk/frontend/commit/a9cdac4f74a80afe3d0ce677ed5256201b75b29b)
- Moved sort onclick to header only [`3de7b63`](https://git.odit.services/lfk/frontend/commit/3de7b632e058e9ca9ab951de9e86cc2a40eceb68)
- Switched drone to pnpm cache [`d79608e`](https://git.odit.services/lfk/frontend/commit/d79608edbb7ca68b0a26f6c021a141373308081f)
- pagination size [`45a7a90`](https://git.odit.services/lfk/frontend/commit/45a7a90cb8ee933d064c5891b3532cb1ece38d38)
- RunnersOverview: add filter keyboard support [`9415584`](https://git.odit.services/lfk/frontend/commit/94155845f020679e8765d198b5ab4735e1d1142c)
- RunnersOverview: pass selectedRunners to actions [`d4ab76e`](https://git.odit.services/lfk/frontend/commit/d4ab76ea1be1789aaa53ca57d33b2356c6804ffd)
- fix pagination next prev [`cac851f`](https://git.odit.services/lfk/frontend/commit/cac851f2b19dafa01b08d1da612e34cbe3eb4133)
- Moved docker to pnpm with cache [`4cbd265`](https://git.odit.services/lfk/frontend/commit/4cbd26580e51b854fdfd369056f24a30b04100a1)
- fix: TracksOverview [`c799088`](https://git.odit.services/lfk/frontend/commit/c7990882cfa4ac6c3a2ffa696dcbf3b62790c1fe)
- Table header i18n [`070a20a`](https://git.odit.services/lfk/frontend/commit/070a20a2e599e9f00b1bd0e944f9d68d08dc1cba)
- default to 50 rows pagination [`dc866dd`](https://git.odit.services/lfk/frontend/commit/dc866dd5403ae681193c5e325b1f6d4068f80b61)
- improved tablefilters/groupFilter [`3abf608`](https://git.odit.services/lfk/frontend/commit/3abf608b15fcfc2cf65b705d28d394917e7ac333)
- Updated group name conversion [`9111ad1`](https://git.odit.services/lfk/frontend/commit/9111ad147c7537036de834f80db6e557d8d6f0d9)
- show certificate, runnercard, sponsoring contract section [`49c2cd5`](https://git.odit.services/lfk/frontend/commit/49c2cd5c4b32e1b75fe0dae48c1b470608936704)
- add basic table styling [`c5e8409`](https://git.odit.services/lfk/frontend/commit/c5e84090795636c7a80d6cabe46168e436d40f50)
- Cards deleted migrations [`ef077b4`](https://git.odit.services/lfk/frontend/commit/ef077b4e6ad722e6d1c9efd5060165f649fd94c9)
- ignore pnpm store from now on [`fe62ad5`](https://git.odit.services/lfk/frontend/commit/fe62ad5539bc94b242c30c2952bf4c115cc9abfd)
- ammendme [`d31fe23`](https://git.odit.services/lfk/frontend/commit/d31fe2363b0f167b937f7d67908e75c709b324d8)
- updated default table row count [`245db06`](https://git.odit.services/lfk/frontend/commit/245db0617306bab23993caf00dc5ba0405e95625)
- fix: checkbox styling [`64db553`](https://git.odit.services/lfk/frontend/commit/64db5531858b2275d27c53a347da6c0416a278e8)
- Added distance conversion [`333214a`](https://git.odit.services/lfk/frontend/commit/333214aa8f945975ee2dcbd1cfa285e5e75c9d02)
- Added filterfunctions [`a9a965d`](https://git.odit.services/lfk/frontend/commit/a9a965d6981b07b02e3f752e65e1e5c4e9df7147)
- card/ThFilterRunner: text align left [`7083b3d`](https://git.odit.services/lfk/frontend/commit/7083b3d8d2c81fa4ab14f21d379befbb2dab5b6c)
- import [`0240e1d`](https://git.odit.services/lfk/frontend/commit/0240e1dca2e162b8c79f294f5c651b4a38455235)
- fix: table sort button + search style [`57dce34`](https://git.odit.services/lfk/frontend/commit/57dce34fc5b04c297c5341db24ec47c2f1d39595)
- No longer switching pnpm store path [`e5241d6`](https://git.odit.services/lfk/frontend/commit/e5241d619beda90d271485b6c09142b1e7b9b5f1)
- Reactivated generate cards modal [`8f33640`](https://git.odit.services/lfk/frontend/commit/8f33640bec8f79987b1319fb0765535fe493d496)
- Always load bulk created cards [`f89023e`](https://git.odit.services/lfk/frontend/commit/f89023e24ab30c90a8cacf2e9590d1dfa1a743d5)
- ScansOverview: fallback for manual scans [`1ec9556`](https://git.odit.services/lfk/frontend/commit/1ec9556aa64b996d0bdd9cd3ee50a767a154f5f6)
- fix min-w th [`b35375c`](https://git.odit.services/lfk/frontend/commit/b35375c929ad8d525b2761c321ecef0399917828)
- Close modal on delete and import toastify [`03b7ada`](https://git.odit.services/lfk/frontend/commit/03b7ada5ef3cbf64f178d3d0d88c448d76a42885)
- Fixed styling [`13254b2`](https://git.odit.services/lfk/frontend/commit/13254b24dd75ca3eb47fd53d5368f047545e8420)
- Implemented table buttons [`11a56f8`](https://git.odit.services/lfk/frontend/commit/11a56f87e89866bd9b2f7029ef683fd139d60aa4)
- RunnersOverview: disable debug log [`2c992a0`](https://git.odit.services/lfk/frontend/commit/2c992a0e63fa72055d28785fe7f5c21fd26f1fea)
- RunnersOverview: TopActionSection: add margin top [`88f96ac`](https://git.odit.services/lfk/frontend/commit/88f96acc3c31c748d3da29b4564dd681a89208b9)
- Unused filter function value [`38d3e19`](https://git.odit.services/lfk/frontend/commit/38d3e1912cd6d5362db236c34e0c602b52060b73)
- Make the linter happy [`fbc14fd`](https://git.odit.services/lfk/frontend/commit/fbc14fd7b47009bf64a8824e7b60373eea031e3f)
- Dsable column filter for distance [`67eff0e`](https://git.odit.services/lfk/frontend/commit/67eff0eda9b7d49d1abe784247afdbfbd7a76b00)
- getPaginationRowModel [`238082b`](https://git.odit.services/lfk/frontend/commit/238082b657998f513111e832556926decbe84e21)
- -> onkeyup [`aecbabe`](https://git.odit.services/lfk/frontend/commit/aecbabe52221c0ab8d94a42dc8ac42f4f397fde8)
- removed unused import [`9811ede`](https://git.odit.services/lfk/frontend/commit/9811ede3b23a488a49962a43dae5abad60f93341)
- drop redundant button role [`e7eddb4`](https://git.odit.services/lfk/frontend/commit/e7eddb4f08632cc803b8752e3561319fab538843)
- Filter id as equals [`2699b06`](https://git.odit.services/lfk/frontend/commit/2699b06d7c42608b1b3ce2037908a78143038441)
- debug table [`fd0d45f`](https://git.odit.services/lfk/frontend/commit/fd0d45f721396787ad35fca2a7fd0f26d98b23e9)
- add TODO for ScansOverview status filter [`9505c2b`](https://git.odit.services/lfk/frontend/commit/9505c2b03005f4e667082cb4527fea863dbbf7fc)
#### [0.17.3](https://git.odit.services/lfk/frontend/compare/0.17.2...0.17.3) #### [0.17.3](https://git.odit.services/lfk/frontend/compare/0.17.2...0.17.3)
> 15 March 2023
- dependency fixes [`3ea7a01`](https://git.odit.services/lfk/frontend/commit/3ea7a015a9beba3c2e4d3eb966f24ff6d4ac786e) - dependency fixes [`3ea7a01`](https://git.odit.services/lfk/frontend/commit/3ea7a015a9beba3c2e4d3eb966f24ff6d4ac786e)
- 🚀RELEASE v0.17.3 [`85705b6`](https://git.odit.services/lfk/frontend/commit/85705b6e684d0c41d3dc770cef7bffb199101576)
- set pnpm to @7 [`4432941`](https://git.odit.services/lfk/frontend/commit/44329413ed2ca23f74e86db041b2c25b2b1c2a2b) - set pnpm to @7 [`4432941`](https://git.odit.services/lfk/frontend/commit/44329413ed2ca23f74e86db041b2c25b2b1c2a2b)
#### [0.17.2](https://git.odit.services/lfk/frontend/compare/0.17.1...0.17.2) #### [0.17.2](https://git.odit.services/lfk/frontend/compare/0.17.1...0.17.2)

View File

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.17.3-RELEASE_INFO</span> <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.18.0-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.17.3", "version": "0.18.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"i18n-order": "node order.js", "i18n-order": "node order.js",

View File

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

View File

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