Fixed missing translations for scanstations🌍

ref #107
This commit is contained in:
Nicolai Ort 2021-03-25 17:59:50 +01:00
parent a1ab65a0e9
commit aeadef60bb
3 changed files with 783 additions and 761 deletions

View File

@ -86,7 +86,7 @@
<div class="mt-2 mb-6">
<label
for="token"
class="block text-sm font-medium text-gray-700">Token</label>
class="block text-sm font-medium text-gray-700">{$_('token')}</label>
<div on:click={copy} class="inline-flex">
<p
name="token"

View File

@ -377,5 +377,16 @@
"you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
"you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"zip-postal-code": "Postleitzahl"
"zip-postal-code": "Postleitzahl",
"please-provide-the-required-information-to-create-a-new-scanstation": "Bitte gebe alle für eine Scannerstation notwendigen Informationen an",
"enabled_large": "Disabled",
"disabled": "deaktiviert",
"token": "Token",
"click-to-copy-token-to-clipboard": "Klicke auf den Token, um ihn in deine Zwischenablage zu kopieren",
"please-copy-the-token-and-store-it-somewhere-save": "Bitte kopiere dir den Token und bewahre ihn gut auf.",
"the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "Der Scannerstation Token wird nur einmal angezeigt - du kannst ihn nicht ändern oder ihn dir nochmal anzeigen lassen!",
"copied-token-to-clipboard": "Token wurde in die Zwischenablage kopiert",
"error-whyile-copying-to-clipboard": "Fehler beim Kopieren in die Zwischenablage",
"scanstation-is-being-added": "Scannerstation wird angelegt...",
"scanstation-added": "Station wurde erstellt"
}

View File

@ -377,5 +377,16 @@
"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-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
"you-have-to-provide-an-organization": "You have to provide an organization",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"please-provide-the-required-information-to-create-a-new-scanstation": "Please provide the required information to create a new scanstation",
"enabled_large": "Enabled",
"disabled": "disabled",
"token": "Token",
"click-to-copy-token-to-clipboard": "Click to copy the token to your clipboard",
"please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere safe.",
"the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The scanstation api token will only get displayed once - you won't be able to change or view it again!",
"copied-token-to-clipboard": "Copied token to clipboard",
"error-whyile-copying-to-clipboard": "Error while copying to clipboard",
"scanstation-is-being-added": "Adding scanstation...",
"scanstation-added": "Scanstation added"
}