snipe-it/resources/lang/ms/admin/statuslabels/table.php

16 lines
648 B
PHP

<?php
return array(
'about' => 'Mengenai Label Status',
'archived' => 'Archived',
'create' => 'Cipata Label Status',
'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',
'title' => 'Label Status',
'undeployable' => 'Undeployable',
'update' => 'Kemaskini Label Status',
);