snipe-it/resources/lang/ar/admin/hardware/form.php

52 lines
3.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'bulk_delete' => 'تاكيد إجراء حذف للاُصول المحددة',
2017-12-12 09:20:57 -08:00
'bulk_delete_help' => 'الرجاء مراجعة الأصول المحددة للحذف أدناه. بمجرد الحذف، يمكن استعادة هذه الأصول، لكنها لن تكون مرتبطة مع أي من المستخدمين اللذين تم اخراج الأصول لهم من قبل.',
'bulk_delete_warn' => 'أنت على وشك حذف :asset_count من الأصول.',
'bulk_update' => 'تحديث للأصول المحددة',
'bulk_update_help' => 'يتيح لك هذا النموذج تحديث عدة أصول دفعة واحدة. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة بدون تغيير. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
2017-12-12 09:20:57 -08:00
'checkedout_to' => 'تم الاخراج إلى',
'checkout_date' => 'تاريخ الاخراج',
'checkin_date' => 'تاريخ الادخال',
'checkout_to' => 'اخراج إلى',
2017-01-10 17:53:06 -08:00
'cost' => 'تكلفة الشراء',
2017-12-12 09:20:57 -08:00
'create' => 'إنشاء أصل',
2017-01-10 17:53:06 -08:00
'date' => 'تاريخ الشراء',
2017-10-17 18:52:20 -07:00
'depreciation' => 'الاستهلاك',
2017-12-12 09:20:57 -08:00
'depreciates_on' => 'ينتهي الاستهلاك في',
2017-10-17 18:52:20 -07:00
'default_location' => 'الموقع الافتراضي',
2017-12-12 09:20:57 -08:00
'eol_date' => 'تاريخ نهاية العمر',
'eol_rate' => 'معدل انتهاء العمر',
'expected_checkin' => 'تاريخ الادخال المتوقع',
'expires' => 'انتهاء الصلاحية',
2017-10-17 18:52:20 -07:00
'fully_depreciated' => 'مستهلك بالكامل',
2017-12-12 09:20:57 -08:00
'help_checkout' => 'إذا كنت ترغب في اخراج هذا الأصل فورا، فحدد "جاهز للتوزيع" من قائمة الحالة أعلاه. ',
'mac_address' => 'عنوان ماك (MAC)',
2017-10-17 18:52:20 -07:00
'manufacturer' => 'الصانع',
2017-12-12 09:20:57 -08:00
'model' => 'الموديل',
2017-01-10 17:53:06 -08:00
'months' => 'أشهر',
'name' => 'اسم الأصل',
'notes' => 'مُلاحظات',
'order' => 'رقم طلب الشراء',
2017-12-12 09:20:57 -08:00
'qr' => 'رمز الاستجابة السريعة QR',
2017-10-17 18:52:20 -07:00
'requestable' => 'يمكن للمستخدمين طلب هذا الأصل',
'select_statustype' => 'حدد نوع الحالة',
2017-12-12 09:20:57 -08:00
'serial' => 'التسلسل',
2017-10-17 18:52:20 -07:00
'status' => 'الحالة',
2017-12-12 09:20:57 -08:00
'tag' => 'ترميز الأصل',
'update' => 'تحديث الأصل',
'warranty' => 'الضمان',
'warranty_expires' => 'انتهاء مدة صلاحية الضمان',
2017-10-17 18:52:20 -07:00
'years' => 'سنوات',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing...',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];