mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -08:00
9 lines
199 B
PHP
9 lines
199 B
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Varlık Bakımı',
|
||
'asset_name' => 'Asset Name',
|
||
'is_warranty' => 'Garanti',
|
||
'dl_csv' => 'CSV olarak indir'
|
||
];
|