This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
'send_password_link' => 'ส่งลิงก์รีเซ็ตรหัสผ่าน',
'email_reset_password' => 'รีเซ็ตรหัสผ่านอีเมล',
'reset_password' => 'รีเซ็ตรหัสผ่าน',
'saml_login' => 'Login via SAML',
'login' => 'เข้าสู่ระบบ',
'login_prompt' => 'กรุณาเข้าสู่ระบบ',
'forgot_password' => 'ฉันลืมรหัสผ่าน',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'จดจำฉัน',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',
];

View File

@ -0,0 +1,45 @@
<?php
return array(
'account_already_exists' => 'อีเมลนี้มีการลงทะเบียนในระบบแล้ว',
'account_not_found' => 'บัญชีผู้ใช้งาน หรือรหัสผ่าน ไม่ถูกต้อง',
'account_not_activated' => 'ชื่อผู้ใช้นี้ยังไม่ได้ทำการเปิดใช้งาน',
'account_suspended' => 'บัญชีผู้ใช้นี้ถูกระงับการใช้งาน',
'account_banned' => 'บัญชีผู้ใช้นี้ถูกห้ามใช้งาน',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'คุณได้เข้าสู่ระบบเรียบร้อย',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'มีปัญหาขณะกำลังเข้าสู่ระบบ กรุณาลองอีกครั้ง',
'success' => 'คุณได้เข้าสู่ระบบเรียบร้อย',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'มีปัญหาในการเปิดใช้งานบัญชีผู้ใช้ของคุณ โปรดลองอีกครั้ง',
'success' => 'สร้างบัญชีผู้ใช้เสร็จเรียบร้อย',
),
'forgot-password' => array(
'error' => 'มีปัญหาในการรับรหัสตั้งค่ารหัสผ่านใหม่ โปรดลองอีกครั้ง',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'มีปัญหาในการตั้งค่ารหัสผ่านใหม่ กรุณาลองอีกครั้ง',
'success' => 'รหัสผ่านบัญชีผู้ใช้ของคุณได้รับการตั้งค่าใหม่เรียบร้อยแล้ว',
),
);