Blame view

resources/lang/vi-VN/auth.php 1.69 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  <?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',
      ],
  
  ];