forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request coollabsio#2481 from toohard2explain/add-german-tr…
…anslation chore: add German translations
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"auth.login": "Anmelden", | ||
"auth.login.azure": "Mit Microsoft anmelden", | ||
"auth.login.bitbucket": "Mit Bitbucket anmelden", | ||
"auth.login.github": "Mit GitHub anmelden", | ||
"auth.login.gitlab": "Mit GitLab anmelden", | ||
"auth.login.google": "Mit Google anmelden", | ||
"auth.already_registered": "Bereits registriert?", | ||
"auth.confirm_password": "Passwort bestätigen", | ||
"auth.forgot_password": "Passwort vergessen", | ||
"auth.forgot_password_send_email": "Passwort zurücksetzen E-Mail senden", | ||
"auth.register_now": "Registrieren", | ||
"auth.logout": "Abmelden", | ||
"auth.register": "Registrieren", | ||
"auth.registration_disabled": "Registrierung ist deaktiviert. Bitte kontaktiere einen Administrator.", | ||
"auth.reset_password": "Passwort zurücksetzen", | ||
"auth.failed": "Diese Anmeldedaten wurden nicht gefunden.", | ||
"auth.failed.callback": "Fehlerhafte Verarbeitung der Antwort des Anmeldeanbieters.", | ||
"auth.failed.password": "Das angegebene Passwort ist inkorrekt.", | ||
"auth.failed.email": "Wir können keinen Benutzer mit dieser E-Mail Adresse finden.", | ||
"auth.throttle": "Zu viele Anmeldeversuche. Bitte versuche es in :seconds Sekunden erneut.", | ||
"input.name": "Name", | ||
"input.email": "E-Mail", | ||
"input.password": "Passwort", | ||
"input.password.again": "Passwort wiederholen", | ||
"input.code": "Einmalcode", | ||
"input.recovery_code": "Wiederherstellungscode", | ||
"button.save": "Speichern", | ||
"repository.url": "<span class='text-helper'>Beispiele</span><br>Für öffentliche Repositories benutze <span class='text-helper'>https://...</span>.<br>Für private Repositories benutze <span class='text-helper'>git@...</span>.<br><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>main</span> Branch wird ausgewählt<br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nodejs-fastify</span> Branch wird ausgewählt.<br>https://gitea.com/sedlav/expressjs.git <span class='text-helper'>main</span> Branch wird ausgewählt.<br>https://gitlab.com/andrasbacsai/nodejs-example.git <span class='text-helper'>main</span> Branch wird ausgewählt." | ||
} |