{
    "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": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "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": "ניהול CMS",
    "Manage Pages": "ניהול דפים",
    "Manage FAQs": "ניהול שאלות נפוצות",
    "Terms & Conditions": "תנאים והגבלות",
    "Privacy & Policy": "פרטיות ומדיניות",
    "Testimonials": "עדויות",
    "Features": "מאפיינים",
    "Interface": "ממשק",
    "Manage Blogs": "ניהול בלוגים",
    "Newsletters": "ניוזלטרים",
    "Roles & Permissions": "תפקידים והרשאות",
    "Roles": "תפקידים",
    "Permissions": "הרשאות",
    "Settings": "הגדרות",
    "Currencies": "מטבעות",
    "Notifications": "התראות",
    "SMS Settings": "הגדרות SMS",
    "Payment Gateway": "שער תשלום",
    "System Settings": "הגדרות מערכת",
    "General Settings": "הגדרות כלליות",

    "Banner": "באנר",
    "Add New Banner": "הוסף באנר חדש",
    "Banner List": "רשימת באנרים",
    "Status": "סטטוס",
    "Image": "תמונה",
    "Active": "פעיל",
    "Cancel": "ביטול",
    "Save": "שמור",
    "Edit Banner": "ערוך באנר",
    "Advertising List": "רשימת פרסומים",
    "Create Banner": "יצירת באנר",
    "SL": "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/Optionl": "בחר חובה/רשות",
    "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": "כתובת 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",
    "REDIS_URL": "כתובת URL של Redis",
    "REDIS_PASSWORD": "סיסמת Redis",
    "AWS S3 Storage Bucket": "דלי אחסון AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "מלא את האישורים האלה אם אתה רוצה להשתמש בדלי אחסון AWS S3",
    "Wasabi Storage Bucket": "דלי אחסון Wasabi",
    "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": "מפתח גישה Wasabi",
    "WAS_SECRET_ACCESS_KEY": "מפתח סודי Wasabi",
    "WAS_DEFAULT_REGION": "אזור ברירת מחדל Wasabi",
    "WAS_BUCKET": "דלי Wasabi",
    "WAS_ENDPOINT": "נקודת קצה Wasabi",
    "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": "תגיות מטה SEO",
    "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 App": "אפליקציית גוגל פליי",
    "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": "אנא אל תשתף את ה-PIN הזה עם אף אחד",
    "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": "הראה- 10",
    "Show- 25": "הראה- 25",
    "Show- 50": "הראה- 50",
    "Show- 100": "הראה- 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, &amp; 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 &amp; 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 "
}
