route bugfix, localization
This commit is contained in:
@@ -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",
|
||||
];
|
||||
@@ -24,6 +24,7 @@ return [
|
||||
"edit" => "Edit",
|
||||
"submitting" => "Submitting",
|
||||
"submit" => "Submit",
|
||||
"apply" => "Apply",
|
||||
"request" => "Request",
|
||||
"cancel" => "Cancel",
|
||||
"confirm" => "Confirm",
|
||||
@@ -36,6 +37,7 @@ return [
|
||||
"retry" => "Retry",
|
||||
"go_back" => "Go Back",
|
||||
"save" => "Save",
|
||||
"save_only" => "Save Only",
|
||||
"saving" => "Saving",
|
||||
"delete" => "Delete",
|
||||
"info" => "Info",
|
||||
|
||||
Reference in New Issue
Block a user