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

18 lines
819 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about' => 'حول تسميات الحالات',
'archived' => 'مؤرشف',
2016-03-25 01:18:05 -07:00
'create' => 'Create Status Label',
2016-08-25 17:43:07 -07:00
'color' => 'Chart Color',
2017-01-10 17:53:06 -08:00
'deployable' => 'قابل للنشر',
2016-03-25 01:18:05 -07:00
'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.',
2017-01-10 17:53:06 -08:00
'name' => 'اسم الحالة',
'pending' => 'معلق',
'status_type' => 'نوع الحالة',
'show_in_nav' => 'أظهِر في الشريط الجانبي',
'title' => 'تسميات الحالة',
'undeployable' => 'غير قابل للنشر',
2016-03-25 01:18:05 -07:00
'update' => 'Update Status Label',
);