9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.3 KiB
PHP
20 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'archived' => 'مؤرشف',
|
|
'create' => 'إنشاء تسمية الحالة',
|
|
'color' => 'لون الرسم البياني',
|
|
'default_label' => 'الوسم الافتراضي',
|
|
'default_label_help' => 'يستخدم هذا للتأكد من أن تسميات الحالة الأكثر استخداما تظهر في الجزء العلوي من المربع المحدد عند إنشاء/تحرير الأصول.',
|
|
'deployable' => 'قابل للتوزيع',
|
|
'info' => 'Status label types 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 your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
|
|
'name' => 'اسم الحالة',
|
|
'pending' => 'قيد الانتظار',
|
|
'status_type' => 'نوع الحالة',
|
|
'show_in_nav' => 'أظهِر في الشريط الجانبي',
|
|
'title' => 'تسميات الحالة',
|
|
'undeployable' => 'غير قابل للتوزيع',
|
|
'update' => 'تحديث تسمية الحالة',
|
|
);
|