ultimatepos/Modules/AssetManagement/Resources/lang/ar/lang.php

97 lines
4.8 KiB
PHP

<?php
return [
'asset_management' => 'إدارة الأصول',
'view_asset' => 'عرض الأصول',
'asset_category' => 'فئة الأصل',
'asset_categories' => 'فئات الأصول',
'manage_asset_categories' => 'إدارة فئات الأصول',
'assets' => 'الأصول',
'asset' => 'أصل',
'all_assets' => 'جميع الأصول',
'add_asset' => 'إضافة الأصول',
'edit_asset' => 'تحرير الأصل',
'asset_code' => 'كود الأصل',
'series_model' => 'الرقم التسلسلي',
'warranty_period' => 'فترة الضمان',
'depreciation' => 'الاستهلاك',
'is_allocatable' => 'قابل للتخصيص؟',
'warranty_period_in_month' => 'فترة الضمان في <i> <b> شهر </ b> </i>',
'image_replace_help_text' => 'سيتم استبدال الصورة السابقة (إن وجدت)',
'asset_allocation' => 'توزيع الأصول',
'allocation_code' => 'كود التخصيص',
'allocated_at' => 'مخصص في',
'reason' => 'السبب',
'create' => 'انشاء',
'edit' => 'تعديل',
'asset_allocated' => 'الأصول المخصصة',
'allocate_asset' => 'تخصيص الأصول',
'allocated_qty' => 'الكمية المخصصة',
'asset_settings' => 'إعدادات الأصول',
'asset_code_prefix' => 'بادئة كود الأصل',
'allocation_code_prefix' => 'بادئة كود التخصيص',
'revoke_code_prefix' => 'بادئة كود الاسترجاع',
'revoke' => 'استرجاع',
'revoke_code' => 'رمز الاسترجاع',
'revoked_at' => 'تم استرجاعة في',
'revoke_asset' => 'إبطال <code>:allocation_code</ code>',
'revoked_asset' => 'الأصول المسترجعة',
'revoked_for' => 'تم استرجاعة من',
'revoked_by' => 'قام بإستلامه',
'allocate_to' => 'تخصيص لـ',
'allocated_to' => 'مخصص لـ',
'allocated_by' => 'مخصص من قبل',
'revoked_qty' => 'الكمية المسترجعة',
'additional_notes' => 'مذكرة إضافية',
'end_date' => 'تاريخ الانتهاء',
'add_more' => 'أضف المزيد',
'additional_cost' => 'تكلفة إضافية',
'in_warranty' => 'تحت الضمان',
'days_left' => 'ايام متبقية',
'not_in_warranty' => 'خارج الضمان',
'serial_no' => 'رقم سري',
'model_no' => 'اسم الموديل / الرقم',
'purchase_type' => 'نوع الشراء',
'owned' => 'مملوكة',
'rented' => 'مستأجرة',
'leased' => 'مؤجر',
'allocatable_tooltip' => 'إذا كان الأصل قابلاً للتخصيص ، فيمكن تعيين الأصل لأي مستخدم آخر',
'total_assets_allocated' => 'إجمالي الأصول المخصصة',
'total_assets' => 'إجمالي الأصول',
'expired_or_expiring_in_one_month' => 'الأصول منتهية الصلاحية أو تنتهي صلاحيتها في شهر واحد',
'expiring_on' => 'تنتهي في',
'assets_by_category' => 'الأصول حسب الفئة',
'warranty_status' => 'حالة الضمان',
'allocate_from' => 'من تاريخ',
'allocated_upto' => 'حتى تاريخ',
'asset_name' => 'اسم الأصل',
'warranty_months' => 'مدة الضمان (بالاشهر)',
'total_assets_allocated_to_you' => 'الأصول المخصصة لك',
'send_to_maintenance' => 'ارسال الأصل للصيانة',
'asset_maintenance' => 'الصيانة',
'new' => 'جديد',
'in_progress' => 'قيد التنفيذ',
'high' => 'مرتفع',
'medium' => 'متوسط',
'low' => 'منخفض',
'details' => 'التفاصيل',
'attachments' => 'المرفقات',
'asset_maintenance_prefix' => 'بادئة طلب الصيانة',
'last_maintenance_date' => 'تاريخ آخر صيانة',
'maintenance_id' => 'رقم الصيانة',
'view_all_maintenance' => 'عرض كل الصيانة',
'view_own_maintenance' => 'عرض الصيانة الخاصة بك',
'n_in_maintenance' => ':n في الصيانة',
'datetime' => 'التاريخ والوقت',
'unassigned' => 'غير محدد',
'download_attachments' => 'تحميل المرفقات',
'asset_send_for_maintenance_notification' => 'تنبيه ارسال الاصول للصيانة',
'enable_email' => 'تفعيل البريد',
'asset_assigned_for_maintenance_notification' => 'تنبيه تعيين الصيانة لموظف',
'recipients' => 'المستلمون',
'asset_assigned_for_maintenance' => 'Asset :asset_code assigned for maintenance',
'asset_sent_for_maintenance' => 'Asset :asset_code sent for maintenance',
'send_for_maintenance_details' => 'رد الصيانة',
'maintenance_note' => 'ملاحظة الطلب',
];