mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
10 lines
288 B
PHP
Executable file
10 lines
288 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'title' => 'Tài sản đang bảo trì',
|
|
'asset_name' => 'Tên tài sản',
|
|
'supplier_name' => 'Tên nhà cung cấp',
|
|
'is_warranty' => 'Bảo hành',
|
|
'dl_csv' => 'Tải tập tin định dạng CSV'
|
|
];
|