snipe-it/resources/lang/ms/admin/statuslabels/table.php
2016-08-25 17:43:07 -07:00

18 lines
727 B
PHP

<?php
return array(
'about' => 'Mengenai Label Status',
'archived' => 'Archived',
'create' => 'Cipata Label Status',
'color' => 'Chart Color',
'deployable' => 'Deployable',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Nama Status',
'pending' => 'Pending',
'status_type' => 'Status Type',
'show_in_nav' => 'Show in side nav',
'title' => 'Label Status',
'undeployable' => 'Undeployable',
'update' => 'Kemaskini Label Status',
);