feature/5_basic_ui_lap_times #8

Merged
philipp merged 8 commits from feature/5_basic_ui_lap_times into dev 2021-03-03 17:07:50 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit cf5c279eac - Show all commits

View File

@ -133,10 +133,10 @@
<tr>
<th
class="px-4 py-3 title-font tracking-wider font-medium text-white text-sm bg-gray-800 rounded-tl rounded-bl"
>Distanz</th>
>{{ $t('distance') }}</th>
<th
class="px-4 py-3 title-font tracking-wider font-medium text-white text-sm bg-gray-800"
>Rundenzeit</th>
>{{ $t('lap_time') }}</th>
<th
class="w-10 title-font tracking-wider font-medium text-white text-sm bg-gray-800 rounded-tr rounded-br"
></th>

View File

@ -1,9 +1,11 @@
{
"already_have_an_account": "Sie haben bereits einen Account?",
"apartment_suite_etc": "Addresszeile 2",
"distance": "Disttanz",
"download_certificate": "Urkunde herunterladen",
"e_mail_adress": "E-Mail Adresse",
"go_to_login": "Zum Login",
"lap_time": "Rundenzeit",
"lap_times": "Rundenzeiten",
"main_page_text": "Hier können Sie sich für den Lauf Für Kaya! registrieren oder ihr Läuferprofil verwalten.",
"mittelname": "Mittelname",

View File

@ -1,9 +1,11 @@
{
"already_have_an_account": "Already have an account?",
"apartment_suite_etc": "Apartment, suite, etc.",
"distance": "Distance",
"download_certificate": "Download certificate",
"e_mail_adress": "mail address",
"go_to_login": "Go To Login",
"lap_time": "Lap time",
"lap_times": "Lap times",
"main_page_text": "Here you can register for the Lauf Für Kaya! or manage your runner profile.",
"mittelname": "Middlename",