Sorted translations 🌍

closes #1
This commit is contained in:
Nicolai Ort 2021-04-07 20:53:21 +02:00
parent c5e4facffa
commit 70bfbfcd53
3 changed files with 103 additions and 103 deletions

View File

@ -153,7 +153,7 @@
{general.total_runners} {general.total_runners}
</h1> </h1>
<h1 class="text-2xl font-semibold text-center text-gray-900"> <h1 class="text-2xl font-semibold text-center text-gray-900">
{$_('laeufer')} {$_("laeufer")}
</h1> </h1>
</div> </div>
<div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3"> <div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3">
@ -161,7 +161,7 @@
{general.total_distance} {general.total_distance}
</h1> </h1>
<h1 class="text-2xl font-semibold text-center text-gray-900"> <h1 class="text-2xl font-semibold text-center text-gray-900">
{$_('kilometer-gesamt')} {$_("kilometer-gesamt")}
</h1> </h1>
</div> </div>
<div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3"> <div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3">
@ -169,7 +169,7 @@
{general.total_donation} {general.total_donation}
</h1> </h1>
<h1 class="text-2xl font-semibold text-center text-gray-900"> <h1 class="text-2xl font-semibold text-center text-gray-900">
{$_('spendensumme')} {$_("spendensumme")}
</h1> </h1>
</div> </div>
</div> </div>
@ -177,7 +177,7 @@
{:else if current_page === "runners_distance"} {:else if current_page === "runners_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"> <h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
{$_('top-laeufer')} ({$_('distanz')}) {$_("top-laeufer")} ({$_("distanz")})
</h1> </h1>
<table class="table p-4 bg-white shadow rounded-lg w-full"> <table class="table p-4 bg-white shadow rounded-lg w-full">
<thead> <thead>
@ -185,22 +185,22 @@
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('platz')} {$_("platz")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('laeufer')} {$_("laeufer")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('organisation')} {$_("organisation")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('kilometer')} {$_("kilometer")}
</th> </th>
</tr> </tr>
</thead> </thead>
@ -228,7 +228,7 @@
{:else if current_page === "runners_laptime"} {:else if current_page === "runners_laptime"}
<div transition:slide|local> <div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"> <h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
{$_('top-laeufer')} ({$_('rundenzeit')}) {$_("top-laeufer")} ({$_("rundenzeit")})
</h1> </h1>
<table class="table p-4 bg-white shadow rounded-lg w-full"> <table class="table p-4 bg-white shadow rounded-lg w-full">
<thead> <thead>
@ -236,22 +236,22 @@
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('platz')} {$_("platz")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('laeufer')} {$_("laeufer")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('organisation')} {$_("organisation")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('schnellste-rundenzeit')} {$_("schnellste-rundenzeit")}
</th> </th>
</tr> </tr>
</thead> </thead>
@ -279,7 +279,7 @@
{:else if current_page === "orgs_distance"} {:else if current_page === "orgs_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"> <h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
{$_('top-organsiationen')} {$_("top-organsiationen")}
</h1> </h1>
<table class="table p-4 bg-white shadow rounded-lg w-full"> <table class="table p-4 bg-white shadow rounded-lg w-full">
<thead> <thead>
@ -287,17 +287,17 @@
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('platz')} {$_("platz")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('organsiation')} {$_("organsiation")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('kilometer')} {$_("kilometer")}
</th> </th>
</tr> </tr>
</thead> </thead>
@ -321,7 +321,7 @@
{:else if current_page === "teams_distance"} {:else if current_page === "teams_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"> <h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
{$_('top-teams')} {$_("top-teams")}
</h1> </h1>
<table class="table p-4 bg-white shadow rounded-lg w-full"> <table class="table p-4 bg-white shadow rounded-lg w-full">
<thead> <thead>
@ -329,17 +329,17 @@
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('platz')} {$_("platz")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('team')} {$_("team")}
</th> </th>
<th <th
class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900" class="border p-4 dark:border-dark-5 whitespace-nowrap font-normal text-gray-900"
> >
{$_('kilometer')} {$_("kilometer")}
</th> </th>
</tr> </tr>
</thead> </thead>

View File

