snipe-it/resources/lang/vi/admin/hardware/general.php
snipe 9db0b038a5 Updated translation strings
Signed-off-by: snipe <snipe@snipe.net>
2022-08-08 15:29:28 -07:00

45 lines
2.9 KiB
PHP

<?php
return [
'about_assets_title' => 'Giới thiệu về Tài sản',
'about_assets_text' => 'Tài sản là các mục được theo dõi bằng số sê-ri hoặc thẻ nội dung. Chúng thường có giá trị cao hơn khi xác định một mục cụ thể.',
'archived' => 'Đã lưu trữ',
'asset' => 'Tài sản',
'bulk_checkout' => 'Checkout Tài sản',
'bulk_checkin' => 'Thu hồi tài sản',
'checkin' => 'Checkin tài sản',
'checkout' => 'Tài sản thanh toán',
'clone' => 'Nhân đôi tài sản',
'deployable' => 'Cho phép cấp phát',
'deleted' => 'Tài sản này đã bị xóa.',
'edit' => 'Sửa tài sản',
'model_deleted' => 'Model tài sản này đã bị xóa. Vui lòng khôi phục lại model trước khi khôi phục tài sản.',
'requestable' => 'Cho phép đề xuất',
'requested' => 'Yêu cầu',
'not_requestable' => 'Không cho phép đề xuất',
'requestable_status_warning' => 'Không đổi trạng thái yêu cầu được',
'restore' => 'Phục hồi tài sản',
'pending' => 'Đang chờ',
'undeployable' => 'Không cho phép cấp phát',
'view' => 'Xem tài sản',
'csv_error' => 'Có lỗi trong file CSV của bạn:',
'import_text' => '
<p>
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin &gt; General Settings.
</p>
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p>
<p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
',
'csv_import_match_f-l' => 'Kết hợp người dùng dưới dạng tên.họ (trí.nguyễn)',
'csv_import_match_initial_last' => 'Kết hợp người dùng dưới dạng họ (nguyễn)',
'csv_import_match_first' => 'Kế hợp người dùng dưới dạng tên (trí)',
'csv_import_match_email' => 'Kết hợp người dùng bằng địa chỉ email',
'csv_import_match_username' => 'Kết hợp người dùng bằng tên đăng nhập',
'error_messages' => 'Thông báo lỗi:',
'success_messages' => 'Thông báo thành công:',
'alert_details' => 'Xem bên dưới để biết thêm chi tiết.',
'custom_export' => 'Custom Export'
];