Added translations 🌍

ref #39
This commit is contained in:
2021-04-06 17:27:18 +02:00
parent 815a36f202
commit d713fbef94
3 changed files with 11 additions and 5 deletions

View File

@@ -251,10 +251,10 @@
<th class="px-4 py-3 title-font tracking-wider font-medium">Name</th>
<th
class="px-4 py-3 title-font tracking-wider font-medium"
>Amount per distance (in )</th>
>{{ $t('amount_per_kilometer_in_eur') }}</th>
<th
class="px-4 py-3 title-font tracking-wider font-medium"
>Current total amount (in )</th>
>{{ $t('current_total_amount_in_eur') }}</th>
</tr>
</thead>
<tbody class="text-gray-900 dark:text-gray-50">
@@ -287,9 +287,9 @@
<img
src="../assets/empty_laps.svg"
style="height:25rem; margin:0 auto;"
:alt="[[$t('no_laps_scans_were_recorded_yet')]]"
:alt="[[$t('no_sponsorings_for_you_were_recorded_yet')]]"
/>
No sponsorings for you were recorded yet...
{{ $t('no_sponsorings_for_you_were_recorded_yet') }}
</div>
</div>
</div>