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

23 lines
1 KiB
PHP
Raw Normal View History

2018-07-18 08:55:38 -07:00
<?php
return array(
2018-09-28 11:54:52 -07:00
'about_assets_title' => 'O imovini',
2018-07-18 08:55:38 -07:00
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
2018-09-28 11:54:52 -07:00
'archived' => 'Arhivirano',
'asset' => 'Imovina',
2018-07-18 08:55:38 -07:00
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
2018-09-28 11:54:52 -07:00
'clone' => 'Kloniraj imovinu',
'deployable' => 'Može se razmestiti',
'deleted' => 'This asset has been deleted.',
2018-09-28 11:54:52 -07:00
'edit' => 'Uređivanje imovine',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
2018-09-28 11:54:52 -07:00
'requestable' => 'Može da se potražuje',
'requested' => 'Zatraženo',
2018-07-18 08:55:38 -07:00
'restore' => 'Restore Asset',
2018-09-28 11:54:52 -07:00
'pending' => 'U čekanju',
'undeployable' => 'Ne može da se razmesti',
'view' => 'Prikaz imovine',
2018-07-18 08:55:38 -07:00
);