mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
33 lines
1 KiB
PHP
33 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => 'Označenie majetku',
|
|
'asset_model' => 'Model',
|
|
'book_value' => 'Current Value',
|
|
'change' => 'Vsetup/Výstup',
|
|
'checkout_date' => 'Dátum odovzdania',
|
|
'checkoutto' => 'Odovzdané',
|
|
'components_cost' => 'Total Components Cost',
|
|
'current_value' => 'Current Value',
|
|
'diff' => 'Rozdiel',
|
|
'dl_csv' => 'Stiahnuť CSV',
|
|
'eol' => 'Koniec životnosti',
|
|
'id' => 'ID',
|
|
'last_checkin_date' => 'Last Checkin Date',
|
|
'location' => 'Umiestnenie',
|
|
'purchase_cost' => 'Cena',
|
|
'purchase_date' => 'Zakúpené',
|
|
'serial' => 'Sériové číslo',
|
|
'status' => 'Stav',
|
|
'title' => 'Majetok ',
|
|
'image' => 'Obrázok zariadenia',
|
|
'days_without_acceptance' => 'Počet dní bez potvrdenia',
|
|
'monthly_depreciation' => 'Mesačný odpis',
|
|
'assigned_to' => 'Assigned To',
|
|
'requesting_user' => 'Requesting User',
|
|
'requested_date' => 'Requested Date',
|
|
'changed' => 'Zmenené',
|
|
'icon' => 'Ikona',
|
|
];
|