{
    "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.": "SL.",
    "Invoice": "የምዝገባ",
    "Customer Name": "የደንበኛ ስም",
    "Amount": "መጠን",
    "View Report": "ዘመድር ይዝረይ",
    "Download Report": "ዘመድር ይወስድ",
    "User View": "ተጠቃሚ ትንበያ",
    "Shop Name": "የሻጭ ስም",
    "Country": "አገር",
    "Reason": "ምክንያት",
    "Are You Sure?": "ንቁጽእ ኣለኻ?",
    "You won't be able to revert this!": "እዚ ኣንታ ምንዛም ይከሊይ ይለይ!",
    "Yes, Delete It!": "እወ, ይሰርይ እዚ!",
    "Add Currency": "ኣዲስ ገንዘብ ይክፈል",
    "Code": "ኮድ",
    "Symbol": "ምልክት",
    "Position": "ኣካል",
    "Inactive": "የለን",
    "Make Default": "ወንድና ኣይከል",
    "Edit Currency": "የገንዘብ ይማርከ",
    "Currency": "ገንዘብ",

    "Total Businesses": "ዓለም ባሕርያ",
    "Total Expired Businesses": "ዓለም ዝወይዘር ባሕርያ",
    "Total Plan Subscribes": "ዓለም ይስዕዳ ይኣክል",
    "Total Business Categories": "ዓለም የባሕርያ ምድብ",
    "Total Plans": "ዓለም ይኣክል",
    "Total Staffs": "ዓለም ተሳታፊ",
    "Finance Overview": "ዝተለከተ ኣይንዋል",

    "Gateway Settings": "የተገናኝ ምርጫ",
    "Payment Gateway Settings": "የክፍያ የተገናኝ ምርጫ",
    "GATEWAY IMAGE": "የተገናኝ እቅፍ",
    "GATEWAY NAME": "የተገናኝ ስም",
    "Gateway Charge": "የተገናኝ ክፍያ",
    "Gateway Currency": "የተገናኝ ገንዘብ",
    "Gateway Mode": "የተገናኝ አይነት",
    "Is Manual": "ወይ ዝተወኪ",
    "Yes": "እወ",
    "No": "አይ",
    "Label": "ምልክት",
    "Enter label name": "ምልክት ኣንቀጽ",
    "Select Required/Optional": "ምረጥ ወይ ኣይንዋል",
    "Required": "ወይ ኣይንዋል",
    "Optional": "ኣይንዋል",
    "Add new row": "ኣዲስ መሳርሕ ይክፈል",
    "INSTRUCTIONS": "ዝምዝምታት",
    "Enter payment instructions here": "የክፍያ ምርጫ ኣንቀጽ እዚ",

    "Messages List": "የመልእክት ዝርዝር",
    "Search": "ፈልጥ",
    "Company Name": "የኩባንያ ስም",
    "Message": "መልእክት",

    "Notifications List": "ዝኾነ መረጃታት",
    "Today": "ዛሬ",
    "Last 7 Days": "ዝዕለት 7",
    "Last 15 Days": "ዝዕለት 15",
    "Last Month": "ዝዕለት ወርሕ",
    "Last Year": "ዝዕለት ዓመት",
    "Created At": "ቀትሪ ምድር",
    "Read At": "ቀትሪ ይዓይን",
    "Add New Payment Type": "ኣነግዕ ኣዳራሽ ክፍያ ዓይነት",
    "Enter Payment Type": "ኣነግዕ ክፍያ ዓይነት",
    "Edit Payment Type": "ኣሕዋር ክፍያ ዓይነት",
    "Payment Type": "ክፍያ ዓይነት",
    "Add Payment Type": "ኣነግዕ ክፍያ ዓይነት",
    "Per Page- 10": "በገጽ- 10",
    "Per Page- 25": "በገጽ- 25",
    "Per Page- 50": "በገጽ- 50",
    "Per Page- 100": "በገጽ- 100",
    "Assigned Role": "ወይስ ክርእይ",
    "Assign Role To User": "ወይስ ክርእይ ንተጠቃሚ",
    "Select User": "ይምረጽ ተጠቃሚ",
    "User": "ተጠቃሚ",
    "Select Role": "ይምረጽ ክርእይ",
    "Add Subscription Plan": "ኣነግዕ ዕቅፍ መርገድ",
    "Package List": "ዝተዋህዱ ዝርዝር",
    "Add New Features": "ኣነግዕ ኣዳራሽ አሰራርት",
    "Enter features": "ኣነግዕ አሰራርት",
    "Edit Subscription Plan": "ኣሕዋር ዕቅፍ መርገድ",
    "Edit Package": "ኣሕዋር ዝተዋህዱ",
    "Enter Duration Days": "ኣነግዕ ዝዕለት ቀን",
    "Deactive": "ይቅርታ",
    "Create Plans": "ዕቅፍ መርገድ ኣርእይ",
    "User Profile": "ኣስመራ ተጠቃሚ",
    "Registration Date": "ቀን ኣምርጻ",
    "Enter Your Name": "ኣነግዕ ስምኻ",
    "Enter Your Email": "ኣነግዕ ኢሜይልኻ",
    "Profile Picture": "ምስል ኣስመራ",
    "Current Password": "ዘለኻ ፓስወርድ",
    "Enter Your Current Password": "ኣነግዕ ዘለኻ ፓስወርድ",
    "New Password": "ኣዳራሽ ፓስወርድ",
    "Enter New Password": "ኣነግዕ ኣዳራሽ ፓስወርድ",
    "Save Changes": "ቅድሚ ዝይትወይይ",
    "Add New Role": "ኣነግዕ ኣዳራሽ ክርእይ",
    "Set role permissions": "ምዝውር መደበር ወክርእይ",
    "Role Name": "ስም ክርእይ",
    "Enter role name": "ኣነግዕ ስም ክርእይ",
    "Role Permissions": "መደበር ወክርእይ",
    "Setup role permissions": "ምዝውር መደበር ወክርእይ",
    "Select All": "ይምረጽ ሁሉ",
    "Roles List": "ዝርዝር ክርእይ",
    "Add role, if it does not exist": "ኣነግዕ ክርእይ ኣይኮነን",
    "Edit Role": "ኣሕዋር ክርእይ",
    "Privacy & Policy Settings": "ምዕባለ እንዳ ምስክር",
    "Update": "ኣዘውግዝ",
    "Term & Condition Settings": "ምዕባለ ዕቅፍ ወከምር",
    "Title": "ርዕስ",
    "Enter Title": "ኣነግዕ ርዕስ",
    "Copy Right": "ወክርእይ ሞተነ",
    "Admin Footer Text": "ገላዊ ኣዳራሽ ጽሕፈት",
    "Enter Text": "ኣነግዕ ጽሕፈት",
    "Admin Footer Link Text": "ገላዊ ኣዳራሽ ወከል",
    "Admin Footer Link": "ገላዊ ኣዳራሽ ወከል",
    "Enter Link": "ኣነግዕ ወከል",
    "Main Header Logo": "ዋና ምልክት ጽሕፈት",
    "Common Header Logo": "መዋና ምልክት ጽሕፈት",
    "Footer Logo": "ወከል ምልክት",
    "Admin Logo": "ገላዊ ምልክት",
    "Favicon": "ዋና ትህተት",
    "Don't Use Any Kind Of Space In The Input Fields": "ኣይትግብዝ ኣባር ቦታ ወባዓላት ኣብ ናይ መግቢ ቦታ",

    "App": "ኣፕ",
    "Drivers": "ንቕልብት",
    "Storage Settings": "ኣንቀዋዊ ኣይተረገም",
    "Mail Configuration": "ዝስተዳድር ዓይነት",
    "Others": "ኣሎታ",
    "APP_NAME": "ስም ኣፕ",
    "APP_KEY": "ኣይተወሰነ ኣፕ",
    "APP_DEBUG": "ምንም ኣለዉ ኣይወሰን",
    "APP_URL": "ዩአርኤል ኣፕ",
    "QUEUE_MAIL": "ምስጥር ዋይል",
    "MAIL_DRIVER_TYPE": "ዝስተዳድር ንቕልብት",
    "MAIL DRIVER": "ዝስተዳድር ንቕልብት",
    "MAIL_HOST": "ዩርዳ ዋይል",
    "MAIL_PORT": "ማይ ተቐባለላ",
    "MAIL_USERNAME": "የይቕል ዋይል",
    "MAIL_PASSWORD": "የንዋይ ዋይል",
    "MAIL_ENCRYPTION": "ንኳንየዋም ዋይል",
    "MAIL_FROM_ADDRESS": "ኣብ ዩርዳ ዋይል",
    "MAIL_FROM_NAME": "ኣብ ዩርዳ ስም",
    "QUEUE COMMAND Path": "ዋይል ተወሳሲ ምንነት",
    "CACHE_DRIVER": "ዝስተዳድር ንቕልብት",
    "Recommended": "ይወከል",
    "QUEUE_CONNECTION": "ዋይል መሰረት",
    "SESSION_DRIVER": "ዝስተዳድር ስልጣን",
    "SESSION_LIFETIME": "ዓለም ስልጣን",
    "REDIS_PORT": "ምዕብለት ሪድስ",
    "REDIS_URL": "ዩአርኤል ሪድስ",
    "REDIS_PASSWORD": "የንዋይ ሪድስ",
    "AWS S3 Storage Bucket": "ወተን ኣንቀዋዊ ምንም ንዓቀብ",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "እዚ ኣብዚ መረጃ የክብዕ ንዓቀብ ወተን ኣንቀዋዊ ምንም ይምጽእ",
    "Wasabi Storage Bucket": "ወተን ኣንቀዋዊ እዋማ",
    "public (uploads folder)": "ግንዛብ (እታ ኣንቀዋዊ ምንም በዛ)",
    "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": "እዚ ኣብዚ መረጃ የክብዕ ንዓቀብ ወተን ኣንቀዋዊ እዋማ ይምጽእ",
    "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": "ዓለም ኣንቀዋዊ ምንም",
    "Paid": "ንኩዕ",
    "Reject": "ኣለኽ",
    "Why are you reject It?": "ምንታይ ኣለኽ ንዚ?",
    "Enter Reason": "ኣንብብ ምንዝን",
    "Confirm": "ወከስ",
    "Subscriptions List": "ዝተመርጸ ዝምድና ዝዛርነ",
    "Started": "ተጀመረ",
    "End": "መውጣ",
    "Gateway Method": "ዕድል ምሕረት",
    "Are you sure?": "እንደክ ይኹን?",
    "Add New Testimonial": "ኣንብብ ኣዲስ መውጣ",
    "Client Name": "ስም ኣዋጅ",
    "Enter Client Name": "ኣንብብ ስም ኣዋጅ",
    "Stars": "ንነት",
    "Works At": "ኣብዚ ይሰርሕ",
    "Client Image": "ፎቶ ኣዋጅ",
    "Review": "ኣብዚ ንዳዊ",
    "Enter text": "ኣንብብ እንተነግር",
    "Enter review message here": "ኣንብብ መልእኽቲ ንዳዊ ኣይነት",
    "Edit Testimonial": "ኣርእዮ መውጣ",
    "Testimonials List": "ዝምድና መውጣ",
    "Create New": "ኣፈልጠ ኣዲስ",
    "Add New Staff": "ኣንብብ ኣዲስ ዓለም",
    "Full Name": "ሙሉእ ስም",
    "Enter Email Address": "ኣንብብ ኢሜይል ኣይነት",
    "Edit Staff": "ኣርእዮ ዓለም",
    "Staff List": "ዝምድና ዓለም",
    "User Email": "ኢሜይል ተጠቃሚ",
    "User Role": "ስራሕ ተጠቃሚ",
    "Comments": "ኣብዚ",
    "Comment List": "ዝምድና ኣብዚ",
    "Create Blog": "ኣፈልጠ ብሎግ",
    "Blog List": "ዝምድና ብሎግ",
    "Select a status": "ዝምርጽ ስርዓት",
    "Tags": "መርገስ",
    "Enter tags name": "ኣንብብ ስም መርገስ",
    "SEO Meta Tags": "መርገስ ዚአባር",
    "Meta Title": "መወዳእታ እንደነ ነው",
    "Meta Description": "መግለጻ እንደነ ነው",
    "Enter meta Description": "ኣንብብ መግለጻ እንደነ ነው",
    "Comment": "ኣብዚ",
    "Edit Blog": "ኣርእዮ ብሎግ",
    "Blogs": "ብሎግ",
    "Create Faqs": "ኣፈልጠ ኣዳሪ ሓይሊ",
    "Add New FAQs": "ኣንብብ ኣዲስ ኣዳሪ ሓይሊ",
    "Question": "ጥዕስ",
    "InActive": "ወበት",
    "Answer": "መልሲ",
    "Enter question answer here": "ኣንብብ መልሲ ጥዕስ እዚ",
    "Edit Faqs": "ኣርእዮ ኣዳሪ ሓይሊ",
    "FAQS List": "ዝምድና ኣዳሪ ሓይሊ",
    "View Details": "ዝተመለከተ ዝርዝር",
    "Create Feature": "ኣፈልጠ ውስኽ",
    "Add New Feature": "ኣንብብ ኣዲስ ውስኽ",
    "Backgroud Color": "ዕረፍ ቀለም",
    "Enter Color": "ኣንብብ ቀለም",
    "Edit Feature": "ኣርእዮ ውስኽ",
    "Features List": "ዝምድና ውስኽ",
    "Create Interfaces": "ኣፈልጠ ኣይተለቀ መተያብ",
    "Add New Interface": "ኣንብብ ኣዲስ ኣይተለቀ መተያብ",
    "Edit Interface": "ኣርእዮ ኣይተለቀ መተያብ",
    "Interfaces List": "ዝምድና ኣይተለቀ መተያብ",
    "Newsletters List": "ዝምድና ወቅታዊ መረጃ",
    "Page for Updating Website Sections": "ገጽ ምርጽ ኣዳር መዋቅር ድር",
    "Slider Section": "ስሊደር ክፍል",
    "Header Section": "ሀዳር ክፍል",
    "Feature Section": "ውስኽ ክፍል",
    "Interface Section": "ኣይተለቀ መተያብ ክፍል",
    "Watch Section": "ወይብ ክፍል",
    "Testimonial Section": "መውጣ ክፍል",
    "Blog Section": "ብሎግ ክፍል",
    "About us Page": "ገጽ ኣብ ንንበረ",
    "Terms And Conditions": "ዕድልን ሕጊ ወነድር",
    "Privacy Page": "ገጽ ጽሑፍ",
    "Contuct us Page": "ገጽ ኣይነት ይናብ",
    "Pricing Section": "ዋጋ ክፍል",
    "Footer Section": "ንጻዕ ክፍል",
    "Social Medias": "ማዕበለ ስርዓት",
    "Button One": "ቁጽሪ ኣንድ",
    "Button Text": "ቁጽሪ ጽሑፍ",
    "Button One Link": "ቁጽሪ ኣንድ ኣይነት",
    "Button Two": "ቁጽሪ ሁለት",
    "Button Two Link": "ቁጽሪ ሁለት ኣይነት",
    "Scanner Text": "ምርጭ ጽሑፍ",
    "Scanner Image": "ምርጭ ፎቶ",
    "Slider Image": "ስሊደር ፎቶ",
    "Header Button Text": "ሀዳር ቁጽሪ ጽሑፍ",
    "Header Button Link": "ሀዳር ቁጽሪ ኣይነት",
    "Enter Header link": "ኣንብብ ሀዳር ኣይነት",
    "Section Title": "የቅርብ ዕለት",
    "Enter Section Title": "ኣንብብ የቅርብ ዕለት",
    "Interface Title": "ኣይተለቀ መተያብ ዕለት",
    "Watch Title": "ወይብ ዕለት",
    "Button Link": "ቁጽሪ ኣይነት",
    "Watch Image": "ወይብ ፎቶ",
    "Blog Title": "ብሎግ ዕለት",
    "Read More Button Text": "ኣይነት ይስተብስ ጽሑፍ",
    "View All Button Text": "ዝተመለከተ ኣይነት ምስተይ",
    "View All Link": "ዝተመለከተ ኣይነት",
    "Testimonial Title": "መውጣ ዕለት",
    "Enter Short Title": "ኣንብብ ኣንድ ዕለት",
    "Long Title": "ዓለም ዕለት",
    "About Image": "ምስል ንነይ",
    "Description One": "መግለጺ ኣንድ",
    "Description Two": "መግለጺ ሁለት",
    "Option": "ኣማራጭ",
    "Icon": "አይኮን",
    "Plan Button Url": "ዋና ኣይነት ምዕይለ ኣማራጭ",
    "Short Title": "ኣንብብ ኣንድ ዕለት",
    "Right Footer Title": "ዓለም ዕለት ንጻዕ ይወዳ",
    "Middle Footer Title": "ዓለም ዕለት ተላላይ ንጻዕ",
    "Apple App Link": "ኣይነት ኣፕ ኣፕል",
    "Apple App": "ኣፕ ኣፕል",
    "Google Play Link": "ኣይነት ኣፕ ጉግል ፕሌይ",
    "Google Play 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": "ንስ የከርስ ኮድ እዚ እዩ",
    "Please do not share this PIN with anyone": "እተወርሐ ይቀጽሉ ይምዝምይ ዘይኩም ወይን",
    "Best Regards": "ዝበለይ ኣወቅል",
    "Gateway Name": "ኣይነት መዳረሻ",
    "Subscription Name": "ዝተመለሰ ኣይነት",
    "Payable Amount": "ዋጋ እዋን",
    "Phone Number": "ቀይነ ተክሊ",
    "Enter your phone number": "ኣንብብ ቀይነ ተክሊ",
    "Pay Now": "ከይተክል",
    "Next": "ዝስታ",
    "Previous": "ወይድሉ",
    "Free": "ነፃ",
    "Features Of Free Plan": "ኣይነት ኣንድ ናብ ዝምድነ",
    "Choose Plan": "ዝይዋይ ኣይነት",
    "Blog Details": "ዝሓርቡ ብሎግ",
    "Leave a Comment Here": "ወይይኡ እዚ ኣዝንኩ",
    "Your email address will not be published": "ይዋዕሉ ወይይ ኣንብብ ምንባለ",
    "Enter your name": "ኣንብብ ስም",
    "Enter your email": "ኣንብብ ኢሜይል",
    "Enter your comment": "ኣንብብ እዚ ምርገ ወይ",
    "Recent Posts": "ዕረፍታ ውሉይ",
    "Create a Free Account": "ይቀመይ ይሓይም ኣንዱ",
    "Enter full name": "ኣንብብ ሙሉ ስም",
    "Enter phone number": "ኣንብብ ቀይነ ተክሊ",
    "Enter email address": "ኣንብብ ኢሜይል ኣይነት",
    "Company": "ኣንብብ ዓለም",
    "Enter company name": "ኣንብብ ዓለም ስም",
    "Enter your message": "ኣንብብ ምርገ ወይ",
    "Pricing Plan": "ናብ ዋጋ ኣይነት",
    "Subscription Plans": "ዝተመለሰ ኣይነት",

    "Plan List": "ዝይዋይ ኣይነት ዝተረከበ",
    "Work At": "ናብ ዝምድና",
    "Show- 10": "ይወዳ 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": "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": "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 "
}
