mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
19 lines
1.3 KiB
PHP
19 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => 'Giới thiệu về Mô hình Tài sản',
|
|
'about_models_text' => 'Mô hình Tài sản là một cách để nhóm các tài sản giống nhau. "MBP 2013", "IPhone 6", v.v ...',
|
|
'deleted' => 'Model này đã bị xoá. <a href="/hardware/models/:model_id/restore">Bấm vào đây để khôi phục lại</a>.',
|
|
'bulk_delete' => 'Bulk Delete Asset Models',
|
|
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
|
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
|
|
'restore' => 'Khôi phục Model',
|
|
'requestable' => 'Người dùng có thể yêu cầu mô hình này',
|
|
'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này',
|
|
'view_deleted' => 'Xem Model đã xoá',
|
|
'view_models' => 'Xem model',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Không có trường tùy chỉnh',
|
|
|
|
);
|