snipe-it/resources/lang/hr/admin/hardware/table.php

31 lines
913 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
2017-10-17 18:52:20 -07:00
'asset_tag' => 'Oznaka imovine',
2016-03-25 01:18:05 -07:00
'asset_model' => 'Model',
'book_value' => 'Current Value',
2017-10-17 18:52:20 -07:00
'change' => 'In / Out',
'checkout_date' => 'Datum kupnje',
'checkoutto' => 'Odjavio',
'current_value' => 'Current Value',
2017-10-17 18:52:20 -07:00
'diff' => 'diff',
'dl_csv' => 'Preuzmite CSV',
2016-03-25 01:18:05 -07:00
'eol' => 'EOL',
2017-10-17 18:52:20 -07:00
'id' => 'iskaznica',
'location' => 'Mjesto',
'purchase_cost' => 'cijena',
'purchase_date' => 'kupljen',
'serial' => 'Serijski',
2016-03-25 01:18:05 -07:00
'status' => 'Status',
2017-10-17 18:52:20 -07:00
'title' => 'Imovina',
'image' => 'Slika uređaja',
'days_without_acceptance' => 'Dani bez prihvaćanja',
'monthly_depreciation' => 'Monthly Depreciation',
'assigned_to' => 'Assigned To',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];