Localization

This commit is contained in:
2022-12-09 14:54:28 +01:00
parent 87f7b44010
commit c0997e0224
6 changed files with 37 additions and 16 deletions

View File

@@ -8,6 +8,11 @@ return [
"accept_invite_description" => "Schließen Sie die Registrierung ab indem Sie ein Passwort wählen",
"confirm_email_title" => "E-Mail Adresse bestätigen",
"confirm_email_description" => "Schließen Sie die Registrierung ab indem Sie Ihre E-Mail Adresse bestätigen",
"registration_title" => "Registration",
"registration_description" => "Erstelle einen neuen Account",
"resend_confirm_email_title" => "Bestätigungsmail erneut senden",
"resend_confirm_email_description" => "Eine neue Bestätigungsmail anfordern um die Accounterstellung abzuschließen",
"resend_confirm_email_form_title" => "Geben Sie Ihre E-Mailadresse ein, um eine neue Bestätigungsmail zu erhalten",
"form_title" => "Bitte geben Sie ihre Daten ein",
"username" => "Benutzername",
"username_or_email" => "Benutzername oder E-Mail",

View File

@@ -7,6 +7,7 @@ return [
"Go back" => "Zurück",
"submitting" => "Übermittle",
"submit" => "Absenden",
"request" => "Anfordern",
"language" => "Sprache",
"loading" => "Laden",
"logout" => "Ausloggen",

View File

@@ -8,6 +8,11 @@ return [
"accept_invite_description" => "Complete your account registration by choosing a password",
"confirm_email_title" => "Confirm Email",
"confirm_email_description" => "Complete your registration by confirming the e-mail address",
"registration_title" => "Registration",
"registration_description" => "Create a new account",
"resend_confirm_email_title" => "Resend Confirm Email",
"resend_confirm_email_description" => "Request a new confirmation email to finalize the account creation",
"resend_confirm_email_form_title" => "Enter your E-Mail address, to receive a new e-mail to confirm your registration.",
"form_title" => "Please fill with your details",
"username" => "Username",
"username_or_email" => "Username or E-Mail",

View File

@@ -7,6 +7,7 @@ return [
"go_back" => "Go Back",
"submitting" => "Submitting",
"submit" => "Submit",
"request" => "Request",
"language" => "Language",
"loading" => "Loading",
"logout" => "Logout",