]> BookStack Code Mirror - bookstack/blob - resources/lang/th/auth.php
Added testing coverage for tag index
[bookstack] / resources / lang / th / auth.php
1 <?php
2 /**
3  * Authentication Language Lines
4  * The following language lines are used during authentication for various
5  * messages that we need to display to the user.
6  */
7 return [
8
9     'failed' => 'These credentials do not match our records.',
10     'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
11
12     // Login & Register
13     'sign_up' => 'Sign up',
14     'log_in' => 'Log in',
15     'log_in_with' => 'Login with :socialDriver',
16     'sign_up_with' => 'Sign up with :socialDriver',
17     'logout' => 'Logout',
18
19     'name' => 'Name',
20     'username' => 'Username',
21     'email' => 'Email',
22     'password' => 'Password',
23     'password_confirm' => 'Confirm Password',
24     'password_hint' => 'Must be over 7 characters',
25     'forgot_password' => 'Forgot Password?',
26     'remember_me' => 'Remember Me',
27     'ldap_email_hint' => 'Please enter an email to use for this account.',
28     'create_account' => 'Create Account',
29     'already_have_account' => 'Already have an account?',
30     'dont_have_account' => 'Don\'t have an account?',
31     'social_login' => 'Social Login',
32     'social_registration' => 'Social Registration',
33     'social_registration_text' => 'Register and sign in using another service.',
34
35     'register_thanks' => 'Thanks for registering!',
36     'register_confirm' => 'Please check your email and click the confirmation button to access :appName.',
37     'registrations_disabled' => 'Registrations are currently disabled',
38     'registration_email_domain_invalid' => 'That email domain does not have access to this application',
39     'register_success' => 'Thanks for signing up! You are now registered and signed in.',
40
41     // Password Reset
42     'reset_password' => 'Reset Password',
43     'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.',
44     'reset_password_send_button' => 'Send Reset Link',
45     'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.',
46     'reset_password_success' => 'Your password has been successfully reset.',
47     'email_reset_subject' => 'Reset your :appName password',
48     'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.',
49     'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.',
50
51     // Email Confirmation
52     'email_confirm_subject' => 'Confirm your email on :appName',
53     'email_confirm_greeting' => 'Thanks for joining :appName!',
54     'email_confirm_text' => 'Please confirm your email address by clicking the button below:',
55     'email_confirm_action' => 'Confirm Email',
56     'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.',
57     'email_confirm_success' => 'Your email has been confirmed!',
58     'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.',
59
60     'email_not_confirmed' => 'Email Address Not Confirmed',
61     'email_not_confirmed_text' => 'Your email address has not yet been confirmed.',
62     'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.',
63     'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.',
64     'email_not_confirmed_resend_button' => 'Resend Confirmation Email',
65
66     // User Invite
67     'user_invite_email_subject' => 'You have been invited to join :appName!',
68     'user_invite_email_greeting' => 'An account has been created for you on :appName.',
69     'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
70     'user_invite_email_action' => 'Set Account Password',
71     'user_invite_page_welcome' => 'Welcome to :appName!',
72     'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
73     'user_invite_page_confirm_button' => 'Confirm Password',
74     'user_invite_success' => 'Password set, you now have access to :appName!',
75 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.