updated translations

This commit is contained in:
denisdulici
2018-06-20 18:47:39 +03:00
parent bf3defc78c
commit 73259fd77b
106 changed files with 633 additions and 321 deletions

View File

@ -13,18 +13,27 @@ return [
'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!'
'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',
],
];