Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/eg-ar.json

{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "« Previous",
    "pagination.next": "Next »",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "لوحة القيادة",
    "Advertising": "إعلان",
    "Subscription Reports": "تقارير الاشتراك",
    "Manage Business": "إدارة الأعمال",
    "Categories": "الفئات",
    "Business List": "قائمة الأعمال",
    "Manage Plans": "إدارة الخطط",
    "Create Plan": "إنشاء خطة",
    "Staff Management": "إدارة الموظفين",
    "Create Staff": "إنشاء موظف",
    "Manage Staff": "إدارة الموظفين",
    "Messages": "الرسائل",
    "Manage Messages": "إدارة الرسائل",
    "CMS Manage": "إدارة نظام إدارة المحتوى",
    "Manage Pages": "إدارة الصفحات",
    "Manage FAQs": "إدارة الأسئلة الشائعة",
    "Terms & Conditions": "الشروط والأحكام",
    "Privacy & Policy": "الخصوصية والسياسة",
    "Testimonials": "الشهادات",
    "Features": "الميزات",
    "Interface": "واجهة",
    "Manage Blogs": "إدارة المدونات",
    "Newsletters": "النشرات الإخبارية",
    "Roles & Permissions": "الأدوار والأذونات",
    "Roles": "الأدوار",
    "Permissions": "الأذونات",
    "Settings": "الإعدادات",
    "Currencies": "العملات",
    "Notifications": "الإشعارات",
    "SMS Settings": "إعدادات الرسائل النصية القصيرة",
    "Payment Gateway": "بوابة الدفع",
    "System Settings": "إعدادات النظام",
    "General Settings": "الإعدادات العامة",

    "Banner": "لافتة",
    "Add New Banner": "إضافة لافتة جديدة",
    "Banner List": "قائمة اللافتات",
    "Status": "الحالة",
    "Image": "صورة",
    "Active": "نشط",
    "Cancel": "إلغاء",
    "Save": "حفظ",
    "Edit Banner": "تعديل اللافتة",
    "Advertising List": "قائمة الإعلانات",
    "Create Banner": "إنشاء لافتة",
    "SL": "رقم",
    "Create Advertising": "إنشاء إعلان",
    "Reset": "إعادة تعيين",
    "Edit Advertising": "تعديل الإعلان",
    "Edit": "تعديل",
    "Delete": "حذف",
    "Shop": "متجر",
    "Add new Package": "إضافة حزمة جديدة",
    "Shop List": "قائمة المتاجر",
    "Subscription Plan": "خطة الاشتراك",
    "Select Plan Category": "اختر فئة الخطة",
    "Package Name": "اسم الحزمة",
    "Enter Package Name": "أدخل اسم الحزمة",
    "Business Category": "فئة الأعمال",
    "Select Business Category": "اختر فئة الأعمال",
    "Duration in Days": "المدة بالأيام",
    "Enter number": "أدخل الرقم",
    "Offer Price": "سعر العرض",
    "Enter Plan Price": "أدخل سعر الخطة",
    "Subscription Price": "سعر الاشتراك",
    "Enter Subscription Price": "أدخل سعر الاشتراك",
    "View": "عرض",
    "Upgrade Plan": "ترقية الخطة",
    "Edit Shop": "تعديل المتجر",
    "Select Category": "اختر فئة",
    "Shop/Business Name": "اسم المتجر/الأعمال",
    "Enter Shop/Business Name": "أدخل اسم المتجر/الأعمال",
    "Package": "حزمة",
    "Select a package": "اختر حزمة",
    "Name": "اسم",
    "Enter Name": "أدخل الاسم",
    "Role": "الدور",
    "Select a role": "اختر دورًا",
    "Email": "البريد الإلكتروني",
    "Enter Email": "أدخل البريد الإلكتروني",
    "Phone": "الهاتف",
    "Enter Phone Number": "أدخل رقم الهاتف",
    "Password": "كلمة المرور",
    "Enter Password": "أدخل كلمة المرور",
    "Confirm password": "تأكيد كلمة المرور",
    "Enter Confirm password": "أدخل تأكيد كلمة المرور",
    "Address": "العنوان",
    "Enter Address": "أدخل العنوان",
    "Select Country": "اختر البلد",
    "Select a Country": "اختر بلدًا",
    "Balance": "الرصيد",
    "Enter Balance": "أدخل الرصيد",
    "Search...": "بحث...",
    "Business Name": "اسم الأعمال",
    "Last Enroll": "آخر تسجيل",
    "Expired Date": "تاريخ انتهاء الصلاحية",
    "Action": "الإجراء",
    "Select A Plan": "اختر خطة",
    "Select One": "اختر واحدة",
    "Price": "السعر",
    "Enter plan price or select a plan": "أدخل سعر الخطة أو اختر خطة",
    "Payment Gateways": "بوابات الدفع",
    "Select A payment gateway": "اختر بوابة دفع",
    "Notes": "ملاحظات",
    "Enter notes": "أدخل الملاحظات",
    "Business View": "عرض الأعمال",
    "Created date": "تاريخ الإنشاء",
    "Category": "الفئة",
    "Add new Category": "إضافة فئة جديدة",
    "View List": "عرض القائمة",
    "Buisness Name": "اسم الأعمال",
    "Enter Description": "أدخل اسم الأعمال",
    "Description": "الوصف",
    "Edit Business Category": "تعديل فئة الأعمال",
    "Enter Buisness Description": "أدخل وصف الأعمال",
    "Business Categories List": "قائمة فئات الأعمال",
    "Add New": "إضافة جديدة",
    "Reports": "التقارير",
    "All": "الكل",
    "Active User": "مستخدم نشط",
    "Deactive User": "مستخدم غير نشط",
    "Date": "التاريخ",
    "SL.": "رقم.",
    "Invoice": "فاتورة",
    "Customer Name": "اسم العميل",
    "Amount": "المبلغ",
    "View Report": "عرض التقرير",
    "Download Report": "تحميل التقرير",
    "User View": "عرض المستخدم",
    "Shop Name": "اسم المتجر",
    "Country": "البلد",
    "Reason": "السبب",
    "Are You Sure?": "هل أنت متأكد؟",
    "You won't be able to revert this!": "لن تتمكن من التراجع عن هذا!",
    "Yes, Delete It!": "نعم، احذفه!",
    "Add Currency": "إضافة عملة",
    "Code": "الرمز",
    "Symbol": "الرمز",
    "Position": "الموقع",
    "Inactive": "غير نشط",
    "Make Default": "تعيين كافتراضي",
    "Edit Currency": "تعديل العملة",
    "Currency": "العملة",

    "Total Businesses": "إجمالي الأعمال",
    "Total Expired Businesses": "إجمالي الأعمال المنتهية",
    "Total Plan Subscribes": "إجمالي الاشتراكات في الخطة",
    "Total Business Categories": "إجمالي فئات الأعمال",
    "Total Plans": "إجمالي الخطط",
    "Total Staffs": "إجمالي الموظفين",
    "Finance Overview": "نظرة عامة على المالية",

    "Gateway Settings": "إعدادات البوابة",
    "Payment Gateway Settings": "إعدادات بوابة الدفع",
    "GATEWAY IMAGE": "صورة البوابة",
    "GATEWAY NAME": "اسم البوابة",
    "Gateway Charge": "رسوم البوابة",
    "Gateway Currency": "عملة البوابة",
    "Gateway Mode": "وضع البوابة",
    "Is Manual": "يدوي",
    "Yes": "نعم",
    "No": "لا",
    "Label": "تسمية",
    "Enter label name": "أدخل اسم التسمية",
    "Select Required/Optional": "اختر مطلوب/اختياري",
    "Required": "مطلوب",
    "Optional": "اختياري",
    "Add new row": "أضف صفًا جديدًا",
    "INSTRUCTIONS": "التعليمات",
    "Enter payment instructions here": "أدخل تعليمات الدفع هنا",

    "Messages List": "قائمة الرسائل",
    "Search": "بحث",
    "Company Name": "اسم الشركة",
    "Message": "الرسالة",

    "Notifications List": "قائمة الإشعارات",
    "Today": "اليوم",
    "Last 7 Days": "آخر 7 أيام",
    "Last 15 Days": "آخر 15 يومًا",
    "Last Month": "الشهر الماضي",
    "Last Year": "العام الماضي",
    "Created At": "تم الإنشاء في",
    "Read At": "تم القراءة في",
    "Add New Payment Type": "إضافة نوع دفع جديد",
    "Enter Payment Type": "أدخل نوع الدفع",
    "Edit Payment Type": "تعديل نوع الدفع",
    "Payment Type": "نوع الدفع",
    "Add Payment Type": "إضافة نوع الدفع",
    "Per Page- 10": "لكل صفحة - 10",
    "Per Page- 25": "لكل صفحة - 25",
    "Per Page- 50": "لكل صفحة - 50",
    "Per Page- 100": "لكل صفحة - 100",
    "Assigned Role": "الدور المسند",
    "Assign Role To User": "تعيين دور للمستخدم",
    "Select User": "اختر مستخدم",
    "User": "مستخدم",
    "Select Role": "اختر الدور",
    "Add Subscription Plan": "إضافة خطة اشتراك",
    "Package List": "قائمة الحزم",
    "Add New Features": "إضافة ميزات جديدة",
    "Enter features": "أدخل الميزات",
    "Edit Subscription Plan": "تعديل خطة الاشتراك",
    "Edit Package": "تعديل الحزمة",
    "Enter Duration Days": "أدخل عدد الأيام",
    "Deactive": "تعطيل",
    "Create Plans": "إنشاء الخطط",
    "User Profile": "ملف المستخدم",
    "Registration Date": "تاريخ التسجيل",
    "Enter Your Name": "أدخل اسمك",
    "Enter Your Email": "أدخل بريدك الإلكتروني",
    "Profile Picture": "الصورة الشخصية",
    "Current Password": "كلمة المرور الحالية",
    "Enter Your Current Password": "أدخل كلمة المرور الحالية",
    "New Password": "كلمة المرور الجديدة",
    "Enter New Password": "أدخل كلمة المرور الجديدة",
    "Save Changes": "حفظ التغييرات",
    "Add New Role": "إضافة دور جديد",
    "Set role permissions": "تعيين أذونات الدور",
    "Role Name": "اسم الدور",
    "Enter role name": "أدخل اسم الدور",
    "Role Permissions": "أذونات الدور",
    "Setup role permissions": "إعداد أذونات الدور",
    "Select All": "تحديد الكل",
    "Roles List": "قائمة الأدوار",
    "Add role, if it does not exist": "إضافة دور، إذا لم يكن موجودًا",
    "Edit Role": "تعديل الدور",
    "Privacy & Policy Settings": "إعدادات الخصوصية والشروط",
    "Update": "تحديث",
    "Term & Condition Settings": "إعدادات الشروط والأحكام",
    "Title": "العنوان",
    "Enter Title": "أدخل العنوان",
    "Copy Right": "حقوق النسخ",
    "Admin Footer Text": "نص تذييل الصفحة للمسؤول",
    "Enter Text": "أدخل النص",
    "Admin Footer Link Text": "نص رابط تذييل الصفحة للمسؤول",
    "Admin Footer Link": "رابط تذييل الصفحة للمسؤول",
    "Enter Link": "أدخل الرابط",
    "Main Header Logo": "شعار الرأس الرئيسي",
    "Common Header Logo": "شعار الرأس المشترك",
    "Footer Logo": "شعار التذييل",
    "Admin Logo": "شعار المسؤول",
    "Favicon": "فافيكون",
    "Don't Use Any Kind Of Space In The Input Fields": "لا تستخدم أي نوع من الفراغات في حقول الإدخال",

    "App": "تطبيق",
    "Drivers": "السائقين",
    "Storage Settings": "إعدادات التخزين",
    "Mail Configuration": "تكوين البريد",
    "Others": "آخرين",
    "APP_NAME": "اسم التطبيق",
    "APP_KEY": "مفتاح التطبيق",
    "APP_DEBUG": "تصحيح التطبيق",
    "APP_URL": "رابط التطبيق",
    "QUEUE_MAIL": "البريد في قائمة الانتظار",
    "MAIL_DRIVER_TYPE": "نوع سائق البريد",
    "MAIL DRIVER": "سائق البريد",
    "MAIL_HOST": "مضيف البريد",
    "MAIL_PORT": "منفذ البريد",
    "MAIL_USERNAME": "اسم المستخدم للبريد",
    "MAIL_PASSWORD": "كلمة مرور البريد",
    "MAIL_ENCRYPTION": "تشفير البريد",
    "MAIL_FROM_ADDRESS": "عنوان البريد الصادر",
    "MAIL_FROM_NAME": "اسم المرسل",
    "QUEUE COMMAND Path": "مسار أمر الانتظار",
    "CACHE_DRIVER": "سائق التخزين المؤقت",
    "Recommended": "مُوصى به",
    "QUEUE_CONNECTION":"ابقاء الاتصال بالصف",
    "SESSION_DRIVER": "مشغل الجلسة",
    "SESSION_LIFETIME": "عمر الجلسة",
    "REDIS_PORT": "منفذ الريدس",
    "REDIS_URL": "عنوان URL الريدس",
    "REDIS_PASSWORD": "كلمة مرور الريدس",
    "AWS S3 Storage Bucket'": "دلو تخزين AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "املأ بيانات الاعتماد هذه إذا كنت تريد استخدام دلو تخزين AWS S3",
    "Wasabi Storage Bucket": "دلو تخزين واسابي",
    "public (uploads folder)": "عام (مجلد الرفع)",
    "AWS_ACCESS_KEY_ID": "معرف وصول AWS",
    "AWS_SECRET_ACCESS_KEY": "مفتاح وصول AWS السري",
    "AWS_DEFAULT_REGION": "منطقة AWS الافتراضية",
    "AWS_BUCKET": "دلو AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "املأ هذه البيانات إذا كنت ترغب في استخدام حاوية تخزين Wasabi",
    "WAS_ACCESS_KEY_ID": "معرّف مفتاح الوصول WAS",
    "WAS_SECRET_ACCESS_KEY": "مفتاح الوصول السري لـ WAS",
    "WAS_DEFAULT_REGION": "المنطقة الافتراضية لـ WAS",
    "WAS_BUCKET": "حاوية WAS",
    "WAS_ENDPOINT": "نقطة نهاية WAS",
    "CACHE_LIFETIME": "مدة حياة الذاكرة المؤقتة",
    "Paid": "مدفوع",
    "Reject": "رفض",
    "Why are you reject It?": "لماذا ترفضه؟",
    "Enter Reason": "أدخل السبب",
    "Confirm": "تأكيد",
    "Subscriptions List": "قائمة الاشتراكات",
    "Started": "بدأت",
    "End": "نهاية",
    "Gateway Method": "طريقة البوابة",
    "Are you sure?": "هل أنت متأكد؟",
    "Add New Testimonial": "إضافة شهادة جديدة",
    "Client Name": "اسم العميل",
    "Enter Client Name": "أدخل اسم العميل",
    "Stars": "النجوم",
    "Works At": "يعمل في",
    "Client Image": "صورة العميل",
    "Review": "المراجعة",
    "Enter text": "أدخل النص",
    "Enter review message here": "أدخل رسالة المراجعة هنا",
    "Edit Testimonial": "تعديل الشهادة",
    "Testimonials List": "قائمة الشهادات",
    "Create New": "إنشاء جديد",
    "Add New Staff": "إضافة موظف جديد",
    "Full Name": "الاسم الكامل",
    "Enter Email Address": "أدخل عنوان البريد الإلكتروني",
    "Edit Staff": "تعديل الموظف",
    "Staff List": "قائمة الموظفين",
    "User Email": "بريد المستخدم",
    "User Role": "دور المستخدم",
    "Comments": "تعليقات",
    "Comment List": "قائمة التعليقات",
    "Create Blog": "إنشاء مدونة",
    "Blog List": "قائمة المدونات",
    "Select a status": "اختر حالة",
    "Tags": "العلامات",
    "Enter tags name": "أدخل اسم العلامات",
    "SEO Meta Tags": "وسوم ميتا لتحسين محركات البحث",
    "Meta Title": "عنوان ميتا",
    "Meta Description": "وصف ميتا",
    "Enter meta Description": "أدخل وصف ميتا",
    "Comment": "تعليق",
    "Edit Blog": "تعديل المدونة",
    "Blogs": "المدونات",
    "Create Faqs": "إنشاء الأسئلة الشائعة",
    "Add New FAQs": "إضافة أسئلة شائعة جديدة",
    "Question": "سؤال",
    "InActive": "غير نشط",
    "Answer": "إجابة",
    "Enter question answer here": "أدخل إجابة السؤال هنا",
    "Edit Faqs": "تعديل الأسئلة الشائعة",
    "FAQS List": "قائمة الأسئلة الشائعة",
    "View Details": "عرض التفاصيل",
    "Create Feature": "إنشاء ميزة",
    "Add New Feature": "إضافة ميزة جديدة",
    "Backgroud Color": "لون الخلفية",
    "Enter Color": "أدخل اللون",
    "Edit Feature": "تعديل الميزة",
    "Features List": "قائمة الميزات",
    "Create Interfaces": "إنشاء واجهات",
    "Add New Interface": "إضافة واجهة جديدة",
    "Edit Interface": "تعديل الواجهة",
    "Interfaces List": "قائمة الواجهات",
    "Newsletters List": "قائمة النشرات الإخبارية",
    "Page for Updating Website Sections": "صفحة لتحديث أقسام الموقع",
    "Slider Section": "قسم السلايدر",
    "Header Section": "قسم الرأس",
    "Feature Section": "قسم الميزات",
    "Interface Section": "قسم الواجهة",
    "Watch Section": "قسم المشاهدة",
    "Testimonial Section": "قسم الشهادات",
    "Blog Section": "قسم المدونة",
    "About us Page": "صفحة من نحن",
    "Terms And Conditions": "الشروط والأحكام",
    "Privacy Page": "صفحة الخصوصية",
    "Contuct us Page": "صفحة اتصل بنا",
    "Pricing Section": "قسم التسعير",
    "Footer Section": "قسم التذييل",
    "Social Medias": "وسائل التواصل الاجتماعي",
    "Button One": "زر واحد",
    "Button Text": "نص الزر",
    "Button One Link": "رابط الزر الأول",
    "Button Two": "زر اثنين",
    "Button Two Link": "رابط الزر الثاني",
    "Scanner Text": "نص الماسح الضوئي",
    "Scanner Image": "صورة الماسح الضوئي",
    "Slider Image": "صورة السلايدر",
    "Header Button Text": "نص زر الرأس",
    "Header Button Link": "رابط زر الرأس",
    "Enter Header link": "أدخل رابط الرأس",
    "Section Title": "عنوان القسم",
    "Enter Section Title": "أدخل عنوان القسم",
    "Interface Title": "عنوان الواجهة",
    "Watch Title": "عنوان المشاهدة",
    "Button Link": "رابط الزر",
    "Watch Image": "صورة المشاهدة",
    "Blog Title": "عنوان المدونة",
    "Read More Button Text": "نص زر اقرأ المزيد",
    "View All Button Text": "نص زر عرض الكل",
    "View All Link": "رابط عرض الكل",
    "Testimonial Title": "عنوان الشهادة",
    "Enter Short Title": "أدخل العنوان القصير",
    "Long Title": "العنوان الطويل",
    "About Image": "صورة من نحن",
    "Description One": "الوصف الأول",
    "Description Two": "الوصف الثاني",
    "Option": "الخيار",
    "Icon": "الأيقونة",
    "Plan Button Url": "رابط زر الخطة",
    "Short Title": "العنوان القصير",
    "Right Footer Title": "عنوان التذييل الأيمن",
    "Middle Footer Title": "عنوان التذييل الوسط",
    "Apple App Link": "رابط تطبيق آبل",
    "Apple App": "تطبيق آبل",
    "Google Play Link": "رابط تطبيق Google Play",
    "Google Play App": "تطبيق Google Play",
    "Right Footer": "التذييل الأيمن",
    "Link": "الرابط",
    "Middle Footer": "التذييل الوسط",
    "Left Footer": "التذييل الأيسر",
    "Footer Socials": "وسائل التواصل في التذييل",
    "Forgot Password": "نسيت كلمة المرور",
    "Enter the email address associated with your account": "أدخل عنوان البريد الإلكتروني المرتبط بحسابك",
    "Enter your Email": "أدخل بريدك الإلكتروني",
    "Continue": "متابعة",
    "Back to Login": "العودة إلى تسجيل الدخول",
    "Login": "تسجيل الدخول",
    "Welcome to": "مرحبًا بك في",
    "Welcome back, Please login in to your account": "مرحبًا مجددًا، يرجى تسجيل الدخول إلى حسابك",
    "Remember me": "تذكرني",
    "Forgot Password?": "نسيت كلمة المرور؟",
    "Super Admin": "مشرف عام",
    "Admin": "مشرف",
    "Manager": "مدير",
    "Reset Password": "إعادة تعيين كلمة المرور",
    "Change Password": "تغيير كلمة المرور",
    "Create new password, it must be Strong password.": "إنشاء كلمة مرور جديدة، يجب أن تكون قوية.",
    "Confirm Password": "تأكيد كلمة المرور",
    "You Have": "لديك",
    "new Notifications": "إشعارات جديدة",
    "Mark all Read": "وضع علامة على الكل كمقروء",
    "View all notifications": "عرض جميع الإشعارات",
    "Clear cache": "مسح ذاكرة التخزين المؤقت",
    "My Profile": "ملفي الشخصي",
    "Logout": "تسجيل الخروج",
    "About Us": "من نحن",
    "Home": "الرئيسية",
    "Pricing": "التسعير",
    "Pages": "الصفحات",
    "Blog": "المدونة",
    "Privacy Policy": "سياسة الخصوصية",
    "Contact Us": "اتصل بنا",
    "You are having this email because you have requested for a password reset.": "تلقيت هذا البريد الإلكتروني لأنك طلبت إعادة تعيين كلمة المرور.",
    "Your verification code is:": "رمز التحقق الخاص بك هو:",
    "This password reset code will expire in 60 minutes.": "سينتهي صلاحية رمز إعادة تعيين كلمة المرور هذا في 60 دقيقة.",
    "If you did not request a password reset, no further action is required.": "إذا لم تكن قد طلبت إعادة تعيين كلمة المرور، فلا يلزم اتخاذ أي إجراءات إضافية.",
    "Regards": "مع التحيات",
    "All right reserved": "كل الحقوق محفوظة",
    "Hi": "مرحبًا",
    "Dear": "عزيزي",
    "your OTP code is": "رمز OTP الخاص بك هو",
    "Please do not share this PIN with anyone": "يرجى عدم مشاركة هذا الرمز مع أي شخص آخر",
    "Best Regards": "أطيب التحيات",
    "Gateway Name": "اسم البوابة",
    "Subscription Name": "اسم الاشتراك",
    "Payable Amount": "المبلغ المستحق",
    "Phone Number": "رقم الهاتف",
    "Enter your phone number": "أدخل رقم هاتفك",
    "Pay Now": "ادفع الآن",
    "Next": "التالي",
    "Previous": "السابق",
    "Free": "مجاني",
    "Features Of Free Plan": "ميزات الخطة المجانية",
    "Choose Plan": "اختر الخطة",
    "Blog Details": "تفاصيل المدونة",
    "Leave a Comment Here": "اترك تعليقًا هنا",
    "Your email address will not be published": "لن يتم نشر عنوان بريدك الإلكتروني",
    "Enter your name": "أدخل اسمك",
    "Enter your email": "أدخل بريدك الإلكتروني",
    "Enter your comment": "أدخل تعليقك",
    "Recent Posts": "المشاركات الأخيرة",
    "Create a Free Account": "إنشاء حساب مجاني",
    "Enter full name": "أدخل الاسم الكامل",
    "Enter phone number": "أدخل رقم الهاتف",
    "Enter email address": "أدخل عنوان البريد الإلكتروني",
    "Company": "الشركة",
    "Enter company name": "أدخل اسم الشركة",
    "Enter your message": "أدخل رسالتك",
    "Pricing Plan": "خطة التسعير",
    "Subscription Plans": "خطط الاشتراك",

    "Plan List": "قائمة الخطط",
    "Work At": "العمل في",
    "Show- 10": "عرض- ١٠",
    "Show- 25": "عرض- ٢٥",
    "Show- 50": "عرض- ٥٠",
    "Show- 100": "عرض- ١٠٠",
    "Duration": "المدة",
    "Select": "اختر",
    "Currency List": "قائمة العملات",
    "Default": "افتراضي",
    "Country Name": "اسم الدولة",
    "View Website": "عرض الموقع",
    "Contact Messages": "سائل الاتصال",

    "Total Shop": "المتجر الكلي",
    "Expired Businesses": "الشركات المنتهية",
    "Plan Subscribes": "اشتراكات الخطة",
    "Total Categories": "إجمالي الفئات",
    "Recent Register": "تسجيل حديث",
    "Date & Time": "التاريخ والوقت",
    "View All": "عرض الكل",
    "Add new Business": "إضافة عمل جديد",
    "Enter Company Name": "أدخل اسم الشركة",
    "Edit Business": "تعديل العمل",
    "Create Business": "إنشاء عمل",
    "Enter Buisness Name": "أدخل اسم العمل",
    "Note: Enter embedded video link": "ملاحظة: أدخل رابط الفيديو المضمن",
    "Enter title": "أدخل العنوان",
    "Enter Code": "أدخل الرمز",
    "Enter Symbol": "أدخل الرمز",
    "Select a position": "اختر موضعًا",
    "left": "يسار",
    "right": "يمين",
    "TIMEZONE": "المنطقة الزمنية",
    "Note :": "ملاحظة:",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "إذا كنت تستخدم قائمة الانتظار للبريد بعد تغيير إعدادات البريد، تحتاج إلى إعادة تشغيل المشرف الخاص بك من خادمك",
    "QUEUE COMMAND Path :": "مسار أمر قائمة الانتظار:",
    "QUEUE COMMAND :": "أمر قائمة الانتظار:",
    "Storage Method": "طريقة التخزين",

    "Brand List": "قائمة العلامات التجارية",
    "Add new Brand": "إضافة علامة تجارية جديدة",
    "items show": "عرض العناصر",
    "Brand Name": "اسم العلامة التجارية",
    "Create Brand": "إنشاء علامة تجارية",
    "Enter Brand Name": "أدخل اسم العلامة التجارية",
    "Edit Brand": "تعديل العلامة التجارية",
    "Add New Category": "إضافة فئة جديدة",
    "Enter Category Name": "أدخل اسم الفئة",
    "Select Variations": "اختر التغييرات",
    "Capacity": "السعة",
    "Color": "اللون",
    "Size": "الحجم",
    "Type": "النوع",
    "Weight": "الوزن",
    "Edit Category": "تعديل الفئة",
    "Category List": "قائمة الفئات",
    "You want to delete everything!": "هل تريد حذف كل شيء!",
    "Total Sales": "إجمالي المبيعات",
    "Total Purchase": "إجمالي المشتريات",
    "Total Income": "إجمالي الدخل",
    "This Month": "هذا الشهر",
    "Total Expense": "إجمالي النفقات",
    "Total Customer": "إجمالي العملاء",
    "Total Supplier": "إجمالي الموردين",
    "Sales Returns": "إرجاع المبيعات",
    "Purchase Returns": "إرجاع المشتريات",
    "Low Stock": "المخزون المنخفض",
    "Alert Qty": "كمية التنبيه",
    "Profit": "الربح",
    "Loss": "الخسارة",
    "Purchase": "الشراء",
    "Sales": "المبيعات",
    "Income": "الدخل",
    "Expense": "النفقات",
    "Recent Sales": "المبيعات الأخيرة",
    "Recent Purchase": "المشتريات الأخيرة",
    "Customer": "العميل",
    "Total": "الإجمالي",
    "Due": "المستحق",
    "Collect Due": "جمع المستحق",
    "Select Invoice": "اختر الفاتورة",
    "Select an Invoice": "اختر فاتورة",
    "Total Amount": "المبلغ الإجمالي",
    "Paid Amount": "المبلغ المدفوع",
    "Due Amount": "المبلغ المستحق",
    "Select one": "اختر واحد",
    "Cash": "نقداً",
    "Card": "بطاقة",
    "Check": "شيك",
    "Mobile Pay": "دفع عبر الهاتف المحمول",
    "Due List": "قائمة المستحقات",
    "Mobile": "الهاتف المحمول",
    "Sale": "بيع",
    "Bill To": "الفاتورة إلى",
    "Collected By": "تم الجمع بواسطة",
    "Total Due": "إجمالي المستحق",
    "Payment Amount": "مبلغ الدفع",
    "Remaining Due": "المستحق المتبقي",
    "Powered By": "مدعوم من",
    "Create Expense Catgeory": "إنشاء فئة النفقات",
    "Catgeory Name": "اسم الفئة",
    "Enter catgeory Name": "أدخل اسم الفئة",
    "Edit Expense Category": "تعديل فئة النفقات",
    "Expense Category List": "قائمة فئات النفقات",
    "Add new": "إضافة جديد",
    "Category Name": "اسم الفئة",
    "Create Expense": "إنشاء نفقة",
    "Enter Amount": "أدخل المبلغ",
    "Select A Category": "اختر فئة",
    "Expense For": "النفقات من أجل",
    "Enter Expense For": "أدخل النفقات من أجل",
    "Select a payment type": "اختر نوع الدفع",
    "Bank": "بنك",
    "Mobile Payment": "الدفع عبر الهاتف المحمول",
    "Reference Number": "رقم المرجع",
    "Enter reference number": "أدخل رقم المرجع",
    "Expense Date": "تاريخ النفقات",
    "Note": "ملاحظة",
    "Enter note": "أدخل ملاحظة",
    "Edit Expense": "تعديل النفقات",
    "Expense List": "قائمة النفقات",
    "Expesne For": "النفقات من أجل",
    "Create Income Catgeory": "إنشاء فئة الدخل",
    "Enter catgeory name": "أدخل اسم الفئة",
    "Edit Income Category": "تعديل فئة الدخل",
    "Income Category List": "قائمة فئات الدخل",
    "Create Income": "إنشاء دخل",
    "Enter amount": "أدخل المبلغ",
    "Enter income for": "أدخل الدخل من أجل",
    "Income Date": "تاريخ الدخل",
    "Edit Income": "تعديل الدخل",
    "Income List": "قائمة الدخل",
    "Sale New": "بيع جديد",
    "Sale List": "قائمة المبيعات",
    "Sale Return": "إرجاع المبيعات",
    "Purchases": "المشتريات",
    "Purchase New": "شراء جديد",
    "Purchase List": "قائمة المشتريات",
    "Purchase Return": "إرجاع المشتريات",
    "Products": "المنتجات",
    "All Product": "جميع المنتجات",
    "Add Product": "إضافة منتج",
    "Brand": "العلامة التجارية",
    "Unit": "الوحدة",
    "Stock List": "قائمة المخزون",
    "Customers": "العملاء",
    "All Customers": "جميع العملاء",
    "Add Customer": "إضافة عميل",
    "Suppliers": "الموردين",
    "All Suppliers": "جميع الموردين",
    "Add Supplier": "إضافة مورد",
    "Income Category": "فئة الدخل",
    "Expense Category": "فئة النفقات",
    "Subscriptions": "الاشتراكات",
    "Profit & Loss List": "قائمة الأرباح والخسائر",
    "All Income": "جميع الدخل",
    "All Expense": "جميع النفقات",
    "Current Stock": "المخزون الحالي",
    "Customer Due": "المستحق للعميل",
    "Supplier Due": "المستحق للمورد",
    "Loss & Profit": "الخسارة والربح",
    "Loss/Profit": "الخسارة/الربح",
    "Unpaid": "غير مدفوع",
    "Loss Profit": "خسارة الربح",
    "Loss Profit List": "قائمة خسارة الربح",
    "Product List": "قائمة المنتجات",
    "Create Party": "إنشاء طرف",
    "List": "قائمة",
    "Party Type": "نوع الطرف",
    "Retailer": "تاجر تجزئة",
    "Dealer": "تاجر",
    "Wholesaler": "تاجر جملة",
    "Supplier": "مورد",
    "Enter Due": "أدخل المستحق",
    "Edit Party": "تعديل الطرف",
    "Edit ": "تعديل",
    " List": "قائمة",
    "Parties List": "قائمة الأطراف",
    "Add new ": "إضافة جديد",
    "Create Product": "إنشاء منتج",
    "Add new Product": "إضافة منتج جديد",
    "Product Name": "اسم المنتج",
    "Enter Product Name": "أدخل اسم المنتج",
    "Product Category": "فئة المنتج",
    "Product Unit": "وحدة المنتج",
    "Product Code": "رمز المنتج",
    "Enter Product Code": "أدخل رمز المنتج",
    "Stock": "المخزون",
    "Enter stock qty": "أدخل كمية المخزون",
    "Purchase Price": "سعر الشراء",
    "Enter purchase price": "أدخل سعر الشراء",
    "Sale Price": "سعر البيع",
    "Enter sale price": "أدخل سعر البيع",
    "Wholesale Price": "سعر الجملة",
    "Enter wholesale price": "أدخل سعر الجملة",
    "Dealer Price": "سعر التاجر",
    "Enter dealer price": "أدخل سعر التاجر",
    "Manufacturer": "الشركة المصنعة",
    "Enter manufacturer name": "أدخل اسم الشركة المصنعة",
    "Edit Product": "تعديل المنتج",
    "Product Brand": "علامة المنتج التجارية",
    "Purchase price": "سعر الشراء",
    "Sale price": "سعر البيع",
    "Pos Sale": "بيع عبر النقاط",
    "Invoice no": "رقم الفاتورة",
    "Invoice No": "رقم الفاتورة",
    "Items": "العناصر",
    "Qty": "الكمية",
    "Sub Total": "المجموع الفرعي",
    "Purchase return Amount ": "مبلغ إرجاع الشراء",
    "Confirm Return": "تأكيد الإرجاع",
    "Purchase Return List": "قائمة إرجاع الشراء",
    "Return Date": "تاريخ الإرجاع",
    "Return Amount": "مبلغ الإرجاع",
    "Return Qty": "كمية الإرجاع",
    "Brand list": "قائمة العلامات التجارية",
    "0": "0",
    "Quick Action": "إجراء سريع",
    "Today Purchase": "شراء اليوم",
    "Calculator": "آلة حاسبة",
    "Select Supplier": "اختيار المورد",
    "Receive Amount": "مبلغ الاستلام",
    "Search product...": "ابحث عن منتج...",
    "Due: ": "مستحق: ",
    "Party Name": "اسم الطرف",
    "Discount": "خصم",
    "Payment": "دفع",
    "INVOICE": "فاتورة",
    "Sells By": "يتم البيع بواسطة",
    "Quantity": "الكمية",
    "Unit Price": "سعر الوحدة",
    "Total Price": "إجمالي السعر",
    "Item": "عنصر",
    "Paid by": "مدفوع من قبل",
    "Subtotal": "الإجمالي الفرعي",
    "Customer Signature": "توقيع العميل",
    "Authorized Signature": "توقيع المفوض",
    "Add Items": "إضافة عناصر",
    "Enter Quantity": "أدخل الكمية",
    "Enter Purchase Price": "أدخل سعر الشراء",
    "Sales Price": "سعر البيع",
    "Enter Sales Price": "أدخل سعر البيع",
    "WholeSale Price": "سعر الجملة",
    "Enter WholeSale Price": "أدخل سعر الجملة",
    "Enter Dealer Price": "أدخل سعر الوكيل",
    "Customer Due Reports": "تقارير مستحقات العملاء",
    "Customer Due List": "قائمة مستحقات العملاء",
    "Expense Reports": "تقارير المصاريف",
    "Expense Report List": "قائمة تقارير المصاريف",
    "Income For": "الدخل من أجل",
    "Income Reports": "تقارير الدخل",
    "Income Report List": "قائمة تقارير الدخل",
    "Loss Profit Reports": "تقارير الخسارة والأرباح",
    "From Date": "من التاريخ",
    "To Date": "إلى التاريخ",
    "Loss Profit Report List": "قائمة تقارير الخسارة والأرباح",
    "Discount Amount": "مبلغ الخصم",
    "Sale Date": "تاريخ البيع",
    "Purchase Report List": "قائمة تقارير الشراء",
    "Purchase Reports": "تقارير الشراء",
    "Purchase Return Report List": "قائمة تقارير إرجاع الشراء",
    "Purchase Return Reports": "تقارير إرجاع الشراء",
    "Sales Report List": "قائمة تقارير المبيعات",
    "Sale Reports": "تقارير المبيعات",
    "Sale Return Report": "تقرير إرجاع المبيعات",
    "Sale Return Reports": "تقارير إرجاع المبيعات",
    "Sale Return Report List": "قائمة تقارير إرجاع المبيعات",
    "Cost": "التكلفة",
    "Stock Value": "قيمة المخزون",
    "Stock Report List": "قائمة تقارير المخزون",
    "Stock Reports": "تقارير المخزون",
    "Total Quantity": "إجمالي الكمية",
    "Total Stock Value": "إجمالي قيمة المخزون",
    "Supplier Due Reports": "تقارير مستحقات الموردين",
    "Supplier Due List": "قائمة مستحقات الموردين",
    "Profile Edit": "تحرير الملف الشخصي",
    "Parties": "الأطراف",
    "Sales List": "قائمة المبيعات",
    "User Title": "عنوان المستخدم",
    "Enter user title": "أدخل عنوان المستخدم",
    "Email Address": "عنوان البريد الإلكتروني",
    "Edit User Role": "تحرير دور المستخدم",
    "Add User Role": "إضافة دور مستخدم",
    "Sale return Amount ": "مبلغ إرجاع المبيعات",
    "Sales Return List": "قائمة إرجاع المبيعات",
    "Select Customer": "اختيار العميل",
    "Guest": "زائر",
    "Enter Customer Phone Number": "أدخل رقم هاتف العميل",
    "Type note...": "اكتب الملاحظة...",
    "Sales Return": "إرجاع المبيعات",
    "Purchases Return": "إرجاع المشتريات",
    "Add Vat": "إضافة ضريبة القيمة المضافة",
    "Tax": "الضريبة",
    "Apply": "تطبيق",
    "Select a category": "اختيار فئة",
    "Company And Business Name": "اسم الشركة والنشاط التجاري",
    "Enter Phone": "أدخل الهاتف",
    "Logo": "الشعار",
    "Invoice Logo": "شعار الفاتورة",
    "Purchase Plan": "خطة الشراء",
    "Days": "أيام",
    "Already Subscribed": "مكتوب مسبقًا",
    "Buy Now": "اشتر الآن",
    "Create Unit": "إنشاء وحدة",
    "Unit Name": "اسم الوحدة",
    "Enter Unit Name": "أدخل اسم الوحدة",
    "Unit List": "قائمة الوحدات",
    "Add new Unit": "إضافة وحدة جديدة",
    "Overall Reports": "التقارير العامة",
    "Revenue Statistic": "إحصائيات الإيرادات",
    "Today Sales": "مبيعات اليوم",
    "Change Amount": "مقدار التغيير",
    "Vat": "ضريبة القيمة المضافة",
    "Save Product": "حفظ المنتج",
    "Product": "منتج",
    "Category created successfully": "تم إنشاء الفئة بنجاح",
    "Category updated successfully": "تم تحديث الفئة بنجاح",
    "Category deleted successfully": "تم حذف الفئة بنجاح",
    "Selected Category deleted successfully": "تم حذف الفئات المحددة بنجاح",
    "Something went wrong!": "حدث خطأ ما!",
    "Brand created cuccessfully": "تم إنشاء العلامة التجارية بنجاح",
    "Brand updated successfully": "تم تحديث العلامة التجارية بنجاح",
    "Brand deleted successfully": "تم حذف العلامة التجارية بنجاح",
    "Selected Brands deleted successfully": "تم حذف العلامات التجارية المحددة بنجاح",
    "Something was wrong.": "حدث خطأ.",
    "Default currency activated successfully": "تم تفعيل العملة الافتراضية بنجاح",
    "Failed to set default currency. Please try again.": "فشل في تعيين العملة الافتراضية. يرجى المحاولة مرة أخرى.",
    "Collect Due saved successfully": "تم حفظ المبلغ المستحق بنجاح",
    "Expense Category saved successfully.": "تم حفظ فئة المصاريف بنجاح.",
    "Expense Category updated successfully.": "تم تحديث فئة المصاريف بنجاح.",
    "Expense Category deleted successfully": "تم حذف فئة المصاريف بنجاح",
    "Selected item deleted successfully.": "تم حذف العنصر المحدد بنجاح.",
    "Expense saved successfully.": "تم حفظ المصروف بنجاح.",
    "Expense updated successfully.": "تم تحديث المصروف بنجاح.",
    "Expense deleted successfully": "تم حذف المصروف بنجاح",
    "Selected Items deleted successfully.": "تم حذف العناصر المحددة بنجاح.",
    "Income Category saved successfully.": "تم حفظ فئة الدخل بنجاح.",
    "Income Category updated successfully.": "تم تحديث فئة الدخل بنجاح.",
    "Income Category deleted successfully": "تم حذف فئة الدخل بنجاح",
    "Income saved successfully.": "تم حفظ الدخل بنجاح.",
    "Income updated successfully.": "تم تحديث الدخل بنجاح.",
    "Income deleted successfully": "تم حذف الدخل بنجاح",
    "Premission denied.": "تم رفض الإذن.",
    "Customer created successfully": "تم إنشاء العميل بنجاح",
    "Supplier created successfully": "تم إنشاء المورد بنجاح",
    "Supplier deleted successfully": "تم حذف المورد بنجاح",
    "Customer deleted successfully": "تم حذف العميل بنجاح",
    "Selected parties deleted successfully": "تم حذف الأطراف المحددة بنجاح",
    "Product saved successfully.": "تم حفظ المنتج بنجاح.",
    "Data saved successfully.": "تم حفظ البيانات بنجاح.",
    "Product deleted successfully": "تم حذف المنتج بنجاح",
    "Selected product deleted successfully": "تم حذف المنتجات المحددة بنجاح",
    "Cart is empty. Add items first!": "السلة فارغة. أضف العناصر أولاً!",
    "Purchase created successfully.": "تم إنشاء الشراء بنجاح.",
    "Somethings went wrong!": "حدث خطأ ما!",
    "Purchase updated successfully.": "تم تحديث الشراء بنجاح.",
    "Selected purchases deleted successfully.": "تم حذف المشتريات المحددة بنجاح.",
    "Sales created successfully.": "تم إنشاء المبيعات بنجاح.",
    "You cannot sale in due for a walking customer.": "لا يمكنك بيع المديونية لعميل غير دائم.",
    "Sales updated successfully.": "تم تحديث المبيعات بنجاح.",
    "Sale deleted successfully.": "تم حذف البيع بنجاح.",
    "Selected sales deleted successfully.": "تم حذف المبيعات المحددة بنجاح.",
    "Unit saved successfully": "تم حفظ الوحدة بنجاح",
    "Unit updated successfully": "تم تحديث الوحدة بنجاح",
    "Units deleted successfully": "تم حذف الوحدات بنجاح",
    "Unit deleted successfully": "تم حذف الوحدة بنجاح",
    "Quantity and price updated successfully": "تم تحديث الكمية والسعر بنجاح",
    "Enter valid qty and price": "أدخل كمية وسعر صالحين",
    "Item not found in the cart": "العنصر غير موجود في السلة",
    "The cart does not contain this item": "السلة لا تحتوي على هذا العنصر",
    "Item removed from cart": "تم إزالة العنصر من السلة",
    "All cart removed successfully!": "تمت إزالة جميع العناصر من السلة بنجاح!",
    "Current Password does not match with old password": "كلمة المرور الحالية لا تطابق كلمة المرور القديمة",
    "Profile updated successfully": "تم تحديث الملف الشخصي بنجاح",
    "Purchase returned successfully.": "تم إرجاع الشراء بنجاح.",
    "Business General Setting updated successfully": "تم تحديث الإعدادات العامة للأعمال بنجاح",
    "User role created successfully": "تم إنشاء دور المستخدم بنجاح",
    "User role updated successfully": "تم تحديث دور المستخدم بنجاح",
    "User role deleted successfully": "تم حذف دور المستخدم بنجاح",
    "You have no permission to access.": "ليس لديك إذن للوصول.",
    "Sale returned successfully.": "تم إرجاع البيع بنجاح.",
    "New subscription order successfully.": "تم طلب الاشتراك الجديد بنجاح.",


    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration & Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "

}