mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-21 02:30:45 -08:00
9 lines
196 B
PHP
9 lines
196 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'title' => '资产维护',
|
||
|
'asset_name' => '资产名称',
|
||
|
'is_warranty' => '质保',
|
||
|
'dl_csv' => '下载CSV文件',
|
||
|
];
|