Files
backpackforlaravel-dev/lang/vendor/backpack/en/base.php
2025-06-13 12:36:48 +08:00

97 lines
4.7 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack\Base Language Lines
|--------------------------------------------------------------------------
*/
'registration_closed' => 'Registration is closed.',
'no_email_column' => 'Users do not have an associated email address.',
'first_page_you_see' => 'The first page you see after login',
'login_status' => 'Login status',
'logged_in' => 'You are logged in!',
'toggle_navigation' => 'Toggle navigation',
'administration' => 'ADMINISTRATION',
'user' => 'USER',
'logout' => 'Logout',
'login' => 'Login',
'register' => 'Register',
'name' => 'Name',
'email_address' => 'E-mail address',
'email' => 'Email',
'username' => 'Username',
'password' => 'Password',
'old_password' => 'Old password',
'new_password' => 'New password',
'confirm_password' => 'Confirm password',
'remember_me' => 'Remember me',
'forgot_your_password' => 'Forgot Your Password?',
'reset_password' => 'Reset Password',
'send_reset_link' => 'Send Password Reset Link',
'click_here_to_reset' => 'Click here to reset your password',
'change_password' => 'Change Password',
'unauthorized' => 'Unauthorized.',
'dashboard' => 'Dashboard',
'handcrafted_by' => 'Handcrafted by',
'powered_by' => 'Powered by',
'my_account' => 'My Account',
'update_account_info' => 'Update Account Info',
'save' => 'Save',
'cancel' => 'Cancel',
'error' => 'Error',
'success' => 'Success',
'warning' => 'Warning',
'notice' => 'Notice',
'old_password_incorrect' => 'Old password is incorrect.',
'password_dont_match' => 'Passwords do not match.',
'password_empty' => 'Make sure both password fields are filled out.',
'password_updated' => 'Password updated.',
'account_updated' => 'Account updated successfully.',
'unknown_error' => 'An unknown error has occurred. Please try again.',
'error_saving' => 'Error while saving. Please try again.',
'welcome' => 'Welcome!',
'use_sidebar' => 'Use the sidebar to the left to create, edit or delete content.',
'error_page' => [
'title' => 'Error :error',
'button' => 'Take me home',
'message_4xx' => 'Please <a :href_back>go back</a> or return to <a :href_homepage>our homepage</a>.',
'message_500' => 'An internal server error has occurred. If the error persists please contact the development team.',
'message_503' => 'The server is overloaded or down for maintenance. Please try again later.',
'400' => 'Bad request.',
'401' => 'Unauthorized action.',
'403' => 'Forbidden.',
'404' => 'Page not found.',
'405' => 'Method not allowed.',
'408' => 'Request timeout.',
'429' => 'Too many requests.',
'500' => 'It\'s not you, it\'s me.',
],
'password_reset' => [
'greeting' => 'Hello!',
'subject' => 'Reset Password Notification',
'line_1' => 'You are receiving this email because we received a password reset request for your account.',
'line_2' => 'Click the button below to reset your password:',
'button' => 'Reset Password',
'notice' => 'If you did not request a password reset, no further action is required.',
],
'step' => 'Step',
'confirm_email' => 'Confirm Email',
'choose_new_password' => 'Choose New Password',
'confirm_new_password' => 'Confirm new password',
'throttled' => 'You have already requested a password reset recently. Please check your email. If you do not receive our email, please retry later.',
'throttled_request' => 'You have exceeded the limit of tries. Please wait a few minutes and try again.',
'verify_email' => [
'email_verification' => 'Email Verification',
'verification_link_sent' => 'A verification link has been sent to your email address.',
'email_verification_required' => 'Please verify your email address, by clicking on the link we\'ve sent you.',
'resend_verification_link' => 'Resend link',
],
];