snipe-it/resources/lang/sr-CS/admin/hardware/table.php

31 lines
910 B
PHP
Raw Normal View History

2018-07-18 08:55:38 -07:00
<?php
return [
2018-07-18 08:55:38 -07:00
2018-09-28 11:54:52 -07:00
'asset_tag' => 'Oznaka imovine',
2018-07-18 08:55:38 -07:00
'asset_model' => 'Model',
'book_value' => 'Trenutna vrednost',
2018-09-28 11:54:52 -07:00
'change' => 'U/I',
'checkout_date' => 'Datum odjave',
'checkoutto' => 'Odjavljen',
'current_value' => 'Trenutna vrednost',
2018-07-18 08:55:38 -07:00
'diff' => 'Diff',
'dl_csv' => 'Download CSV',
'eol' => 'EOL',
'id' => 'ID',
2018-09-28 11:54:52 -07:00
'location' => 'Lokacija',
'purchase_cost' => 'Cena',
'purchase_date' => 'Naručeno',
2018-07-18 08:55:38 -07:00
'serial' => 'Serial',
'status' => 'Status',
2018-09-28 11:54:52 -07:00
'title' => 'Imovina ',
'image' => 'Slika uređaja',
'days_without_acceptance' => 'Days Without Acceptance',
'monthly_depreciation' => 'Mesečna amortizacija',
'assigned_to' => 'Zadužen',
'requesting_user' => 'Zahtevalac',
'requested_date' => 'Datum zahteva',
'changed' => 'Izmenjeno',
'icon' => 'Ikonica',
];