mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
14 lines
552 B
PHP
14 lines
552 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'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>.',
|
|
'restore' => 'Khôi phục Model',
|
|
'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' => 'No custom fields',
|
|
|
|
);
|