{
    "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": "ሲኤምኤስ ማስተዳደር",
    "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/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_NAME",
    "APP_KEY": "APP_KEY",
    "APP_DEBUG": "APP_DEBUG",
    "APP_URL": "APP_URL",
    "QUEUE_MAIL": "QUEUE_MAIL",
    "MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
    "MAIL DRIVER": "MAIL DRIVER",
    "MAIL_HOST": "MAIL_HOST",
    "MAIL_PORT": "MAIL_PORT",
    "MAIL_USERNAME": "MAIL_USERNAME",
    "MAIL_PASSWORD": "MAIL_PASSWORD",
    "MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
    "MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
    "MAIL_FROM_NAME": "MAIL_FROM_NAME",
    "QUEUE COMMAND Path": "QUEUE COMMAND Path",
    "CACHE_DRIVER": "CACHE_DRIVER",
    "Recommended": "የሚመከር",
    "QUEUE_CONNECTION": "QUEUE_CONNECTION",
    "SESSION_DRIVER": "SESSION_DRIVER",
    "SESSION_LIFETIME": "SESSION_LIFETIME",
    "REDIS_PORT": "REDIS_PORT",
    "REDIS_URL": "REDIS_URL",
    "REDIS_PASSWORD": "REDIS_PASSWORD",
    "AWS S3 Storage Bucket'": "AWS S3 Storage Bucket",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 Storage Bucket ለመጠቀም ከፈለጉ እነዚህን መረጃዎች ይሙሉ",
    "Wasabi Storage Bucket": "Wasabi Storage Bucket",
    "public (uploads folder)": "ህዝብ (uploads አቃፊ)",
    "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
    "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
    "AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
    "AWS_BUCKET": "AWS_BUCKET",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Wasabi Storage Bucket ለመጠቀም ከፈለጉ እነዚህን መረጃዎች ይሙሉ",
    "WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
    "WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
    "WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
    "WAS_BUCKET": "WAS_BUCKET",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "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 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 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": "TIMEZONE",
    "Note :": "ማስታወሻ :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "የመልዕክት ቅንብሮችን ካቀረቡ በኋላ MAIL QUEUE እየተጠቀሙ ከሆነ ሱፐርቫይዘርዎን ከአገልጋይዎ ዳግም ማስጀመር ያስፈልግዎታል",
    "QUEUE COMMAND Path :": "QUEUE COMMAND Path :",
    "QUEUE COMMAND :": "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": "POS ሽያጭ",
    "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.": "አዲስ የደንበኝነት ምዝገባ በተሳካ ሁኔታ ተፈጠረ።",

    "Branch": "ቅርንጫፍ",
    "Warehouse": "መጋዘን",
    "Overview": "አጠቃላይ እይታ",
    "Branch List": "የቅርንጫፍ ዝርዝር",
    "Role & permissions": "ሚና እና ፈቃዶች",
    "Warehouses List": "የመጋዘን ዝርዝር",
    "Stock Qty": "የክምችት ብዛት",
    "Create Warehouse": "መጋዘን ፍጠር",
    "Enter phone": "ስልክ ቁጥር ያስገቡ",
    "Enter email": "ኢሜይል ያስገቡ",
    "Enter address": "አድራሻ ያስገቡ",
    "Enter name": "ስም ያስገቡ",
    "Edit Warehouse": "መጋዘን አርትዕ",
    "Select Branch": "ቅርንጫፍ ምረጥ",
    "Rack": "ደረጃ",
    "Shelf": "ሻምበል",
    "Statement": "አባሪ",
    "Expire Product": "የተበላሸ ምርት",
    "Branch Wise Sales": "በቅርንጫፍ መሠረት ሽያጭ",
    "Branch Wise Purchases": "በቅርንጫፍ መሠረት ግዢ",
    "Employee Overview": "የሰራተኛ አጠቃላይ እይታ",
    "Staffs": "ሰራተኞች",
    "Add new Branch": "አዲስ ቅርንጫፍ ጨምር",
    "Create Branch": "ቅርንጫፍ ፍጠር",
    "Opening Balance": "መክፈቻ ቀሪ ሂሳብ",
    "Enter balance": "ቀሪ ሂሳብ ያስገቡ",
    "Enter description": "መግለጫ ያስገቡ",
    "Edit Branch": "ቅርንጫፍ አርትዕ",
    "Example": "ምሳሌ",
    "Acnoo": "አክኑ",
    "in this example": "በዚህ ምሳሌ",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "ቀደም ሲል የቅርንጫፍ ክፍል አልነበራችሁም። ስለዚህ የመጀመሪያ ቅርንጫፍዎን በሚፈጥሩበት ጊዜ ሌላ ቅርንጫፍ በራስ-ሰር በኩባንያ/ንግድ ስምዎ ይፈጠራል።",
    "when you create your first branch, another branch will automatically be created with the name": "የመጀመሪያ ቅርንጫፍዎን በሚፈጥሩበት ጊዜ ሌላ ቅርንጫፍ በራስ-ሰር በዚህ ስም ይፈጠራል",
    "If your company/business name is": "የኩባንያ/ንግድ ስምዎ ከሆነ",
    "All your previous data will be assigned to the automatically created branch": "ሁሉም የቀድሞ ዳታዎችዎ በራስ-ሰር ለተፈጠረው ቅርንጫፍ ይመደባሉ",
    "You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "በራስ-ሰር የተፈጠረውን ቅርንጫፍ መሰረዝ አይችሉም። ምክንያቱም ቅርንጫፍ ከተሰረዘ ከእያንዳንዱ ክፍል ይወገዳል፣ ይህም የቅርንጫፍ ዳታ ማጣሪያ እንዲሳነው ያደርጋል። ስለዚህ በራስ-ሰር የተፈጠረው ቅርንጫፍ ሊሰረዝ አይችልም።",
    "Role & Permission": "ሚና እና ፈቃድ",
    "Add Role": "ሚና ጨምር",
    "Selected role deleted successfully": "የተመረጠው ሚና በተሳካ ሁኔታ ተሰርዟል",
    "Branch saved successfully.": "ቅርንጫፍ በተሳካ ሁኔታ ተቀምጧል።",
    "Branch updated successfully.": "ቅርንጫፍ በተሳካ ሁኔታ ተዘምኗል።",
    "Selected branch deleted successfully": "የተመረጠው ቅርንጫፍ በተሳካ ሁኔታ ተሰርዟል",
    "Branch deleted successfully": "ቅርንጫፍ በተሳካ ሁኔታ ተሰርዟል",
    "Warehouse saved successfully.": "መጋዘን በተሳካ ሁኔታ ተቀምጧል።",
    "Warehouse updated successfully.": "መጋዘን በተሳካ ሁኔታ ተዘምኗል።",
    "Warehouse deleted successfully": "መጋዘን በተሳካ ሁኔታ ተሰርዟል።",
    "Selected items deleted successfully.": "የተመረጡ ንጥሎች በተሳካ ሁኔታ ተሰርዘዋል።",
    "My Domains": "የእኔ ጎራዎች",
    "Domain List": "የጎራ ዝርዝር",
    "Domains": "ጎራዎች",
    "Domain Name": "የጎራ ስም",
    "Is Verified": "እሙን ነው",
    "Has SSL": "SSL አለው",
    "Added on": "በሚከተለው ቀን ታክሏል",
    "Add New Domain": "አዲስ ጎራ ጨምር",
    "Domain Type": "የጎራ አይነት",
    "Addon Domain": "ጨምራሚ ጎራ",
    "Subdomain": "ንዑስ ጎራ",
    "Enter your domain name": "የጎራ ስምዎን ያስገቡ",
    "row selected": "ረድፍ ተመርጧል",
    "A new sub domain has been added.": "አዲስ ንዑስ ጎራ ታክሏል።",
    "A new domain has been added.": "አዲስ ጎራ ታክሏል።",
    "Domain deleted successfully": "ጎራ በተሳካ ሁኔታ ተሰርዟል።",
    "Domains deleted successfully": "ጎራዎች በተሳካ ሁኔታ ተሰርዘዋል።",
    "Domains List": "የጎራ ዝርዝር",
    "Get instruction": "መመሪያ ያግኙ",
    "Accept": "ተቀበል",
    "Pending": "በጥበቃ ላይ",
    "Why are you reject it?": "ለምን ነው ውድቅ የሚያደርጉት?",
    "Enter reason...": "ምክንያት ያስገቡ...",
    "Submit": "አስገባ",
    "Instructions": "መመሪያዎች",
    "cPanel Domain Setup Instructions": "የcPanel ጎራ ማሰናጃ መመሪያዎች",
    "Login to your": "ወደ እርስዎ",
    "cPanel": "cPanel",
    "account": "መለያ ይግቡ",
    "Go to": "ወደ",
    "Domains → Addon Domains": "ጎራዎች → ጨምራሚ ጎራዎች",
    "Enter your new domain": "አዲሱን ጎራዎን ያስገቡ",
    "Leave the auto-generated subdirectory and FTP as default": "በራስ-ሰር የተፈጠረውን ንዑስ ማውጫ እና FTP እንደ ነባሪ ይተዉ",
    "Click": "ጠቅ ያድርጉ",
    "Add Domain": "ጎራ ጨምር",
    "Update your domain’s DNS to point to your cPanel nameservers": "የጎራዎን DNS ወደ cPanel ስም አገልጋሪዎችዎ እንዲያመለክት ያዘምኑ",
    "Tip": "ምክር",
    "If you need SSL, go to": "SSL ከፈለጉ፣ ወደ",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "በcPanel ውስጥ ይሂዱ እና ለአዲሱ ጎራዎ የምስክር ወረቀት ይለጥፉ (Let's Encrypt ነፃ ነው)።",
    "Apache VPS Configuration": "Apache VPS ማሰናጃ",
    "Apache Wildcard Domain Setup": "Apache ዋይልድካርድ ጎራ ማሰናጃ",
    "Create a config file in": "ውስጥ የማሰናጃ ፋይል ፍጠር",
    "How to Add a Domain in cPanel": "በcPanel ውስጥ ጎራ እንዴት ማክለብ እንደሚቻል",
    "Enable the site and reload Apache": "ጣቢያውን አንቃ እና Apacheን ዳግም ጫን",
    "Always test config before reload": "ከዳግም መጫን በፊት ሁል ጊዜ ማሰናጃውን ፈትን",
    "Replace": "ቀይር",
    "with your actual domain": "በእውነተኛ ጎራዎ",
    "Ensure correct file permissions (chown/chmod)": "ትክክለኛ የፋይል ፈቃዶችን አረጋግጥ (chown/chmod)",
    "Use": "ተጠቀም",
    "Certbot": "Certbot",
    "for free SSL": "ለነፃ SSL",
    "Nginx VPS Configuration": "Nginx VPS ማሰናጃ",
    "Nginx Wildcard Domain Setup": "Nginx ዋይልድካርድ ጎራ ማሰናጃ",
    "Enable the site and reload Nginx": "ጣቢያውን አንቃ እና Nginxን ዳግም ጫን",
    "Important": "አስፈላጊ",
    "Ensure correct file permissions": "ትክክለኛ የፋይል ፈቃዶችን አረጋግጥ",
    "Domain updated successfully": "ጎራ በተሳካ ሁኔታ ተዘምኗል",
    "Domain": "ጎራ",
    "Domain has been rejected successfully.": "ጎራ በተሳካ ሁኔታ ተቀባይነት አላገኘም።",
    "Domain has been approved successfully.": "ጎራ በተሳካ ሁኔታ ተፀድቋል።",
    "Edit Domain": "ጎራ አርትዕ",
    "Deleted by user": "በተጠቃሚ ተሰርዟል",

    "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 "
}
