snipe-it/resources/lang/ms/admin/hardware/general.php

20 lines
924 B
PHP

<?php
return array(
'archived' => 'Archived',
'asset' => 'Harta',
'checkin' => 'Terima Harta',
'checkout' => 'Agih Harta Kepada Pengguna',
'clone' => 'Pendua Harta',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Kemaskini Harta',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Papar Harta',
);