Updated translations

This commit is contained in:
snipe
2017-08-25 07:32:57 -07:00
parent 19670f9dd8
commit e27f6a483d
368 changed files with 3178 additions and 735 deletions
@@ -12,8 +12,8 @@
'success' => 'Tài sản đang bảo trì được tạo thành công.'
],
'edit' => [
'error' => 'Asset Maintenance was not edited, please try again.',
'success' => 'Asset Maintenance edited successfully.'
'error' => 'Asset Maintenance was not created, please try again.',
'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Chưa hoàn thành',
'warranty' => 'Bảo hành',
@@ -28,7 +28,7 @@ return array(
'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
'create' => array(
'error' => 'Fieldset was not created, please try again.',
@@ -63,6 +63,8 @@ return array(
'ldap_email' => 'LDAP Email',
'load_remote_text' => 'Remote Scripts',
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
'login_note' => 'Login Note',
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
'logo' => 'Logo',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
@@ -71,6 +73,12 @@ return array(
'php' => 'Phiên bản PHP',
'php_gd_info' => 'Bạn phải cài đặt php-gd để hiển thị QR codes, xem cấu trúc cài đặt.',
'php_gd_warning' => 'PHP Image Processing và GD plugin thì CHƯA cài đặt.',
'pwd_secure_complexity' => 'Password Complexity',
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.',
'pwd_secure_min' => 'Password minimum characters',
'pwd_secure_min_help' => 'Minimum permitted value is 5',
'pwd_secure_uncommon' => 'Prevent common passwords',
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.',
'qr_help' => 'Bật QR Code đầu tiên để gán cho nó',
'qr_text' => 'Chuỗi QR Code',
'setting' => 'Cài đặt',
@@ -105,6 +113,8 @@ return array(
'width_w' => 'w',
'height_h' => 'h',
'text_pt' => 'pt',
'thumbnail_max_h' => 'Max thumbnail height',
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.',
'two_factor' => 'Two Factor Authentication',
'two_factor_secret' => 'Two-Factor Code',
'two_factor_enrollment' => 'Two-Factor Enrollment',
@@ -31,6 +31,7 @@ return array(
'create' => 'Có vấn đề xảy ra khi tạo người dùng. Xin thử lại lần nữa.',
'update' => 'Có vấn đề xảy ra khi cập nhật người dùng. Xin thử lại lần nữa.',
'delete' => 'Có vấn đề xảy ra khi xóa người dùng. Xin thử lại lần nữa.',
'delete_has_assets' => 'This user has items assigned and could not be deleted.',
'unsuspend' => 'Có vấn đề xảy ra khi phục hồi người dùng bị tạm ngưng. Xin thử lại.',
'import' => 'Có vấn đề xảy ra khi nhập danh sách người dùng. Xin thử lại.',
'asset_already_accepted' => 'Tài sản này đã được chấp thuận.',
@@ -40,6 +41,7 @@ return array(
'ldap_could_not_bind' => 'Không thể liên kết đến máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP. <br>Lỗi từ máy chủ LDAP: ',
'ldap_could_not_search' => 'Không thể tìm thấy máy chủ LDAP. Xin vui lòng kiểm tra cấu hình cài đặt máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP. <br>Lỗi từ máy chủ LDAP:',
'ldap_could_not_get_entries' => 'Không thể lấy các mục từ máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP. <br>Lỗi từ máy chủ LDAP:',
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),
'deletefile' => array(
+1
View File
@@ -19,6 +19,7 @@ return array(
'location' => 'Địa phương',
'lock_passwords' => 'Chi tiết đăng nhập không thể thay đổi trong cài đặt này.',
'manager' => 'Người quản lý',
'managed_locations' => 'Managed Locations',
'name' => 'Tên',
'notes' => 'Ghi chú',
'password_confirm' => 'Xác nhận mật khẩu',
+2
View File
@@ -35,6 +35,8 @@ return array(
"email" => "Định dạng :attribute thì không phù hợp.",
"exists" => ":attribute đã chọn không phù hợp.",
"email_array" => "Một hoặc nhiều địa chỉ email không hợp lệ.",
"hashed_pass" => "Your current password is incorrect",
'dumbpwd' => 'That password is too common.',
"image" => ":attribute phải là một hình.",
"in" => ":attribute đã lựa chọn không hợp lý.",
"integer" => ":attribute phải là một số nguyên.",