@ -1,42 +1,42 @@
{ {
"api_endpoint": "API-Endpunkt", "api_endpoint": "API-Endpunkt",
"api_key": "API Key", "api_key": "API Key",
"back_to_scanner": "Zurück zur Beamershow", "back_to_scanner": "Zurück zur Beamershow",
"client_token": "Client Token", "client_token": "Client Token",
"configuration": "Konfiguration", "configuration": "Konfiguration",
"configure": "Konfigurieren", "configure": "Konfigurieren",
"error": "Error!", "distanz": "Distanz",
"language": "Sprache", "error": "Error!",
"log_out_from_this_client": "Von dieser Beamershow abmelden", "kilometer": "Kilometer",
"minimum_lap_time": "minimale Rundenzeit", "kilometer-gesamt": "Kilometer gesamt",
"please_check_your_token_and_try_again": "Bitte überprüfe den Token und versuche es erneut...", "laeufer": "Läufer",
"please_provide_a_valid_client_api_endpoint": "Bitte gebe einen gültigen API-Endpunkt an ...", "language": "Sprache",
"please_provide_a_valid_client_token": "Bitte gebe einen gültigen Client-Token an ...", "log_out_from_this_client": "Von dieser Beamershow abmelden",
"please_provide_the_scan_client_token": "Bitte gebe den Beamershow-Client-Token an.", "minimum_lap_time": "minimale Rundenzeit",
"please_scan_a_card": "Bitte scanne eine Karte ...", "organisation": "Organisation",
"runner_card": "Läuferkarte", "organsiation": "Organsiation",
"scan": "Scannen!", "platz": "Platz",
"see_our_configuration_guide": "Siehe dir unsere Konfigurationsanleitung an.", "please_check_your_token_and_try_again": "Bitte überprüfe den Token und versuche es erneut...",
"settings": "Einstellungen", "please_provide_a_valid_client_api_endpoint": "Bitte gebe einen gültigen API-Endpunkt an ...",
"station_description": "Beschreibung der Scanstation", "please_provide_a_valid_client_token": "Bitte gebe einen gültigen Client-Token an ...",
"station_id": "Scanstations-ID", "please_provide_the_scan_client_token": "Bitte gebe den Beamershow-Client-Token an.",
"the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.", "please_scan_a_card": "Bitte scanne eine Karte ...",
"the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.", "rundenzeit": "Rundenzeit",
"track_distance": "Länge des Tracks", "runner_card": "Läuferkarte",
"track_id": "Track ID", "scan": "Scannen!",
"track_name": "Track Name", "schnellste-rundenzeit": "Schnellste Rundenzeit",
"laeufer": "Läufer", "see_our_configuration_guide": "Siehe dir unsere Konfigurationsanleitung an.",
"kilometer-gesamt": "Kilometer gesamt", "settings": "Einstellungen",
"spendensumme": "Spendensumme", "spendensumme": "Spendensumme",
"top-laeufer": "Top-Läufer", "station_description": "Beschreibung der Scanstation",
"distanz": "Distanz", "station_id": "Scanstations-ID",
"platz": "Platz", "team": "Team",
"organisation": "Organisation", "the_provided_scan_station_is_disabled": "Die angegebene Scanstation ist deaktiviert.",
"kilometer": "Kilometer", "the_provided_scan_station_token_is_invalid": "Der angegebene Scanstation-Token ist ungültig.",
"rundenzeit": "Rundenzeit", "top-laeufer": "Top-Läufer",
"schnellste-rundenzeit": "Schnellste Rundenzeit", "top-organsiationen": "Top-Organsiationen",
"top-organsiationen": "Top-Organsiationen", "top-teams": "Top-Teams",
"organsiation": "Organsiation", "track_distance": "Länge des Tracks",
"top-teams": "Top-Teams", "track_id": "Track ID",
"team": "Team" "track_name": "Track Name"
} }

View File

@ -1,42 +1,42 @@
{ {
"api_endpoint": "API Endpoint", "api_endpoint": "API Endpoint",
"api_key": "API Key", "api_key": "API Key",
"back_to_scanner": "Back to Beamershow", "back_to_scanner": "Back to Beamershow",
"client_token": "Client Token", "client_token": "Client Token",
"configuration": "Configuration", "configuration": "Configuration",
"configure": "Configure", "configure": "Configure",
"error": "Error!", "distanz": "distance",
"language": "Language", "error": "Error!",
"log_out_from_this_client": "Log Out from this Client", "kilometer": "Kilometers",
"minimum_lap_time": "minimum lap time", "kilometer-gesamt": "Kilometers total",
"please_check_your_token_and_try_again": "Please check your token and try again...", "laeufer": "Runners",
"please_provide_a_valid_client_api_endpoint": "Please provide a valid api endpoint...", "language": "Language",
"please_provide_a_valid_client_token": "Please provide a valid client token...", "log_out_from_this_client": "Log Out from this Client",
"please_provide_the_scan_client_token": "Please provide the scan client token.", "minimum_lap_time": "minimum lap time",
"please_scan_a_card": "please scan a card...", "organisation": "Organization",
"runner_card": "Runner Card", "organsiation": "Organization",
"scan": "Scan!", "platz": "Place",
"see_our_configuration_guide": "See our configuration guide.", "please_check_your_token_and_try_again": "Please check your token and try again...",
"settings": "Settings", "please_provide_a_valid_client_api_endpoint": "Please provide a valid api endpoint...",
"station_description": "Station Description", "please_provide_a_valid_client_token": "Please provide a valid client token...",
"station_id": "Scanstation ID", "please_provide_the_scan_client_token": "Please provide the scan client token.",
"the_provided_scan_station_is_disabled": "The provided scan station is disabled.", "please_scan_a_card": "please scan a card...",
"the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.", "rundenzeit": "fastetst lap",
"track_distance": "Track Distance", "runner_card": "Runner Card",
"track_id": "Track ID", "scan": "Scan!",
"track_name": "Track Name", "schnellste-rundenzeit": "Fastest lap",
"laeufer": "Runners", "see_our_configuration_guide": "See our configuration guide.",
"kilometer-gesamt": "Kilometers total", "settings": "Settings",
"spendensumme": "Donations", "spendensumme": "Donations",
"top-laeufer": "Top runners", "station_description": "Station Description",
"distanz": "distance", "station_id": "Scanstation ID",
"platz": "Place", "team": "Team",
"organisation": "Organization", "the_provided_scan_station_is_disabled": "The provided scan station is disabled.",
"kilometer": "Kilometers", "the_provided_scan_station_token_is_invalid": "The provided scan station token is invalid.",
"rundenzeit": "fastetst lap", "top-laeufer": "Top runners",
"schnellste-rundenzeit": "Fastest lap", "top-organsiationen": "Top organizations",
"top-organsiationen": "Top organizations", "top-teams": "Top teams",
"organsiation": "Organization", "track_distance": "Track Distance",
"top-teams": "Top teams", "track_id": "Track ID",
"team": "Team" "track_name": "Track Name"
} }