Compare commits
	
		
			54 Commits
		
	
	
		
			0.10.0
			...
			18ec100c33
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 18ec100c33 | |||
| fa55fce76e | |||
| f47d5e347d | |||
| 7488a8b597 | |||
| 2e3ac154be | |||
| 2472640755 | |||
| 7b685d6cad | |||
| 17f6f4e616 | |||
| 48cfc15cfb | |||
| bb9b779cee | |||
| af63ce67ae | |||
| 5cc4871ec4 | |||
| c8cfe669b8 | |||
| 8b74d6d759 | |||
| a9227768de | |||
| d966e1d4de | |||
| ceb2146c1b | |||
| 8d006d8c74 | |||
| 777304f259 | |||
| 12433f7c23 | |||
| 44b53da345 | |||
| ab45fc144e | |||
| e99e9e0708 | |||
| 467404bfc8 | |||
| ce50fa2a62 | |||
| 10a011d842 | |||
| 5352410d0c | |||
| c5d155396a | |||
| 93187099d3 | |||
| aa24b1dce5 | |||
| eb3ede9593 | |||
| d7fecfbd0b | |||
| b065b4ff21 | |||
| 87370d24be | |||
| 8f8b9988ad | |||
| f8ccf4f5d8 | |||
| 25d8b86efd | |||
| 0cd3e937d8 | |||
| 89bb9c215e | |||
| 2d18686ce7 | |||
| 1d999d4910 | |||
| 7dfaa7579a | |||
| 08cb079e97 | |||
| 450aa83592 | |||
| 0614c76e92 | |||
| 97e338f9d4 | |||
| 636f018daa | |||
| c8d639024a | |||
| 6be2ee626a | |||
| 008027db0e | |||
| aec5e3473e | |||
| 95c8fde72f | |||
| 0f32968fae | |||
| ae79e9fea1 | 
							
								
								
									
										6
									
								
								.devcontainer/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.devcontainer/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					FROM mcr.microsoft.com/vscode/devcontainers/base:alpine-3.12
 | 
				
			||||||
 | 
					RUN apk update
 | 
				
			||||||
 | 
					RUN apk add --upgrade nodejs-current npm
 | 
				
			||||||
 | 
					RUN npm i -g yarn rimraf
 | 
				
			||||||
 | 
					RUN rimraf node_modules
 | 
				
			||||||
 | 
					RUN yarn set version berry
 | 
				
			||||||
							
								
								
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
						"name": "Node.js",
 | 
				
			||||||
 | 
						"build": {
 | 
				
			||||||
 | 
							"dockerfile": "Dockerfile"
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						"settings": {
 | 
				
			||||||
 | 
							"terminal.integrated.shell.linux": "/bin/sh"
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						"extensions": [
 | 
				
			||||||
 | 
							"dbaeumer.vscode-eslint",
 | 
				
			||||||
 | 
							"2gua.rainbow-brackets",
 | 
				
			||||||
 | 
							"christian-kohler.npm-intellisense",
 | 
				
			||||||
 | 
							"remimarsal.prettier-now",
 | 
				
			||||||
 | 
							"svelte.svelte-vscode",
 | 
				
			||||||
 | 
							"lokalise.i18n-ally",
 | 
				
			||||||
 | 
							"fivethree.vscode-svelte-snippets",
 | 
				
			||||||
 | 
							"voorjaar.windicss-intellisense"
 | 
				
			||||||
 | 
						],
 | 
				
			||||||
 | 
						"postCreateCommand": "yarn && yarn dev --open"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,3 +1 @@
 | 
				
			|||||||
public/env.sample.js
 | 
					public/env.sample.js
 | 
				
			||||||
public/workbox-*.js
 | 
					 | 
				
			||||||
public/workbox-*.js.map
 | 
					 | 
				
			||||||
							
								
								
									
										9
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,11 +1,10 @@
 | 
				
			|||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
build
 | 
					 | 
				
			||||||
package-lock.json
 | 
					package-lock.json
 | 
				
			||||||
yarn.lock
 | 
					yarn.lock
 | 
				
			||||||
*.map
 | 
					*.map
 | 
				
			||||||
public/env.js
 | 
					public/env.js
 | 
				
			||||||
public/sw.js
 | 
					 | 
				
			||||||
public/index.html
 | 
					 | 
				
			||||||
public/workbox-*.js
 | 
					 | 
				
			||||||
svelte.config.js
 | 
					 | 
				
			||||||
public/index.html
 | 
					public/index.html
 | 
				
			||||||
 | 
					/dist
 | 
				
			||||||
 | 
					.yarn
 | 
				
			||||||
 | 
					.pnp.js
 | 
				
			||||||
 | 
					.yarnrc.yml
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							@@ -5,7 +5,8 @@
 | 
				
			|||||||
        "remimarsal.prettier-now",
 | 
					        "remimarsal.prettier-now",
 | 
				
			||||||
        "svelte.svelte-vscode",
 | 
					        "svelte.svelte-vscode",
 | 
				
			||||||
        "lokalise.i18n-ally",
 | 
					        "lokalise.i18n-ally",
 | 
				
			||||||
        "fivethree.vscode-svelte-snippets"
 | 
					        "fivethree.vscode-svelte-snippets",
 | 
				
			||||||
 | 
					        "voorjaar.windicss-intellisense"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "unwantedRecommendations": [
 | 
					    "unwantedRecommendations": [
 | 
				
			||||||
        "antfu.i18n-ally"
 | 
					        "antfu.i18n-ally"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "i18n-ally.localesPaths": "src/locales",
 | 
					    "i18n-ally.localesPaths": "src/locales",
 | 
				
			||||||
    "i18n-ally.keystyle": "nested"
 | 
					    "i18n-ally.keystyle": "nested",
 | 
				
			||||||
 | 
					    "windicss.enableCodeFolding": false,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -2,12 +2,28 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
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.11.0](https://git.odit.services/lfk/frontend/compare/0.10.0...0.11.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Merge pull request 'Generate and print bulk blank cards feature/116-download_blanc_cards' (#117) from feature/116-download_blanc_cards into dev [`25d8b86`](https://git.odit.services/lfk/frontend/commit/25d8b86efd89c442d1bf308a8743134820acfd1f)
 | 
				
			||||||
 | 
					- Added button (including translations [`0614c76`](https://git.odit.services/lfk/frontend/commit/0614c76e924b18b512bab59933a26fec07cf483d)
 | 
				
			||||||
 | 
					- Added button (including translations [`97e338f`](https://git.odit.services/lfk/frontend/commit/97e338f9d4f388596d550990457254c7fa1a3492)
 | 
				
			||||||
 | 
					- Sorted translations [`89bb9c2`](https://git.odit.services/lfk/frontend/commit/89bb9c215e356e0940678f5cabd9e38bc203040e)
 | 
				
			||||||
 | 
					- Added function for generating cards with pdf [`c8d6390`](https://git.odit.services/lfk/frontend/commit/c8d639024a5f2f72d6e30d2ce990b08bd71a5471)
 | 
				
			||||||
 | 
					- Fixed button styling [`08cb079`](https://git.odit.services/lfk/frontend/commit/08cb079e9798392e26515d559af2637e74deea97)
 | 
				
			||||||
 | 
					- Now returning cards on creation with pdf [`1d999d4`](https://git.odit.services/lfk/frontend/commit/1d999d4910acb5efa21b3f9922cdb359babff404)
 | 
				
			||||||
 | 
					- Added comment [`636f018`](https://git.odit.services/lfk/frontend/commit/636f018daa33b99468a257bfc33477e1e644d081)
 | 
				
			||||||
 | 
					- Bumped lfk client js version [`2d18686`](https://git.odit.services/lfk/frontend/commit/2d18686ce782a434ca7bd34c07c36a35b9497273)
 | 
				
			||||||
 | 
					- Bumped lfk-client-js [`7dfaa75`](https://git.odit.services/lfk/frontend/commit/7dfaa7579a22b13194fcdd1c02b4437958261472)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### [0.10.0](https://git.odit.services/lfk/frontend/compare/0.9.1...0.10.0)
 | 
					#### [0.10.0](https://git.odit.services/lfk/frontend/compare/0.9.1...0.10.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> 26 March 2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Added translations [`79c447b`](https://git.odit.services/lfk/frontend/commit/79c447b4c65e55ebb5af71fb0b09174c36e2cecf)
 | 
					- Added translations [`79c447b`](https://git.odit.services/lfk/frontend/commit/79c447b4c65e55ebb5af71fb0b09174c36e2cecf)
 | 
				
			||||||
- Sorted translations 🌍 [`5bd3a46`](https://git.odit.services/lfk/frontend/commit/5bd3a463f00abaf2c98ab554f88e5542d01f364a)
 | 
					- Sorted translations 🌍 [`5bd3a46`](https://git.odit.services/lfk/frontend/commit/5bd3a463f00abaf2c98ab554f88e5542d01f364a)
 | 
				
			||||||
- Reset can now only be triggered if pw is strong enoug [`75d8f73`](https://git.odit.services/lfk/frontend/commit/75d8f7331b6ae78f3979bb62148188a16f83cb8d)
 | 
					- Reset can now only be triggered if pw is strong enoug [`75d8f73`](https://git.odit.services/lfk/frontend/commit/75d8f7331b6ae78f3979bb62148188a16f83cb8d)
 | 
				
			||||||
- Module now exports functions that check if a password is strong enough and equal to a potential confirmation field [`b2509e9`](https://git.odit.services/lfk/frontend/commit/b2509e9e53ab6b51dfd55e26712e8928160cd64b)
 | 
					- Module now exports functions that check if a password is strong enough and equal to a potential confirmation field [`b2509e9`](https://git.odit.services/lfk/frontend/commit/b2509e9e53ab6b51dfd55e26712e8928160cd64b)
 | 
				
			||||||
 | 
					- 🚀RELEASE v0.10.0 [`f7fc196`](https://git.odit.services/lfk/frontend/commit/f7fc1967a50f302af1d8b668628be2f4ab2975a3)
 | 
				
			||||||
- Added more cirteria to the password strength component [`5fa9939`](https://git.odit.services/lfk/frontend/commit/5fa9939696a35d60d762feb0cebef61d31869218)
 | 
					- Added more cirteria to the password strength component [`5fa9939`](https://git.odit.services/lfk/frontend/commit/5fa9939696a35d60d762feb0cebef61d31869218)
 | 
				
			||||||
- Now using pw strength component [`6aaf838`](https://git.odit.services/lfk/frontend/commit/6aaf8384512185a3a319ce6b3e2505e910468e64)
 | 
					- Now using pw strength component [`6aaf838`](https://git.odit.services/lfk/frontend/commit/6aaf8384512185a3a319ce6b3e2505e910468e64)
 | 
				
			||||||
- Added a password strength verification [`ad3bd31`](https://git.odit.services/lfk/frontend/commit/ad3bd312e9a5785f81029ea2b7e302ea1addd988)
 | 
					- Added a password strength verification [`ad3bd31`](https://git.odit.services/lfk/frontend/commit/ad3bd312e9a5785f81029ea2b7e302ea1addd988)
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,18 +1,14 @@
 | 
				
			|||||||
FROM node:15.5.1-alpine3.12
 | 
					FROM node:15.5.1-alpine3.12
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
RUN npm i -g pnpm
 | 
					 | 
				
			||||||
COPY package.json ./
 | 
					COPY package.json ./
 | 
				
			||||||
RUN pnpm i
 | 
					RUN yarn
 | 
				
			||||||
COPY package.json *.config.js workbox-config.js template-copy.js index.template.html s-config.template.js ./
 | 
					COPY package.json *.config.js index.html ./
 | 
				
			||||||
COPY src ./src
 | 
					COPY src ./src
 | 
				
			||||||
COPY public ./public
 | 
					COPY public ./public
 | 
				
			||||||
RUN pnpm run build
 | 
					RUN yarn build
 | 
				
			||||||
# final image
 | 
					# final image
 | 
				
			||||||
FROM alpine
 | 
					FROM alpine
 | 
				
			||||||
COPY --from=0 /app/build /app
 | 
					COPY --from=0 /app/dist /app
 | 
				
			||||||
RUN rm -rf /app/build/_dist_/components
 | 
					 | 
				
			||||||
RUN rm -rf /app/build/_dist_/locales
 | 
					 | 
				
			||||||
RUN rm -rf /app/build-manifest.json
 | 
					 | 
				
			||||||
FROM fholzer/nginx-brotli:v1.19.1
 | 
					FROM fholzer/nginx-brotli:v1.19.1
 | 
				
			||||||
COPY --from=1 /app /usr/share/nginx/html
 | 
					COPY --from=1 /app /usr/share/nginx/html
 | 
				
			||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
 | 
					COPY ./nginx.conf /etc/nginx/nginx.conf
 | 
				
			||||||
							
								
								
									
										22
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					# @odit/lfk-frontend
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## ✒️ Overview
 | 
				
			||||||
 | 
					This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
 | 
				
			||||||
 | 
					- WebApp built with [Svelte](https://svelte.dev), [WindiCSS](https://windicss.org/) (to compile [TailwindCSS](https://tailwindcss.com/)) and [Vite](https://vitejs.dev).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This application is intended for use by admin users/ members only.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## 🚀 Getting Started
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					yarn
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					## Development
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					yarn dev
 | 
				
			||||||
 | 
					/
 | 
				
			||||||
 | 
					yarn dev --open
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					## Build
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					yarn build
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
@@ -1,23 +1,22 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
  <meta charset="utf-8" />
 | 
					  <meta charset="utf-8" />
 | 
				
			||||||
  <link rel="icon" href="/favicon.png" />
 | 
					  <link rel="icon" href="/favicon.png" />
 | 
				
			||||||
  <link rel="manifest" href="/manifest.webmanifest">
 | 
					  <link rel="manifest" href="/manifest.webmanifest">
 | 
				
			||||||
  <link rel="apple-touch-icon" href="/lfk-logo.png">
 | 
					  <link rel="apple-touch-icon" href="/lfk-logo.png">
 | 
				
			||||||
  <meta name="theme-color" content="#FFFFFF">
 | 
					  <meta name="theme-color" content="#FFFFFF">
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
					  <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
				
			||||||
  <meta name="description" content="Lauf Für Kaya! - Admin" />
 | 
					  <meta name="description" content="Lauf Für Kaya! - Admin" />
 | 
				
			||||||
  <title>Lauf für Kaya! - Admin</title>
 | 
					  <title>Lauf für Kaya! - Admin</title>
 | 
				
			||||||
  __TAILWIND_INSERT__
 | 
					</head>
 | 
				
			||||||
</head>
 | 
					
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
<body>
 | 
					  <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.8.4-RELEASE_INFO</span>
 | 
				
			||||||
  <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.10.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 defer type="module" src="/_dist_/index.js"></script>
 | 
					</body>
 | 
				
			||||||
</body>
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
@@ -6,6 +6,15 @@ http {
 | 
				
			|||||||
    server {
 | 
					    server {
 | 
				
			||||||
        error_page 404 /index.html;
 | 
					        error_page 404 /index.html;
 | 
				
			||||||
        root /usr/share/nginx/html;
 | 
					        root /usr/share/nginx/html;
 | 
				
			||||||
 | 
					        location = /index.html {
 | 
				
			||||||
 | 
					            add_header Cache-Control 'no-store';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        location = / {
 | 
				
			||||||
 | 
					            add_header Cache-Control 'no-store';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        location = /env.js {
 | 
				
			||||||
 | 
					            add_header Cache-Control 'no-store';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        location / {
 | 
					        location / {
 | 
				
			||||||
            try_files $uri $uri/ /index.html;
 | 
					            try_files $uri $uri/ /index.html;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										62
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								package.json
									
									
									
									
									
								
							@@ -1,46 +1,40 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@odit/lfk-frontend",
 | 
						"name": "@odit/lfk-frontend",
 | 
				
			||||||
	"version": "0.10.0",
 | 
						"version": "0.8.4",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"i18n-order": "node order.js",
 | 
							"i18n-order": "node order.js",
 | 
				
			||||||
		"dev:all": "yarn prebuild && snowpack dev",
 | 
							"dev": "vite",
 | 
				
			||||||
		"dev": "cross-env NODE_ENV_ODIT=development_fast node template-copy.js && yarn build:sw && snowpack dev",
 | 
							"build": "vite build",
 | 
				
			||||||
		"build": "yarn prebuild && snowpack build",
 | 
					 | 
				
			||||||
		"prebuild": "cross-env NODE_ENV_ODIT=production node template-copy.js && yarn build:sw",
 | 
					 | 
				
			||||||
		"build:sw": "workbox generateSW workbox-config.js",
 | 
					 | 
				
			||||||
		"release": "release-it",
 | 
							"release": "release-it",
 | 
				
			||||||
		"licenses:export": "license-exporter --json -o public"
 | 
							"licenses:export": "license-exporter --json -o public"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"license": "CC-BY-NC-SA-4.0",
 | 
						"license": "CC-BY-NC-SA-4.0",
 | 
				
			||||||
	"dependencies": {
 | 
					 | 
				
			||||||
		"@odit/lfk-client-js": "0.8.0",
 | 
					 | 
				
			||||||
		"check-password-strength": "^2.0.2",
 | 
					 | 
				
			||||||
		"csvtojson": "^2.0.10",
 | 
					 | 
				
			||||||
		"gridjs": "3.3.0",
 | 
					 | 
				
			||||||
		"localforage": "1.9.0",
 | 
					 | 
				
			||||||
		"marked": "^2.0.1",
 | 
					 | 
				
			||||||
		"svelte-focus-trap": "1.0.1",
 | 
					 | 
				
			||||||
		"svelte-i18n": "3.3.7",
 | 
					 | 
				
			||||||
		"svelte-select": "^3.17.0",
 | 
					 | 
				
			||||||
		"tailwindcss": "2.0.3",
 | 
					 | 
				
			||||||
		"tinro": "0.6.1",
 | 
					 | 
				
			||||||
		"toastify-js": "1.9.3",
 | 
					 | 
				
			||||||
		"validator": "13.5.2",
 | 
					 | 
				
			||||||
		"xlsx": "^0.16.9"
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	"devDependencies": {
 | 
						"devDependencies": {
 | 
				
			||||||
		"@odit/license-exporter": "^0.0.11",
 | 
							"check-password-strength": "2.0.2",
 | 
				
			||||||
		"@snowpack/plugin-svelte": "3.5.2",
 | 
							"@odit/lfk-client-js": "0.10.1",
 | 
				
			||||||
		"auto-changelog": "^2.2.1",
 | 
							"@odit/license-exporter": "0.0.11",
 | 
				
			||||||
 | 
							"@sveltejs/vite-plugin-svelte": "1.0.0-next.5",
 | 
				
			||||||
 | 
							"@types/html-minifier": "4.0.0",
 | 
				
			||||||
 | 
							"auto-changelog": "2.2.1",
 | 
				
			||||||
		"autoprefixer": "10.2.5",
 | 
							"autoprefixer": "10.2.5",
 | 
				
			||||||
		"cross-env": "^7.0.3",
 | 
							"csvtojson": "2.0.10",
 | 
				
			||||||
		"postcss": "8.2.8",
 | 
							"gridjs": "3.4.0",
 | 
				
			||||||
		"postcss-load-config": "3.0.1",
 | 
							"html-minifier": "4.0.0",
 | 
				
			||||||
		"release-it": "^14.4.1",
 | 
							"localforage": "1.9.0",
 | 
				
			||||||
		"snowpack": "3.0.13",
 | 
							"marked": "2.0.1",
 | 
				
			||||||
		"svelte": "3.35.0",
 | 
							"release-it": "14.5.1",
 | 
				
			||||||
		"svelte-preprocess": "4.6.9",
 | 
							"svelte": "3.37.0",
 | 
				
			||||||
		"workbox-cli": "6.1.2"
 | 
							"svelte-focus-trap": "1.2.0",
 | 
				
			||||||
 | 
							"svelte-i18n": "3.3.9",
 | 
				
			||||||
 | 
							"svelte-preprocess": "4.7.0",
 | 
				
			||||||
 | 
							"svelte-select": "3.17.0",
 | 
				
			||||||
 | 
							"tailwindcss": "2.0.4",
 | 
				
			||||||
 | 
							"tinro": "0.6.1",
 | 
				
			||||||
 | 
							"toastify-js": "1.10.0",
 | 
				
			||||||
 | 
							"validator": "13.5.2",
 | 
				
			||||||
 | 
							"vite": "2.1.5",
 | 
				
			||||||
 | 
							"vite-plugin-windicss": "0.12.2",
 | 
				
			||||||
 | 
							"xlsx": "0.16.9"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"release-it": {
 | 
						"release-it": {
 | 
				
			||||||
		"git": {
 | 
							"git": {
 | 
				
			||||||
@@ -56,7 +50,7 @@
 | 
				
			|||||||
			"publish": false
 | 
								"publish": false
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		"hooks": {
 | 
							"hooks": {
 | 
				
			||||||
			"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js  && git add index.template.html && node order.js  && git add src/locales"
 | 
								"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js  && git add index.html && node order.js  && git add src/locales"
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,6 +0,0 @@
 | 
				
			|||||||
const sveltePreprocess = require('svelte-preprocess');
 | 
					 | 
				
			||||||
const preprocess = sveltePreprocess(__insert__);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
module.exports = {
 | 
					 | 
				
			||||||
	preprocess
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
@@ -1,26 +0,0 @@
 | 
				
			|||||||
/** @type {import("snowpack").SnowpackUserConfig } */
 | 
					 | 
				
			||||||
module.exports = {
 | 
					 | 
				
			||||||
	mount: {
 | 
					 | 
				
			||||||
		public: '/',
 | 
					 | 
				
			||||||
		src: '/_dist_'
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	plugins: [ '@snowpack/plugin-svelte' ],
 | 
					 | 
				
			||||||
	routes: [
 | 
					 | 
				
			||||||
		/* Enable an SPA Fallback in development: */
 | 
					 | 
				
			||||||
		{ match: 'routes', src: '.*', dest: '/index.html' }
 | 
					 | 
				
			||||||
	],
 | 
					 | 
				
			||||||
	packageOptions: {
 | 
					 | 
				
			||||||
		/* ... */
 | 
					 | 
				
			||||||
		sourceMap: false
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	devOptions: {
 | 
					 | 
				
			||||||
		/* ... */
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	buildOptions: {
 | 
					 | 
				
			||||||
		/* ... */
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	alias: {
 | 
					 | 
				
			||||||
		/* ... */
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	optimize: { bundle: true, minify: true }
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
							
								
								
									
										445
									
								
								src/App.svelte
									
									
									
									
									
								
							
							
						
						
									
										445
									
								
								src/App.svelte
									
									
									
									
									
								
							@@ -1,224 +1,221 @@
 | 
				
			|||||||
<script>
 | 
					<script>
 | 
				
			||||||
  import "./TailwindStyles.svelte";
 | 
					  import "toastify-js/src/toastify.css";
 | 
				
			||||||
  import "toastify-js/src/toastify.css";
 | 
					  import "gridjs/dist/theme/mermaid.css";
 | 
				
			||||||
  import "gridjs/dist/theme/mermaid.css";
 | 
					  import { Route, router } from "tinro";
 | 
				
			||||||
  import { Route, router } from "tinro";
 | 
					  router.subscribe((routeInfo) => {
 | 
				
			||||||
  router.subscribe((routeInfo) => {
 | 
					    window.scrollTo(0, 0);
 | 
				
			||||||
    window.scrollTo(0, 0);
 | 
					  });
 | 
				
			||||||
  });
 | 
					  if (config.prefersHashRouting) {
 | 
				
			||||||
  if (config.prefersHashRouting) {
 | 
					    if (config.prefersHashRouting === true) {
 | 
				
			||||||
    if (config.prefersHashRouting === true) {
 | 
					      router.useHashNavigation();
 | 
				
			||||||
      router.useHashNavigation();
 | 
					    }
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
  }
 | 
					  import localForage from "localforage";
 | 
				
			||||||
  import localForage from "localforage";
 | 
					  import { addMessages, init, getLocaleFromNavigator } from "svelte-i18n";
 | 
				
			||||||
  import { addMessages, init, getLocaleFromNavigator } from "svelte-i18n";
 | 
					  import en from "./locales/en.json";
 | 
				
			||||||
  import en from "./locales/en.json";
 | 
					  import de from "./locales/de.json";
 | 
				
			||||||
  import de from "./locales/de.json";
 | 
					  addMessages("en", en);
 | 
				
			||||||
  addMessages("en", en);
 | 
					  addMessages("de", de);
 | 
				
			||||||
  addMessages("de", de);
 | 
					  init({
 | 
				
			||||||
  init({
 | 
					    fallbackLocale: "en",
 | 
				
			||||||
    fallbackLocale: "en",
 | 
					    initialLocale: getLocaleFromNavigator(),
 | 
				
			||||||
    initialLocale: getLocaleFromNavigator(),
 | 
					  });
 | 
				
			||||||
  });
 | 
					  localForage.config({
 | 
				
			||||||
  localForage.config({
 | 
					    name: "lfk_admin",
 | 
				
			||||||
    name: "lfk_admin",
 | 
					    version: 1.0,
 | 
				
			||||||
    version: 1.0,
 | 
					    storeName: "lfk_admin",
 | 
				
			||||||
    storeName: "lfk_admin",
 | 
					    description: "LfK! admin dashbaord",
 | 
				
			||||||
    description: "LfK! admin dashbaord",
 | 
					  });
 | 
				
			||||||
  });
 | 
					  window.onunhandledrejection = (event) => {
 | 
				
			||||||
  window.onunhandledrejection = (event) => {
 | 
					    if (event.reason.toString() == "Error: Unauthorized") {
 | 
				
			||||||
    if (event.reason.toString() == "Error: Unauthorized") {
 | 
					      console.log("Found 1");
 | 
				
			||||||
      console.log("Found 1");
 | 
					      localForage.clear();
 | 
				
			||||||
      localForage.clear();
 | 
					      location.replace("/");
 | 
				
			||||||
      location.replace("/");
 | 
					    }
 | 
				
			||||||
    }
 | 
					  };
 | 
				
			||||||
  };
 | 
					  //
 | 
				
			||||||
  //
 | 
					  import Login from "./components/auth/Login.svelte";
 | 
				
			||||||
  import Login from "./components/auth/Login.svelte";
 | 
					  import Dashboard from "./components/dashboard/Dashboard.svelte";
 | 
				
			||||||
  import Dashboard from "./components/dashboard/Dashboard.svelte";
 | 
					  import store from "./store.js";
 | 
				
			||||||
  import store from "./store.js";
 | 
					  import ForgotPassword from "./components/auth/ForgotPassword.svelte";
 | 
				
			||||||
  import ForgotPassword from "./components/auth/ForgotPassword.svelte";
 | 
					  import MainDashContent from "./components/dashboard/MainDashContent.svelte";
 | 
				
			||||||
  import MainDashContent from "./components/dashboard/MainDashContent.svelte";
 | 
					  import Users from "./components/users/Users.svelte";
 | 
				
			||||||
  import Users from "./components/users/Users.svelte";
 | 
					  import About from "./components/general/About.svelte";
 | 
				
			||||||
  import About from "./components/general/About.svelte";
 | 
					  import Settings from "./components/settings/Settings.svelte";
 | 
				
			||||||
  import Settings from "./components/settings/Settings.svelte";
 | 
					  import Transition from "./components/base/Transition.svelte";
 | 
				
			||||||
  import Transition from "./components/base/Transition.svelte";
 | 
					  import Orgs from "./components/orgs/Orgs.svelte";
 | 
				
			||||||
  import Orgs from "./components/orgs/Orgs.svelte";
 | 
					  import Runners from "./components/runners/Runners.svelte";
 | 
				
			||||||
  import Runners from "./components/runners/Runners.svelte";
 | 
					  import Footer from "./components/general/Footer.svelte";
 | 
				
			||||||
  import Footer from "./components/general/Footer.svelte";
 | 
					  import TracksOverview from "./components/tracks/TracksOverview.svelte";
 | 
				
			||||||
  import TracksOverview from "./components/tracks/TracksOverview.svelte";
 | 
					  import OrgDetail from "./components/orgs/OrgDetail.svelte";
 | 
				
			||||||
  import OrgDetail from "./components/orgs/OrgDetail.svelte";
 | 
					  import Teams from "./components/teams/Teams.svelte";
 | 
				
			||||||
  import Teams from "./components/teams/Teams.svelte";
 | 
					  import { OpenAPI } from "@odit/lfk-client-js";
 | 
				
			||||||
  import { OpenAPI } from "@odit/lfk-client-js";
 | 
					  import UserDetail from "./components/users/UserDetail.svelte";
 | 
				
			||||||
  import UserDetail from "./components/users/UserDetail.svelte";
 | 
					  OpenAPI.BASE = config.baseurl;
 | 
				
			||||||
  OpenAPI.BASE = config.baseurl;
 | 
					  import TeamDetail from "./components/teams/TeamDetail.svelte";
 | 
				
			||||||
  import { register as registerSW } from "./swmodule";
 | 
					  import UserPermissions from "./components/users/UserPermissions.svelte";
 | 
				
			||||||
  import TeamDetail from "./components/teams/TeamDetail.svelte";
 | 
					  import GroupPermissions from "./components/groups/GroupPermissions.svelte";
 | 
				
			||||||
  import UserPermissions from "./components/users/UserPermissions.svelte";
 | 
					  import RunnerDetail from "./components/runners/RunnerDetail.svelte";
 | 
				
			||||||
  import GroupPermissions from "./components/groups/GroupPermissions.svelte";
 | 
					  import Imprint from "./components/general/Imprint.svelte";
 | 
				
			||||||
  import RunnerDetail from "./components/runners/RunnerDetail.svelte";
 | 
					  import Privacy from "./components/general/Privacy.svelte";
 | 
				
			||||||
  import Imprint from "./components/general/Imprint.svelte";
 | 
					  import ResetPassword from "./components/auth/ResetPassword.svelte";
 | 
				
			||||||
  import Privacy from "./components/general/Privacy.svelte";
 | 
					  import Contacts from "./components/contacts/Contacts.svelte";
 | 
				
			||||||
  import ResetPassword from "./components/auth/ResetPassword.svelte";
 | 
					  import ContactDetail from "./components/contacts/ContactDetail.svelte";
 | 
				
			||||||
  import Contacts from "./components/contacts/Contacts.svelte";
 | 
					  import Donors from "./components/donors/Donors.svelte";
 | 
				
			||||||
  import ContactDetail from "./components/contacts/ContactDetail.svelte";
 | 
					  import Groups from "./components/groups/Groups.svelte";
 | 
				
			||||||
  import Donors from "./components/donors/Donors.svelte";
 | 
					  import DonorDetail from "./components/donors/DonorDetail.svelte";
 | 
				
			||||||
  import Groups from "./components/groups/Groups.svelte";
 | 
					  import Donations from "./components/donations/Donations.svelte";
 | 
				
			||||||
  import DonorDetail from "./components/donors/DonorDetail.svelte";
 | 
					  import DonationDetail from "./components/donations/DonationDetail.svelte";
 | 
				
			||||||
  import Donations from "./components/donations/Donations.svelte";
 | 
					  import GroupDetail from "./components/groups/GroupDetail.svelte";
 | 
				
			||||||
  import DonationDetail from "./components/donations/DonationDetail.svelte";
 | 
					  import ScanStations from "./components/scanstations/ScanStations.svelte";
 | 
				
			||||||
  import GroupDetail from "./components/groups/GroupDetail.svelte";
 | 
					  import ScanStationDetail from "./components/scanstations/ScanStationDetail.svelte";
 | 
				
			||||||
  import ScanStations from "./components/scanstations/ScanStations.svelte";
 | 
					  import Scans from "./components/scans/Scans.svelte";
 | 
				
			||||||
  import ScanStationDetail from "./components/scanstations/ScanStationDetail.svelte";
 | 
					  import ScanDetail from "./components/scans/ScanDetail.svelte";
 | 
				
			||||||
  import Scans from "./components/scans/Scans.svelte";
 | 
					  import Cards from "./components/cards/Cards.svelte";
 | 
				
			||||||
  import ScanDetail from "./components/scans/ScanDetail.svelte";
 | 
					  store.init();
 | 
				
			||||||
  import Cards from "./components/cards/Cards.svelte";
 | 
					</script>
 | 
				
			||||||
  store.init();
 | 
					
 | 
				
			||||||
  registerSW();
 | 
					<Route>
 | 
				
			||||||
</script>
 | 
					  {#if $router.path === '/forgot_password'}
 | 
				
			||||||
 | 
					    <Route path="/forgot_password">
 | 
				
			||||||
<Route>
 | 
					      <ForgotPassword />
 | 
				
			||||||
  {#if $router.path === '/forgot_password'}
 | 
					    </Route>
 | 
				
			||||||
    <Route path="/forgot_password">
 | 
					  {:else if $router.path.includes('/reset')}
 | 
				
			||||||
      <ForgotPassword />
 | 
					    <Route path="/reset/:resetkey" let:params>
 | 
				
			||||||
    </Route>
 | 
					      <ResetPassword {params} />
 | 
				
			||||||
  {:else if $router.path.includes('/reset')}
 | 
					    </Route>
 | 
				
			||||||
    <Route path="/reset/:resetkey" let:params>
 | 
					  {:else if $router.path === '/about'}
 | 
				
			||||||
      <ResetPassword {params} />
 | 
					    <Route path="/about">
 | 
				
			||||||
    </Route>
 | 
					      <About />
 | 
				
			||||||
  {:else if $router.path === '/about'}
 | 
					    </Route>
 | 
				
			||||||
    <Route path="/about">
 | 
					  {:else if $router.path === '/imprint'}
 | 
				
			||||||
      <About />
 | 
					    <Route path="/imprint">
 | 
				
			||||||
    </Route>
 | 
					      <Imprint />
 | 
				
			||||||
  {:else if $router.path === '/imprint'}
 | 
					    </Route>
 | 
				
			||||||
    <Route path="/imprint">
 | 
					  {:else if $router.path === '/privacy'}
 | 
				
			||||||
      <Imprint />
 | 
					    <Route path="/privacy">
 | 
				
			||||||
    </Route>
 | 
					      <Privacy />
 | 
				
			||||||
  {:else if $router.path === '/privacy'}
 | 
					    </Route>
 | 
				
			||||||
    <Route path="/privacy">
 | 
					  {:else if $store.isLoggedIn}
 | 
				
			||||||
      <Privacy />
 | 
					    <Dashboard>
 | 
				
			||||||
    </Route>
 | 
					      <Transition>
 | 
				
			||||||
  {:else if $store.isLoggedIn}
 | 
					        <Route path="/">
 | 
				
			||||||
    <Dashboard>
 | 
					          <MainDashContent />
 | 
				
			||||||
      <Transition>
 | 
					        </Route>
 | 
				
			||||||
        <Route path="/">
 | 
					        <Route path="/users/*">
 | 
				
			||||||
          <MainDashContent />
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Users />
 | 
				
			||||||
        <Route path="/users/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:userid/*" let:params>
 | 
				
			||||||
            <Users />
 | 
					            <Route path="/">
 | 
				
			||||||
          </Route>
 | 
					              <UserDetail {params} />
 | 
				
			||||||
          <Route path="/:userid/*" let:params>
 | 
					            </Route>
 | 
				
			||||||
            <Route path="/">
 | 
					            <Route path="/permissions/">
 | 
				
			||||||
              <UserDetail {params} />
 | 
					              <UserPermissions {params} />
 | 
				
			||||||
            </Route>
 | 
					            </Route>
 | 
				
			||||||
            <Route path="/permissions/">
 | 
					          </Route>
 | 
				
			||||||
              <UserPermissions {params} />
 | 
					        </Route>
 | 
				
			||||||
            </Route>
 | 
					        <Route path="/groups/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Groups />
 | 
				
			||||||
        <Route path="/groups/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:groupid/*" let:params>
 | 
				
			||||||
            <Groups />
 | 
					            <Route path="/">
 | 
				
			||||||
          </Route>
 | 
					              <GroupDetail {params} />
 | 
				
			||||||
          <Route path="/:groupid/*" let:params>
 | 
					            </Route>
 | 
				
			||||||
            <Route path="/">
 | 
					            <Route path="/permissions/">
 | 
				
			||||||
              <GroupDetail {params} />
 | 
					              <GroupPermissions {params} />
 | 
				
			||||||
            </Route>
 | 
					            </Route>
 | 
				
			||||||
            <Route path="/permissions/">
 | 
					          </Route>
 | 
				
			||||||
              <GroupPermissions {params} />
 | 
					        </Route>
 | 
				
			||||||
            </Route>
 | 
					        <Route path="/tracks/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <TracksOverview />
 | 
				
			||||||
        <Route path="/tracks/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:trackid" let:params />
 | 
				
			||||||
            <TracksOverview />
 | 
					        </Route>
 | 
				
			||||||
          </Route>
 | 
					        <Route path="/runners/*">
 | 
				
			||||||
          <Route path="/:trackid" let:params />
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Runners />
 | 
				
			||||||
        <Route path="/runners/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:runnerid" let:params>
 | 
				
			||||||
            <Runners />
 | 
					            <RunnerDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:runnerid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <RunnerDetail {params} />
 | 
					        <Route path="/teams/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Teams />
 | 
				
			||||||
        <Route path="/teams/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:teamid" let:params>
 | 
				
			||||||
            <Teams />
 | 
					            <TeamDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:teamid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <TeamDetail {params} />
 | 
					        <Route path="/contacts/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Contacts />
 | 
				
			||||||
        <Route path="/contacts/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:contact" let:params>
 | 
				
			||||||
            <Contacts />
 | 
					            <ContactDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:contact" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <ContactDetail {params} />
 | 
					        <Route path="/orgs/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Orgs />
 | 
				
			||||||
        <Route path="/orgs/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:orgid" let:params>
 | 
				
			||||||
            <Orgs />
 | 
					            <OrgDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:orgid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <OrgDetail {params} />
 | 
					        <Route path="/donors/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Donors />
 | 
				
			||||||
        <Route path="/donors/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:donorid" let:params>
 | 
				
			||||||
            <Donors />
 | 
					            <DonorDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:donorid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <DonorDetail {params} />
 | 
					        <Route path="/donations/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Donations />
 | 
				
			||||||
        <Route path="/donations/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:donationid" let:params>
 | 
				
			||||||
            <Donations />
 | 
					            <DonationDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:donationid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <DonationDetail {params} />
 | 
					        <Route path="/cards/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Cards />
 | 
				
			||||||
        <Route path="/cards/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <!-- <Route path="/:scanid" let:params>
 | 
				
			||||||
            <Cards />
 | 
					            <ScanDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route> -->
 | 
				
			||||||
          <!-- <Route path="/:scanid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <ScanDetail {params} />
 | 
					        <Route path="/scans/*">
 | 
				
			||||||
          </Route> -->
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <Scans />
 | 
				
			||||||
        <Route path="/scans/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:scanid" let:params>
 | 
				
			||||||
            <Scans />
 | 
					            <ScanDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:scanid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <ScanDetail {params} />
 | 
					        <Route path="/scanstations/*">
 | 
				
			||||||
          </Route>
 | 
					          <Route path="/">
 | 
				
			||||||
        </Route>
 | 
					            <ScanStations />
 | 
				
			||||||
        <Route path="/scanstations/*">
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/">
 | 
					          <Route path="/:stationid" let:params>
 | 
				
			||||||
            <ScanStations />
 | 
					            <ScanStationDetail {params} />
 | 
				
			||||||
          </Route>
 | 
					          </Route>
 | 
				
			||||||
          <Route path="/:stationid" let:params>
 | 
					        </Route>
 | 
				
			||||||
            <ScanStationDetail {params} />
 | 
					        <Route path="/about">
 | 
				
			||||||
          </Route>
 | 
					          <About />
 | 
				
			||||||
        </Route>
 | 
					        </Route>
 | 
				
			||||||
        <Route path="/about">
 | 
					        <Route path="/settings">
 | 
				
			||||||
          <About />
 | 
					          <Settings />
 | 
				
			||||||
        </Route>
 | 
					        </Route>
 | 
				
			||||||
        <Route path="/settings">
 | 
					      </Transition>
 | 
				
			||||||
          <Settings />
 | 
					      <Footer />
 | 
				
			||||||
        </Route>
 | 
					    </Dashboard>
 | 
				
			||||||
      </Transition>
 | 
					  {:else}
 | 
				
			||||||
      <Footer />
 | 
					    <Login />
 | 
				
			||||||
    </Dashboard>
 | 
					  {/if}
 | 
				
			||||||
  {:else}
 | 
					</Route>
 | 
				
			||||||
    <Login />
 | 
					 | 
				
			||||||
  {/if}
 | 
					 | 
				
			||||||
</Route>
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +0,0 @@
 | 
				
			|||||||
<style global>
 | 
					 | 
				
			||||||
  /*! @import */
 | 
					 | 
				
			||||||
  @tailwind base;
 | 
					 | 
				
			||||||
  @tailwind components;
 | 
					 | 
				
			||||||
  @tailwind utilities;
 | 
					 | 
				
			||||||
</style>
 | 
					 | 
				
			||||||
@@ -22,19 +22,19 @@
 | 
				
			|||||||
      if (e.keyCode === 13) {
 | 
					      if (e.keyCode === 13) {
 | 
				
			||||||
        if (createbtnenabled === true) {
 | 
					        if (createbtnenabled === true) {
 | 
				
			||||||
          createbtnenabled = false;
 | 
					          createbtnenabled = false;
 | 
				
			||||||
          submit();
 | 
					          submit_with_print();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  })();
 | 
					  })();
 | 
				
			||||||
  function submit() {
 | 
					  function submit_without_print() {
 | 
				
			||||||
    if (processed_last_submit === true) {
 | 
					    if (processed_last_submit === true) {
 | 
				
			||||||
      processed_last_submit = false;
 | 
					      processed_last_submit = false;
 | 
				
			||||||
      const toast = Toastify({
 | 
					      const toast = Toastify({
 | 
				
			||||||
        text: $_("creating-blanco-cards"),
 | 
					        text: $_("creating-blanco-cards"),
 | 
				
			||||||
        duration: -1,
 | 
					        duration: -1,
 | 
				
			||||||
      }).showToast();
 | 
					      }).showToast();
 | 
				
			||||||
      RunnerCardService.runnerCardControllerPostBlancoBulk(card_count)
 | 
					      RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, false)
 | 
				
			||||||
        .then((result) => {
 | 
					        .then((result) => {
 | 
				
			||||||
          bulk_modal_open = false;
 | 
					          bulk_modal_open = false;
 | 
				
			||||||
          //
 | 
					          //
 | 
				
			||||||
@@ -54,6 +54,80 @@
 | 
				
			|||||||
        });
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  function submit_with_print() {
 | 
				
			||||||
 | 
					    if (processed_last_submit === true) {
 | 
				
			||||||
 | 
					      processed_last_submit = false;
 | 
				
			||||||
 | 
					      const toast = Toastify({
 | 
				
			||||||
 | 
					        text: $_("creating-blanco-cards"),
 | 
				
			||||||
 | 
					        duration: -1,
 | 
				
			||||||
 | 
					      }).showToast();
 | 
				
			||||||
 | 
					      RunnerCardService.runnerCardControllerPostBlancoBulk(card_count, true)
 | 
				
			||||||
 | 
					        .then((result) => {
 | 
				
			||||||
 | 
					          bulk_modal_open = false;
 | 
				
			||||||
 | 
					          //
 | 
				
			||||||
 | 
					          Toastify({
 | 
				
			||||||
 | 
					            text: $_("created-blanco-cards"),
 | 
				
			||||||
 | 
					            duration: 500,
 | 
				
			||||||
 | 
					            backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
 | 
				
			||||||
 | 
					          }).showToast();
 | 
				
			||||||
 | 
					          current_cards = current_cards.concat(result);
 | 
				
			||||||
 | 
					          const toast = Toastify({
 | 
				
			||||||
 | 
					            text: $_("generating-pdf"),
 | 
				
			||||||
 | 
					            duration: -1,
 | 
				
			||||||
 | 
					          }).showToast();
 | 
				
			||||||
 | 
					          fetch(
 | 
				
			||||||
 | 
					            `${config.baseurl}/documents/cards?&download=true&key=${config.documentserver_key}`,
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					              method: "POST",
 | 
				
			||||||
 | 
					              headers: {
 | 
				
			||||||
 | 
					                "Content-Type": "application/json",
 | 
				
			||||||
 | 
					              },
 | 
				
			||||||
 | 
					              body: JSON.stringify(result),
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					          )
 | 
				
			||||||
 | 
					            .then((response) => {
 | 
				
			||||||
 | 
					              if (response.status != "200") {
 | 
				
			||||||
 | 
					                toast.hideToast();
 | 
				
			||||||
 | 
					                Toastify({
 | 
				
			||||||
 | 
					                  text: $_("pdf-generation-failed"),
 | 
				
			||||||
 | 
					                  duration: 3500,
 | 
				
			||||||
 | 
					                  backgroundColor:
 | 
				
			||||||
 | 
					                    "linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)",
 | 
				
			||||||
 | 
					                }).showToast();
 | 
				
			||||||
 | 
					              } else {
 | 
				
			||||||
 | 
					                return response.blob();
 | 
				
			||||||
 | 
					              }
 | 
				
			||||||
 | 
					            })
 | 
				
			||||||
 | 
					            .then((blob) => {
 | 
				
			||||||
 | 
					              const url = window.URL.createObjectURL(blob);
 | 
				
			||||||
 | 
					              let a = document.createElement("a");
 | 
				
			||||||
 | 
					              a.href = url;
 | 
				
			||||||
 | 
					              a.download = "Bulkcards.pdf";
 | 
				
			||||||
 | 
					              document.body.appendChild(a);
 | 
				
			||||||
 | 
					              a.click();
 | 
				
			||||||
 | 
					              a.remove();
 | 
				
			||||||
 | 
					              toast.hideToast();
 | 
				
			||||||
 | 
					              Toastify({
 | 
				
			||||||
 | 
					                text: $_("pdf-successfully-generated"),
 | 
				
			||||||
 | 
					                duration: 3500,
 | 
				
			||||||
 | 
					                backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
 | 
				
			||||||
 | 
					              }).showToast();
 | 
				
			||||||
 | 
					            })
 | 
				
			||||||
 | 
					            .catch((err) => {
 | 
				
			||||||
 | 
					              console.error(err);
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        })
 | 
				
			||||||
 | 
					        .catch((err) => {
 | 
				
			||||||
 | 
					          //
 | 
				
			||||||
 | 
					        })
 | 
				
			||||||
 | 
					        .finally(() => {
 | 
				
			||||||
 | 
					          processed_last_submit = true;
 | 
				
			||||||
 | 
					          //
 | 
				
			||||||
 | 
					          toast.hideToast();
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{#if bulk_modal_open}
 | 
					{#if bulk_modal_open}
 | 
				
			||||||
@@ -75,14 +149,14 @@
 | 
				
			|||||||
        class="hidden sm:inline-block sm:align-middle sm:h-screen"
 | 
					        class="hidden sm:inline-block sm:align-middle sm:h-screen"
 | 
				
			||||||
        aria-hidden="true">​</span>
 | 
					        aria-hidden="true">​</span>
 | 
				
			||||||
      <div
 | 
					      <div
 | 
				
			||||||
        class="inline-block align-bottom bg-white rounded-lg text-left shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full"
 | 
					        class="inline-block align-bottom bg-white rounded-lg text-left shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-2xl sm:w-full"
 | 
				
			||||||
        role="dialog"
 | 
					        role="dialog"
 | 
				
			||||||
        aria-modal="true"
 | 
					        aria-modal="true"
 | 
				
			||||||
        aria-labelledby="modal-headline">
 | 
					        aria-labelledby="modal-headline">
 | 
				
			||||||
        <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
 | 
					        <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
 | 
				
			||||||
          <div class="sm:flex sm:items-start">
 | 
					          <div class="sm:flex sm:items-start">
 | 
				
			||||||
            <div
 | 
					            <div
 | 
				
			||||||
              class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10">
 | 
					              class="mx-auto flex-shrink-0 flex items-center justify-center h-12 w- rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10">
 | 
				
			||||||
              <svg
 | 
					              <svg
 | 
				
			||||||
                class="h-6 w-6 text-blue-600"
 | 
					                class="h-6 w-6 text-blue-600"
 | 
				
			||||||
                fill="currentColor"
 | 
					                fill="currentColor"
 | 
				
			||||||
@@ -138,17 +212,25 @@
 | 
				
			|||||||
          <button
 | 
					          <button
 | 
				
			||||||
            disabled={!createbtnenabled}
 | 
					            disabled={!createbtnenabled}
 | 
				
			||||||
            class:opacity-50={!createbtnenabled}
 | 
					            class:opacity-50={!createbtnenabled}
 | 
				
			||||||
            on:click={submit}
 | 
					            on:click={submit_with_print}
 | 
				
			||||||
            type="button"
 | 
					            type="button"
 | 
				
			||||||
            class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm">
 | 
					            class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm">
 | 
				
			||||||
            {$_('create')}
 | 
					            {$_('create-and-generate-pdf')}
 | 
				
			||||||
 | 
					          </button>
 | 
				
			||||||
 | 
					          <button
 | 
				
			||||||
 | 
					            disabled={!createbtnenabled}
 | 
				
			||||||
 | 
					            class:opacity-50={!createbtnenabled}
 | 
				
			||||||
 | 
					            on:click={submit_without_print}
 | 
				
			||||||
 | 
					            type="button"
 | 
				
			||||||
 | 
					            class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-gray-400 text-base font-medium text-white hover:bg-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm">
 | 
				
			||||||
 | 
					            {$_('create-without-pdf')}
 | 
				
			||||||
          </button>
 | 
					          </button>
 | 
				
			||||||
          <button
 | 
					          <button
 | 
				
			||||||
            on:click={() => {
 | 
					            on:click={() => {
 | 
				
			||||||
              bulk_modal_open = false;
 | 
					              bulk_modal_open = false;
 | 
				
			||||||
            }}
 | 
					            }}
 | 
				
			||||||
            type="button"
 | 
					            type="button"
 | 
				
			||||||
            class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm">
 | 
					            class="mr-auto mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm">
 | 
				
			||||||
            {$_('cancel')}
 | 
					            {$_('cancel')}
 | 
				
			||||||
          </button>
 | 
					          </button>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,212 +1,212 @@
 | 
				
			|||||||
<script>
 | 
					<script>
 | 
				
			||||||
  import { getLocaleFromNavigator, _ } from "svelte-i18n";
 | 
					  import { getLocaleFromNavigator, _ } from "svelte-i18n";
 | 
				
			||||||
  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
					  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
				
			||||||
  let modal_open = false;
 | 
					  let modal_open = false;
 | 
				
			||||||
  let delete_org = {};
 | 
					  let delete_org = {};
 | 
				
			||||||
  import { RunnerOrganizationService } from "@odit/lfk-client-js";
 | 
					  import { RunnerOrganizationService } from "@odit/lfk-client-js";
 | 
				
			||||||
  import store from "../../store";
 | 
					  import store from "../../store";
 | 
				
			||||||
  import OrgsEmptyState from "./OrgsEmptyState.svelte";
 | 
					  import OrgsEmptyState from "./OrgsEmptyState.svelte";
 | 
				
			||||||
  import Toastify from "toastify-js";
 | 
					  import Toastify from "toastify-js";
 | 
				
			||||||
  import ConfirmOrgDeletion from "./ConfirmOrgDeletion.svelte";
 | 
					  import ConfirmOrgDeletion from "./ConfirmOrgDeletion.svelte";
 | 
				
			||||||
  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
					  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
				
			||||||
  $: searchvalue = "";
 | 
					  $: searchvalue = "";
 | 
				
			||||||
  $: active_deletes = [];
 | 
					  $: active_deletes = [];
 | 
				
			||||||
  $: sponsoring_contracts_show = current_organizations.some((r) => r.is_selected === true);
 | 
					  $: sponsoring_contracts_show = current_organizations.some((r) => r.is_selected === true);
 | 
				
			||||||
  $: cards_show = current_organizations.some((r) => r.is_selected === true);
 | 
					  $: cards_show = current_organizations.some((r) => r.is_selected === true);
 | 
				
			||||||
  $: generate_orgs = current_organizations.filter((r) => r.is_selected === true);
 | 
					  $: generate_orgs = current_organizations.filter((r) => r.is_selected === true);
 | 
				
			||||||
  export let current_organizations = [];
 | 
					  export let current_organizations = [];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const promise = RunnerOrganizationService.runnerOrganizationControllerGetAll().then(
 | 
					  const promise = RunnerOrganizationService.runnerOrganizationControllerGetAll().then(
 | 
				
			||||||
    (val) => {
 | 
					    (val) => {
 | 
				
			||||||
      current_organizations = val;
 | 
					      current_organizations = val;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ConfirmOrgDeletion
 | 
					<ConfirmOrgDeletion
 | 
				
			||||||
  on:cancelDelete={(event) => {
 | 
					  on:cancelDelete={(event) => {
 | 
				
			||||||
    modal_open = false;
 | 
					    modal_open = false;
 | 
				
			||||||
    active_deletes[event.detail.id] = false;
 | 
					    active_deletes[event.detail.id] = false;
 | 
				
			||||||
  }}
 | 
					  }}
 | 
				
			||||||
  bind:modal_open
 | 
					  bind:modal_open
 | 
				
			||||||
  bind:delete_org />
 | 
					  bind:delete_org />
 | 
				
			||||||
{#if store.state.jwtinfo.userdetails.permissions.includes('ORGANIZATION:GET')}
 | 
					{#if store.state.jwtinfo.userdetails.permissions.includes('ORGANIZATION:GET')}
 | 
				
			||||||
  {#await promise}
 | 
					  {#await promise}
 | 
				
			||||||
    <div
 | 
					    <div
 | 
				
			||||||
      class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md my-2"
 | 
					      class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md my-2"
 | 
				
			||||||
      role="alert">
 | 
					      role="alert">
 | 
				
			||||||
      <p class="font-bold">{$_('organizations-are-being-loaded')}</p>
 | 
					      <p class="font-bold">{$_('organizations-are-being-loaded')}</p>
 | 
				
			||||||
      <p class="text-sm">{$_('this-might-take-a-moment')}</p>
 | 
					      <p class="text-sm">{$_('this-might-take-a-moment')}</p>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  {:then}
 | 
					  {:then}
 | 
				
			||||||
    {#if current_organizations.length === 0}
 | 
					    {#if current_organizations.length === 0}
 | 
				
			||||||
      <OrgsEmptyState />
 | 
					      <OrgsEmptyState />
 | 
				
			||||||
    {:else}
 | 
					    {:else}
 | 
				
			||||||
      <input
 | 
					      <input
 | 
				
			||||||
        type="search"
 | 
					        type="search"
 | 
				
			||||||
        bind:value={searchvalue}
 | 
					        bind:value={searchvalue}
 | 
				
			||||||
        placeholder={$_('datatable.search')}
 | 
					        placeholder={$_('datatable.search')}
 | 
				
			||||||
        aria-label={$_('datatable.search')}
 | 
					        aria-label={$_('datatable.search')}
 | 
				
			||||||
        class="gridjs-input gridjs-search-input mb-4" />
 | 
					        class="gridjs-input gridjs-search-input mb-4" />
 | 
				
			||||||
      <div class="h-12">
 | 
					      <div class="h-12">
 | 
				
			||||||
        <GenerateSponsoringContracts
 | 
					        <GenerateSponsoringContracts
 | 
				
			||||||
            bind:sponsoring_contracts_show
 | 
					            bind:sponsoring_contracts_show
 | 
				
			||||||
            bind:generate_orgs />
 | 
					            bind:generate_orgs />
 | 
				
			||||||
        <GenerateRunnerCards
 | 
					        <GenerateRunnerCards
 | 
				
			||||||
            bind:cards_show
 | 
					            bind:cards_show
 | 
				
			||||||
            bind:generate_orgs />
 | 
					            bind:generate_orgs />
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div
 | 
					      <div
 | 
				
			||||||
        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
					        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
				
			||||||
        <table class="divide-y divide-gray-200 w-full">
 | 
					        <table class="divide-y divide-gray-200 w-full">
 | 
				
			||||||
          <thead class="bg-gray-50">
 | 
					          <thead class="bg-gray-50">
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
              <th
 | 
					              <th
 | 
				
			||||||
                scope="col"
 | 
					                scope="col"
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                <span
 | 
					                <span
 | 
				
			||||||
                  on:click={() => {
 | 
					                  on:click={() => {
 | 
				
			||||||
                    const newstate = !current_organizations.some((r) => r.is_selected === true);
 | 
					                    const newstate = !current_organizations.some((r) => r.is_selected === true);
 | 
				
			||||||
                    current_organizations = current_organizations.map((r) => {
 | 
					                    current_organizations = current_organizations.map((r) => {
 | 
				
			||||||
                      r.is_selected = newstate;
 | 
					                      r.is_selected = newstate;
 | 
				
			||||||
                      return r;
 | 
					                      return r;
 | 
				
			||||||
                    });
 | 
					                    });
 | 
				
			||||||
                  }}
 | 
					                  }}
 | 
				
			||||||
                  class="underline cursor-pointer select-none">{#if current_organizations.some((r) => r.is_selected === true)}
 | 
					                  class="underline cursor-pointer select-none">{#if current_organizations.some((r) => r.is_selected === true)}
 | 
				
			||||||
                    {$_('deselect-all')}
 | 
					                    {$_('deselect-all')}
 | 
				
			||||||
                  {:else}{$_('select-all')}{/if}
 | 
					                  {:else}{$_('select-all')}{/if}
 | 
				
			||||||
                </span>
 | 
					                </span>
 | 
				
			||||||
              </th>
 | 
					              </th>
 | 
				
			||||||
              <th
 | 
					              <th
 | 
				
			||||||
                scope="col"
 | 
					                scope="col"
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                {$_('name')}
 | 
					                {$_('name')}
 | 
				
			||||||
              </th>
 | 
					              </th>
 | 
				
			||||||
              <th
 | 
					              <th
 | 
				
			||||||
                scope="col"
 | 
					                scope="col"
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                {$_('address')}
 | 
					                {$_('address')}
 | 
				
			||||||
              </th>
 | 
					              </th>
 | 
				
			||||||
              <th
 | 
					              <th
 | 
				
			||||||
                scope="col"
 | 
					                scope="col"
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                {$_('contact')}
 | 
					                {$_('contact')}
 | 
				
			||||||
              </th>
 | 
					              </th>
 | 
				
			||||||
              <th scope="col" class="relative px-6 py-3">
 | 
					              <th scope="col" class="relative px-6 py-3">
 | 
				
			||||||
                <span class="sr-only">{$_('action')}</span>
 | 
					                <span class="sr-only">{$_('action')}</span>
 | 
				
			||||||
              </th>
 | 
					              </th>
 | 
				
			||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
          </thead>
 | 
					          </thead>
 | 
				
			||||||
          <tbody class="divide-y divide-gray-200">
 | 
					          <tbody class="divide-y divide-gray-200">
 | 
				
			||||||
            {#each current_organizations as o}
 | 
					            {#each current_organizations as o}
 | 
				
			||||||
              {#if Object.values(o)
 | 
					              {#if Object.values(o)
 | 
				
			||||||
                .toString()
 | 
					                .toString()
 | 
				
			||||||
                .toLowerCase()
 | 
					                .toLowerCase()
 | 
				
			||||||
                .includes(searchvalue)}
 | 
					                .includes(searchvalue)}
 | 
				
			||||||
                <tr data-rowid="org_{o.id}">
 | 
					                <tr data-rowid="org_{o.id}">
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                    <input
 | 
					                    <input
 | 
				
			||||||
                      bind:checked={o.is_selected}
 | 
					                      bind:checked={o.is_selected}
 | 
				
			||||||
                      type="checkbox"
 | 
					                      type="checkbox"
 | 
				
			||||||
                      class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
 | 
					                      class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
 | 
				
			||||||
                  </td>
 | 
					                  </td>
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                          {o.name}
 | 
					                          {o.name}
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                  </td>
 | 
					                  </td>
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                          {#if o.address.address1 !== null}
 | 
					                          {#if o.address.address1 !== null}
 | 
				
			||||||
                            {o.address.address1}<br />
 | 
					                            {o.address.address1}<br />
 | 
				
			||||||
                            {o.address.address2 || ''}<br />
 | 
					                            {o.address.address2 || ''}<br />
 | 
				
			||||||
                            {o.address.postalcode}
 | 
					                            {o.address.postalcode}
 | 
				
			||||||
                            {o.address.city}
 | 
					                            {o.address.city}
 | 
				
			||||||
                            {o.address.country}
 | 
					                            {o.address.country}
 | 
				
			||||||
                          {/if}
 | 
					                          {/if}
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                  </td>
 | 
					                  </td>
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                          {#if o.contact}
 | 
					                          {#if o.contact}
 | 
				
			||||||
                            <a
 | 
					                            <a
 | 
				
			||||||
                              href="../contacts/{o.contact.id}"
 | 
					                              href="../contacts/{o.contact.id}"
 | 
				
			||||||
                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{o.contact.firstname}
 | 
					                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{o.contact.firstname}
 | 
				
			||||||
                              {o.contact.middlename || ''}
 | 
					                              {o.contact.middlename || ''}
 | 
				
			||||||
                              {o.contact.lastname}</a>
 | 
					                              {o.contact.lastname}</a>
 | 
				
			||||||
                          {:else}{$_('no-contact-specified')}{/if}
 | 
					                          {:else}{$_('no-contact-specified')}{/if}
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                  </td>
 | 
					                  </td>
 | 
				
			||||||
                  {#if active_deletes[o.id] === true}
 | 
					                  {#if active_deletes[o.id] === true}
 | 
				
			||||||
                    <td
 | 
					                    <td
 | 
				
			||||||
                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
					                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
				
			||||||
                      <button
 | 
					                      <button
 | 
				
			||||||
                        on:click={() => {
 | 
					                        on:click={() => {
 | 
				
			||||||
                          active_deletes[o.id] = false;
 | 
					                          active_deletes[o.id] = false;
 | 
				
			||||||
                        }}
 | 
					                        }}
 | 
				
			||||||
                        tabindex="0"
 | 
					                        tabindex="0"
 | 
				
			||||||
                        class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">{$_('cancel-delete')}</button>
 | 
					                        class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">{$_('cancel-delete')}</button>
 | 
				
			||||||
                      <button
 | 
					                      <button
 | 
				
			||||||
                        on:click={() => {
 | 
					                        on:click={() => {
 | 
				
			||||||
                          RunnerOrganizationService.runnerOrganizationControllerRemove(o.id, false)
 | 
					                          RunnerOrganizationService.runnerOrganizationControllerRemove(o.id, false)
 | 
				
			||||||
                            .then((resp) => {
 | 
					                            .then((resp) => {
 | 
				
			||||||
                              current_organizations = current_organizations.filter((obj) => obj.id !== o.id);
 | 
					                              current_organizations = current_organizations.filter((obj) => obj.id !== o.id);
 | 
				
			||||||
                              Toastify({
 | 
					                              Toastify({
 | 
				
			||||||
                                text: 'Organization deleted',
 | 
					                                text: 'Organization deleted',
 | 
				
			||||||
                                duration: 500,
 | 
					                                duration: 500,
 | 
				
			||||||
                                backgroundColor:
 | 
					                                backgroundColor:
 | 
				
			||||||
                                  'linear-gradient(to right, #00b09b, #96c93d)',
 | 
					                                  'linear-gradient(to right, #00b09b, #96c93d)',
 | 
				
			||||||
                              }).showToast();
 | 
					                              }).showToast();
 | 
				
			||||||
                            })
 | 
					                            })
 | 
				
			||||||
                            .catch((err) => {
 | 
					                            .catch((err) => {
 | 
				
			||||||
                              modal_open = true;
 | 
					                              modal_open = true;
 | 
				
			||||||
                              delete_org = o;
 | 
					                              delete_org = o;
 | 
				
			||||||
                            });
 | 
					                            });
 | 
				
			||||||
                        }}
 | 
					                        }}
 | 
				
			||||||
                        tabindex="0"
 | 
					                        tabindex="0"
 | 
				
			||||||
                        class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('confirm-delete')}</button>
 | 
					                        class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('confirm-delete')}</button>
 | 
				
			||||||
                    </td>
 | 
					                    </td>
 | 
				
			||||||
                  {:else}
 | 
					                  {:else}
 | 
				
			||||||
                    <td
 | 
					                    <td
 | 
				
			||||||
                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
					                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
				
			||||||
                      <a
 | 
					                      <a
 | 
				
			||||||
                        href="./{o.id}"
 | 
					                        href="./{o.id}"
 | 
				
			||||||
                        class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>
 | 
					                        class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>
 | 
				
			||||||
                      {#if store.state.jwtinfo.userdetails.permissions.includes('ORGANIZATION:DELETE')}
 | 
					                      {#if store.state.jwtinfo.userdetails.permissions.includes('ORGANIZATION:DELETE')}
 | 
				
			||||||
                        <button
 | 
					                        <button
 | 
				
			||||||
                          on:click={() => {
 | 
					                          on:click={() => {
 | 
				
			||||||
                            active_deletes[o.id] = true;
 | 
					                            active_deletes[o.id] = true;
 | 
				
			||||||
                          }}
 | 
					                          }}
 | 
				
			||||||
                          tabindex="0"
 | 
					                          tabindex="0"
 | 
				
			||||||
                          class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('delete')}</button>
 | 
					                          class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('delete')}</button>
 | 
				
			||||||
                      {/if}
 | 
					                      {/if}
 | 
				
			||||||
                    </td>
 | 
					                    </td>
 | 
				
			||||||
                  {/if}
 | 
					                  {/if}
 | 
				
			||||||
                </tr>
 | 
					                </tr>
 | 
				
			||||||
              {/if}
 | 
					              {/if}
 | 
				
			||||||
            {/each}
 | 
					            {/each}
 | 
				
			||||||
          </tbody>
 | 
					          </tbody>
 | 
				
			||||||
        </table>
 | 
					        </table>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    {/if}
 | 
					    {/if}
 | 
				
			||||||
  {:catch error}
 | 
					  {:catch error}
 | 
				
			||||||
    <div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
 | 
					    <div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
 | 
				
			||||||
      <span class="inline-block align-middle mr-8">
 | 
					      <span class="inline-block align-middle mr-8">
 | 
				
			||||||
        <b class="capitalize">{$_('general_promise_error')}</b>
 | 
					        <b class="capitalize">{$_('general_promise_error')}</b>
 | 
				
			||||||
        {error}
 | 
					        {error}
 | 
				
			||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  {/await}
 | 
					  {/await}
 | 
				
			||||||
{/if}
 | 
					{/if}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -149,7 +149,7 @@
 | 
				
			|||||||
        }).showToast();
 | 
					        }).showToast();
 | 
				
			||||||
        let count = 0;
 | 
					        let count = 0;
 | 
				
			||||||
        const current_cards = await RunnerCardService.runnerCardControllerGetAll();
 | 
					        const current_cards = await RunnerCardService.runnerCardControllerGetAll();
 | 
				
			||||||
        for await (const t of generate_teams) {
 | 
					        for (const t of generate_teams) {
 | 
				
			||||||
            const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
 | 
					            const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
 | 
				
			||||||
                t.id
 | 
					                t.id
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
@@ -216,7 +216,7 @@
 | 
				
			|||||||
        }).showToast();
 | 
					        }).showToast();
 | 
				
			||||||
        let count = 0;
 | 
					        let count = 0;
 | 
				
			||||||
        const current_cards = await RunnerCardService.runnerCardControllerGetAll();
 | 
					        const current_cards = await RunnerCardService.runnerCardControllerGetAll();
 | 
				
			||||||
        for await (const o of generate_orgs) {
 | 
					        for (const o of generate_orgs) {
 | 
				
			||||||
            const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
					            const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
				
			||||||
                o.id
 | 
					                o.id
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										273
									
								
								src/components/pdf_generation/GenerateRunnerCertificates.svelte
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										273
									
								
								src/components/pdf_generation/GenerateRunnerCertificates.svelte
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,273 @@
 | 
				
			|||||||
 | 
					<script>
 | 
				
			||||||
 | 
					    import { _ } from "svelte-i18n";
 | 
				
			||||||
 | 
					    import {
 | 
				
			||||||
 | 
					        DonationService,
 | 
				
			||||||
 | 
					        RunnerTeamService,
 | 
				
			||||||
 | 
					        RunnerOrganizationService
 | 
				
			||||||
 | 
					    } from "@odit/lfk-client-js";
 | 
				
			||||||
 | 
					    import Toastify from "toastify-js";
 | 
				
			||||||
 | 
					    export let certificates_show = false;
 | 
				
			||||||
 | 
					    export let generate_runners = [];
 | 
				
			||||||
 | 
					    export let generate_orgs = [];
 | 
				
			||||||
 | 
					    export let generate_teams = [];
 | 
				
			||||||
 | 
					    $: certificates_dropdown_open = false;
 | 
				
			||||||
 | 
					    document.addEventListener("click", function (e) {
 | 
				
			||||||
 | 
					        if (
 | 
				
			||||||
 | 
					            e.target.parentNode?.parentNode?.id != "certificates:dropdown" &&
 | 
				
			||||||
 | 
					            e.target.parentNode?.parentNode?.id != "certificates:dropdown:menu"
 | 
				
			||||||
 | 
					        ) {
 | 
				
			||||||
 | 
					            certificates_dropdown_open = false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    function generateCertificates(locale) {
 | 
				
			||||||
 | 
					        certificates_dropdown_open = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (generate_orgs.length > 0) {
 | 
				
			||||||
 | 
					            generateOrgCertificates(locale);
 | 
				
			||||||
 | 
					        } else if (generate_teams.length > 0) {
 | 
				
			||||||
 | 
					            generateTeamCertificates(locale);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            generateRunnerCertificates(locale);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    async function generateRunnerCertificates(locale) {
 | 
				
			||||||
 | 
					        const toast = Toastify({
 | 
				
			||||||
 | 
					            text: $_("generating-pdf"),
 | 
				
			||||||
 | 
					            duration: -1,
 | 
				
			||||||
 | 
					        }).showToast();
 | 
				
			||||||
 | 
					        const current_donations = await DonationService.donationControllerGetAll();
 | 
				
			||||||
 | 
					        let certificateRunners = [];
 | 
				
			||||||
 | 
					        for (let runner of generate_runners) {
 | 
				
			||||||
 | 
					            runner.distanceDonations = current_donations.find((d) => d.runner?.id == runner.id) || [];
 | 
				
			||||||
 | 
					            certificateRunners.push(runner);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        fetch(
 | 
				
			||||||
 | 
					            `${config.baseurl}/documents/certificates?locale=${locale}&download=true&key=${config.documentserver_key}`,
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                method: "POST",
 | 
				
			||||||
 | 
					                headers: {
 | 
				
			||||||
 | 
					                    "Content-Type": "application/json",
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                body: JSON.stringify(certificateRunners),
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        )
 | 
				
			||||||
 | 
					            .then((response) => {
 | 
				
			||||||
 | 
					                if (response.status != "200") {
 | 
				
			||||||
 | 
					                    toast.hideToast();
 | 
				
			||||||
 | 
					                    Toastify({
 | 
				
			||||||
 | 
					                        text: $_("pdf-generation-failed"),
 | 
				
			||||||
 | 
					                        duration: 3500,
 | 
				
			||||||
 | 
					                        backgroundColor:
 | 
				
			||||||
 | 
					                            "linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)",
 | 
				
			||||||
 | 
					                    }).showToast();
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    return response.blob();
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            })
 | 
				
			||||||
 | 
					            .then((blob) => {
 | 
				
			||||||
 | 
					                const url = window.URL.createObjectURL(blob);
 | 
				
			||||||
 | 
					                let a = document.createElement("a");
 | 
				
			||||||
 | 
					                a.href = url;
 | 
				
			||||||
 | 
					                a.download = "Certificates.pdf";
 | 
				
			||||||
 | 
					                document.body.appendChild(a);
 | 
				
			||||||
 | 
					                a.click();
 | 
				
			||||||
 | 
					                a.remove();
 | 
				
			||||||
 | 
					                toast.hideToast();
 | 
				
			||||||
 | 
					                Toastify({
 | 
				
			||||||
 | 
					                    text: $_("pdf-successfully-generated"),
 | 
				
			||||||
 | 
					                    duration: 3500,
 | 
				
			||||||
 | 
					                    backgroundColor:
 | 
				
			||||||
 | 
					                        "linear-gradient(to right, #00b09b, #96c93d)",
 | 
				
			||||||
 | 
					                }).showToast();
 | 
				
			||||||
 | 
					            })
 | 
				
			||||||
 | 
					            .catch((err) => {});
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    async function generateTeamCertificates(locale) {
 | 
				
			||||||
 | 
					        const toast = Toastify({
 | 
				
			||||||
 | 
					            text: $_("generating-pdfs"),
 | 
				
			||||||
 | 
					            duration: -1,
 | 
				
			||||||
 | 
					        }).showToast();
 | 
				
			||||||
 | 
					        let count = 0;
 | 
				
			||||||
 | 
					        const current_donations = await DonationService.donationControllerGetAll();
 | 
				
			||||||
 | 
					        for (const t of generate_teams) {
 | 
				
			||||||
 | 
					            const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
 | 
				
			||||||
 | 
					                t.id
 | 
				
			||||||
 | 
					                );
 | 
				
			||||||
 | 
					            let certificateRunners = [];
 | 
				
			||||||
 | 
					            for (let runner of runners) {
 | 
				
			||||||
 | 
					                runner.distanceDonations = current_donations.find((d) => d.runner?.id == runner.id) || [];
 | 
				
			||||||
 | 
					                certificateRunners.push(runner);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            console.log(certificateRunners)
 | 
				
			||||||
 | 
					            fetch(
 | 
				
			||||||
 | 
					                `${config.baseurl}/documents/certificates?locale=${locale}&download=true&key=${config.documentserver_key}`,
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    method: "POST",
 | 
				
			||||||
 | 
					                    headers: {
 | 
				
			||||||
 | 
					                        "Content-Type": "application/json",
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    body: JSON.stringify(certificateRunners),
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
					                .then((response) => {
 | 
				
			||||||
 | 
					                    if (response.status != "200") {
 | 
				
			||||||
 | 
					                        toast.hideToast();
 | 
				
			||||||
 | 
					                        Toastify({
 | 
				
			||||||
 | 
					                            text: $_("pdf-generation-failed"),
 | 
				
			||||||
 | 
					                            duration: 3500,
 | 
				
			||||||
 | 
					                            backgroundColor:
 | 
				
			||||||
 | 
					                                "linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)",
 | 
				
			||||||
 | 
					                        }).showToast();
 | 
				
			||||||
 | 
					                    } else {
 | 
				
			||||||
 | 
					                        return response.blob();
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                })
 | 
				
			||||||
 | 
					                .then((blob) => {
 | 
				
			||||||
 | 
					                    count++;
 | 
				
			||||||
 | 
					                    const url = window.URL.createObjectURL(blob);
 | 
				
			||||||
 | 
					                    let a = document.createElement("a");
 | 
				
			||||||
 | 
					                    a.href = url;
 | 
				
			||||||
 | 
					                    a.download = "Certificates_" + t.name + ".pdf";
 | 
				
			||||||
 | 
					                    document.body.appendChild(a);
 | 
				
			||||||
 | 
					                    a.click();
 | 
				
			||||||
 | 
					                    a.remove();
 | 
				
			||||||
 | 
					                    if (count === generate_teams.length) {
 | 
				
			||||||
 | 
					                        toast.hideToast();
 | 
				
			||||||
 | 
					                        Toastify({
 | 
				
			||||||
 | 
					                            text: $_("pdfs-successfully-generated"),
 | 
				
			||||||
 | 
					                            duration: 3500,
 | 
				
			||||||
 | 
					                            backgroundColor:
 | 
				
			||||||
 | 
					                                "linear-gradient(to right, #00b09b, #96c93d)",
 | 
				
			||||||
 | 
					                        }).showToast();
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                })
 | 
				
			||||||
 | 
					                .catch((err) => {});
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    async function generateOrgCertificates(locale) {
 | 
				
			||||||
 | 
					        const toast = Toastify({
 | 
				
			||||||
 | 
					            text: $_("generating-pdf"),
 | 
				
			||||||
 | 
					            duration: -1,
 | 
				
			||||||
 | 
					        }).showToast();
 | 
				
			||||||
 | 
					        let count = 0;
 | 
				
			||||||
 | 
					        const current_donations = await DonationService.donationControllerGetAll();
 | 
				
			||||||
 | 
					        for (const o of generate_orgs) {
 | 
				
			||||||
 | 
					            const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
				
			||||||
 | 
					                o.id
 | 
				
			||||||
 | 
					            );
 | 
				
			||||||
 | 
					            let certificateRunners = [];
 | 
				
			||||||
 | 
					            for (let runner of runners) {
 | 
				
			||||||
 | 
					                runner.distanceDonations = current_donations.find((d) => d.runner?.id == runner.id) || [];
 | 
				
			||||||
 | 
					                certificateRunners.push(runner);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            fetch(
 | 
				
			||||||
 | 
					                `${config.baseurl}/documents/certificates?locale=${locale}&download=true&key=${config.documentserver_key}`,
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    method: "POST",
 | 
				
			||||||
 | 
					                    headers: {
 | 
				
			||||||
 | 
					                        "Content-Type": "application/json",
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    body: JSON.stringify(certificateRunners),
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
					                .then((response) => {
 | 
				
			||||||
 | 
					                    if (response.status != "200") {
 | 
				
			||||||
 | 
					                        toast.hideToast();
 | 
				
			||||||
 | 
					                        Toastify({
 | 
				
			||||||
 | 
					                            text: $_("pdf-generation-failed"),
 | 
				
			||||||
 | 
					                            duration: 3500,
 | 
				
			||||||
 | 
					                            backgroundColor:
 | 
				
			||||||
 | 
					                                "linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)",
 | 
				
			||||||
 | 
					                        }).showToast();
 | 
				
			||||||
 | 
					                    } else {
 | 
				
			||||||
 | 
					                        return response.blob();
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                })
 | 
				
			||||||
 | 
					                .then((blob) => {
 | 
				
			||||||
 | 
					                    count++;
 | 
				
			||||||
 | 
					                    const url = window.URL.createObjectURL(blob);
 | 
				
			||||||
 | 
					                    let a = document.createElement("a");
 | 
				
			||||||
 | 
					                    a.href = url;
 | 
				
			||||||
 | 
					                    a.download = "Certificates_" + o.name + ".pdf";
 | 
				
			||||||
 | 
					                    document.body.appendChild(a);
 | 
				
			||||||
 | 
					                    a.click();
 | 
				
			||||||
 | 
					                    a.remove();
 | 
				
			||||||
 | 
					                    if (count === generate_orgs.length) {
 | 
				
			||||||
 | 
					                        toast.hideToast();
 | 
				
			||||||
 | 
					                        Toastify({
 | 
				
			||||||
 | 
					                            text: $_("pdfs-successfully-generated"),
 | 
				
			||||||
 | 
					                            duration: 3500,
 | 
				
			||||||
 | 
					                            backgroundColor:
 | 
				
			||||||
 | 
					                                "linear-gradient(to right, #00b09b, #96c93d)",
 | 
				
			||||||
 | 
					                        }).showToast();
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                })
 | 
				
			||||||
 | 
					                .catch((err) => {});
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{#if certificates_show}
 | 
				
			||||||
 | 
					    <div id="certificates:dropdown" class="relative inline-block">
 | 
				
			||||||
 | 
					        <div>
 | 
				
			||||||
 | 
					            <button
 | 
				
			||||||
 | 
					                on:click={() => {
 | 
				
			||||||
 | 
					                    certificates_dropdown_open = !certificates_dropdown_open;
 | 
				
			||||||
 | 
					                }}
 | 
				
			||||||
 | 
					                type="button"
 | 
				
			||||||
 | 
					                class="w-full justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-gray-600 text-base font-medium text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 sm:ml-3 sm:w-auto sm:text-sm inline-flex"
 | 
				
			||||||
 | 
					                id="options-menu"
 | 
				
			||||||
 | 
					                aria-haspopup="true"
 | 
				
			||||||
 | 
					                aria-expanded="true">
 | 
				
			||||||
 | 
					                {$_('generate-runner-certificates')}
 | 
				
			||||||
 | 
					                <svg
 | 
				
			||||||
 | 
					                    xmlns="http://www.w3.org/2000/svg"
 | 
				
			||||||
 | 
					                    width="24"
 | 
				
			||||||
 | 
					                    height="24"
 | 
				
			||||||
 | 
					                    viewBox="0 0 24 24"
 | 
				
			||||||
 | 
					                    class="-mr-1 ml-2 h-5 w-5"><path
 | 
				
			||||||
 | 
					                        fill="none"
 | 
				
			||||||
 | 
					                        d="M0 0h24v24H0z" />
 | 
				
			||||||
 | 
					                    <path
 | 
				
			||||||
 | 
					                        fill="currentColor"
 | 
				
			||||||
 | 
					                        d="M3 19h18v2H3v-2zm10-5.83l6.07-6.07 1.42 1.41L12 17 3.52 8.52l1.4-1.42L11 13.17V2h2v11.17z" /></svg>
 | 
				
			||||||
 | 
					            </button>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        {#if certificates_dropdown_open}
 | 
				
			||||||
 | 
					            <div
 | 
				
			||||||
 | 
					                class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5"
 | 
				
			||||||
 | 
					                id="certificates:dropdown:menu">
 | 
				
			||||||
 | 
					                <div
 | 
				
			||||||
 | 
					                    class="py-1"
 | 
				
			||||||
 | 
					                    role="menu"
 | 
				
			||||||
 | 
					                    aria-orientation="vertical"
 | 
				
			||||||
 | 
					                    aria-labelledby="options-menu">
 | 
				
			||||||
 | 
					                    <span
 | 
				
			||||||
 | 
					                        class="block w-full text-left px-4 py-2 text-sm text-gray-700">{$_('select-language')}</span>
 | 
				
			||||||
 | 
					                    <button
 | 
				
			||||||
 | 
					                        on:click={() => {
 | 
				
			||||||
 | 
					                            generateCertificates('de');
 | 
				
			||||||
 | 
					                        }}
 | 
				
			||||||
 | 
					                        type="submit"
 | 
				
			||||||
 | 
					                        class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
 | 
				
			||||||
 | 
					                        role="menuitem">
 | 
				
			||||||
 | 
					                        {$_('german')}
 | 
				
			||||||
 | 
					                    </button>
 | 
				
			||||||
 | 
					                    <button
 | 
				
			||||||
 | 
					                        on:click={() => {
 | 
				
			||||||
 | 
					                            generateCertificates('en');
 | 
				
			||||||
 | 
					                        }}
 | 
				
			||||||
 | 
					                        type="submit"
 | 
				
			||||||
 | 
					                        class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
 | 
				
			||||||
 | 
					                        role="menuitem">
 | 
				
			||||||
 | 
					                        {$_('english')}
 | 
				
			||||||
 | 
					                    </button>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        {/if}
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					{/if}
 | 
				
			||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
            duration: -1,
 | 
					            duration: -1,
 | 
				
			||||||
        }).showToast();
 | 
					        }).showToast();
 | 
				
			||||||
        let count = 0;
 | 
					        let count = 0;
 | 
				
			||||||
        for await (const t of generate_teams) {
 | 
					        for (const t of generate_teams) {
 | 
				
			||||||
            count++;
 | 
					            count++;
 | 
				
			||||||
            const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
 | 
					            const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
 | 
				
			||||||
                t.id
 | 
					                t.id
 | 
				
			||||||
@@ -92,7 +92,7 @@
 | 
				
			|||||||
            text: $_("generating-pdf"),
 | 
					            text: $_("generating-pdf"),
 | 
				
			||||||
            duration: -1,
 | 
					            duration: -1,
 | 
				
			||||||
        }).showToast();
 | 
					        }).showToast();
 | 
				
			||||||
        for await (const o of generate_orgs) {
 | 
					        for (const o of generate_orgs) {
 | 
				
			||||||
            const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
					            const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
 | 
				
			||||||
                o.id
 | 
					                o.id
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,7 @@
 | 
				
			|||||||
  import { getLocaleFromNavigator, _ } from "svelte-i18n";
 | 
					  import { getLocaleFromNavigator, _ } from "svelte-i18n";
 | 
				
			||||||
  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
					  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
				
			||||||
  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
					  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
				
			||||||
 | 
					  import GenerateRunnerCertificates from "../pdf_generation/GenerateRunnerCertificates.svelte";
 | 
				
			||||||
  import store from "../../store";
 | 
					  import store from "../../store";
 | 
				
			||||||
  import {
 | 
					  import {
 | 
				
			||||||
    RunnerService,
 | 
					    RunnerService,
 | 
				
			||||||
@@ -36,6 +37,7 @@
 | 
				
			|||||||
    editable.group != null;
 | 
					    editable.group != null;
 | 
				
			||||||
  $: sponsoring_contracts_show = true;
 | 
					  $: sponsoring_contracts_show = true;
 | 
				
			||||||
  $: cards_show = true;
 | 
					  $: cards_show = true;
 | 
				
			||||||
 | 
					  $: certificates_show = true;
 | 
				
			||||||
  $: generate_runners = [original_data_pdf];
 | 
					  $: generate_runners = [original_data_pdf];
 | 
				
			||||||
  runner_promise.then((data) => {
 | 
					  runner_promise.then((data) => {
 | 
				
			||||||
    data_loaded = true;
 | 
					    data_loaded = true;
 | 
				
			||||||
@@ -158,7 +160,10 @@
 | 
				
			|||||||
            bind:sponsoring_contracts_show
 | 
					            bind:sponsoring_contracts_show
 | 
				
			||||||
            bind:generate_runners />
 | 
					            bind:generate_runners />
 | 
				
			||||||
          <GenerateRunnerCards
 | 
					          <GenerateRunnerCards
 | 
				
			||||||
            bind:sponsoring_contracts_show
 | 
					            bind:cards_show
 | 
				
			||||||
 | 
					            bind:generate_runners />
 | 
				
			||||||
 | 
					          <GenerateRunnerCertificates
 | 
				
			||||||
 | 
					            bind:certificates_show
 | 
				
			||||||
            bind:generate_runners />
 | 
					            bind:generate_runners />
 | 
				
			||||||
          {#if !delete_triggered}
 | 
					          {#if !delete_triggered}
 | 
				
			||||||
            <button
 | 
					            <button
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,6 +10,7 @@
 | 
				
			|||||||
  import Select from "svelte-select";
 | 
					  import Select from "svelte-select";
 | 
				
			||||||
  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
					  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
				
			||||||
  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
					  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
				
			||||||
 | 
					  import GenerateRunnerCertificates from "../pdf_generation/GenerateRunnerCertificates.svelte";
 | 
				
			||||||
  $: searchvalue = "";
 | 
					  $: searchvalue = "";
 | 
				
			||||||
  $: active_deletes = [];
 | 
					  $: active_deletes = [];
 | 
				
			||||||
  export let current_runners = [];
 | 
					  export let current_runners = [];
 | 
				
			||||||
@@ -27,6 +28,9 @@
 | 
				
			|||||||
  $: cards_show = current_runners.some(
 | 
					  $: cards_show = current_runners.some(
 | 
				
			||||||
    (r) => r.is_selected === true
 | 
					    (r) => r.is_selected === true
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					  $: certificates_show = current_runners.some(
 | 
				
			||||||
 | 
					    (r) => r.is_selected === true
 | 
				
			||||||
 | 
					  );
 | 
				
			||||||
  $: generate_runners = current_runners.filter((r) => r.is_selected === true);
 | 
					  $: generate_runners = current_runners.filter((r) => r.is_selected === true);
 | 
				
			||||||
  $: teams = [];
 | 
					  $: teams = [];
 | 
				
			||||||
  $: orgs = [];
 | 
					  $: orgs = [];
 | 
				
			||||||
@@ -92,6 +96,9 @@
 | 
				
			|||||||
        <GenerateRunnerCards
 | 
					        <GenerateRunnerCards
 | 
				
			||||||
          bind:cards_show
 | 
					          bind:cards_show
 | 
				
			||||||
          bind:generate_runners />
 | 
					          bind:generate_runners />
 | 
				
			||||||
 | 
					        <GenerateRunnerCertificates
 | 
				
			||||||
 | 
					          bind:certificates_show
 | 
				
			||||||
 | 
					          bind:generate_runners />
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div
 | 
					      <div
 | 
				
			||||||
        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
					        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,217 +1,224 @@
 | 
				
			|||||||
<script>
 | 
					<script>
 | 
				
			||||||
  import { getLocaleFromNavigator, t, _ } from "svelte-i18n";
 | 
					  import { getLocaleFromNavigator, t, _ } from "svelte-i18n";
 | 
				
			||||||
  import Toastify from "toastify-js";
 | 
					  import Toastify from "toastify-js";
 | 
				
			||||||
  import { RunnerTeamService } from "@odit/lfk-client-js";
 | 
					  import { RunnerTeamService } from "@odit/lfk-client-js";
 | 
				
			||||||
  const teams_promise = RunnerTeamService.runnerTeamControllerGetAll();
 | 
					  const teams_promise = RunnerTeamService.runnerTeamControllerGetAll();
 | 
				
			||||||
  import store, { users as usersstore } from "../../store.js";
 | 
					  import store, { users as usersstore } from "../../store.js";
 | 
				
			||||||
  import TeamsEmptyState from "./TeamsEmptyState.svelte";
 | 
					  import TeamsEmptyState from "./TeamsEmptyState.svelte";
 | 
				
			||||||
  import ConfirmTeamDeletion from "./ConfirmTeamDeletion.svelte";
 | 
					  import ConfirmTeamDeletion from "./ConfirmTeamDeletion.svelte";
 | 
				
			||||||
  import { clickOutside } from "../base/outsideclick";
 | 
					  import { clickOutside } from "../base/outsideclick";
 | 
				
			||||||
  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
					  import GenerateSponsoringContracts from "../pdf_generation/GenerateSponsoringContracts.svelte";
 | 
				
			||||||
  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
					  import GenerateRunnerCards from "../pdf_generation/GenerateRunnerCards.svelte";
 | 
				
			||||||
  $: searchvalue = "";
 | 
					  import GenerateRunnerCertificates from "../pdf_generation/GenerateRunnerCertificates.svelte";
 | 
				
			||||||
  $: active_deletes = [];
 | 
					  $: searchvalue = "";
 | 
				
			||||||
  $: sponsoring_contracts_show = current_teams.some(
 | 
					  $: active_deletes = [];
 | 
				
			||||||
    (r) => r.is_selected === true
 | 
					  $: sponsoring_contracts_show = current_teams.some(
 | 
				
			||||||
  );
 | 
					    (r) => r.is_selected === true
 | 
				
			||||||
  $: cards_show = current_teams.some(
 | 
					  );
 | 
				
			||||||
    (r) => r.is_selected === true
 | 
					  $: cards_show = current_teams.some(
 | 
				
			||||||
  );
 | 
					    (r) => r.is_selected === true
 | 
				
			||||||
  $: generate_teams = current_teams.filter((r) => r.is_selected === true);
 | 
					  );
 | 
				
			||||||
  export let current_teams = [];
 | 
					  $: certificates_show = current_teams.some(
 | 
				
			||||||
  let modal_open = false;
 | 
					    (r) => r.is_selected === true
 | 
				
			||||||
  let delete_team = {};
 | 
					  );
 | 
				
			||||||
  usersstore.subscribe((val) => {
 | 
					  $: generate_teams = current_teams.filter((r) => r.is_selected === true);
 | 
				
			||||||
    current_teams = val;
 | 
					  export let current_teams = [];
 | 
				
			||||||
  });
 | 
					  let modal_open = false;
 | 
				
			||||||
  teams_promise.then((data) => {
 | 
					  let delete_team = {};
 | 
				
			||||||
    usersstore.set(data);
 | 
					  usersstore.subscribe((val) => {
 | 
				
			||||||
  });
 | 
					    current_teams = val;
 | 
				
			||||||
</script>
 | 
					  });
 | 
				
			||||||
 | 
					  teams_promise.then((data) => {
 | 
				
			||||||
<ConfirmTeamDeletion
 | 
					    usersstore.set(data);
 | 
				
			||||||
  on:cancelDelete={(event) => {
 | 
					  });
 | 
				
			||||||
    modal_open = false;
 | 
					</script>
 | 
				
			||||||
    active_deletes[event.detail.id] = false;
 | 
					
 | 
				
			||||||
  }}
 | 
					<ConfirmTeamDeletion
 | 
				
			||||||
  bind:modal_open
 | 
					  on:cancelDelete={(event) => {
 | 
				
			||||||
  bind:delete_team />
 | 
					    modal_open = false;
 | 
				
			||||||
{#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:GET')}
 | 
					    active_deletes[event.detail.id] = false;
 | 
				
			||||||
  {#await teams_promise}
 | 
					  }}
 | 
				
			||||||
    <div
 | 
					  bind:modal_open
 | 
				
			||||||
      class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md my-2"
 | 
					  bind:delete_team />
 | 
				
			||||||
      role="alert">
 | 
					{#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:GET')}
 | 
				
			||||||
      <p class="font-bold">{$_('teams-are-being-loaded')}</p>
 | 
					  {#await teams_promise}
 | 
				
			||||||
      <p class="text-sm">{$_('this-might-take-a-moment')}</p>
 | 
					    <div
 | 
				
			||||||
    </div>
 | 
					      class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md my-2"
 | 
				
			||||||
  {:then}
 | 
					      role="alert">
 | 
				
			||||||
    {#if current_teams.length === 0}
 | 
					      <p class="font-bold">{$_('teams-are-being-loaded')}</p>
 | 
				
			||||||
      <TeamsEmptyState />
 | 
					      <p class="text-sm">{$_('this-might-take-a-moment')}</p>
 | 
				
			||||||
    {:else}
 | 
					    </div>
 | 
				
			||||||
      <input
 | 
					  {:then}
 | 
				
			||||||
        type="search"
 | 
					    {#if current_teams.length === 0}
 | 
				
			||||||
        bind:value={searchvalue}
 | 
					      <TeamsEmptyState />
 | 
				
			||||||
        placeholder={$_('datatable.search')}
 | 
					    {:else}
 | 
				
			||||||
        aria-label={$_('datatable.search')}
 | 
					      <input
 | 
				
			||||||
        class="gridjs-input gridjs-search-input mb-4" />
 | 
					        type="search"
 | 
				
			||||||
      <div class="h-12">
 | 
					        bind:value={searchvalue}
 | 
				
			||||||
        <GenerateSponsoringContracts
 | 
					        placeholder={$_('datatable.search')}
 | 
				
			||||||
          bind:sponsoring_contracts_show
 | 
					        aria-label={$_('datatable.search')}
 | 
				
			||||||
          bind:generate_teams />
 | 
					        class="gridjs-input gridjs-search-input mb-4" />
 | 
				
			||||||
        <GenerateRunnerCards
 | 
					      <div class="h-12">
 | 
				
			||||||
          bind:cards_show
 | 
					        <GenerateSponsoringContracts
 | 
				
			||||||
          bind:generate_teams />
 | 
					          bind:sponsoring_contracts_show
 | 
				
			||||||
      </div>
 | 
					          bind:generate_teams />
 | 
				
			||||||
      <div
 | 
					        <GenerateRunnerCards
 | 
				
			||||||
        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
					          bind:cards_show
 | 
				
			||||||
        <table class="divide-y divide-gray-200 w-full">
 | 
					          bind:generate_teams />
 | 
				
			||||||
          <thead class="bg-gray-50">
 | 
					        <GenerateRunnerCertificates
 | 
				
			||||||
            <tr>
 | 
					          bind:certificates_show
 | 
				
			||||||
              <th
 | 
					          bind:generate_teams />
 | 
				
			||||||
                scope="col"
 | 
					      </div>
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					      <div
 | 
				
			||||||
                <span
 | 
					        class="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
 | 
				
			||||||
                  on:click={() => {
 | 
					        <table class="divide-y divide-gray-200 w-full">
 | 
				
			||||||
                    const newstate = !current_teams.some((r) => r.is_selected === true);
 | 
					          <thead class="bg-gray-50">
 | 
				
			||||||
                    current_teams = current_teams.map((r) => {
 | 
					            <tr>
 | 
				
			||||||
                      r.is_selected = newstate;
 | 
					              <th
 | 
				
			||||||
                      return r;
 | 
					                scope="col"
 | 
				
			||||||
                    });
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                  }}
 | 
					                <span
 | 
				
			||||||
                  class="underline cursor-pointer select-none">{#if current_teams.some((r) => r.is_selected === true)}
 | 
					                  on:click={() => {
 | 
				
			||||||
                    {$_('deselect-all')}
 | 
					                    const newstate = !current_teams.some((r) => r.is_selected === true);
 | 
				
			||||||
                  {:else}{$_('select-all')}{/if}
 | 
					                    current_teams = current_teams.map((r) => {
 | 
				
			||||||
                </span>
 | 
					                      r.is_selected = newstate;
 | 
				
			||||||
              </th>
 | 
					                      return r;
 | 
				
			||||||
              <th
 | 
					                    });
 | 
				
			||||||
                scope="col"
 | 
					                  }}
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					                  class="underline cursor-pointer select-none">{#if current_teams.some((r) => r.is_selected === true)}
 | 
				
			||||||
                {$_('name')}
 | 
					                    {$_('deselect-all')}
 | 
				
			||||||
              </th>
 | 
					                  {:else}{$_('select-all')}{/if}
 | 
				
			||||||
              <th
 | 
					                </span>
 | 
				
			||||||
                scope="col"
 | 
					              </th>
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					              <th
 | 
				
			||||||
                {$_('organization')}
 | 
					                scope="col"
 | 
				
			||||||
              </th>
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
              <th
 | 
					                {$_('name')}
 | 
				
			||||||
                scope="col"
 | 
					              </th>
 | 
				
			||||||
                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
					              <th
 | 
				
			||||||
                {$_('contact')}
 | 
					                scope="col"
 | 
				
			||||||
              </th>
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
              <th scope="col" class="relative px-6 py-3">
 | 
					                {$_('organization')}
 | 
				
			||||||
                <span class="sr-only">{$_('action')}</span>
 | 
					              </th>
 | 
				
			||||||
              </th>
 | 
					              <th
 | 
				
			||||||
            </tr>
 | 
					                scope="col"
 | 
				
			||||||
          </thead>
 | 
					                class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
          <tbody class="divide-y divide-gray-200">
 | 
					                {$_('contact')}
 | 
				
			||||||
            {#each current_teams as t}
 | 
					              </th>
 | 
				
			||||||
              {#if Object.values(t)
 | 
					              <th scope="col" class="relative px-6 py-3">
 | 
				
			||||||
                .toString()
 | 
					                <span class="sr-only">{$_('action')}</span>
 | 
				
			||||||
                .toLowerCase()
 | 
					              </th>
 | 
				
			||||||
                .includes(searchvalue)}
 | 
					            </tr>
 | 
				
			||||||
                <tr data-rowid="team_{t.id}">
 | 
					          </thead>
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					          <tbody class="divide-y divide-gray-200">
 | 
				
			||||||
                    <input
 | 
					            {#each current_teams as t}
 | 
				
			||||||
                      bind:checked={t.is_selected}
 | 
					              {#if Object.values(t)
 | 
				
			||||||
                      type="checkbox"
 | 
					                .toString()
 | 
				
			||||||
                      class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
 | 
					                .toLowerCase()
 | 
				
			||||||
                  </td>
 | 
					                .includes(searchvalue)}
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                <tr data-rowid="team_{t.id}">
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                    <input
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                      bind:checked={t.is_selected}
 | 
				
			||||||
                          {t.name}
 | 
					                      type="checkbox"
 | 
				
			||||||
                        </div>
 | 
					                      class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" />
 | 
				
			||||||
                      </div>
 | 
					                  </td>
 | 
				
			||||||
                    </div>
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                  </td>
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                          {t.name}
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                        </div>
 | 
				
			||||||
                          {#if t.parentGroup}
 | 
					                      </div>
 | 
				
			||||||
                            <a
 | 
					                    </div>
 | 
				
			||||||
                              href="../orgs/{t.parentGroup.id}"
 | 
					                  </td>
 | 
				
			||||||
                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{t.parentGroup.name}</a>
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                          {:else}{$_('no-organization-specified')}{/if}
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                        </div>
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                      </div>
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                    </div>
 | 
					                          {#if t.parentGroup}
 | 
				
			||||||
                  </td>
 | 
					                            <a
 | 
				
			||||||
                  <td class="px-6 py-4 whitespace-nowrap">
 | 
					                              href="../orgs/{t.parentGroup.id}"
 | 
				
			||||||
                    <div class="flex items-center">
 | 
					                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{t.parentGroup.name}</a>
 | 
				
			||||||
                      <div class="ml-4">
 | 
					                          {:else}{$_('no-organization-specified')}{/if}
 | 
				
			||||||
                        <div class="text-sm font-medium text-gray-900">
 | 
					                        </div>
 | 
				
			||||||
                          {#if t.contact}
 | 
					                      </div>
 | 
				
			||||||
                            <a
 | 
					                    </div>
 | 
				
			||||||
                              href="../contacts/{t.contact.id}"
 | 
					                  </td>
 | 
				
			||||||
                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{t.contact.firstname}
 | 
					                  <td class="px-6 py-4 whitespace-nowrap">
 | 
				
			||||||
                              {t.contact.middlename || ''}
 | 
					                    <div class="flex items-center">
 | 
				
			||||||
                              {t.contact.lastname}</a>
 | 
					                      <div class="ml-4">
 | 
				
			||||||
                          {:else}{$_('no-contact-specified')}{/if}
 | 
					                        <div class="text-sm font-medium text-gray-900">
 | 
				
			||||||
                        </div>
 | 
					                          {#if t.contact}
 | 
				
			||||||
                      </div>
 | 
					                            <a
 | 
				
			||||||
                    </div>
 | 
					                              href="../contacts/{t.contact.id}"
 | 
				
			||||||
                  </td>
 | 
					                              class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">{t.contact.firstname}
 | 
				
			||||||
                  {#if active_deletes[t.id] === true}
 | 
					                              {t.contact.middlename || ''}
 | 
				
			||||||
                    <td
 | 
					                              {t.contact.lastname}</a>
 | 
				
			||||||
                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
					                          {:else}{$_('no-contact-specified')}{/if}
 | 
				
			||||||
                      <button
 | 
					                        </div>
 | 
				
			||||||
                        on:click={() => {
 | 
					                      </div>
 | 
				
			||||||
                          active_deletes[t.id] = false;
 | 
					                    </div>
 | 
				
			||||||
                        }}
 | 
					                  </td>
 | 
				
			||||||
                        tabindex="0"
 | 
					                  {#if active_deletes[t.id] === true}
 | 
				
			||||||
                        class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">Cancel
 | 
					                    <td
 | 
				
			||||||
                        Delete</button>
 | 
					                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
				
			||||||
                      <button
 | 
					                      <button
 | 
				
			||||||
                        on:click={() => {
 | 
					                        on:click={() => {
 | 
				
			||||||
                          RunnerTeamService.runnerTeamControllerRemove(t.id, false)
 | 
					                          active_deletes[t.id] = false;
 | 
				
			||||||
                            .then((resp) => {
 | 
					                        }}
 | 
				
			||||||
                              current_teams = current_teams.filter((obj) => obj.id !== t.id);
 | 
					                        tabindex="0"
 | 
				
			||||||
                              Toastify({
 | 
					                        class="ml-4 text-indigo-600 hover:text-indigo-900 cursor-pointer">Cancel
 | 
				
			||||||
                                text: $_('organization-deleted'),
 | 
					                        Delete</button>
 | 
				
			||||||
                                duration: 500,
 | 
					                      <button
 | 
				
			||||||
                                backgroundColor:
 | 
					                        on:click={() => {
 | 
				
			||||||
                                  'linear-gradient(to right, #00b09b, #96c93d)',
 | 
					                          RunnerTeamService.runnerTeamControllerRemove(t.id, false)
 | 
				
			||||||
                              }).showToast();
 | 
					                            .then((resp) => {
 | 
				
			||||||
                            })
 | 
					                              current_teams = current_teams.filter((obj) => obj.id !== t.id);
 | 
				
			||||||
                            .catch((err) => {
 | 
					                              Toastify({
 | 
				
			||||||
                              modal_open = true;
 | 
					                                text: $_('organization-deleted'),
 | 
				
			||||||
                              delete_team = t;
 | 
					                                duration: 500,
 | 
				
			||||||
                            });
 | 
					                                backgroundColor:
 | 
				
			||||||
                        }}
 | 
					                                  'linear-gradient(to right, #00b09b, #96c93d)',
 | 
				
			||||||
                        tabindex="0"
 | 
					                              }).showToast();
 | 
				
			||||||
                        class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('confirm-delete')}</button>
 | 
					                            })
 | 
				
			||||||
                    </td>
 | 
					                            .catch((err) => {
 | 
				
			||||||
                  {:else}
 | 
					                              modal_open = true;
 | 
				
			||||||
                    <td
 | 
					                              delete_team = t;
 | 
				
			||||||
                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
					                            });
 | 
				
			||||||
                      <a
 | 
					                        }}
 | 
				
			||||||
                        href="./{t.id}"
 | 
					                        tabindex="0"
 | 
				
			||||||
                        class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>
 | 
					                        class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('confirm-delete')}</button>
 | 
				
			||||||
                      {#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:DELETE')}
 | 
					                    </td>
 | 
				
			||||||
                        <button
 | 
					                  {:else}
 | 
				
			||||||
                          on:click={() => {
 | 
					                    <td
 | 
				
			||||||
                            active_deletes[t.id] = true;
 | 
					                      class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
 | 
				
			||||||
                          }}
 | 
					                      <a
 | 
				
			||||||
                          tabindex="0"
 | 
					                        href="./{t.id}"
 | 
				
			||||||
                          class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('delete')}</button>
 | 
					                        class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>
 | 
				
			||||||
                      {/if}
 | 
					                      {#if store.state.jwtinfo.userdetails.permissions.includes('TEAM:DELETE')}
 | 
				
			||||||
                    </td>
 | 
					                        <button
 | 
				
			||||||
                  {/if}
 | 
					                          on:click={() => {
 | 
				
			||||||
                </tr>
 | 
					                            active_deletes[t.id] = true;
 | 
				
			||||||
              {/if}
 | 
					                          }}
 | 
				
			||||||
            {/each}
 | 
					                          tabindex="0"
 | 
				
			||||||
          </tbody>
 | 
					                          class="ml-4 text-red-600 hover:text-red-900 cursor-pointer">{$_('delete')}</button>
 | 
				
			||||||
        </table>
 | 
					                      {/if}
 | 
				
			||||||
      </div>
 | 
					                    </td>
 | 
				
			||||||
    {/if}
 | 
					                  {/if}
 | 
				
			||||||
  {:catch error}
 | 
					                </tr>
 | 
				
			||||||
    <div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
 | 
					              {/if}
 | 
				
			||||||
      <span class="inline-block align-middle mr-8">
 | 
					            {/each}
 | 
				
			||||||
        <b class="capitalize">{$_('general_promise_error')}</b>
 | 
					          </tbody>
 | 
				
			||||||
        {error}
 | 
					        </table>
 | 
				
			||||||
      </span>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    {/if}
 | 
				
			||||||
  {/await}
 | 
					  {:catch error}
 | 
				
			||||||
{/if}
 | 
					    <div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
 | 
				
			||||||
 | 
					      <span class="inline-block align-middle mr-8">
 | 
				
			||||||
 | 
					        <b class="capitalize">{$_('general_promise_error')}</b>
 | 
				
			||||||
 | 
					        {error}
 | 
				
			||||||
 | 
					      </span>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  {/await}
 | 
				
			||||||
 | 
					{/if}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								src/index.js
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								src/index.js
									
									
									
									
									
								
							@@ -1,14 +0,0 @@
 | 
				
			|||||||
import App from './App.svelte';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const app = new App({
 | 
					 | 
				
			||||||
	target: document.body
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export default app;
 | 
					 | 
				
			||||||
// HMR
 | 
					 | 
				
			||||||
if (import.meta.hot) {
 | 
					 | 
				
			||||||
	import.meta.hot.accept();
 | 
					 | 
				
			||||||
	import.meta.hot.dispose(() => {
 | 
					 | 
				
			||||||
		app.$destroy();
 | 
					 | 
				
			||||||
	});
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,425 +1,428 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "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-scan": "Scan erstellen",
 | 
					  "add-scan": "Scan erstellen",
 | 
				
			||||||
    "add-the-first-scanstation": "Erstelle deine erste Scannerstation.",
 | 
					  "add-the-first-scanstation": "Erstelle deine erste Scannerstation.",
 | 
				
			||||||
    "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-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-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!",
 | 
				
			||||||
    "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-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-added": "Karte wurde hinzugefügt",
 | 
				
			||||||
    "card-deleted": "Karte gelöscht",
 | 
					  "card-deleted": "Karte gelöscht",
 | 
				
			||||||
    "card-updated": "Karte aktualisiert",
 | 
					  "card-updated": "Karte aktualisiert",
 | 
				
			||||||
    "cards": "Läuferkarten",
 | 
					  "cards": "Läuferkarten",
 | 
				
			||||||
    "change-your-password-here": "Hier kannst du dein Passwort ändern",
 | 
					  "change-your-password-here": "Hier kannst du dein Passwort ändern",
 | 
				
			||||||
    "changing-your-password": "Passwort wird geändert",
 | 
					  "changing-your-password": "Passwort wird geändert",
 | 
				
			||||||
    "city": "Stadt",
 | 
					  "city": "Stadt",
 | 
				
			||||||
    "click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren",
 | 
					  "click-to-copy-the-link-into-your-clipboard": "Klicke auf den Link, um ihn in deine Zwischenablage zu kopieren",
 | 
				
			||||||
    "click-to-copy-token-to-clipboard": "Klicke auf den Token, um ihn in deine Zwischenablage zu kopieren",
 | 
					  "click-to-copy-token-to-clipboard": "Klicke auf den Token, um ihn in deine Zwischenablage zu kopieren",
 | 
				
			||||||
    "close": "Schließen",
 | 
					  "close": "Schließen",
 | 
				
			||||||
    "code": "Code",
 | 
					  "code": "Code",
 | 
				
			||||||
    "configure-the-tracks-and-minimum-lap-times": "Bearbeite die Tracks und ihre minimale Rundenzeit",
 | 
					  "configure-the-tracks-and-minimum-lap-times": "Bearbeite die Tracks und ihre minimale Rundenzeit",
 | 
				
			||||||
    "confirm": "Bestätigen",
 | 
					  "confirm": "Bestätigen",
 | 
				
			||||||
    "confirm-delete": "Löschung Bestätigen",
 | 
					  "confirm-delete": "Löschung Bestätigen",
 | 
				
			||||||
    "confirm-delete-donor-with-all-donations": "Bestätigen, Sponsor:in mit allen Sponsorings löschen",
 | 
					  "confirm-delete-donor-with-all-donations": "Bestätigen, Sponsor:in mit allen Sponsorings löschen",
 | 
				
			||||||
    "confirm-delete-my-user-profile": "Bestätigung, mein Benutzerprofil löschen",
 | 
					  "confirm-delete-my-user-profile": "Bestätigung, mein Benutzerprofil löschen",
 | 
				
			||||||
    "confirm-delete-organization-and-associated-teams-runners": "Bestätugung, lösche die Organisation und alle zugehörigen Teams und 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-delete-team-and-associated-runners": "Bestätigung, lösche das Team mitsamt seinen Läufer:innen.",
 | 
					  "confirm-delete-team-and-associated-runners": "Bestätigung, lösche das Team mitsamt seinen Läufer:innen.",
 | 
				
			||||||
    "confirm-deletion": "Löschung Bestätigen",
 | 
					  "confirm-deletion": "Löschung Bestätigen",
 | 
				
			||||||
    "confirm-the-new-password": "Neues Passwort bestätigen",
 | 
					  "confirm-the-new-password": "Neues Passwort bestätigen",
 | 
				
			||||||
    "contact": "Kontakt",
 | 
					  "contact": "Kontakt",
 | 
				
			||||||
    "contact-deleted": "Kontakt gelöscht",
 | 
					  "contact-deleted": "Kontakt gelöscht",
 | 
				
			||||||
    "contact-information": "Kontaktinformation",
 | 
					  "contact-information": "Kontaktinformation",
 | 
				
			||||||
    "contact-is-being-updated": "Kontakt wird aktualisiert ...",
 | 
					  "contact-is-being-updated": "Kontakt wird aktualisiert ...",
 | 
				
			||||||
    "contact-is-not-a-member-in-any-group": "Kontakt gehört zu keiner Gruppe",
 | 
					  "contact-is-not-a-member-in-any-group": "Kontakt gehört zu keiner Gruppe",
 | 
				
			||||||
    "contacts": "Kontakte",
 | 
					  "contacts": "Kontakte",
 | 
				
			||||||
    "contacts-are-being-loaded": "Kontakte werden geladen ...",
 | 
					  "contacts-are-being-loaded": "Kontakte werden geladen ...",
 | 
				
			||||||
    "copied-link-to-clipboard": "Link wurde in die Zwischenablage kopiert",
 | 
					  "copied-link-to-clipboard": "Link wurde in die Zwischenablage kopiert",
 | 
				
			||||||
    "copied-token-to-clipboard": "Token wurde in die Zwischenablage kopiert",
 | 
					  "copied-token-to-clipboard": "Token wurde in die Zwischenablage kopiert",
 | 
				
			||||||
    "count_organizations": "Organisationen (Anzahl)",
 | 
					  "count_organizations": "Organisationen (Anzahl)",
 | 
				
			||||||
    "count_teams": "Teams (Anzahl)",
 | 
					  "count_teams": "Teams (Anzahl)",
 | 
				
			||||||
    "create": "Erstellen",
 | 
					  "create": "Erstellen",
 | 
				
			||||||
    "create-a-new": "Erstelle eine neue",
 | 
					  "create-a-new": "Erstelle eine neue",
 | 
				
			||||||
    "create-a-new-card": "Neue Läuferkarte erstellen",
 | 
					  "create-a-new-card": "Neue Läuferkarte erstellen",
 | 
				
			||||||
    "create-a-new-contact": "Kontakt erstellen",
 | 
					  "create-a-new-contact": "Kontakt erstellen",
 | 
				
			||||||
    "create-a-new-distance-donation": "Erstelle ein neues Sponsoring",
 | 
					  "create-a-new-distance-donation": "Erstelle ein neues Sponsoring",
 | 
				
			||||||
    "create-a-new-donor": "Neue Sponsor:in erstellen",
 | 
					  "create-a-new-donor": "Neue Sponsor:in erstellen",
 | 
				
			||||||
    "create-a-new-fixed-donation": "Erstelle eine neue Festbetragsspende",
 | 
					  "create-a-new-fixed-donation": "Erstelle eine neue Festbetragsspende",
 | 
				
			||||||
    "create-a-new-organization": "Neue Organisation anlegen",
 | 
					  "create-a-new-organization": "Neue Organisation anlegen",
 | 
				
			||||||
    "create-a-new-runner": "Neue Läufer:in erstellen",
 | 
					  "create-a-new-runner": "Neue Läufer:in erstellen",
 | 
				
			||||||
    "create-a-new-scan-fixed-only": "Neuen Scan erstellen (nur mit Festdistanz)",
 | 
					  "create-a-new-scan-fixed-only": "Neuen Scan erstellen (nur mit Festdistanz)",
 | 
				
			||||||
    "create-a-new-scanstation": "Neue Station erstellen",
 | 
					  "create-a-new-scanstation": "Neue Station erstellen",
 | 
				
			||||||
    "create-a-new-team": "Erstelle ein neues Team",
 | 
					  "create-a-new-team": "Erstelle ein neues Team",
 | 
				
			||||||
    "create-a-new-track": "Neuen Track erstellen",
 | 
					  "create-a-new-track": "Neuen Track erstellen",
 | 
				
			||||||
    "create-a-new-user": "Neue Benutzer:in anlegen",
 | 
					  "create-a-new-user": "Neue Benutzer:in anlegen",
 | 
				
			||||||
    "create-a-new-user-group": "Erstelle eine neue Gruppe",
 | 
					  "create-a-new-user-group": "Erstelle eine neue Gruppe",
 | 
				
			||||||
    "create-bulk-blanco-cards": "Blankokarten erstellen",
 | 
					  "create-and-generate-pdf": "Erstellen und PDF herunterladen",
 | 
				
			||||||
    "create-bulk-cards": "Blankokarten erstellen",
 | 
					  "create-bulk-blanco-cards": "Blankokarten erstellen",
 | 
				
			||||||
    "create-organization": "Organisation erstellen",
 | 
					  "create-bulk-cards": "Blankokarten erstellen",
 | 
				
			||||||
    "create-team": "Team erstellen",
 | 
					  "create-organization": "Organisation erstellen",
 | 
				
			||||||
    "create-track": "Track erstellen",
 | 
					  "create-team": "Team erstellen",
 | 
				
			||||||
    "create-user": "Benutzer anlegen",
 | 
					  "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": "Sponsporing löschen",
 | 
					  "delete": "Löschen",
 | 
				
			||||||
    "delete-donor": "Sponsor:in löschen",
 | 
					  "delete-contact": "Kontakt löschen",
 | 
				
			||||||
    "delete-group": "Gruppe löschen",
 | 
					  "delete-donation": "Sponsporing löschen",
 | 
				
			||||||
    "delete-organization": "Organisation löschen",
 | 
					  "delete-donor": "Sponsor:in löschen",
 | 
				
			||||||
    "delete-profile": "Profil löschen",
 | 
					  "delete-group": "Gruppe löschen",
 | 
				
			||||||
    "delete-runner": "Läufer:in löschen",
 | 
					  "delete-organization": "Organisation löschen",
 | 
				
			||||||
    "delete-scan": "Scan löschen",
 | 
					  "delete-profile": "Profil löschen",
 | 
				
			||||||
    "delete-station": "Station 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-station": "Station löschen",
 | 
				
			||||||
    "deleted-scan": "Scan wurde gelöscht",
 | 
					  "delete-team": "Team Löschen",
 | 
				
			||||||
    "dependency_name": "Name",
 | 
					  "delete-user": "Benutzer:in löschen",
 | 
				
			||||||
    "description": "Beschreibung",
 | 
					  "deleted-scan": "Scan wurde gelöscht",
 | 
				
			||||||
    "description-optional": "Beschreibung (optional)",
 | 
					  "dependency_name": "Name",
 | 
				
			||||||
    "deselect-all": "Alle abwählen",
 | 
					  "description": "Beschreibung",
 | 
				
			||||||
    "details": "Details",
 | 
					  "description-optional": "Beschreibung (optional)",
 | 
				
			||||||
    "disabled": "deaktiviert",
 | 
					  "deselect-all": "Alle abwählen",
 | 
				
			||||||
    "distance": "Distanz",
 | 
					  "details": "Details",
 | 
				
			||||||
    "distance-donation": "Sponsoring",
 | 
					  "disabled": "deaktiviert",
 | 
				
			||||||
    "distance-in-km": "Distanz (in KM)",
 | 
					  "distance": "Distanz",
 | 
				
			||||||
    "distance-track": "Distanz (+Track)",
 | 
					  "distance-donation": "Sponsoring",
 | 
				
			||||||
    "do-you-really-want-to-delete-your-profile": "Möchtest du dein Profil wirklich löschen?",
 | 
					  "distance-in-km": "Distanz (in KM)",
 | 
				
			||||||
    "do-you-want-to-delete-the-organization-delete_org-name": "Möchtest du die Organisation {orgname} löschen?",
 | 
					  "distance-track": "Distanz (+Track)",
 | 
				
			||||||
    "do-you-want-to-delete-the-team-delete_team-name": "Möchtest du das Team {teamname} löschen?",
 | 
					  "do-you-really-want-to-delete-your-profile": "Möchtest du dein Profil wirklich löschen?",
 | 
				
			||||||
    "do-you-want-to-delete-this-donor-with-all-related-donations": "Möchtest du diese Sponsor:in mit all ihren Sponsorings löschen?",
 | 
					  "do-you-want-to-delete-the-organization-delete_org-name": "Möchtest du die Organisation {orgname} löschen?",
 | 
				
			||||||
    "documentation": "Dokumentation",
 | 
					  "do-you-want-to-delete-the-team-delete_team-name": "Möchtest du das Team {teamname} löschen?",
 | 
				
			||||||
    "donation-amount": "Sponsoringbetrag",
 | 
					  "do-you-want-to-delete-this-donor-with-all-related-donations": "Möchtest du diese Sponsor:in mit all ihren Sponsorings löschen?",
 | 
				
			||||||
    "donation-amount-must-be-greater-that-0-00eur": "Der Sponsoringbetrag muss größer als 0.00€ sein.",
 | 
					  "documentation": "Dokumentation",
 | 
				
			||||||
    "donations": "Sponsorings",
 | 
					  "donation-amount": "Sponsoringbetrag",
 | 
				
			||||||
    "donor": "Sponsor:in",
 | 
					  "donation-amount-must-be-greater-that-0-00eur": "Der Sponsoringbetrag muss größer als 0.00€ sein.",
 | 
				
			||||||
    "donor-added": "Sponsor:in hinzugefügt",
 | 
					  "donations": "Sponsorings",
 | 
				
			||||||
    "donor-deleted": "Sponsor:in gelöscht",
 | 
					  "donor": "Sponsor:in",
 | 
				
			||||||
    "donor-has-no-associated-donations": "Zur Sponsor:in gibt es noch keine Sponsorings",
 | 
					  "donor-added": "Sponsor:in hinzugefügt",
 | 
				
			||||||
    "donor-is-being-added": "Sponsor:in wird hinzugefügt...",
 | 
					  "donor-deleted": "Sponsor:in gelöscht",
 | 
				
			||||||
    "donor-is-being-updated": "Sponsor:in wird aktualisiert",
 | 
					  "donor-has-no-associated-donations": "Zur Sponsor:in gibt es noch keine Sponsorings",
 | 
				
			||||||
    "donors": "Sponsor:innen",
 | 
					  "donor-is-being-added": "Sponsor:in wird hinzugefügt...",
 | 
				
			||||||
    "donors-are-being-loaded": "Sponsor:innen werden geladen",
 | 
					  "donor-is-being-updated": "Sponsor:in wird aktualisiert",
 | 
				
			||||||
    "dont-have-your-email-connected": "Deine E-Mail ist nicht verknüpft?",
 | 
					  "donors": "Sponsor:innen",
 | 
				
			||||||
    "dont-panic-were-resetting-it": "Keine Panik, wir setzen es zurück ✌",
 | 
					  "donors-are-being-loaded": "Sponsor:innen werden geladen",
 | 
				
			||||||
    "e-mail-adress": "E-Mail-Adresse",
 | 
					  "dont-have-your-email-connected": "Deine E-Mail ist nicht verknüpft?",
 | 
				
			||||||
    "edit": "Bearbeiten",
 | 
					  "dont-panic-were-resetting-it": "Keine Panik, wir setzen es zurück ✌",
 | 
				
			||||||
    "edit-a-card": "Läuferkarte bearbeiten",
 | 
					  "e-mail-adress": "E-Mail-Adresse",
 | 
				
			||||||
    "edit-permissions": "Berechtigungen bearbeiten",
 | 
					  "edit": "Bearbeiten",
 | 
				
			||||||
    "email_address_or_username": "E-Mail-Adresse/ Benutzername",
 | 
					  "edit-a-card": "Läuferkarte bearbeiten",
 | 
				
			||||||
    "enabled": "aktiviert",
 | 
					  "edit-permissions": "Berechtigungen bearbeiten",
 | 
				
			||||||
    "enabled_large": "Aktiviert",
 | 
					  "email_address_or_username": "E-Mail-Adresse/ Benutzername",
 | 
				
			||||||
    "english": "Englisch",
 | 
					  "enabled": "aktiviert",
 | 
				
			||||||
    "error-during-import": "Fehler beim Importieren",
 | 
					  "enabled_large": "Aktiviert",
 | 
				
			||||||
    "error-whyile-copying-to-clipboard": "Fehler beim Kopieren in die Zwischenablage",
 | 
					  "english": "Englisch",
 | 
				
			||||||
    "error_on_login": "😢Fehler beim Login",
 | 
					  "error-during-import": "Fehler beim Importieren",
 | 
				
			||||||
    "erteilte": "Direkt erteilte",
 | 
					  "error-whyile-copying-to-clipboard": "Fehler beim Kopieren in die Zwischenablage",
 | 
				
			||||||
    "everything-concerning-your-profile": "Alles zu deinem Profil",
 | 
					  "error_on_login": "😢Fehler beim Login",
 | 
				
			||||||
    "everything-is-more-fun-together": "Im Team macht's mehr Spaß 🏃♂️🏃♀️🏃♂️",
 | 
					  "erteilte": "Direkt erteilte",
 | 
				
			||||||
    "faq": "FAQ",
 | 
					  "everything-concerning-your-profile": "Alles zu deinem Profil",
 | 
				
			||||||
    "filter-by-organization-team": "Filtern nach Organisation / Team",
 | 
					  "everything-is-more-fun-together": "Im Team macht's mehr Spaß 🏃♂️🏃♀️🏃♂️",
 | 
				
			||||||
    "first-name": "Vorname",
 | 
					  "faq": "FAQ",
 | 
				
			||||||
    "first-name-is-required": "Vorname muss angegeben werden",
 | 
					  "filter-by-organization-team": "Filtern nach Organisation / Team",
 | 
				
			||||||
    "first-scan-of-the-day": "Erster Scan des Tages",
 | 
					  "first-name": "Vorname",
 | 
				
			||||||
    "fixed-donation": "Festbetragsspende",
 | 
					  "first-name-is-required": "Vorname muss angegeben werden",
 | 
				
			||||||
    "forgot_password": "Passwort vergessen?",
 | 
					  "first-scan-of-the-day": "Erster Scan des Tages",
 | 
				
			||||||
    "geerbte": "geerbte",
 | 
					  "fixed-donation": "Festbetragsspende",
 | 
				
			||||||
    "general-stats": "Allgemeine Statistiken",
 | 
					  "forgot_password": "Passwort vergessen?",
 | 
				
			||||||
    "general_promise_error": "😢 Ein unbekannter Fehler ist aufgetreten",
 | 
					  "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-runnercards": "Läuferkarten generieren",
 | 
				
			||||||
    "generating-pdf": "Pdf wird generiert...",
 | 
					  "generate-sponsoring-contract": "Sponsoringvertrag generieren",
 | 
				
			||||||
    "generating-pdfs": "PDFs werden generiert...",
 | 
					  "generate-sponsoring-contracts": "Sponsoringverträge generieren",
 | 
				
			||||||
    "generic-ui-logic-error": "Etwas ist in der Benutzeroberfläche schiefgelaufen.",
 | 
					  "generating-pdf": "Pdf wird generiert...",
 | 
				
			||||||
    "german": "Deutsch",
 | 
					  "generating-pdfs": "PDFs werden generiert...",
 | 
				
			||||||
    "go-to-login": "Zum Login",
 | 
					  "generic-ui-logic-error": "Etwas ist in der Benutzeroberfläche schiefgelaufen.",
 | 
				
			||||||
    "goback": "Zur Startseite",
 | 
					  "german": "Deutsch",
 | 
				
			||||||
    "granted": "Gewährt",
 | 
					  "go-to-login": "Zum Login",
 | 
				
			||||||
    "group": "Gruppe",
 | 
					  "goback": "Zur Startseite",
 | 
				
			||||||
    "group-added": "Gruppe hinzugefügt",
 | 
					  "granted": "Gewährt",
 | 
				
			||||||
    "group-is-being-added": "Gruppe wird erstellt",
 | 
					  "group": "Gruppe",
 | 
				
			||||||
    "group-name-is-required": "Der Gruppenname muss angegeben werden.",
 | 
					  "group-added": "Gruppe hinzugefügt",
 | 
				
			||||||
    "group-updated": "Gruppe aktualisiert",
 | 
					  "group-is-being-added": "Gruppe wird erstellt",
 | 
				
			||||||
    "groups": "Gruppen",
 | 
					  "group-name-is-required": "Der Gruppenname muss angegeben werden.",
 | 
				
			||||||
    "groups-are-being-loaded": "Gruppen werden geladen",
 | 
					  "group-updated": "Gruppe aktualisiert",
 | 
				
			||||||
    "home": "Start",
 | 
					  "groups": "Gruppen",
 | 
				
			||||||
    "icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:",
 | 
					  "groups-are-being-loaded": "Gruppen werden geladen",
 | 
				
			||||||
    "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.",
 | 
					  "home": "Start",
 | 
				
			||||||
    "import-finished": "Import abgeschlossen",
 | 
					  "icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:",
 | 
				
			||||||
    "import-runners": "Läufer:innen importieren",
 | 
					  "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.",
 | 
				
			||||||
    "import__target-organization": "Ziel Organisation",
 | 
					  "import-finished": "Import abgeschlossen",
 | 
				
			||||||
    "imprint": "Impressum ",
 | 
					  "import-runners": "Läufer:innen importieren",
 | 
				
			||||||
    "imprint-loading": "Impressum lädt...",
 | 
					  "import__target-organization": "Ziel Organisation",
 | 
				
			||||||
    "inactive": "Inaktiv",
 | 
					  "imprint": "Impressum ",
 | 
				
			||||||
    "installed-version": "Installierte Version",
 | 
					  "imprint-loading": "Impressum lädt...",
 | 
				
			||||||
    "internal-error": "Interner Fehler",
 | 
					  "inactive": "Inaktiv",
 | 
				
			||||||
    "invalid": "Ungültig",
 | 
					  "installed-version": "Installierte Version",
 | 
				
			||||||
    "invalid-mail-reset": "Das ist keine gültige E-Mail",
 | 
					  "internal-error": "Interner Fehler",
 | 
				
			||||||
    "just-enter-how-many-you-want-and-the-system-will-create-them": "Gebe einfach ein, wie viele Blankokarten das System erstellen soll.",
 | 
					  "invalid": "Ungültig",
 | 
				
			||||||
    "laeufer-hinzufuegen": "Läufer:in hinzufügen",
 | 
					  "invalid-mail-reset": "Das ist keine gültige E-Mail",
 | 
				
			||||||
    "laeufer-importieren": "Läufer:innen importieren",
 | 
					  "just-enter-how-many-you-want-and-the-system-will-create-them": "Gebe einfach ein, wie viele Blankokarten das System erstellen soll.",
 | 
				
			||||||
    "laptime": "Rundenzeit",
 | 
					  "laeufer-hinzufuegen": "Läufer:in hinzufügen",
 | 
				
			||||||
    "last-name": "Nachname",
 | 
					  "laeufer-importieren": "Läufer:innen importieren",
 | 
				
			||||||
    "last-name-is-required": "Nachname muss angegeben werden",
 | 
					  "laptime": "Rundenzeit",
 | 
				
			||||||
    "lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.",
 | 
					  "last-name": "Nachname",
 | 
				
			||||||
    "license": "Lizenz",
 | 
					  "last-name-is-required": "Nachname muss angegeben werden",
 | 
				
			||||||
    "licenses-are-being-loaded": "Lizenzen 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-cards": "Läuferkarten werden geladen",
 | 
					  "license": "Lizenz",
 | 
				
			||||||
    "loading-contact-details": "Kontaktdaten werden geladen ...",
 | 
					  "licenses-are-being-loaded": "Lizenzen werden geladen...",
 | 
				
			||||||
    "loading-donation-details": "Lade Sponsoringdetails",
 | 
					  "loading-cards": "Läuferkarten werden geladen",
 | 
				
			||||||
    "loading-donor-details": "Lade Details",
 | 
					  "loading-contact-details": "Kontaktdaten werden geladen ...",
 | 
				
			||||||
    "loading-group-detail": "Lade Gruppendetails...",
 | 
					  "loading-donation-details": "Lade Sponsoringdetails",
 | 
				
			||||||
    "loading-profile-data": "Lade Profildaten",
 | 
					  "loading-donor-details": "Lade Details",
 | 
				
			||||||
    "loading-runners": "Läufer:innen werden geladen...",
 | 
					  "loading-group-detail": "Lade Gruppendetails...",
 | 
				
			||||||
    "loading-station-details": "Lade Scanstation-Details ...",
 | 
					  "loading-profile-data": "Lade Profildaten",
 | 
				
			||||||
    "log_in": "Anmelden",
 | 
					  "loading-runners": "Läufer:innen werden geladen...",
 | 
				
			||||||
    "log_in_to_your_account": "Bitte melde dich an",
 | 
					  "loading-station-details": "Lade Scanstation-Details ...",
 | 
				
			||||||
    "login_is_checked": "Login wird überprüft",
 | 
					  "log_in": "Anmelden",
 | 
				
			||||||
    "logout": "Abmelden",
 | 
					  "log_in_to_your_account": "Bitte melde dich an",
 | 
				
			||||||
    "mail-validation-in-progress": "E-Mail Verifizierung läuft... ",
 | 
					  "login_is_checked": "Login wird überprüft",
 | 
				
			||||||
    "manage-admin-users": "Nutzer verwalten",
 | 
					  "logout": "Abmelden",
 | 
				
			||||||
    "middle-name": "Mittelname",
 | 
					  "mail-validation-in-progress": "E-Mail Verifizierung läuft... ",
 | 
				
			||||||
    "minimum-lap-time-in-s": "Minimale Rundenzeit (in Sekunden)",
 | 
					  "manage-admin-users": "Nutzer verwalten",
 | 
				
			||||||
    "minimum-lap-time-must-be-a-positive-number-or-0": "Die minimale Rundenzeit muss eine positive Zahl oder 0 sein",
 | 
					  "middle-name": "Mittelname",
 | 
				
			||||||
    "must-be-at-least-10-characters-long": "Passwort muss mindestens 10 Zeichen lang sein!",
 | 
					  "minimum-lap-time-in-s": "Minimale Rundenzeit (in Sekunden)",
 | 
				
			||||||
    "must-contain-a-lowercase-letter": "Passwort muss einen Großbuchstaben enthalten!",
 | 
					  "minimum-lap-time-must-be-a-positive-number-or-0": "Die minimale Rundenzeit muss eine positive Zahl oder 0 sein",
 | 
				
			||||||
    "must-contain-a-number": "Passwort muss eine Zahl enthalten!",
 | 
					  "must-be-at-least-10-characters-long": "Passwort muss mindestens 10 Zeichen lang sein!",
 | 
				
			||||||
    "must-contain-a-uppercase-letter": "Passwort muss einen Kleinbuchstaben enthalten!",
 | 
					  "must-contain-a-lowercase-letter": "Passwort muss einen Großbuchstaben enthalten!",
 | 
				
			||||||
    "name": "Name",
 | 
					  "must-contain-a-number": "Passwort muss eine Zahl enthalten!",
 | 
				
			||||||
    "name-is-required": "Der Gruppenname muss angegeben werden",
 | 
					  "must-contain-a-uppercase-letter": "Passwort muss einen Kleinbuchstaben enthalten!",
 | 
				
			||||||
    "new-password": "Neues Passwort",
 | 
					  "name": "Name",
 | 
				
			||||||
    "no-contact-found": "Keine Kontakte gefunden",
 | 
					  "name-is-required": "Der Gruppenname muss angegeben werden",
 | 
				
			||||||
    "no-contact-selected": "Kein Kontakt ausgewählt",
 | 
					  "new-password": "Neues Passwort",
 | 
				
			||||||
    "no-contact-specified": "Kein Kontakt angegeben",
 | 
					  "no-contact-found": "Keine Kontakte gefunden",
 | 
				
			||||||
    "no-donors-found": "Keine Spender:innen gefunden",
 | 
					  "no-contact-selected": "Kein Kontakt ausgewählt",
 | 
				
			||||||
    "no-license-text-could-be-found": "Kein Lizenz-Text gefunden 😢",
 | 
					  "no-contact-specified": "Kein Kontakt angegeben",
 | 
				
			||||||
    "no-organization-or-team-found": "Keine Organisationen oder Teams gefunden",
 | 
					  "no-donors-found": "Keine Spender:innen gefunden",
 | 
				
			||||||
    "no-organization-specified": "Keine Organisation angegeben",
 | 
					  "no-license-text-could-be-found": "Kein Lizenz-Text gefunden 😢",
 | 
				
			||||||
    "no-organizations-found": "Keine Organisationen gefunden",
 | 
					  "no-organization-or-team-found": "Keine Organisationen oder Teams gefunden",
 | 
				
			||||||
    "no-runners-found": "Keine Läufer:innen gefunden",
 | 
					  "no-organization-specified": "Keine Organisation angegeben",
 | 
				
			||||||
    "no-tracks-added-yet": "Es wurden noch keine Tracks erstellt.",
 | 
					  "no-organizations-found": "Keine Organisationen gefunden",
 | 
				
			||||||
    "non-blanko": "Keine/Blankokarte",
 | 
					  "no-runners-found": "Keine Läufer:innen gefunden",
 | 
				
			||||||
    "organization": "Organisation",
 | 
					  "no-tracks-added-yet": "Es wurden noch keine Tracks erstellt.",
 | 
				
			||||||
    "organization-added": "Organisation hinzugefügt",
 | 
					  "non-blanko": "Keine/Blankokarte",
 | 
				
			||||||
    "organization-deleted": "Organisation gelöscht",
 | 
					  "organization": "Organisation",
 | 
				
			||||||
    "organization-detail-is-being-loaded": "Organisationsdetails werden geladen ...",
 | 
					  "organization-added": "Organisation hinzugefügt",
 | 
				
			||||||
    "organization-is-being-added": "Organisation wird hinzugefügt ...",
 | 
					  "organization-deleted": "Organisation gelöscht",
 | 
				
			||||||
    "organization-name-is-required": "Der Name muss angegeben werden",
 | 
					  "organization-detail-is-being-loaded": "Organisationsdetails werden geladen ...",
 | 
				
			||||||
    "organizations": "Organisationen",
 | 
					  "organization-is-being-added": "Organisation wird hinzugefügt ...",
 | 
				
			||||||
    "organizations-are-being-loaded": "Organisationen werden geladen ...",
 | 
					  "organization-name-is-required": "Der Name muss angegeben werden",
 | 
				
			||||||
    "orgs": "Organisationen",
 | 
					  "organizations": "Organisationen",
 | 
				
			||||||
    "oss_credit_description": "Wir verwenden eine Menge Open Source-Software bei diesen Projekten und möchten uns bei den folgenden Projekten und Mitwirkenden bedanken, die dazu beitragen, Open Source großartig zu machen!",
 | 
					  "organizations-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",
 | 
					  "password": "Passwort",
 | 
				
			||||||
    "password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!",
 | 
					  "password-changed": "Passwort wurde aktualisiert!",
 | 
				
			||||||
    "password-reset-in-progress": "Passwort wird zurückgesetzt...",
 | 
					  "password-is-required": "Passwort muss angegeben werden",
 | 
				
			||||||
    "password-reset-mail-sent": "Passwort-Reset Mail wurde an \"{usersEmail}\" geschickt.",
 | 
					  "password-reset-failed": "Passwort zurücksetzen ist fehlgeschlagen!",
 | 
				
			||||||
    "password-reset-successful": "Passwort erfolgreich zurückgesetzt!",
 | 
					  "password-reset-in-progress": "Passwort wird zurückgesetzt...",
 | 
				
			||||||
    "passwords-dont-match": "Die Passwörter stimmen nicht überein!",
 | 
					  "password-reset-mail-sent": "Passwort-Reset Mail wurde an \"{usersEmail}\" geschickt.",
 | 
				
			||||||
    "pdf-generation-failed": "PDF Generierung fehlgeschlagen!",
 | 
					  "password-reset-successful": "Passwort erfolgreich zurückgesetzt!",
 | 
				
			||||||
    "pdf-successfully-generated": "PDF wurde erfolgreich generiert!",
 | 
					  "passwords-dont-match": "Die Passwörter stimmen nicht überein!",
 | 
				
			||||||
    "pdfs-successfully-generated": "Alle PDFs wurden generiert!",
 | 
					  "pdf-generation-failed": "PDF Generierung fehlgeschlagen!",
 | 
				
			||||||
    "per-kilometer": "pro Kilometer",
 | 
					  "pdf-successfully-generated": "PDF wurde erfolgreich generiert!",
 | 
				
			||||||
    "permissions": "Berechtigungen",
 | 
					  "pdfs-successfully-generated": "Alle PDFs wurden generiert!",
 | 
				
			||||||
    "permissions-updated": "Berechtigungen aktualisiert!",
 | 
					  "per-kilometer": "pro Kilometer",
 | 
				
			||||||
    "phone": "Telefon",
 | 
					  "permissions": "Berechtigungen",
 | 
				
			||||||
    "please-copy-the-token-and-store-it-somewhere-save": "Bitte kopiere dir den Token und bewahre ihn gut auf.",
 | 
					  "permissions-updated": "Berechtigungen aktualisiert!",
 | 
				
			||||||
    "please-provide-a-password": "Bitte gebe ein Passwort an...",
 | 
					  "phone": "Telefon",
 | 
				
			||||||
    "please-provide-the-nessecary-information-to-add-a-new-donor": "Bitte mach die Notwendigen Angaben, um eine neue Sponsor:in zu erstellen",
 | 
					  "please-copy-the-token-and-store-it-somewhere-save": "Bitte kopiere dir den Token und bewahre ihn gut auf.",
 | 
				
			||||||
    "please-provide-the-nessecary-information-to-create-a-new-donation": "Bitte gebe alle für das Sponsoring notwendigen Daten an.",
 | 
					  "please-provide-a-password": "Bitte gebe ein Passwort an...",
 | 
				
			||||||
    "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-nessecary-information-to-add-a-new-donor": "Bitte mach die Notwendigen Angaben, um eine neue Sponsor:in zu erstellen",
 | 
				
			||||||
    "please-provide-the-required-csv-xlsx-file": "Bitte eine CSV oder XLSX Datei hochladen.",
 | 
					  "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-for-creating-a-new-user-group": "Bitte gebe alle für eine neue Gruppe notwendigen Informationen an.",
 | 
					  "please-provide-the-nessecary-information-to-create-a-new-scan": "Bitte gebe alle notwendigen Informationen an, um einen neuen Scan zu erstellen.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-contact": "Bitte gebe alle nötigen Informationen an, im den neuen Kontakt zu erstellen.",
 | 
					  "please-provide-the-required-csv-xlsx-file": "Bitte eine CSV oder XLSX Datei hochladen.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-organization": "Bitte gebe alle nötigen Informationen an, im die neue Organisation zu erstellen.",
 | 
					  "please-provide-the-required-information-for-creating-a-new-user-group": "Bitte gebe alle für eine neue Gruppe notwendigen Informationen an.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-runner": "Bitte die benötigten Informationen angeben.",
 | 
					  "please-provide-the-required-information-to-add-a-new-contact": "Bitte gebe alle nötigen Informationen an, im den neuen Kontakt zu erstellen.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-team": "Bitte gebe alle nötigen Informationen an, im das neue Team zu erstellen.",
 | 
					  "please-provide-the-required-information-to-add-a-new-organization": "Bitte gebe alle nötigen Informationen an, im die neue Organisation zu erstellen.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-track": "Bitte die benötigten Informationen angeben.",
 | 
					  "please-provide-the-required-information-to-add-a-new-runner": "Bitte die benötigten Informationen angeben.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-user": "Bitte gebe alle nötigen Informationen an, im die neue Benutzer:in zu erstellen.",
 | 
					  "please-provide-the-required-information-to-add-a-new-team": "Bitte gebe alle nötigen Informationen an, im das neue Team zu erstellen.",
 | 
				
			||||||
    "please-provide-the-required-information-to-create-a-new-scanstation": "Bitte gebe alle für eine Scannerstation notwendigen Informationen an",
 | 
					  "please-provide-the-required-information-to-add-a-new-track": "Bitte die benötigten Informationen angeben.",
 | 
				
			||||||
    "please-request-a-new-reset-mail": "Bitte eine neue Passwortreset-Mail anfordern...",
 | 
					  "please-provide-the-required-information-to-add-a-new-user": "Bitte gebe alle nötigen Informationen an, im die neue Benutzer:in zu erstellen.",
 | 
				
			||||||
    "privacy": "Datenschutz",
 | 
					  "please-provide-the-required-information-to-create-a-new-scanstation": "Bitte gebe alle für eine Scannerstation notwendigen Informationen an",
 | 
				
			||||||
    "privacy-loading": "Datenschutzerklärung lädt...",
 | 
					  "please-request-a-new-reset-mail": "Bitte eine neue Passwortreset-Mail anfordern...",
 | 
				
			||||||
    "profile": "Profil",
 | 
					  "privacy": "Datenschutz",
 | 
				
			||||||
    "profile-picture": "Profilbild",
 | 
					  "privacy-loading": "Datenschutzerklärung lädt...",
 | 
				
			||||||
    "profile-updated": "Profil wurde aktualisiert!",
 | 
					  "profile": "Profil",
 | 
				
			||||||
    "read-license": "Lizenz-Text lesen",
 | 
					  "profile-picture": "Profilbild",
 | 
				
			||||||
    "receipt-needed": "Spendenquittung benötigt",
 | 
					  "profile-updated": "Profil wurde aktualisiert!",
 | 
				
			||||||
    "repo_link": "Link",
 | 
					  "read-license": "Lizenz-Text lesen",
 | 
				
			||||||
    "request-a-new-reset-mail": "Neue Reset-Mail anfordern",
 | 
					  "receipt-needed": "Spendenquittung benötigt",
 | 
				
			||||||
    "reset-my-password": "Passwort zurücksetzen",
 | 
					  "repo_link": "Link",
 | 
				
			||||||
    "reset-password": "Passwort zurücksetzen",
 | 
					  "request-a-new-reset-mail": "Neue Reset-Mail anfordern",
 | 
				
			||||||
    "runner": "Läufer:in",
 | 
					  "reset-my-password": "Passwort zurücksetzen",
 | 
				
			||||||
    "runner-added": "Läufer:in hinzugefügt",
 | 
					  "reset-password": "Passwort zurücksetzen",
 | 
				
			||||||
    "runner-import": "Läufer:innen Import",
 | 
					  "runner": "Läufer:in",
 | 
				
			||||||
    "runner-is-being-added": "Läufer:in wird hinzugefügt...",
 | 
					  "runner-added": "Läufer:in hinzugefügt",
 | 
				
			||||||
    "runner-updated": "Läufer:in aktualisiert!",
 | 
					  "runner-import": "Läufer:innen Import",
 | 
				
			||||||
    "runnerimport_verify_runners_org": "Bitte die Läufer:innen für den Import in die Organisation \"{org_name}\" bestätigen",
 | 
					  "runner-is-being-added": "Läufer:in wird hinzugefügt...",
 | 
				
			||||||
    "runners": "Läufer",
 | 
					  "runner-updated": "Läufer:in aktualisiert!",
 | 
				
			||||||
    "runners-are-being-imported": "Läufer:innen werden importiert ...",
 | 
					  "runnerimport_verify_runners_org": "Bitte die Läufer:innen für den Import in die Organisation \"{org_name}\" bestätigen",
 | 
				
			||||||
    "runners-are-being-loaded": "Läufer:innen werden geladen ...",
 | 
					  "runners": "Läufer",
 | 
				
			||||||
    "save": "Speichern",
 | 
					  "runners-are-being-imported": "Läufer:innen werden importiert ...",
 | 
				
			||||||
    "save-changes": "Änderungen speichern",
 | 
					  "runners-are-being-loaded": "Läufer:innen werden geladen ...",
 | 
				
			||||||
    "scan-added": "Scan hinzugefügt",
 | 
					  "save": "Speichern",
 | 
				
			||||||
    "scan-is-being-updated": "Scan wird aktualisiert",
 | 
					  "save-changes": "Änderungen speichern",
 | 
				
			||||||
    "scan-with-fixed-distance": "Scan mit Festdistanz",
 | 
					  "scan-added": "Scan hinzugefügt",
 | 
				
			||||||
    "scans": "Scans",
 | 
					  "scan-is-being-updated": "Scan wird aktualisiert",
 | 
				
			||||||
    "scans-are-being-loaded": "Scans werden geladen",
 | 
					  "scan-with-fixed-distance": "Scan mit Festdistanz",
 | 
				
			||||||
    "scanstation": "Scanner Station",
 | 
					  "scans": "Scans",
 | 
				
			||||||
    "scanstation-added": "Station wurde erstellt",
 | 
					  "scans-are-being-loaded": "Scans werden geladen",
 | 
				
			||||||
    "scanstation-is-being-added": "Scannerstation wird angelegt...",
 | 
					  "scanstation": "Scanner Station",
 | 
				
			||||||
    "scanstations": "Scanner Stationen",
 | 
					  "scanstation-added": "Station wurde erstellt",
 | 
				
			||||||
    "scanstations-are-being-loaded": "Scannerstationen werden geladen...",
 | 
					  "scanstation-is-being-added": "Scannerstation wird angelegt...",
 | 
				
			||||||
    "search-for-an-organization-by-name-or-id": "Suche eine Organisation (via Name oder Id)",
 | 
					  "scanstations": "Scanner Stationen",
 | 
				
			||||||
    "search-for-an-organization-or-team-by-name-or-id": "Suche eine Organisation oder ein Team (via Name oder Id)",
 | 
					  "scanstations-are-being-loaded": "Scannerstationen werden geladen...",
 | 
				
			||||||
    "search-for-donor-name-or-id": "Suche eine Spender:in (via Name oder Id)",
 | 
					  "search-for-an-organization-by-name-or-id": "Suche eine Organisation (via Name oder Id)",
 | 
				
			||||||
    "search-for-permission": "Berechtigungen durchsuchen",
 | 
					  "search-for-an-organization-or-team-by-name-or-id": "Suche eine Organisation oder ein Team (via Name oder Id)",
 | 
				
			||||||
    "search-for-runner-by-name-or-id": "Suche eine Läufer:in (via Name oder Id)",
 | 
					  "search-for-donor-name-or-id": "Suche eine Spender:in (via Name oder Id)",
 | 
				
			||||||
    "select-all": "Alle auswählen",
 | 
					  "search-for-permission": "Berechtigungen durchsuchen",
 | 
				
			||||||
    "select-language": "Sprache auswählen",
 | 
					  "search-for-runner-by-name-or-id": "Suche eine Läufer:in (via Name oder Id)",
 | 
				
			||||||
    "selfservice-registration": "Selfservice Registrierung",
 | 
					  "select-all": "Alle auswählen",
 | 
				
			||||||
    "send-a-mail-to-lfk-odit-services": "Sende eine Mail an lfk@odit.services",
 | 
					  "select-language": "Sprache auswählen",
 | 
				
			||||||
    "set-the-user-active-inactive": "Den Benutzer auf (in)aktiv setzen",
 | 
					  "selfservice-registration": "Selfservice Registrierung",
 | 
				
			||||||
    "settings": "Einstellungen",
 | 
					  "send-a-mail-to-lfk-odit-services": "Sende eine Mail an lfk@odit.services",
 | 
				
			||||||
    "settings-for-your-profile": "Die Einstellungen deines Accounts",
 | 
					  "set-the-user-active-inactive": "Den Benutzer auf (in)aktiv setzen",
 | 
				
			||||||
    "something-about-the-group": "Infos zur Gruppe",
 | 
					  "settings": "Einstellungen",
 | 
				
			||||||
    "stats-are-being-loaded": "Die Statistiken werden geladen...",
 | 
					  "settings-for-your-profile": "Die Einstellungen deines Accounts",
 | 
				
			||||||
    "status": "Status",
 | 
					  "something-about-the-group": "Infos zur Gruppe",
 | 
				
			||||||
    "stuff-that-could-harm-your-profile": "Einstellungen, die deinem Profil nachhaltig schaden können",
 | 
					  "stats-are-being-loaded": "Die Statistiken werden geladen...",
 | 
				
			||||||
    "successful-password-reset": "Passwort erfolgreich zurückgesetzt!",
 | 
					  "status": "Status",
 | 
				
			||||||
    "team": "Team",
 | 
					  "stuff-that-could-harm-your-profile": "Einstellungen, die deinem Profil nachhaltig schaden können",
 | 
				
			||||||
    "team-detail-is-being-loaded": "Team wird geladen...",
 | 
					  "successful-password-reset": "Passwort erfolgreich zurückgesetzt!",
 | 
				
			||||||
    "team-name": "Teamname",
 | 
					  "team": "Team",
 | 
				
			||||||
    "team-name-is-required": "Teamname ist erforderlich",
 | 
					  "team-detail-is-being-loaded": "Team wird geladen...",
 | 
				
			||||||
    "teams": "Teams",
 | 
					  "team-name": "Teamname",
 | 
				
			||||||
    "teams-are-being-loaded": "Teams werden geladen ...",
 | 
					  "team-name-is-required": "Teamname ist erforderlich",
 | 
				
			||||||
    "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...",
 | 
					  "teams": "Teams",
 | 
				
			||||||
    "the-scans-distance-must-be-greater-than-0m": "Die Distanz muss größer als 0m sein.",
 | 
					  "teams-are-being-loaded": "Teams werden geladen ...",
 | 
				
			||||||
    "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!",
 | 
					  "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-cards-yet": "Es gibt noch keine Läuferkarten.",
 | 
					  "the-scans-distance-must-be-greater-than-0m": "Die Distanz muss größer als 0m sein.",
 | 
				
			||||||
    "there-are-no-contacts-added-yet": "Es wurden noch keine Kontakte 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!",
 | 
				
			||||||
    "there-are-no-donations-yet": "Es gibt noch keine Sponsorings",
 | 
					  "there-are-no-cards-yet": "Es gibt noch keine Läuferkarten.",
 | 
				
			||||||
    "there-are-no-donors-yet": "Es gibt noch keine Sponsor:innen",
 | 
					  "there-are-no-contacts-added-yet": "Es wurden noch keine Kontakte hinzugefügt.",
 | 
				
			||||||
    "there-are-no-groups-yet": "Es gibt noch keine Gruppen",
 | 
					  "there-are-no-donations-yet": "Es gibt noch keine Sponsorings",
 | 
				
			||||||
    "there-are-no-organizations-added-yet": "Es wurden noch keine Organisationen hinzugefügt.",
 | 
					  "there-are-no-donors-yet": "Es gibt noch keine Sponsor:innen",
 | 
				
			||||||
    "there-are-no-runners-added-yet": "Es wurden noch keine Läufer:innen hinzugefügt.",
 | 
					  "there-are-no-groups-yet": "Es gibt noch keine Gruppen",
 | 
				
			||||||
    "there-are-no-scans-yet": "Es gibt noch keine Scans",
 | 
					  "there-are-no-organizations-added-yet": "Es wurden noch keine Organisationen hinzugefügt.",
 | 
				
			||||||
    "there-are-no-teams-added-yet": "Es wurden noch keine Teams hinzugefügt.",
 | 
					  "there-are-no-runners-added-yet": "Es wurden noch keine Läufer:innen hinzugefügt.",
 | 
				
			||||||
    "there-are-no-users-added-yet": "Es wurden noch keine Benutzer hinzugefügt.",
 | 
					  "there-are-no-scans-yet": "Es gibt noch keine Scans",
 | 
				
			||||||
    "this-card-is": "Diese Karte ist",
 | 
					  "there-are-no-teams-added-yet": "Es wurden noch keine Teams hinzugefügt.",
 | 
				
			||||||
    "this-might-take-a-moment": "Das könnte einen kleinen Moment dauern",
 | 
					  "there-are-no-users-added-yet": "Es wurden noch keine Benutzer hinzugefügt.",
 | 
				
			||||||
    "this-scanstation-is": "Diese Station ist",
 | 
					  "this-card-is": "Diese Karte ist",
 | 
				
			||||||
    "token": "Token",
 | 
					  "this-might-take-a-moment": "Das könnte einen kleinen Moment dauern",
 | 
				
			||||||
    "total-distance": "gelaufene Strecke",
 | 
					  "this-scanstation-is": "Diese Station ist",
 | 
				
			||||||
    "total-donation-amount": "Gesamtbetrag",
 | 
					  "token": "Token",
 | 
				
			||||||
    "total-donations": "Spendensumme",
 | 
					  "total-distance": "gelaufene Strecke",
 | 
				
			||||||
    "total-scans": "gesamte Scans",
 | 
					  "total-donation-amount": "Gesamtbetrag",
 | 
				
			||||||
    "track": "Track",
 | 
					  "total-donations": "Spendensumme",
 | 
				
			||||||
    "track-added": "Track hinzugefügt",
 | 
					  "total-scans": "gesamte Scans",
 | 
				
			||||||
    "track-data-is-being-loaded": "Trackdaten werden geladen",
 | 
					  "track": "Track",
 | 
				
			||||||
    "track-is-being-added": "Track wird hinzugefügt...",
 | 
					  "track-added": "Track hinzugefügt",
 | 
				
			||||||
    "track-length-in-m": "Tracklänge (in Metern)",
 | 
					  "track-data-is-being-loaded": "Trackdaten werden geladen",
 | 
				
			||||||
    "track-length-must-be-greater-than-0": "Die Länge muss größer als 0 (Meter) sein",
 | 
					  "track-is-being-added": "Track wird hinzugefügt...",
 | 
				
			||||||
    "track-name": "Trackname",
 | 
					  "track-length-in-m": "Tracklänge (in Metern)",
 | 
				
			||||||
    "track-name-must-not-be-empty": "Der Name muss angegeben werden",
 | 
					  "track-length-must-be-greater-than-0": "Die Länge muss größer als 0 (Meter) sein",
 | 
				
			||||||
    "tracks": "Tracks",
 | 
					  "track-name": "Trackname",
 | 
				
			||||||
    "update-password": "Passwort ändern",
 | 
					  "track-name-must-not-be-empty": "Der Name muss angegeben werden",
 | 
				
			||||||
    "updated-contact": "Kontakt aktualisiert!",
 | 
					  "tracks": "Tracks",
 | 
				
			||||||
    "updated-donor": "Sponsor:in wurde aktualisiert",
 | 
					  "update-password": "Passwort ändern",
 | 
				
			||||||
    "updated-organization": "Organisation wurde aktualisiert",
 | 
					  "updated-contact": "Kontakt aktualisiert!",
 | 
				
			||||||
    "updated-scan": "Scan wurde aktualisiert",
 | 
					  "updated-donor": "Sponsor:in wurde aktualisiert",
 | 
				
			||||||
    "updateing-group": "Gruppe wird aktualisiert...",
 | 
					  "updated-organization": "Organisation wurde aktualisiert",
 | 
				
			||||||
    "updating-card": "Karte wird aktualisiert",
 | 
					  "updated-scan": "Scan wurde aktualisiert",
 | 
				
			||||||
    "updating-organization": "Organisation wird aktualisiert",
 | 
					  "updateing-group": "Gruppe wird aktualisiert...",
 | 
				
			||||||
    "updating-permissions": "Berechtigungen werden aktualisiert...",
 | 
					  "updating-card": "Karte wird aktualisiert",
 | 
				
			||||||
    "updating-runner": "Läufer:in wird aktualisiert.",
 | 
					  "updating-organization": "Organisation wird aktualisiert",
 | 
				
			||||||
    "updating-user": "Benutzer:in wird aktualisiert...",
 | 
					  "updating-permissions": "Berechtigungen werden aktualisiert...",
 | 
				
			||||||
    "updating-your-profile": "Profil wird aktualisiert...",
 | 
					  "updating-runner": "Läufer:in wird aktualisiert.",
 | 
				
			||||||
    "user-added": "Benutzer hinzugefügt",
 | 
					  "updating-user": "Benutzer:in wird aktualisiert...",
 | 
				
			||||||
    "user-groups": "Benutzergruppen",
 | 
					  "updating-your-profile": "Profil wird aktualisiert...",
 | 
				
			||||||
    "user-is-being-added": "Benutzer wird hinzugefügt ...",
 | 
					  "user-added": "Benutzer hinzugefügt",
 | 
				
			||||||
    "user-updated": "Benutzer:in wurde aktualisiert",
 | 
					  "user-groups": "Benutzergruppen",
 | 
				
			||||||
    "username": "Benutzername",
 | 
					  "user-is-being-added": "Benutzer wird hinzugefügt ...",
 | 
				
			||||||
    "users": "Benutzer",
 | 
					  "user-updated": "Benutzer:in wurde aktualisiert",
 | 
				
			||||||
    "valid": "Gültig",
 | 
					  "username": "Benutzername",
 | 
				
			||||||
    "valid-city-is-required": "Du musst eine Stadt angeben",
 | 
					  "users": "Benutzer",
 | 
				
			||||||
    "valid-email-is-required": "Es wird eine valide E-Mail Adresse benötigt",
 | 
					  "valid": "Gültig",
 | 
				
			||||||
    "valid-international-phone-number-is-required": "Du musst eine Telefonnummer im internationalen Format angeben...",
 | 
					  "valid-city-is-required": "Du musst eine Stadt angeben",
 | 
				
			||||||
    "valid-zipcode-postal-code-is-required": "Du musst eine valide Postleitzahl angeben",
 | 
					  "valid-email-is-required": "Es wird eine valide E-Mail Adresse benötigt",
 | 
				
			||||||
    "verfuegbare": "Verfügbar",
 | 
					  "valid-international-phone-number-is-required": "Du musst eine Telefonnummer im internationalen Format angeben...",
 | 
				
			||||||
    "welcome_wavinghand": "Willkommen 👋",
 | 
					  "valid-zipcode-postal-code-is-required": "Du musst eine valide Postleitzahl angeben",
 | 
				
			||||||
    "yes-i-copied-the-token": "Ja, ich habe den Token kopiert",
 | 
					  "verfuegbare": "Verfügbar",
 | 
				
			||||||
    "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!",
 | 
					  "welcome_wavinghand": "Willkommen 👋",
 | 
				
			||||||
    "you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
 | 
					  "yes-i-copied-the-token": "Ja, ich habe den Token kopiert",
 | 
				
			||||||
    "you-can-provide-a-runner-but-you-dont-have-to": "Du kannst eine Läufer:in angeben, musst aber nicht.",
 | 
					  "you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "Du wirst all deine Berechtigungen und den Zugriff aufs Läufersystem verlieren!",
 | 
				
			||||||
    "you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
 | 
					  "you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
 | 
				
			||||||
    "you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
 | 
					  "you-can-provide-a-runner-but-you-dont-have-to": "Du kannst eine Läufer:in angeben, musst aber nicht.",
 | 
				
			||||||
    "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
 | 
					  "you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
 | 
				
			||||||
    "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
 | 
					  "you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
 | 
				
			||||||
    "zip-postal-code": "Postleitzahl"
 | 
					  "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
 | 
				
			||||||
}
 | 
					  "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
 | 
				
			||||||
 | 
					  "zip-postal-code": "Postleitzahl",
 | 
				
			||||||
 | 
					  "generate-runner-certificates": "Urkunden generieren"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,426 +1,429 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "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-scan": "Add scan",
 | 
					  "add-scan": "Add scan",
 | 
				
			||||||
    "add-the-first-scanstation": "Add your first scanstation.",
 | 
					  "add-the-first-scanstation": "Add your first scanstation.",
 | 
				
			||||||
    "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-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-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!",
 | 
				
			||||||
    "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-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-added": "Card added",
 | 
				
			||||||
    "card-deleted": "Card deleted",
 | 
					  "card-deleted": "Card deleted",
 | 
				
			||||||
    "card-updated": "Card updated",
 | 
					  "card-updated": "Card updated",
 | 
				
			||||||
    "cards": "Cards",
 | 
					  "cards": "Cards",
 | 
				
			||||||
    "change-your-password-here": "Change your password here",
 | 
					  "change-your-password-here": "Change your password here",
 | 
				
			||||||
    "changing-your-password": "Changing your password",
 | 
					  "changing-your-password": "Changing your password",
 | 
				
			||||||
    "city": "City",
 | 
					  "city": "City",
 | 
				
			||||||
    "click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard",
 | 
					  "click-to-copy-the-link-into-your-clipboard": "Click to copy the link into your clipboard",
 | 
				
			||||||
    "click-to-copy-token-to-clipboard": "Click to copy the token to your clipboard",
 | 
					  "click-to-copy-token-to-clipboard": "Click to copy the token to your clipboard",
 | 
				
			||||||
    "close": "Close",
 | 
					  "close": "Close",
 | 
				
			||||||
    "code": "Code",
 | 
					  "code": "Code",
 | 
				
			||||||
    "configure-the-tracks-and-minimum-lap-times": "configure the tracks & minimum lap times",
 | 
					  "configure-the-tracks-and-minimum-lap-times": "configure the tracks & minimum lap times",
 | 
				
			||||||
    "confirm": "Confirm",
 | 
					  "confirm": "Confirm",
 | 
				
			||||||
    "confirm-delete": "Confirm Delete",
 | 
					  "confirm-delete": "Confirm Delete",
 | 
				
			||||||
    "confirm-delete-donor-with-all-donations": "Confirm, delete donor with all donations",
 | 
					  "confirm-delete-donor-with-all-donations": "Confirm, delete donor with all donations",
 | 
				
			||||||
    "confirm-delete-my-user-profile": "Confirm, delete my user profile",
 | 
					  "confirm-delete-my-user-profile": "Confirm, delete my user profile",
 | 
				
			||||||
    "confirm-delete-organization-and-associated-teams-runners": "Confirm, delete organization and associated teams+runners.",
 | 
					  "confirm-delete-organization-and-associated-teams-runners": "Confirm, delete organization and associated teams+runners.",
 | 
				
			||||||
    "confirm-delete-team-and-associated-runners": "Confirm, delete team and associated runners.",
 | 
					  "confirm-delete-team-and-associated-runners": "Confirm, delete team and associated runners.",
 | 
				
			||||||
    "confirm-deletion": "Confirm Deletion",
 | 
					  "confirm-deletion": "Confirm Deletion",
 | 
				
			||||||
    "confirm-the-new-password": "Confirm the new password",
 | 
					  "confirm-the-new-password": "Confirm the new password",
 | 
				
			||||||
    "contact": "Contact",
 | 
					  "contact": "Contact",
 | 
				
			||||||
    "contact-deleted": "Contact deleted",
 | 
					  "contact-deleted": "Contact deleted",
 | 
				
			||||||
    "contact-information": "Contact Information",
 | 
					  "contact-information": "Contact Information",
 | 
				
			||||||
    "contact-is-being-updated": "Contact is being updated...",
 | 
					  "contact-is-being-updated": "Contact is being updated...",
 | 
				
			||||||
    "contact-is-not-a-member-in-any-group": "Contact is not a member in any group",
 | 
					  "contact-is-not-a-member-in-any-group": "Contact is not a member in any group",
 | 
				
			||||||
    "contacts": "Contacts",
 | 
					  "contacts": "Contacts",
 | 
				
			||||||
    "contacts-are-being-loaded": "contacts are being loaded...",
 | 
					  "contacts-are-being-loaded": "contacts are being loaded...",
 | 
				
			||||||
    "copied-link-to-clipboard": "Copied link to clipboard",
 | 
					  "copied-link-to-clipboard": "Copied link to clipboard",
 | 
				
			||||||
    "copied-token-to-clipboard": "Copied token to clipboard",
 | 
					  "copied-token-to-clipboard": "Copied token to clipboard",
 | 
				
			||||||
    "count_organizations": "# Organizations",
 | 
					  "count_organizations": "# Organizations",
 | 
				
			||||||
    "count_teams": "# Teams",
 | 
					  "count_teams": "# Teams",
 | 
				
			||||||
    "create": "Create",
 | 
					  "create": "Create",
 | 
				
			||||||
    "create-a-new": "Create a new",
 | 
					  "create-a-new": "Create a new",
 | 
				
			||||||
    "create-a-new-card": "Create a new card",
 | 
					  "create-a-new-card": "Create a new card",
 | 
				
			||||||
    "create-a-new-contact": "Create a new contact",
 | 
					  "create-a-new-contact": "Create a new contact",
 | 
				
			||||||
    "create-a-new-distance-donation": "Create a new distance donation",
 | 
					  "create-a-new-distance-donation": "Create a new distance donation",
 | 
				
			||||||
    "create-a-new-donor": "Create a new donor",
 | 
					  "create-a-new-donor": "Create a new donor",
 | 
				
			||||||
    "create-a-new-fixed-donation": "Create a new fixed donation",
 | 
					  "create-a-new-fixed-donation": "Create a new fixed donation",
 | 
				
			||||||
    "create-a-new-organization": "Create a new Organization",
 | 
					  "create-a-new-organization": "Create a new Organization",
 | 
				
			||||||
    "create-a-new-runner": "Create a new Runner",
 | 
					  "create-a-new-runner": "Create a new Runner",
 | 
				
			||||||
    "create-a-new-scan-fixed-only": "Create a new scan (fixed only)",
 | 
					  "create-a-new-scan-fixed-only": "Create a new scan (fixed only)",
 | 
				
			||||||
    "create-a-new-scanstation": "Create a new station",
 | 
					  "create-a-new-scanstation": "Create a new station",
 | 
				
			||||||
    "create-a-new-team": "Create a new team",
 | 
					  "create-a-new-team": "Create a new team",
 | 
				
			||||||
    "create-a-new-track": "Create a new Track",
 | 
					  "create-a-new-track": "Create a new Track",
 | 
				
			||||||
    "create-a-new-user": "Create a new User",
 | 
					  "create-a-new-user": "Create a new User",
 | 
				
			||||||
    "create-a-new-user-group": "Create a new user group",
 | 
					  "create-a-new-user-group": "Create a new user group",
 | 
				
			||||||
    "create-bulk-blanco-cards": "Create bulk blanco cards",
 | 
					  "create-and-generate-pdf": "Create and generate PDF",
 | 
				
			||||||
    "create-bulk-cards": "Add blanco cards",
 | 
					  "create-bulk-blanco-cards": "Create bulk blanco cards",
 | 
				
			||||||
    "create-organization": "Create Organization",
 | 
					  "create-bulk-cards": "Add blanco cards",
 | 
				
			||||||
    "create-team": "Create Team",
 | 
					  "create-organization": "Create Organization",
 | 
				
			||||||
    "create-track": "Create Track",
 | 
					  "create-team": "Create Team",
 | 
				
			||||||
    "create-user": "Create User",
 | 
					  "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-contact": "Delete Contact",
 | 
				
			||||||
    "delete-group": "Delete Group",
 | 
					  "delete-donation": "Delete Donation",
 | 
				
			||||||
    "delete-organization": "Delete Organization",
 | 
					  "delete-donor": "Delete donor",
 | 
				
			||||||
    "delete-profile": "Delete Profile",
 | 
					  "delete-group": "Delete Group",
 | 
				
			||||||
    "delete-runner": "Delete Runner",
 | 
					  "delete-organization": "Delete Organization",
 | 
				
			||||||
    "delete-scan": "Delete scan",
 | 
					  "delete-profile": "Delete Profile",
 | 
				
			||||||
    "delete-station": "Delete station",
 | 
					  "delete-runner": "Delete Runner",
 | 
				
			||||||
    "delete-team": "Delete Team",
 | 
					  "delete-scan": "Delete scan",
 | 
				
			||||||
    "delete-user": "Delete User",
 | 
					  "delete-station": "Delete station",
 | 
				
			||||||
    "deleted-scan": "Deleted scan",
 | 
					  "delete-team": "Delete Team",
 | 
				
			||||||
    "dependency_name": "Name",
 | 
					  "delete-user": "Delete User",
 | 
				
			||||||
    "description": "description",
 | 
					  "deleted-scan": "Deleted scan",
 | 
				
			||||||
    "description-optional": "Description (optional)",
 | 
					  "dependency_name": "Name",
 | 
				
			||||||
    "deselect-all": "deselect all",
 | 
					  "description": "description",
 | 
				
			||||||
    "details": "Details",
 | 
					  "description-optional": "Description (optional)",
 | 
				
			||||||
    "disabled": "disabled",
 | 
					  "deselect-all": "deselect all",
 | 
				
			||||||
    "distance": "Distance",
 | 
					  "details": "Details",
 | 
				
			||||||
    "distance-donation": "distance donation",
 | 
					  "disabled": "disabled",
 | 
				
			||||||
    "distance-in-km": "Distance in km",
 | 
					  "distance": "Distance",
 | 
				
			||||||
    "distance-track": "Distance (+Track)",
 | 
					  "distance-donation": "distance donation",
 | 
				
			||||||
    "do-you-really-want-to-delete-your-profile": "Do you really want to delete your profile?",
 | 
					  "distance-in-km": "Distance in km",
 | 
				
			||||||
    "do-you-want-to-delete-the-organization-delete_org-name": "Do you want to delete the organization {orgname}?",
 | 
					  "distance-track": "Distance (+Track)",
 | 
				
			||||||
    "do-you-want-to-delete-the-team-delete_team-name": "Do you want to delete the team {teamname}?",
 | 
					  "do-you-really-want-to-delete-your-profile": "Do you really want to delete your profile?",
 | 
				
			||||||
    "do-you-want-to-delete-this-donor-with-all-related-donations": "Do you want to delete this donor with all related donations",
 | 
					  "do-you-want-to-delete-the-organization-delete_org-name": "Do you want to delete the organization {orgname}?",
 | 
				
			||||||
    "documentation": "Documentation",
 | 
					  "do-you-want-to-delete-the-team-delete_team-name": "Do you want to delete the team {teamname}?",
 | 
				
			||||||
    "donation-amount": "Donation amount",
 | 
					  "do-you-want-to-delete-this-donor-with-all-related-donations": "Do you want to delete this donor with all related donations",
 | 
				
			||||||
    "donation-amount-must-be-greater-that-0-00eur": "Donation amount must be greater that 0.00€",
 | 
					  "documentation": "Documentation",
 | 
				
			||||||
    "donations": "Donations",
 | 
					  "donation-amount": "Donation amount",
 | 
				
			||||||
    "donor": "Donor",
 | 
					  "donation-amount-must-be-greater-that-0-00eur": "Donation amount must be greater that 0.00€",
 | 
				
			||||||
    "donor-added": "Donor added",
 | 
					  "donations": "Donations",
 | 
				
			||||||
    "donor-deleted": "donor deleted",
 | 
					  "donor": "Donor",
 | 
				
			||||||
    "donor-has-no-associated-donations": "Donor has no associated donations.",
 | 
					  "donor-added": "Donor added",
 | 
				
			||||||
    "donor-is-being-added": "Donor is being added...",
 | 
					  "donor-deleted": "donor deleted",
 | 
				
			||||||
    "donor-is-being-updated": "Donor is being updated",
 | 
					  "donor-has-no-associated-donations": "Donor has no associated donations.",
 | 
				
			||||||
    "donors": "Donors",
 | 
					  "donor-is-being-added": "Donor is being added...",
 | 
				
			||||||
    "donors-are-being-loaded": "donors are being loaded",
 | 
					  "donor-is-being-updated": "Donor is being updated",
 | 
				
			||||||
    "dont-have-your-email-connected": "Don't have your email connected?",
 | 
					  "donors": "Donors",
 | 
				
			||||||
    "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌",
 | 
					  "donors-are-being-loaded": "donors are being loaded",
 | 
				
			||||||
    "e-mail-adress": "E-Mail Adress",
 | 
					  "dont-have-your-email-connected": "Don't have your email connected?",
 | 
				
			||||||
    "edit": "Edit",
 | 
					  "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌",
 | 
				
			||||||
    "edit-a-card": "Edit a card",
 | 
					  "e-mail-adress": "E-Mail Adress",
 | 
				
			||||||
    "edit-permissions": "edit permissions",
 | 
					  "edit": "Edit",
 | 
				
			||||||
    "email_address_or_username": "Email / username",
 | 
					  "edit-a-card": "Edit a card",
 | 
				
			||||||
    "enabled": "enabled",
 | 
					  "edit-permissions": "edit permissions",
 | 
				
			||||||
    "enabled_large": "Enabled",
 | 
					  "email_address_or_username": "Email / username",
 | 
				
			||||||
    "english": "English",
 | 
					  "enabled": "enabled",
 | 
				
			||||||
    "error-during-import": "Error during import",
 | 
					  "enabled_large": "Enabled",
 | 
				
			||||||
    "error-whyile-copying-to-clipboard": "Error while copying to clipboard",
 | 
					  "english": "English",
 | 
				
			||||||
    "error_on_login": "Error on login",
 | 
					  "error-during-import": "Error during import",
 | 
				
			||||||
    "erteilte": "Directly granted",
 | 
					  "error-whyile-copying-to-clipboard": "Error while copying to clipboard",
 | 
				
			||||||
    "everything-concerning-your-profile": "Everything concerning your profile",
 | 
					  "error_on_login": "Error on login",
 | 
				
			||||||
    "everything-is-more-fun-together": "everything is more fun together 🏃♂️🏃♀️🏃♂️",
 | 
					  "erteilte": "Directly granted",
 | 
				
			||||||
    "faq": "FAQ",
 | 
					  "everything-concerning-your-profile": "Everything concerning your profile",
 | 
				
			||||||
    "filter-by-organization-team": "Filter by Organization/ Team",
 | 
					  "everything-is-more-fun-together": "everything is more fun together 🏃♂️🏃♀️🏃♂️",
 | 
				
			||||||
    "first-name": "First name",
 | 
					  "faq": "FAQ",
 | 
				
			||||||
    "first-name-is-required": "First Name is required",
 | 
					  "filter-by-organization-team": "Filter by Organization/ Team",
 | 
				
			||||||
    "first-scan-of-the-day": "First scan of the day.",
 | 
					  "first-name": "First name",
 | 
				
			||||||
    "fixed-donation": "fixed donation",
 | 
					  "first-name-is-required": "First Name is required",
 | 
				
			||||||
    "forgot_password": "Forgot your password?",
 | 
					  "first-scan-of-the-day": "First scan of the day.",
 | 
				
			||||||
    "geerbte": "inherited",
 | 
					  "fixed-donation": "fixed donation",
 | 
				
			||||||
    "general-stats": "General Stats",
 | 
					  "forgot_password": "Forgot your password?",
 | 
				
			||||||
    "general_promise_error": "😢 Error",
 | 
					  "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-runnercards": "Generate Runnercards",
 | 
				
			||||||
    "generating-pdf": "generating PDF...",
 | 
					  "generate-sponsoring-contract": "generate sponsoring contract",
 | 
				
			||||||
    "generating-pdfs": "generating PDFs...",
 | 
					  "generate-sponsoring-contracts": "generate sponsoring contracts",
 | 
				
			||||||
    "generic-ui-logic-error": "Something went wrong in the UI logic",
 | 
					  "generating-pdf": "generating PDF...",
 | 
				
			||||||
    "german": "German",
 | 
					  "generating-pdfs": "generating PDFs...",
 | 
				
			||||||
    "go-to-login": "Go To Login",
 | 
					  "generic-ui-logic-error": "Something went wrong in the UI logic",
 | 
				
			||||||
    "goback": "Go Home",
 | 
					  "german": "German",
 | 
				
			||||||
    "granted": "granted",
 | 
					  "go-to-login": "Go To Login",
 | 
				
			||||||
    "group": "Group",
 | 
					  "goback": "Go Home",
 | 
				
			||||||
    "group-added": "Group added",
 | 
					  "granted": "granted",
 | 
				
			||||||
    "group-is-being-added": "Group is being added...",
 | 
					  "group": "Group",
 | 
				
			||||||
    "group-name-is-required": "Group name is required",
 | 
					  "group-added": "Group added",
 | 
				
			||||||
    "group-updated": "group updated",
 | 
					  "group-is-being-added": "Group is being added...",
 | 
				
			||||||
    "groups": "Groups",
 | 
					  "group-name-is-required": "Group name is required",
 | 
				
			||||||
    "groups-are-being-loaded": "Groups are being loaded",
 | 
					  "group-updated": "group updated",
 | 
				
			||||||
    "home": "Home",
 | 
					  "groups": "Groups",
 | 
				
			||||||
    "icon-image-credits": "We also want to thank these projects for illustrations and icons:",
 | 
					  "groups-are-being-loaded": "Groups are being loaded",
 | 
				
			||||||
    "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.",
 | 
					  "home": "Home",
 | 
				
			||||||
    "import-finished": "Import finished",
 | 
					  "icon-image-credits": "We also want to thank these projects for illustrations and icons:",
 | 
				
			||||||
    "import-runners": "Import runners",
 | 
					  "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.",
 | 
				
			||||||
    "import__target-organization": "Target Organization",
 | 
					  "import-finished": "Import finished",
 | 
				
			||||||
    "imprint": "Imprint",
 | 
					  "import-runners": "Import runners",
 | 
				
			||||||
    "imprint-loading": "Imprint loading...",
 | 
					  "import__target-organization": "Target Organization",
 | 
				
			||||||
    "inactive": "Inactive",
 | 
					  "imprint": "Imprint",
 | 
				
			||||||
    "installed-version": "Installed version",
 | 
					  "imprint-loading": "Imprint loading...",
 | 
				
			||||||
    "internal-error": "Internal Error",
 | 
					  "inactive": "Inactive",
 | 
				
			||||||
    "invalid": "Invalid",
 | 
					  "installed-version": "Installed version",
 | 
				
			||||||
    "invalid-mail-reset": "the provided email is invalid",
 | 
					  "internal-error": "Internal Error",
 | 
				
			||||||
    "just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them",
 | 
					  "invalid": "Invalid",
 | 
				
			||||||
    "laeufer-hinzufuegen": "Add runner",
 | 
					  "invalid-mail-reset": "the provided email is invalid",
 | 
				
			||||||
    "laeufer-importieren": "Läufer importieren",
 | 
					  "just-enter-how-many-you-want-and-the-system-will-create-them": "Just enter how many you want and the system will create them",
 | 
				
			||||||
    "laptime": "Laptime",
 | 
					  "laeufer-hinzufuegen": "Add runner",
 | 
				
			||||||
    "last-name": "Last name",
 | 
					  "laeufer-importieren": "Läufer importieren",
 | 
				
			||||||
    "last-name-is-required": "Last Name is required",
 | 
					  "laptime": "Laptime",
 | 
				
			||||||
    "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
 | 
					  "last-name": "Last name",
 | 
				
			||||||
    "license": "License",
 | 
					  "last-name-is-required": "Last Name is required",
 | 
				
			||||||
    "licenses-are-being-loaded": "Licenses are being loaded...",
 | 
					  "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
 | 
				
			||||||
    "loading-cards": "Loading cards",
 | 
					  "license": "License",
 | 
				
			||||||
    "loading-contact-details": "Loading contact details...",
 | 
					  "licenses-are-being-loaded": "Licenses are being loaded...",
 | 
				
			||||||
    "loading-donation-details": "Loading donation details",
 | 
					  "loading-cards": "Loading cards",
 | 
				
			||||||
    "loading-donor-details": "Loading donor details",
 | 
					  "loading-contact-details": "Loading contact details...",
 | 
				
			||||||
    "loading-group-detail": "Loading group detail...",
 | 
					  "loading-donation-details": "Loading donation details",
 | 
				
			||||||
    "loading-profile-data": "Loading profile data",
 | 
					  "loading-donor-details": "Loading donor details",
 | 
				
			||||||
    "loading-runners": "loading runners...",
 | 
					  "loading-group-detail": "Loading group detail...",
 | 
				
			||||||
    "loading-station-details": "Loading station details",
 | 
					  "loading-profile-data": "Loading profile data",
 | 
				
			||||||
    "log_in": "Log in",
 | 
					  "loading-runners": "loading runners...",
 | 
				
			||||||
    "log_in_to_your_account": "Log in to your account",
 | 
					  "loading-station-details": "Loading station details",
 | 
				
			||||||
    "login_is_checked": "Login is being checked...",
 | 
					  "log_in": "Log in",
 | 
				
			||||||
    "logout": "Logout",
 | 
					  "log_in_to_your_account": "Log in to your account",
 | 
				
			||||||
    "mail-validation-in-progress": "mail validation in progress...",
 | 
					  "login_is_checked": "Login is being checked...",
 | 
				
			||||||
    "manage-admin-users": "manage admin users",
 | 
					  "logout": "Logout",
 | 
				
			||||||
    "middle-name": "Middle name",
 | 
					  "mail-validation-in-progress": "mail validation in progress...",
 | 
				
			||||||
    "minimum-lap-time-in-s": "minimum lap time in s",
 | 
					  "manage-admin-users": "manage admin users",
 | 
				
			||||||
    "minimum-lap-time-must-be-a-positive-number-or-0": "minimum lap time must be a positive number or 0",
 | 
					  "middle-name": "Middle name",
 | 
				
			||||||
    "must-be-at-least-10-characters-long": "Must be at least 10 characters long!",
 | 
					  "minimum-lap-time-in-s": "minimum lap time in s",
 | 
				
			||||||
    "must-contain-a-lowercase-letter": "Must contain a lowercase letter!",
 | 
					  "minimum-lap-time-must-be-a-positive-number-or-0": "minimum lap time must be a positive number or 0",
 | 
				
			||||||
    "must-contain-a-number": "Must contain a number!",
 | 
					  "must-be-at-least-10-characters-long": "Must be at least 10 characters long!",
 | 
				
			||||||
    "must-contain-a-uppercase-letter": "Must contain a uppercase letter!",
 | 
					  "must-contain-a-lowercase-letter": "Must contain a lowercase letter!",
 | 
				
			||||||
    "name": "Name",
 | 
					  "must-contain-a-number": "Must contain a number!",
 | 
				
			||||||
    "name-is-required": "Name is required",
 | 
					  "must-contain-a-uppercase-letter": "Must contain a uppercase letter!",
 | 
				
			||||||
    "new-password": "New password",
 | 
					  "name": "Name",
 | 
				
			||||||
    "no-contact-found": "No contacts found",
 | 
					  "name-is-required": "Name is required",
 | 
				
			||||||
    "no-contact-selected": "No contact selected",
 | 
					  "new-password": "New password",
 | 
				
			||||||
    "no-contact-specified": "no contact specified",
 | 
					  "no-contact-found": "No contacts found",
 | 
				
			||||||
    "no-donors-found": "No donors found",
 | 
					  "no-contact-selected": "No contact selected",
 | 
				
			||||||
    "no-license-text-could-be-found": "No license text could be found 😢",
 | 
					  "no-contact-specified": "no contact specified",
 | 
				
			||||||
    "no-organization-or-team-found": "No organization or team found",
 | 
					  "no-donors-found": "No donors found",
 | 
				
			||||||
    "no-organization-specified": "no organization specified",
 | 
					  "no-license-text-could-be-found": "No license text could be found 😢",
 | 
				
			||||||
    "no-organizations-found": "No organizations found",
 | 
					  "no-organization-or-team-found": "No organization or team found",
 | 
				
			||||||
    "no-runners-found": "No runners found",
 | 
					  "no-organization-specified": "no organization specified",
 | 
				
			||||||
    "no-tracks-added-yet": "there are no tracks added yet.",
 | 
					  "no-organizations-found": "No organizations found",
 | 
				
			||||||
    "non-blanko": "Non/Blanko",
 | 
					  "no-runners-found": "No runners found",
 | 
				
			||||||
    "organization": "Organization",
 | 
					  "no-tracks-added-yet": "there are no tracks added yet.",
 | 
				
			||||||
    "organization-added": "Organization added",
 | 
					  "non-blanko": "Non/Blanko",
 | 
				
			||||||
    "organization-deleted": "Organization deleted",
 | 
					  "organization": "Organization",
 | 
				
			||||||
    "organization-detail-is-being-loaded": "organization detail is being loaded...",
 | 
					  "organization-added": "Organization added",
 | 
				
			||||||
    "organization-is-being-added": "Organization is being added...",
 | 
					  "organization-deleted": "Organization deleted",
 | 
				
			||||||
    "organization-name-is-required": "Organization name is required",
 | 
					  "organization-detail-is-being-loaded": "organization detail is being loaded...",
 | 
				
			||||||
    "organizations": "Organizations",
 | 
					  "organization-is-being-added": "Organization is being added...",
 | 
				
			||||||
    "organizations-are-being-loaded": "organizations are being loaded...",
 | 
					  "organization-name-is-required": "Organization name is required",
 | 
				
			||||||
    "orgs": "Organizations",
 | 
					  "organizations": "Organizations",
 | 
				
			||||||
    "oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!",
 | 
					  "organizations-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",
 | 
					  "password": "Password",
 | 
				
			||||||
    "password-reset-failed": "Password reset failed!",
 | 
					  "password-changed": "Password changed!",
 | 
				
			||||||
    "password-reset-in-progress": "Password Reset in Progress...",
 | 
					  "password-is-required": "Password is required",
 | 
				
			||||||
    "password-reset-mail-sent": "Password reset mail was sent to \"{usersEmail}\".",
 | 
					  "password-reset-failed": "Password reset failed!",
 | 
				
			||||||
    "password-reset-successful": "Password Reset successful!",
 | 
					  "password-reset-in-progress": "Password Reset in Progress...",
 | 
				
			||||||
    "passwords-dont-match": "Passwords don't match!",
 | 
					  "password-reset-mail-sent": "Password reset mail was sent to \"{usersEmail}\".",
 | 
				
			||||||
    "pdf-generation-failed": "PDF generation failed!",
 | 
					  "password-reset-successful": "Password Reset successful!",
 | 
				
			||||||
    "pdf-successfully-generated": "PDF successfully generated!",
 | 
					  "passwords-dont-match": "Passwords don't match!",
 | 
				
			||||||
    "pdfs-successfully-generated": "PDFs successfully generated!",
 | 
					  "pdf-generation-failed": "PDF generation failed!",
 | 
				
			||||||
    "per-kilometer": "per Kilometer",
 | 
					  "pdf-successfully-generated": "PDF successfully generated!",
 | 
				
			||||||
    "permissions": "Permissions",
 | 
					  "pdfs-successfully-generated": "PDFs successfully generated!",
 | 
				
			||||||
    "permissions-updated": "Permissions updated!",
 | 
					  "per-kilometer": "per Kilometer",
 | 
				
			||||||
    "phone": "Phone",
 | 
					  "permissions": "Permissions",
 | 
				
			||||||
    "please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere safe.",
 | 
					  "permissions-updated": "Permissions updated!",
 | 
				
			||||||
    "please-provide-a-password": "Please provide a password...",
 | 
					  "phone": "Phone",
 | 
				
			||||||
    "please-provide-the-nessecary-information-to-add-a-new-donor": "Please provide the nessecary information to add a new donor",
 | 
					  "please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere safe.",
 | 
				
			||||||
    "please-provide-the-nessecary-information-to-create-a-new-donation": "Please provide the nessecary information to create a new donation",
 | 
					  "please-provide-a-password": "Please provide a password...",
 | 
				
			||||||
    "please-provide-the-nessecary-information-to-create-a-new-scan": "Please provide the nessecary information to create a new scan.",
 | 
					  "please-provide-the-nessecary-information-to-add-a-new-donor": "Please provide the nessecary information to add a new donor",
 | 
				
			||||||
    "please-provide-the-required-csv-xlsx-file": "Please provide the required csv/ xlsx file",
 | 
					  "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-for-creating-a-new-user-group": "Please provide the required information for creating a new user group.",
 | 
					  "please-provide-the-nessecary-information-to-create-a-new-scan": "Please provide the nessecary information to create a new scan.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-contact": "Please provide the required information to add a new contact.",
 | 
					  "please-provide-the-required-csv-xlsx-file": "Please provide the required csv/ xlsx file",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-organization": "Please provide the required information to add a new organization.",
 | 
					  "please-provide-the-required-information-for-creating-a-new-user-group": "Please provide the required information for creating a new user group.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-runner": "Please provide the required information to add a new runner.",
 | 
					  "please-provide-the-required-information-to-add-a-new-contact": "Please provide the required information to add a new contact.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-team": "Please provide the required information to add a new team.",
 | 
					  "please-provide-the-required-information-to-add-a-new-organization": "Please provide the required information to add a new organization.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.",
 | 
					  "please-provide-the-required-information-to-add-a-new-runner": "Please provide the required information to add a new runner.",
 | 
				
			||||||
    "please-provide-the-required-information-to-add-a-new-user": "Please provide the required information to add a new user.",
 | 
					  "please-provide-the-required-information-to-add-a-new-team": "Please provide the required information to add a new team.",
 | 
				
			||||||
    "please-provide-the-required-information-to-create-a-new-scanstation": "Please provide the required information to create a new scanstation",
 | 
					  "please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.",
 | 
				
			||||||
    "please-request-a-new-reset-mail": "Please request a new reset mail...",
 | 
					  "please-provide-the-required-information-to-add-a-new-user": "Please provide the required information to add a new user.",
 | 
				
			||||||
    "privacy": "Privacy",
 | 
					  "please-provide-the-required-information-to-create-a-new-scanstation": "Please provide the required information to create a new scanstation",
 | 
				
			||||||
    "privacy-loading": "Privacy loading...",
 | 
					  "please-request-a-new-reset-mail": "Please request a new reset mail...",
 | 
				
			||||||
    "profile": "Profile",
 | 
					  "privacy": "Privacy",
 | 
				
			||||||
    "profile-picture": "Profile Picture",
 | 
					  "privacy-loading": "Privacy loading...",
 | 
				
			||||||
    "profile-updated": "Profile updated!",
 | 
					  "profile": "Profile",
 | 
				
			||||||
    "read-license": "Read License",
 | 
					  "profile-picture": "Profile Picture",
 | 
				
			||||||
    "receipt-needed": "Receipt needed",
 | 
					  "profile-updated": "Profile updated!",
 | 
				
			||||||
    "repo_link": "Link",
 | 
					  "read-license": "Read License",
 | 
				
			||||||
    "request-a-new-reset-mail": "Request a new reset mail",
 | 
					  "receipt-needed": "Receipt needed",
 | 
				
			||||||
    "reset-my-password": "Reset my password",
 | 
					  "repo_link": "Link",
 | 
				
			||||||
    "reset-password": "Reset your password",
 | 
					  "request-a-new-reset-mail": "Request a new reset mail",
 | 
				
			||||||
    "runner": "Runner",
 | 
					  "reset-my-password": "Reset my password",
 | 
				
			||||||
    "runner-added": "Runner added",
 | 
					  "reset-password": "Reset your password",
 | 
				
			||||||
    "runner-import": "Runner Import",
 | 
					  "runner": "Runner",
 | 
				
			||||||
    "runner-is-being-added": "Runner is being added...",
 | 
					  "runner-added": "Runner added",
 | 
				
			||||||
    "runner-updated": "Runner updated!",
 | 
					  "runner-import": "Runner Import",
 | 
				
			||||||
    "runnerimport_verify_runners_org": "Please confirm these runners for import into the organization \"{org_name}\"",
 | 
					  "runner-is-being-added": "Runner is being added...",
 | 
				
			||||||
    "runners": "Runners",
 | 
					  "runner-updated": "Runner updated!",
 | 
				
			||||||
    "runners-are-being-imported": "Runners are being imported...",
 | 
					  "runnerimport_verify_runners_org": "Please confirm these runners for import into the organization \"{org_name}\"",
 | 
				
			||||||
    "runners-are-being-loaded": "runners are being loaded...",
 | 
					  "runners": "Runners",
 | 
				
			||||||
    "save": "Save",
 | 
					  "runners-are-being-imported": "Runners are being imported...",
 | 
				
			||||||
    "save-changes": "Save Changes",
 | 
					  "runners-are-being-loaded": "runners are being loaded...",
 | 
				
			||||||
    "scan-added": "Scan added",
 | 
					  "save": "Save",
 | 
				
			||||||
    "scan-is-being-updated": "Scan is being updated",
 | 
					  "save-changes": "Save Changes",
 | 
				
			||||||
    "scan-with-fixed-distance": "Scan with fixed distance",
 | 
					  "scan-added": "Scan added",
 | 
				
			||||||
    "scans": "Scans",
 | 
					  "scan-is-being-updated": "Scan is being updated",
 | 
				
			||||||
    "scans-are-being-loaded": "Scans are being loaded",
 | 
					  "scan-with-fixed-distance": "Scan with fixed distance",
 | 
				
			||||||
    "scanstation": "Scanstation",
 | 
					  "scans": "Scans",
 | 
				
			||||||
    "scanstation-added": "Scanstation added",
 | 
					  "scans-are-being-loaded": "Scans are being loaded",
 | 
				
			||||||
    "scanstation-is-being-added": "Adding scanstation...",
 | 
					  "scanstation": "Scanstation",
 | 
				
			||||||
    "scanstations": "Scanstations",
 | 
					  "scanstation-added": "Scanstation added",
 | 
				
			||||||
    "scanstations-are-being-loaded": "Loading scanstations...",
 | 
					  "scanstation-is-being-added": "Adding scanstation...",
 | 
				
			||||||
    "search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)",
 | 
					  "scanstations": "Scanstations",
 | 
				
			||||||
    "search-for-an-organization-or-team-by-name-or-id": "Search for an organization or team (by name or id)",
 | 
					  "scanstations-are-being-loaded": "Loading scanstations...",
 | 
				
			||||||
    "search-for-donor-name-or-id": "Search for donor (by name or id)",
 | 
					  "search-for-an-organization-by-name-or-id": "Search for an organization (by name or id)",
 | 
				
			||||||
    "search-for-permission": "Search for permission",
 | 
					  "search-for-an-organization-or-team-by-name-or-id": "Search for an organization or team (by name or id)",
 | 
				
			||||||
    "search-for-runner-by-name-or-id": "Search for runner (by name or id)",
 | 
					  "search-for-donor-name-or-id": "Search for donor (by name or id)",
 | 
				
			||||||
    "select-all": "select all",
 | 
					  "search-for-permission": "Search for permission",
 | 
				
			||||||
    "select-language": "Select language",
 | 
					  "search-for-runner-by-name-or-id": "Search for runner (by name or id)",
 | 
				
			||||||
    "selfservice-registration": "Selfservice registration",
 | 
					  "select-all": "select all",
 | 
				
			||||||
    "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services",
 | 
					  "select-language": "Select language",
 | 
				
			||||||
    "set-the-user-active-inactive": "set the user active/ inactive",
 | 
					  "selfservice-registration": "Selfservice registration",
 | 
				
			||||||
    "settings": "Settings",
 | 
					  "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services",
 | 
				
			||||||
    "settings-for-your-profile": "Settings for your profile",
 | 
					  "set-the-user-active-inactive": "set the user active/ inactive",
 | 
				
			||||||
    "something-about-the-group": "Something about the group...",
 | 
					  "settings": "Settings",
 | 
				
			||||||
    "stats-are-being-loaded": "stats are being loaded...",
 | 
					  "settings-for-your-profile": "Settings for your profile",
 | 
				
			||||||
    "status": "Status",
 | 
					  "something-about-the-group": "Something about the group...",
 | 
				
			||||||
    "stuff-that-could-harm-your-profile": "Stuff that could harm your profile",
 | 
					  "stats-are-being-loaded": "stats are being loaded...",
 | 
				
			||||||
    "successful-password-reset": "Successful password reset!",
 | 
					  "status": "Status",
 | 
				
			||||||
    "team": "Team",
 | 
					  "stuff-that-could-harm-your-profile": "Stuff that could harm your profile",
 | 
				
			||||||
    "team-detail-is-being-loaded": "team detail is being loaded...",
 | 
					  "successful-password-reset": "Successful password reset!",
 | 
				
			||||||
    "team-name": "Team name",
 | 
					  "team": "Team",
 | 
				
			||||||
    "team-name-is-required": "team name is required",
 | 
					  "team-detail-is-being-loaded": "team detail is being loaded...",
 | 
				
			||||||
    "teams": "Teams",
 | 
					  "team-name": "Team name",
 | 
				
			||||||
    "teams-are-being-loaded": "teams are being loaded...",
 | 
					  "team-name-is-required": "team name is required",
 | 
				
			||||||
    "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...",
 | 
					  "teams": "Teams",
 | 
				
			||||||
    "the-scans-distance-must-be-greater-than-0m": "The scan's distance must be greater than 0m",
 | 
					  "teams-are-being-loaded": "teams are being loaded...",
 | 
				
			||||||
    "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!",
 | 
					  "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-cards-yet": "There are no cards yet.",
 | 
					  "the-scans-distance-must-be-greater-than-0m": "The scan's distance must be greater than 0m",
 | 
				
			||||||
    "there-are-no-contacts-added-yet": "There are no contacts added 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-donations-yet": "There are no donations yet",
 | 
					  "there-are-no-cards-yet": "There are no cards yet.",
 | 
				
			||||||
    "there-are-no-donors-yet": "There are no donors yet",
 | 
					  "there-are-no-contacts-added-yet": "There are no contacts added yet.",
 | 
				
			||||||
    "there-are-no-groups-yet": "There are no groups yet",
 | 
					  "there-are-no-donations-yet": "There are no donations yet",
 | 
				
			||||||
    "there-are-no-organizations-added-yet": "There are no organizations added yet.",
 | 
					  "there-are-no-donors-yet": "There are no donors yet",
 | 
				
			||||||
    "there-are-no-runners-added-yet": "There are no runners added yet.",
 | 
					  "there-are-no-groups-yet": "There are no groups yet",
 | 
				
			||||||
    "there-are-no-scans-yet": "There are no scans yet",
 | 
					  "there-are-no-organizations-added-yet": "There are no organizations added yet.",
 | 
				
			||||||
    "there-are-no-teams-added-yet": "There are no teams added yet.",
 | 
					  "there-are-no-runners-added-yet": "There are no runners added yet.",
 | 
				
			||||||
    "there-are-no-users-added-yet": "There are no users added yet.",
 | 
					  "there-are-no-scans-yet": "There are no scans yet",
 | 
				
			||||||
    "this-card-is": "This card is",
 | 
					  "there-are-no-teams-added-yet": "There are no teams added yet.",
 | 
				
			||||||
    "this-might-take-a-moment": "This might take a moment 👀",
 | 
					  "there-are-no-users-added-yet": "There are no users added yet.",
 | 
				
			||||||
    "this-scanstation-is": "This scanstation is",
 | 
					  "this-card-is": "This card is",
 | 
				
			||||||
    "token": "Token",
 | 
					  "this-might-take-a-moment": "This might take a moment 👀",
 | 
				
			||||||
    "total-distance": "total distance",
 | 
					  "this-scanstation-is": "This scanstation is",
 | 
				
			||||||
    "total-donation-amount": "total donation amount",
 | 
					  "token": "Token",
 | 
				
			||||||
    "total-donations": "total donations",
 | 
					  "total-distance": "total distance",
 | 
				
			||||||
    "total-scans": "total scans",
 | 
					  "total-donation-amount": "total donation amount",
 | 
				
			||||||
    "track": "Track",
 | 
					  "total-donations": "total donations",
 | 
				
			||||||
    "track-added": "Track added",
 | 
					  "total-scans": "total scans",
 | 
				
			||||||
    "track-data-is-being-loaded": "Track data is being loaded",
 | 
					  "track": "Track",
 | 
				
			||||||
    "track-is-being-added": "Track is being added...",
 | 
					  "track-added": "Track added",
 | 
				
			||||||
    "track-length-in-m": "Track Length in m",
 | 
					  "track-data-is-being-loaded": "Track data is being loaded",
 | 
				
			||||||
    "track-length-must-be-greater-than-0": "Track length must be greater than 0",
 | 
					  "track-is-being-added": "Track is being added...",
 | 
				
			||||||
    "track-name": "Track name",
 | 
					  "track-length-in-m": "Track Length in m",
 | 
				
			||||||
    "track-name-must-not-be-empty": "Track name must not be empty",
 | 
					  "track-length-must-be-greater-than-0": "Track length must be greater than 0",
 | 
				
			||||||
    "tracks": "Tracks",
 | 
					  "track-name": "Track name",
 | 
				
			||||||
    "update-card": "Update Card",
 | 
					  "track-name-must-not-be-empty": "Track name must not be empty",
 | 
				
			||||||
    "update-password": "Update password",
 | 
					  "tracks": "Tracks",
 | 
				
			||||||
    "updated-contact": "Updated contact!",
 | 
					  "update-card": "Update Card",
 | 
				
			||||||
    "updated-donor": "updated donor",
 | 
					  "update-password": "Update password",
 | 
				
			||||||
    "updated-organization": "updated organization",
 | 
					  "updated-contact": "Updated contact!",
 | 
				
			||||||
    "updated-scan": "updated scan",
 | 
					  "updated-donor": "updated donor",
 | 
				
			||||||
    "updateing-group": "updateing group...",
 | 
					  "updated-organization": "updated organization",
 | 
				
			||||||
    "updating-card": "Updating card",
 | 
					  "updated-scan": "updated scan",
 | 
				
			||||||
    "updating-organization": "updating organization",
 | 
					  "updateing-group": "updateing group...",
 | 
				
			||||||
    "updating-permissions": "updating permissions...",
 | 
					  "updating-card": "Updating card",
 | 
				
			||||||
    "updating-runner": "Updating runner...",
 | 
					  "updating-organization": "updating organization",
 | 
				
			||||||
    "updating-user": "updating user...",
 | 
					  "updating-permissions": "updating permissions...",
 | 
				
			||||||
    "updating-your-profile": "Updating your profile...",
 | 
					  "updating-runner": "Updating runner...",
 | 
				
			||||||
    "user-added": "User added",
 | 
					  "updating-user": "updating user...",
 | 
				
			||||||
    "user-groups": "User Groups",
 | 
					  "updating-your-profile": "Updating your profile...",
 | 
				
			||||||
    "user-is-being-added": "User is being added...",
 | 
					  "user-added": "User added",
 | 
				
			||||||
    "user-updated": "User updated",
 | 
					  "user-groups": "User Groups",
 | 
				
			||||||
    "username": "Username",
 | 
					  "user-is-being-added": "User is being added...",
 | 
				
			||||||
    "users": "Users",
 | 
					  "user-updated": "User updated",
 | 
				
			||||||
    "valid": "Valid",
 | 
					  "username": "Username",
 | 
				
			||||||
    "valid-city-is-required": "Valid city is required",
 | 
					  "users": "Users",
 | 
				
			||||||
    "valid-email-is-required": "valid email is required",
 | 
					  "valid": "Valid",
 | 
				
			||||||
    "valid-international-phone-number-is-required": "valid international phone number is required...",
 | 
					  "valid-city-is-required": "Valid city is required",
 | 
				
			||||||
    "valid-zipcode-postal-code-is-required": "Valid zipcode/ postal code is required",
 | 
					  "valid-email-is-required": "valid email is required",
 | 
				
			||||||
    "verfuegbare": "availdable",
 | 
					  "valid-international-phone-number-is-required": "valid international phone number is required...",
 | 
				
			||||||
    "welcome_wavinghand": "Welcome 👋",
 | 
					  "valid-zipcode-postal-code-is-required": "Valid zipcode/ postal code is required",
 | 
				
			||||||
    "yes-i-copied-the-token": "Yes, I copied the token",
 | 
					  "verfuegbare": "availdable",
 | 
				
			||||||
    "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!",
 | 
					  "welcome_wavinghand": "Welcome 👋",
 | 
				
			||||||
    "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! 🎉",
 | 
					  "yes-i-copied-the-token": "Yes, I copied the token",
 | 
				
			||||||
    "you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.",
 | 
					  "you-are-going-to-loose-all-permissions-and-access-to-the-runner-system": "You are going to loose all permissions and access to the runner system!",
 | 
				
			||||||
    "you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
 | 
					  "you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
 | 
				
			||||||
    "you-have-to-provide-an-organization": "You have to provide an organization",
 | 
					  "you-can-provide-a-runner-but-you-dont-have-to": "You can provide a runner, but you don't have to.",
 | 
				
			||||||
    "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
 | 
					  "you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
 | 
				
			||||||
    "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
 | 
					  "you-have-to-provide-an-organization": "You have to provide an organization",
 | 
				
			||||||
    "zip-postal-code": "ZIP/ postal code"
 | 
					  "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
 | 
				
			||||||
}
 | 
					  "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
 | 
				
			||||||
 | 
					  "zip-postal-code": "ZIP/ postal code",
 | 
				
			||||||
 | 
					  "generate-runner-certificates": "Generate runner certificates"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										9
									
								
								src/main.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/main.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					import 'windi.css';
 | 
				
			||||||
 | 
					import "toastify-js/src/toastify.css";
 | 
				
			||||||
 | 
					import "gridjs/dist/theme/mermaid.css";
 | 
				
			||||||
 | 
					import App from './App.svelte';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const app = new App({
 | 
				
			||||||
 | 
						target: document.body
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					export default app;
 | 
				
			||||||
@@ -1,14 +0,0 @@
 | 
				
			|||||||
export const register = () => {
 | 
					 | 
				
			||||||
	if ('serviceWorker' in navigator) {
 | 
					 | 
				
			||||||
		window.addEventListener('load', () => {
 | 
					 | 
				
			||||||
			navigator.serviceWorker.register('/sw.js').then(
 | 
					 | 
				
			||||||
				(registration) => {
 | 
					 | 
				
			||||||
					// console.log(`sw successful with scope: ${registration.scope}`);
 | 
					 | 
				
			||||||
				},
 | 
					 | 
				
			||||||
				(err) => {
 | 
					 | 
				
			||||||
					// console.log(`sw failed: ${err}`);
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
			);
 | 
					 | 
				
			||||||
		});
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
@@ -1,14 +1,13 @@
 | 
				
			|||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
	purge: {
 | 
					 | 
				
			||||||
		content: [ './src/**/*.svelte' ]
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	// darkMode: 'media',
 | 
					 | 
				
			||||||
	variants: {},
 | 
					 | 
				
			||||||
	plugins: [],
 | 
					 | 
				
			||||||
	theme: {
 | 
						theme: {
 | 
				
			||||||
		container: {
 | 
							extend: {
 | 
				
			||||||
			center: true,
 | 
								colors: {
 | 
				
			||||||
			padding: '1.5rem'
 | 
									reepolee: {
 | 
				
			||||||
 | 
										500: '#b40000',
 | 
				
			||||||
 | 
										600: '#9c0000',
 | 
				
			||||||
 | 
										700: '#750000'
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,19 +0,0 @@
 | 
				
			|||||||
const fs = require('fs');
 | 
					 | 
				
			||||||
let content_svelteconfig = fs.readFileSync('./s-config.template.js', { encoding: 'utf8' });
 | 
					 | 
				
			||||||
let content_html = fs.readFileSync('./index.template.html', { encoding: 'utf8' });
 | 
					 | 
				
			||||||
if (process.env.NODE_ENV_ODIT == 'development_fast') {
 | 
					 | 
				
			||||||
	content_html = content_html.replace(
 | 
					 | 
				
			||||||
		'__TAILWIND_INSERT__',
 | 
					 | 
				
			||||||
		'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css">'
 | 
					 | 
				
			||||||
	);
 | 
					 | 
				
			||||||
	content_svelteconfig = content_svelteconfig.replace('__insert__', '{postcss:{}}');
 | 
					 | 
				
			||||||
} else {
 | 
					 | 
				
			||||||
	content_html = content_html.replace('__TAILWIND_INSERT__', '');
 | 
					 | 
				
			||||||
	content_svelteconfig = content_svelteconfig.replace(
 | 
					 | 
				
			||||||
		'__insert__',
 | 
					 | 
				
			||||||
		"{postcss:{plugins:[require('tailwindcss'),require('autoprefixer')]}}"
 | 
					 | 
				
			||||||
	);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
fs.writeFileSync('./public/index.html', content_html);
 | 
					 | 
				
			||||||
fs.writeFileSync('./svelte.config.js', content_svelteconfig);
 | 
					 | 
				
			||||||
console.info('dev setup script done');
 | 
					 | 
				
			||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
const fs = require('fs');
 | 
					const fs = require('fs');
 | 
				
			||||||
const package = JSON.parse(fs.readFileSync(`./package.json`, { encoding: 'utf-8' }));
 | 
					const package = JSON.parse(fs.readFileSync(`./package.json`, { encoding: 'utf-8' }));
 | 
				
			||||||
const original = fs.readFileSync(`./index.template.html`, { encoding: 'utf-8' });
 | 
					const original = fs.readFileSync(`./index.html`, { encoding: 'utf-8' });
 | 
				
			||||||
let out = original.replace(/RELEASE_INFO-(\S)+-RELEASE_INFO/gi, 'RELEASE_INFO-' + package.version + '-RELEASE_INFO');
 | 
					let out = original.replace(/RELEASE_INFO-(\S)+-RELEASE_INFO/gi, 'RELEASE_INFO-' + package.version + '-RELEASE_INFO');
 | 
				
			||||||
fs.writeFileSync(`./index.template.html`, out);
 | 
					fs.writeFileSync(`./index.html`, out);
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										50
									
								
								vite.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								vite.config.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,50 @@
 | 
				
			|||||||
 | 
					import svelte from '@sveltejs/vite-plugin-svelte';
 | 
				
			||||||
 | 
					import windiCSS from 'vite-plugin-windicss';
 | 
				
			||||||
 | 
					import { minify } from 'html-minifier';
 | 
				
			||||||
 | 
					import { defineConfig } from 'vite';
 | 
				
			||||||
 | 
					//
 | 
				
			||||||
 | 
					const indexReplace = () => {
 | 
				
			||||||
 | 
						return {
 | 
				
			||||||
 | 
							name: 'html-transform',
 | 
				
			||||||
 | 
							transformIndexHtml(html) {
 | 
				
			||||||
 | 
								return minify(html, {
 | 
				
			||||||
 | 
									collapseWhitespace: true
 | 
				
			||||||
 | 
								});
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						};
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export default defineConfig(({ command, mode }) => {
 | 
				
			||||||
 | 
						const isProduction = mode === 'production';
 | 
				
			||||||
 | 
						return {
 | 
				
			||||||
 | 
							// base: './',
 | 
				
			||||||
 | 
							build: {
 | 
				
			||||||
 | 
								polyfillDynamicImport: false,
 | 
				
			||||||
 | 
								cssCodeSplit: false,
 | 
				
			||||||
 | 
								minify: isProduction
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
							plugins: [
 | 
				
			||||||
 | 
								windiCSS({
 | 
				
			||||||
 | 
									//@ts-ignore
 | 
				
			||||||
 | 
									verbose: true,
 | 
				
			||||||
 | 
									silent: false,
 | 
				
			||||||
 | 
									debug: true,
 | 
				
			||||||
 | 
									config: 'tailwind.config.js', // tailwind config file path (optional)
 | 
				
			||||||
 | 
									compile: false, // false: interpretation mode; true: compilation mode
 | 
				
			||||||
 | 
									prefix: 'windi-', // set compilation mode style prefix
 | 
				
			||||||
 | 
									globalPreflight: true, // set preflight style is global or scoped
 | 
				
			||||||
 | 
									globalUtility: true // set utility style is global or scoped
 | 
				
			||||||
 | 
								}),
 | 
				
			||||||
 | 
								svelte({
 | 
				
			||||||
 | 
									//@ts-ignore
 | 
				
			||||||
 | 
									hot: !isProduction,
 | 
				
			||||||
 | 
									emitCss: true,
 | 
				
			||||||
 | 
									extensions: [ '.md', '.svx', '.svelte' ],
 | 
				
			||||||
 | 
									preprocess: [
 | 
				
			||||||
 | 
										//
 | 
				
			||||||
 | 
									]
 | 
				
			||||||
 | 
								}),
 | 
				
			||||||
 | 
								indexReplace()
 | 
				
			||||||
 | 
							]
 | 
				
			||||||
 | 
						};
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
@@ -1,9 +0,0 @@
 | 
				
			|||||||
module.exports = {
 | 
					 | 
				
			||||||
	globDirectory: 'public',
 | 
					 | 
				
			||||||
	globPatterns: [ '**/*.{js,ico,png,svg,html,webmanifest,txt,json}' ],
 | 
					 | 
				
			||||||
	globIgnores: [ 'env.js', 'env.sample.js' ],
 | 
					 | 
				
			||||||
	swDest: 'public/sw.js',
 | 
					 | 
				
			||||||
	cleanupOutdatedCaches: true,
 | 
					 | 
				
			||||||
	mode: 'production',
 | 
					 | 
				
			||||||
	sourcemap: false
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user