2017-11-30 12:33:06 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'profile' => 'Hồ sơ',
|
|
|
|
'logout' => 'Đăng xuất',
|
|
|
|
'login' => 'Đăng nhập',
|
|
|
|
'login_to' => 'Đăng nhập ngay',
|
|
|
|
'remember_me' => 'Ghi nhớ tôi',
|
|
|
|
'forgot_password' => 'Quên mật khẩu',
|
|
|
|
'reset_password' => 'Khôi phục mật khẩu',
|
|
|
|
'enter_email' => 'Nhập địa chỉ email của bạn',
|
|
|
|
'current_email' => 'Email hiện tại của bạn',
|
|
|
|
'reset' => 'Đặt lại',
|
|
|
|
'never' => 'không bao giờ',
|
2018-06-20 18:47:39 +03:00
|
|
|
|
2017-11-30 12:33:06 +03:00
|
|
|
'password' => [
|
|
|
|
'current' => 'Mật khẩu',
|
|
|
|
'current_confirm' => 'Xác nhân mật khẩu',
|
|
|
|
'new' => 'Mật khẩu mới',
|
|
|
|
'new_confirm' => 'Xác nhận mật khẩu mới',
|
|
|
|
],
|
2018-06-20 18:47:39 +03:00
|
|
|
|
2017-11-30 12:33:06 +03:00
|
|
|
'error' => [
|
2018-06-20 18:47:39 +03:00
|
|
|
'self_delete' => 'Lỗi: Bạn không thể xoá chính bạn!',
|
|
|
|
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
|
2017-11-30 12:33:06 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'failed' => 'Thông tin tài khoản không tìm thấy trong hệ thống.',
|
|
|
|
'disabled' => 'Tài khoản của bạn bị khoá. Vui lòng liên hệ với quản trị viên.',
|
|
|
|
'throttle' => 'Vượt quá số lần đăng nhập cho phép. Vui lòng thử lại sau :seconds giây.',
|
|
|
|
|
2018-06-20 18:47:39 +03:00
|
|
|
'notification' => [
|
|
|
|
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
|
|
|
|
'message_2' => 'If you did not request a password reset, no further action is required.',
|
|
|
|
'button' => 'Reset Password',
|
|
|
|
],
|
|
|
|
|
2017-11-30 12:33:06 +03:00
|
|
|
];
|