Added missing language keys

ref #99
This commit is contained in:
Nicolai Ort 2021-03-18 20:04:54 +01:00
parent e4b80c9ab3
commit 6109996ade
2 changed files with 12 additions and 2 deletions

View File

@ -144,7 +144,7 @@
<label <label
for="donation_amount_eur" for="donation_amount_eur"
class="block text-sm font-medium text-gray-700"> class="block text-sm font-medium text-gray-700">
Distance</label> {$_('distance')}</label>
<div class="mt-1 flex rounded-md shadow-sm"> <div class="mt-1 flex rounded-md shadow-sm">
<input <input
autocomplete="off" autocomplete="off"

View File

@ -339,5 +339,15 @@
"welcome_wavinghand": "Welcome 👋", "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! 🎉", "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-have-to-provide-an-organization": "You have to provide an organization",
"zip-postal-code": "ZIP/ postal code" "zip-postal-code": "ZIP/ postal code",
"scanstations": "Scanstations",
"groups-are-being-loaded": "Groups are being loaded",
"loading-group-detail": "Loading group detail...",
"create-a-new-scanstation": "Create a new station",
"scanstations-are-being-loaded": "Loading scanstations...",
"loading-station-details": "Loading station details",
"scanstation": "Scanstation",
"this-scanstation-is": "This scanstation is",
"delete-station": "Delete station",
"enabled": "enabled"
} }