auth.php 1.69 KB
<?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ờ',
    
    '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',
    ],
    
    'error' => [
        '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.',
    ],

    '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.',

    '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',
    ],

];