route bugfix, localization

This commit is contained in:
2023-01-25 14:15:34 +01:00
parent e4e2511d1c
commit 8a09fc1f2d
18 changed files with 129 additions and 35 deletions

View File

@@ -8,6 +8,9 @@ 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",
"confirm_gpg_title" => "Confirm GPG Key",
"confirm_gpg_error" => "Error confirming GPG Key",
"confirm_gpg_success" => "Successfully confirmed GPG Key",
"registration_title" => "Registration",
"registration_description" => "Create a new account",
"resend_confirm_email_title" => "Resend Confirm Email",
@@ -43,7 +46,15 @@ return [
"confirm_success" => "Your e-mail address was successfully confirmed, you may now log in",
"confirm_error" => "Error confirming e-mail address",
"gpg_key" => "GPG Key",
"no_gpg_key_added" => "No GPG key added",
"download_gpg_key" => "Download GPG Key",
"2fa_token" => "Two-Factor Authentication (2FA)",
"profile_picture_of" => "Profile Picture of",
"profile_of" => "Profile of",
"language" => "Language",
"profile" => "User Profile",
"loading_profile" => "Loading Profile",
"error_profile_get" => "Error retrieving user profile",
"registered_at" => "Registered At",
"last_online" => "Last Online",
];