snipe-it/resources/lang/ar/admin/statuslabels/table.php
2017-01-10 17:53:06 -08:00

18 lines
819 B
PHP

<?php
return array(
'about' => 'حول تسميات الحالات',
'archived' => 'مؤرشف',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'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' => 'اسم الحالة',
'pending' => 'معلق',
'status_type' => 'نوع الحالة',
'show_in_nav' => 'أظهِر في الشريط الجانبي',
'title' => 'تسميات الحالة',
'undeployable' => 'غير قابل للنشر',
'update' => 'Update Status Label',
);