mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
9 lines
198 B
PHP
9 lines
198 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => '자산 관리',
|
|
'asset_name' => 'Asset Name',
|
|
'is_warranty' => '보증',
|
|
'dl_csv' => 'CSV로 내려받기'
|
|
];
|