2019-02-04 19:07:34 +03:00

148 lines
6.8 KiB
PHP

<?php
return [
'items' => 'الصنف|الأصناف',
'incomes' => 'إيراد|إيرادات',
'invoices' => 'الفاتورة|الفواتير',
'revenues' => 'الدخل|الدخل',
'customers' => 'العميل|العملاء',
'expenses' => 'المصروف|المصروفات',
'bills' => 'فاتورة الشراء|فواتير الشراء',
'payments' => 'الدفع|المدفوعات',
'vendors' => 'المورد|الموردين',
'accounts' => 'الحساب|الحسابات',
'transfers' => 'التحويل|التحويلات',
'transactions' => 'العملية|العمليات',
'reports' => 'التقرير|التقارير',
'settings' => 'الإعداد|الإعدادات',
'categories' => 'الفئة|الفئات',
'currencies' => 'العملة|العملات',
'tax_rates' => 'معدل الضريبة|معدلات الضرائب',
'users' => 'المستخدم|المستخدمين',
'roles' => 'الوظيفة|الوظائف',
'permissions' => 'الصلاحية|الصلاحيات',
'modules' => 'التطبيق|التطبيقات',
'companies' => 'الشركة|الشركات',
'profits' => 'الربح|الأرباح',
'taxes' => 'الضريبة|الضرائب',
'logos' => 'الشعار|الشعارات',
'pictures' => 'الصورة|الصور',
'types' => 'النوع|الأنواع',
'payment_methods' => 'طريقة الدفع|طرق الدفع',
'compares' => 'الإيراد مقابل المصروف|الإيرادات مقابل المصروفات',
'notes' => 'ملحوظة|الملاحظات',
'totals' => 'المجموع|المجاميع',
'languages' => 'اللغة|اللغات',
'updates' => 'التحديث|التحديثات',
'numbers' => 'الرقم|الأرقام',
'statuses' => 'الحالة|الحالات',
'others' => 'الأخرى|الأخريات',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'developers' => 'Developer|Developers',
'dashboard' => 'لوحة التحكم',
'banking' => 'الخدمات المصرفية',
'general' => 'عام',
'no_records' => 'لا توجد سجلات.',
'date' => 'تاريخ',
'amount' => 'المبلغ',
'enabled' => 'مفعل',
'disabled' => 'معطل',
'yes' => 'نعم',
'no' => 'لا',
'na' => 'غير متاح',
'daily' => 'يومي',
'monthly' => 'شهري',
'quarterly' => 'ربع سنوي',
'yearly' => 'سنوي',
'add' => 'إضافة',
'add_new' => 'إضافة جديد',
'show' => 'عرض',
'edit' => 'تعديل',
'delete' => 'حذف',
'send' => 'إرسال',
'download' => 'تحميل',
'delete_confirm' => 'تأكيد حذف :name :type؟',
'name' => 'الاسم',
'email' => 'البريد الإلكتروني',
'tax_number' => 'رقم الضريبة',
'phone' => 'رقم الهاتف',
'address' => 'العنوان',
'website' => 'الموقع الإلكتروني',
'actions' => 'الإجراءات',
'description' => 'الوصف',
'manage' => 'إدارة',
'code' => 'الرمز',
'alias' => 'اسم مستعار',
'balance' => 'الرصيد',
'reference' => 'مرجع',
'attachment' => 'المرفق',
'change' => 'تغيير',
'switch' => 'تبديل',
'color' => 'اللون',
'save' => 'حفظ',
'cancel' => 'إلغاء',
'loading' => 'Loading...',
'from' => 'من',
'to' => 'إلى',
'print' => 'طباعة',
'search' => 'بحث',
'search_placeholder' => 'اكتب للبحث..',
'filter' => 'تصفية',
'help' => 'مساعدة',
'all' => 'الكل',
'all_type' => 'الكل :type',
'upcoming' => 'القادمة',
'created' => 'تم إنشاؤه',
'id' => 'رقم الهوية',
'more_actions' => 'المزيد من الإجراءات',
'duplicate' => 'تكرار',
'unpaid' => 'غير مدفوع',
'paid' => 'مدفوع',
'overdue' => 'متأخر',
'partially' => 'جزئي',
'partially_paid' => 'مدفوع جزئياً',
'export' => 'تصدير',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'تفعيل',
'disable' => 'تعطيل',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => 'إضافة :type',
'edit' => 'تعديل :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
'enter' => 'إدخال :field',
'select' => [
'field' => '-اختر :field-',
'file' => 'اختر ملفاً',
],
'no_file_selected' => 'لم يتم اختيار أي ملف...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];