mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
819 B
PHP
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',
|
|
);
|