mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
10 lines
284 B
PHP
Executable file
10 lines
284 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'title' => 'Поддръжка на активи',
|
|
'asset_name' => 'Актив',
|
|
'supplier_name' => 'Доставчик',
|
|
'is_warranty' => 'Гаранция',
|
|
'dl_csv' => 'Сваляне на CSV'
|
|
];
|