mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
bd0863d9c7
Signed-off-by: snipe <snipe@snipe.net>
33 lines
1 KiB
PHP
33 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => 'Eticheta activ',
|
|
'asset_model' => 'Model',
|
|
'book_value' => 'Valoarea Curentă',
|
|
'change' => 'Predat/Primit',
|
|
'checkout_date' => 'Data predare',
|
|
'checkoutto' => 'Predat',
|
|
'components_cost' => 'Total Components Cost',
|
|
'current_value' => 'Valoarea Curentă',
|
|
'diff' => 'Diferenta',
|
|
'dl_csv' => 'Descarca CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'last_checkin_date' => 'Last Checkin Date',
|
|
'location' => 'Locatie',
|
|
'purchase_cost' => 'Cost',
|
|
'purchase_date' => 'Achizitionat',
|
|
'serial' => 'Serie',
|
|
'status' => 'Statut',
|
|
'title' => 'Activ ',
|
|
'image' => 'Imagine dispozitiv',
|
|
'days_without_acceptance' => 'Zile fără acceptare',
|
|
'monthly_depreciation' => 'Depreciere lunară',
|
|
'assigned_to' => 'Desemnat către',
|
|
'requesting_user' => 'Utilizatorul solicitant',
|
|
'requested_date' => 'Data solicitării',
|
|
'changed' => 'Modificat',
|
|
'icon' => 'Pictogramă',
|
|
];
|