mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
85cb7c92e7
Signed-off-by: snipe <snipe@snipe.net>
44 lines
3.5 KiB
PHP
44 lines
3.5 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.',
|
|
'delete_confirm' => 'Bạn có chắc chắn muốn xóa tài sản này không?',
|
|
'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.',
|
|
'model_invalid' => 'This model for this asset is invalid.',
|
|
'model_invalid_fix' => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.',
|
|
'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 thay đổi trạng thái yêu cầu',
|
|
'restore' => 'Phục hồi tài sản',
|
|
'pending' => 'Đang chờ',
|
|
'undeployable' => 'Không cho phép cấp phát',
|
|
'undeployable_tooltip' => 'Tài sản này có nhãn trạng thái không thể triển khai và không thể kiểm tra vào lúc này.',
|
|
'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 <code>Admin > General Settings</code>.</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' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
|
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
|
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
|
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
|
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
|
'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' => 'Lựa chọn xuất',
|
|
'mfg_warranty_lookup' => ':manufacturer Tra cứu tình trạng bảo hành',
|
|
'user_department' => 'Bộ phận người dùng',
|
|
];
|