mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-27 14:39:49 -08:00
10 lines
236 B
PHP
Executable file
10 lines
236 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'title' => 'Pemeliharaan Aset',
|
|
'asset_name' => 'Nama Aset',
|
|
'supplier_name' => 'Nama Suplayer',
|
|
'is_warranty' => 'Jaminan',
|
|
'dl_csv' => 'Unduh CSV'
|
|
];
|