Added i18n

ref #119
This commit is contained in:
Nicolai Ort 2021-04-03 19:46:17 +02:00
parent 48cfc15cfb
commit 17f6f4e616
3 changed files with 856 additions and 854 deletions

View File

@ -230,7 +230,7 @@
id="options-menu"
aria-haspopup="true"
aria-expanded="true">
{$_('generate-runnercards')}
{$_('generate-runner-certificates')}
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"

View File

@ -423,5 +423,6 @@
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"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"
"zip-postal-code": "Postleitzahl",
"generate-runner-certificates": "Urkunden generieren"
}

View File

@ -424,5 +424,6 @@
"you-have-to-provide-an-organization": "You have to provide an organization",
"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"
"zip-postal-code": "ZIP/ postal code",
"generate-runner-certificates": "Generate runner certificates"
}