Files
kulakpos_web/lang/ti.json

2083 lines
119 KiB
JSON
Raw Normal View History

2026-03-15 17:08:23 +07:00
{
"auth.failed": "These credentials do not match our records.",
"auth.password": "The provided password is incorrect.",
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
"pagination.previous": "« Previous",
"pagination.next": "Next »",
"passwords.reset": "Your password has been reset!",
"passwords.sent": "We have emailed your password reset link!",
"passwords.throttled": "Please wait before retrying.",
"passwords.token": "This password reset token is invalid.",
"passwords.user": "We can't find a user with that email address.",
"validation.accepted": "The :attribute must be accepted.",
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
"validation.active_url": "The :attribute is not a valid URL.",
"validation.after": "The :attribute must be a date after :date.",
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
"validation.alpha": "The :attribute must only contain letters.",
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
"validation.array": "The :attribute must be an array.",
"validation.before": "The :attribute must be a date before :date.",
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
"validation.between.array": "The :attribute must have between :min and :max items.",
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
"validation.between.numeric": "The :attribute must be between :min and :max.",
"validation.between.string": "The :attribute must be between :min and :max characters.",
"validation.boolean": "The :attribute field must be true or false.",
"validation.confirmed": "The :attribute confirmation does not match.",
"validation.current_password": "The password is incorrect.",
"validation.date": "The :attribute is not a valid date.",
"validation.date_equals": "The :attribute must be a date equal to :date.",
"validation.date_format": "The :attribute does not match the format :format.",
"validation.declined": "The :attribute must be declined.",
"validation.declined_if": "The :attribute must be declined when :other is :value.",
"validation.different": "The :attribute and :other must be different.",
"validation.digits": "The :attribute must be :digits digits.",
"validation.digits_between": "The :attribute must be between :min and :max digits.",
"validation.dimensions": "The :attribute has invalid image dimensions.",
"validation.distinct": "The :attribute field has a duplicate value.",
"validation.email": "The :attribute must be a valid email address.",
"validation.ends_with": "The :attribute must end with one of the following: :values.",
"validation.enum": "The selected :attribute is invalid.",
"validation.exists": "The selected :attribute is invalid.",
"validation.file": "The :attribute must be a file.",
"validation.filled": "The :attribute field must have a value.",
"validation.gt.array": "The :attribute must have more than :value items.",
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
"validation.gt.numeric": "The :attribute must be greater than :value.",
"validation.gt.string": "The :attribute must be greater than :value characters.",
"validation.gte.array": "The :attribute must have :value items or more.",
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
"validation.image": "The :attribute must be an image.",
"validation.in": "The selected :attribute is invalid.",
"validation.in_array": "The :attribute field does not exist in :other.",
"validation.integer": "The :attribute must be an integer.",
"validation.ip": "The :attribute must be a valid IP address.",
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
"validation.json": "The :attribute must be a valid JSON string.",
"validation.lt.array": "The :attribute must have less than :value items.",
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
"validation.lt.numeric": "The :attribute must be less than :value.",
"validation.lt.string": "The :attribute must be less than :value characters.",
"validation.lte.array": "The :attribute must not have more than :value items.",
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
"validation.mac_address": "The :attribute must be a valid MAC address.",
"validation.max.array": "The :attribute must not have more than :max items.",
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
"validation.max.numeric": "The :attribute must not be greater than :max.",
"validation.max.string": "The :attribute must not be greater than :max characters.",
"validation.mimes": "The :attribute must be a file of type: :values.",
"validation.mimetypes": "The :attribute must be a file of type: :values.",
"validation.min.array": "The :attribute must have at least :min items.",
"validation.min.file": "The :attribute must be at least :min kilobytes.",
"validation.min.numeric": "The :attribute must be at least :min.",
"validation.min.string": "The :attribute must be at least :min characters.",
"validation.multiple_of": "The :attribute must be a multiple of :value.",
"validation.not_in": "The selected :attribute is invalid.",
"validation.not_regex": "The :attribute format is invalid.",
"validation.numeric": "The :attribute must be a number.",
"validation.present": "The :attribute field must be present.",
"validation.prohibited": "The :attribute field is prohibited.",
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
"validation.prohibits": "The :attribute field prohibits :other from being present.",
"validation.regex": "The :attribute format is invalid.",
"validation.required": "The :attribute field is required.",
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
"validation.required_if": "The :attribute field is required when :other is :value.",
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
"validation.required_with": "The :attribute field is required when :values is present.",
"validation.required_with_all": "The :attribute field is required when :values are present.",
"validation.required_without": "The :attribute field is required when :values is not present.",
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
"validation.same": "The :attribute and :other must match.",
"validation.size.array": "The :attribute must contain :size items.",
"validation.size.file": "The :attribute must be :size kilobytes.",
"validation.size.numeric": "The :attribute must be :size.",
"validation.size.string": "The :attribute must be :size characters.",
"validation.starts_with": "The :attribute must start with one of the following: :values.",
"validation.string": "The :attribute must be a string.",
"validation.timezone": "The :attribute must be a valid timezone.",
"validation.unique": "The :attribute has already been taken.",
"validation.uploaded": "The :attribute failed to upload.",
"validation.url": "The :attribute must be a valid URL.",
"validation.uuid": "The :attribute must be a valid UUID.",
"validation.custom.attribute-name.rule-name": "custom-message",
"Dashboard": "መዋቅር",
"Advertising": "ማስታወቂያ",
"Subscription Reports": "ዝርዝር ብዝርዝር",
"Manage Business": "ንግድ መንቀሳቀስ",
"Categories": "ካበባት",
"Business List": "ዝርዝር ንግድ",
"Manage Plans": "ንዘርዘር ዕቅፍ",
"Create Plan": "ንዘርዘር ዕቅፍ ኣበል",
"Staff Management": "መንቀሳቀስ ወርሒት",
"Create Staff": "መንቀሳቀስ ወርሒት ኣበል",
"Manage Staff": "ንዘርዘር ወርሒት",
"Messages": "መልእኽቲ",
"Manage Messages": "ንዘርዘር መልእኽቲ",
"CMS Manage": "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 went 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 didnt 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 domains 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 (Lets Encrypt is free).": "በ cPanel እና ለአዲሱ ዶሜን ማረጋገጫ ይሰጡ (Lets 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": "በተጠቃሚ የተሰረዘ",
"Download Apk": "Apk ኣውርድ",
"SMS Marketing": "ናይ SMS ማርኬቲንግ",
"Party Reports": "ጸብጻብ ወገናት",
"HRM": "ምሕደራ ሰብኣዊ ሓይሊ",
"Finance & Accounts": "ፋይናንስን ሕሳባትን",
"Transfer": "ዝውውር",
"Expired": "ግዚኡ ዝሓለፎ",
"Upgrade Now": "ሕጂ ኣሐድስ",
"No Active Plan": "ንጡፍ ትልሚ የለን",
"Please subscribe to a plan": "በጃኹም ሓደ ትልሚ ይምረጹ",
"Invoice Wise Profit": "ብመሰረት ኢንቮይስ ዝርከብ መኽሰብ",
"Company / Business Name": "ስም ትካል / ንግዲ",
"Shop Opening Balance": "ናይ ድኳን መኽፈቲ ባላንስ",
"Shop Remaining Balance": "ናይ ድኳን ዝተረፈ ባላንስ",
"Plan Expire Date": "ትልሚ ዘብቅዓሉ ዕለት",
"Enter Business Name": "ስም ንግዲ የእትዉ",
"Enter your Name": "ስምኩም የእትዉ",
"POS": "POS (መሸጢ ቦታ)",
"Inventory": "ኢንቨንተሪ (ክፍሊ ንብረት)",
"Shipping Charge": "ናይ መጓዓዝያ ክፍሊት",
"Rounding(+/-)": "ምድጋን (+/-)",
"Create Customer": "ዓሚል ፍጠር",
"Add Payment": "ክፍሊት ወስኽ",
"Cheque": "ቸክ",
"Wallet": "ዎለት (ማሕፉዳ)",
"Select Warehouse": "መኽዘን ምረጽ",
"Batch": "ባች (ጉጅለ)",
"Scan / search by code or name": "ብኮድ ወይ ብስም ስካን ግበር / ድለ",
"Show 20": "20 ኣርእይ",
"Show 500": "500 ኣርእይ",
"Yesterday": "ትማሊ",
"Last 30 Days": "ዝሓለፉ 30 መዓልታት",
"Current Month": "ሎሚ ወርሒ",
"Current Year": "ሎሚ ዓመት",
"Custom Date": "ዝተመርጸ ዕለት",
"View Payment": "ክፍሊት ርአ",
"Receipt No.": "ቁጽሪ ደረሰኝ",
"Inventory Sales": "መሸጣ ንብረት",
"Flat": "ፍላት (ቀዋሚ)",
"Percent (%)": "ሚኢታዊ (%)",
"Select Product": "ፍርያት ምረጽ",
"Guarantee": "ገንቲ (ዋሕስ)",
"Warranty": "ውሕስነት",
"Remarks": "መተሓሳሰቢ",
"Sales Invoice": "ናይ መሸጣ ኢንቮይስ",
"PDF": "PDF",
"Print": "ሕተም",
"Sales By": "ዝሸጠ ሰብ",
"Sub-Total": "ንኡስ ድምር",
"Net Payable": "ዝኽፈል ንጹር ሕሳብ",
"invoice": "ኢንቮይስ",
"QTY": "ብዝሒ",
"U.Price": "ዋጋ ሓደ",
"Delivery charge": "ናይ መረከቢ ክፍሊት",
"Total Payable": "ጠቕላላ ዝኽፈል",
"Total Return": "ጠቕላላ ዝተመልሰ",
"Payable": "ዝኽፈል",
"Return Product": "ፍርያት ምለስ",
"Returned Item": "ዝተመልሰ ንብረት",
"Total Return Amount": "ጠቕላላ ዝተመልሰ መጠን ገንዘብ",
"Add Purchase": "ግዝኣት ወስኽ",
"Returns List": "ዝተመልሱ ዝርዝር",
"Partial Paid": "ብኽፋል ዝተኸፍለ",
"Bulk Upload": "ብጅምላ ጽዓን (Upload)",
"Save & Published": "ዓቅብን ዘርጋሕን",
"Product price, stock": "ዋጋ ፍርያት፡ ስቶክ",
"Combo Products": "ዝተዋደዱ (Combo) ፍርያት",
"Expired Products": "ግዚኦም ዝሓለፈ ፍርያት",
"Print Labels": "ሌበላት ሕተም",
"Model": "ሞዴል",
"Variation": "ልውውጥ (Variation)",
"Racks": "ረካካት (Racks)",
"Shelfs": "መደርደሪታት",
"Product Image": "ስእሊ ፍርያት",
"Expire Date": "መወዳእታ ዕለት",
"Barcode Generate": "ባርኮድ ፍጠር",
"Available Stock": "ዘሎ ስቶክ",
"Qty / No of label": "ብዝሒ / ቁጽሪ ሌበል",
"Packing Date": "ዝተዓሸገሉ ዕለት",
"Information to show in labels": "ኣብ ሌበላት ዝርአ ሓበሬታ",
"Product Price": "ዋጋ ፍርያት",
"Print packing date": "ዝተዓሸገሉ ዕለት ሕተም",
"Show Price": "ዋጋ ኣርእይ",
"Barcode Type *": "ዓይነት ባርኮድ *",
"Barcode Print Paper Setting": "ጥንቃቐ ወረቐት ሕታም ባርኮድ",
"Preview": "ቅድመ-ርእይቶ",
"Download File": "ፋይል ኣውርድ",
"Field Name": "ስም ቦታ (Field)",
"Add new Model": "ሓድሽ ሞዴል ወስኽ",
"Model List": "ዝርዝር ሞዴላት",
"Model Name": "ስም ሞዴል",
"Create Model": "ሞዴል ፍጠር",
"Variations List": "ዝርዝር ፍልልያት",
"Values": "ክብርታት (Values)",
"Edit Variation": "ፍልልይ ኣስተኻኽል",
"Rack List": "ዝርዝር ረካካት",
"Add new rack": "ሓድሽ ረክ ወስኽ",
"Shelf List": "ዝርዝር መደርደሪታት",
"Add shelf": "መደርደሪ ወስኽ",
"Edit shelf": "መደርደሪ ኣስተኻኽል",
"Transfer List": "ዝርዝር ዝውውር",
"From Branch": "ካብ ጨንፈር",
"To Branch": "ናብ ጨንፈር",
"From Warehouse": "ካብ መኽዘን",
"To Warehouse": "ናብ መኽዘን",
"Add New Transfer": "ሓድሽ ዝውውር ወስኽ",
"Transfer Note": "ናይ ዝውውር መዘከርታ",
"All Stock": "ኩሉ ስቶክ",
"Party Credit Limit": "ደረት ልቃሕ ወገን",
"Billing Address": "ኣድራሻ ክፍሊት",
"City": "ከተማ",
"State": "ክልል / ክፍለ-ሃገር",
"Zip Code": "ዚፕ ኮድ (Zip Code)",
"Shipping Address": "ኣድራሻ መረከቢ",
"Supplier Name": "ስም ኣቕራቢ",
"Vat List": "ዝርዝር ቫት (VAT)",
"Add New Vat": "ሓድሽ ቫት ወስኽ",
"Tax Setting": "ምድላው ግብሪ",
"Add New Vat Group": "ሓድሽ ጉጅለ ቫት ወስኽ",
"Vat Group List": "ዝርዝር ጉጅለ ቫት",
"Vat Group Name": "ስም ጉጅለ ቫት",
"Select vats": "ቫት መርጽ",
"All List": "ኩሉ ዝርዝር",
"Guest Due": "ዕዳ ጋሻ",
"Retailer Due": "ዕዳ ቸርቻሪ",
"Dealer Due": "ዕዳ ወኪል (Dealer)",
"Wholesaler Due": "ዕዳ ጅምላ ነጋዳይ",
"Guest Due List": "ዝርዝር ዕዳ ጋሻ",
"Invoice Number": "ቁጽሪ ኢንቮይስ",
"Bank Account": "ሕሳብ ባንኪ",
"Cash In Hand": "ኣብ ኢድ ዘሎ ገንዘብ",
"Cheques": "ቸካት",
"Transactions": "ምንቅስቓስ ሕሳብ",
"Day Book": "መዝገብ ዕለት",
"Cash Flow": "ውሕጅ ገንዘብ",
"Bill Wise Profit": "ብመሰረት ቢል ዝርከብ መኽሰብ",
"Expenses": "ወጻኢታት",
"Bank Accounts": "ሕሳባት ባንኪ",
"Deposit & Withdraws": "ምቕማጥን ምስሓብን",
"Add Bank": "ባንኪ ወስኽ",
"Account Name": "ስም ሕሳብ",
"Account Number": "ቁጽሪ ሕሳብ",
"Bank Name": "ስም ባንኪ",
"Branch Name": "ስም ጨንፈር",
"Holder Name": "ስም ዋና ሕሳብ",
"Add New Bank": "ሓድሽ ባንኪ ወስኽ",
"Account Display Name": "ዝርአ ስም ሕሳብ",
"As of Date": "ክሳብ ዕለት",
"Routing Number": "ራውቲንግ ቁጽሪ",
"UPI ID for QR Code": "UPI ID ንQR ኮድ",
"Account Holder Name": "ስም ዋና ሕሳብ",
"Add more fields": "ተወሳኺ ቦታታት ወስኽ",
"Print Bank details on invoices": "ዝርዝር ባንኪ ኣብ ኢንቮይስ ሕተም",
"Bank to Bank Transfer": "ካብ ባንኪ ናብ ባንኪ ምስጋር",
"Bank to Cash Transfer": "ካብ ባንኪ ናብ ጥረ ገንዘብ ምስጋር",
"Adjust Bank Balance": "ባላንስ ባንኪ ኣስተኻኽል",
"Adjust Cash": "ጥረ ገንዘብ ኣስተኻኽል",
"Cash to Bank Transfer": "ካብ ጥረ ገንዘብ ናብ ባንኪ ምስጋር",
"From": "ካብ",
"To": "ናብ",
"Transfer Date": "ዕለት ምስጋር",
"Cheques List": "ዝርዝር ቸካት",
"Profit & Loss": "መኽሰብን ክሳራን",
"Gross Profit": "ጠቕላላ መኽሰብ",
"Total Expenses": "ጠቕላላ ወጻኢታት",
"Income Types": "ዓይነታት እቶት",
"Expenses Types": "ዓይነታት ወጻኢታት",
"Net Profit": "ንጹር መኽሰብ",
"Money In": "ኣታዊ ገንዘብ",
"Money Out": "ወጻኢ ገንዘብ",
"Transaction List": "ዝርዝር ምንቅስቓስ ሕሳብ",
"Reference": "መወከሲ",
"Transaction Type": "ዓይነት ምንቅስቓስ ሕሳብ",
"Due Pay": "ዕዳ ክፈል",
"Due Collect": "ዕዳ እክብ",
"All Party": "ኩሎም ወገናት",
"Transaction By": "ምንቅስቓስ ሕሳብ ዘካየደ",
"Total :": "ጠቕላላ :",
"Cash In": "ኣታዊ ጥረ ገንዘብ",
"Cash Out": "ወጻኢ ጥረ ገንዘብ",
"Running Cash": "ኣብ ምንቅስቓስ ዘሎ ገንዘብ",
"Bill Wise Profit List": "ዝርዝር መኽሰብ ብመሰረት ቢል",
"Sales Amount": "መጠን መሸጣ",
"Sale Amount": "መጠን መሸጣ",
"Create Expense Category": "ዓይነት ወጻኢ ፍጠር",
"Department": "ክፍሊ (Department)",
"Designation": "መዓርግ / ስራሕ",
"Shift": "ሽፍት (Shift)",
"Employee": "ሰራሕተኛ",
"Leave Request": "ሕቶ ዕረፍቲ",
"Holiday": "በዓል / ዕረፍቲ",
"Attendance": "Wi'illo (Wi'illo)",
"Payroll": "ክፍሊት መሃያ",
"Department List": "ዝርዝር ክፍልታት",
"Add Department": "ክፍሊ ወስኽ",
"Create Department": "ክፍሊ ፍጠር",
"Designation List": "ዝርዝር መዓርጋት",
"Add Designation": "መዓርግ ወስኽ",
"Create Designation": "መዓርግ ፍጠር",
"Shift List": "ዝርዝር ሽፍታት",
"Add new Shift": "ሓድሽ ሽፍት ወስኽ",
"Start Time": "መጀመሪ ሰዓት",
"End Time": "መወዳእታ ሰዓት",
"Break Time": "ሰዓት ዕረፍቲ",
"Break Duration": "ንውሓት ግዜ ዕረፍቲ",
"Create Shift": "ሽፍት ፍጠር",
"Select Name": "ስም ምረጽ",
"Break Status": "ኩነታት ዕረፍቲ",
"Start Break Time": "መጀመሪ ሰዓት ዕረፍቲ",
"End Break Time": "መወዳእታ ሰዓት ዕረፍቲ",
"Employee List": "ዝርዝር ሰራሕተኛታት",
"Add new Employee": "ሓድሽ ሰራሕተኛ ወስኽ",
"shift": "ሽፍት",
"Salary": "መሃያ",
"Gender": "ጾታ",
"Birth Date": "ዕለት ልደት",
"Join Date": "ዝተቆጽረሉ ዕለት",
"Leave Type": "ዓይነት ዕረፍቲ",
"Leave": "ዕረፍቲ",
"Leave Type List": "ዝርዝር ዓይነታት ዕረፍቲ",
"Add Leave Type": "ዓይነት ዕረፍቲ ወስኽ",
"Create Leave Type": "ዓይነት ዕረፍቲ ፍጠር",
"Leave List": "ዝርዝር ዕረፍቲ",
"Add new Leave": "ሓድሽ ዕረፍቲ ወስኽ",
"Month": "ወርሒ",
"Start Date": "መጀመሪ ዕለት",
"End Date": "መወዳእታ ዕለት",
"Leave Duration": "ንውሓት ዕረፍቲ",
"Select employee": "ሰራሕተኛ ምረጽ",
"All month": "ምሉእ ወርሒ",
"Create Leave": "ዕረፍቲ ፍጠር",
"Holiday List": "ዝርዝር በዓላት",
"Add new Holiday": "ሓድሽ በዓል ወስኽ",
"Create Holiday": "በዓል ፍጠር",
"Tax Report": "ጸብጻብ ግብሪ",
"Profit Loss": "መኽሰብን ክሳራን",
"Due Transaction": "ዘይተኸፍለ ምንቅስቓስ ሕሳብ",
"Subscription Report": "ጸብጻብ ምዝገባ (Subscription)",
"Product Profit/Loss": "መኽሰብ/ክሳራ ፍርያት",
"Top 5 Customer": "ብሉጻት 5 ዓማዊል",
"Top 5 Supplier": "ብሉጻት 5 ኣቕረብቲ",
"Top 5 Product": "ብሉጻት 5 ፍርያት",
"Combo Product": "ኮምቦ (Combo) ፍርያት",
"Discount Product": "ጉድለት ዋጋ ዘለዎ ፍርያት",
"Product Wise Purchase": "ብመሰረት ፍርያት ዝተገዝአ",
"Product Wise Sale": "ብመሰረት ፍርያት ዝተሸጠ",
"Expired Product": "ግዚኡ ዝሓለፎ ፍርያት",
"Customer Ledger": "መዝገብ ዓማዊል",
"Supplier Ledger": "መዝገብ ኣቕረብቲ",
"Party Loss/Profit": "ክሳራ/መኽሰብ ወገን",
"SMS Template": "ቅጥዒ SMS",
"Android Gateway": "Android Gateway",
"API Gateway": "API Gateway",
"Balance Sheet": "ባላንስ ሺት (Balance Sheet)",
"All Due": "ኩሉ ዕዳ",
"Attendance List": "ዝርዝር Wi'illo (Wi'illo)",
"Add new Attendance": "ሓድሽ Wi'illo ወስኽ",
"Time In": "ዝኣተወሉ ሰዓት",
"Time Out": "ዝወጸሉ ሰዓት",
"Payroll List": "ዝርዝር ክፍሊት መሃያ",
"Add new Payroll": "ሓድሽ ክፍሊት መሃያ ወስኽ",
"Payment Year": "ዓመት ክፍሊት",
"Receipt No": "ቁጽሪ ደረሰኝ",
"date": "ዕለት",
"Attendance Report": "ጸብጻብ Wi'illo",
"Payroll Report": "ጸብጻብ ክፍሊት መሃያ",
"Slip No": "ቁጽሪ ስሊፕ (Slip No)",
"Leave Report": "ጸብጻብ ዕረፍቲ",
"Total Sale": "ጠቕላላ መሸጣ",
"Total Sale Return": "ጠቕላላ ዝተመልሰ መሸጣ",
"Total Purchase Return": "ጠቕላላ ዝተመልሰ ግዝኣት",
"Tax Report List": "ዝርዝር ጸብጻብ ግብሪ",
"Payment Method": "ኣገባብ ክፍሊት",
"Loss/Profit Report Details": "ዝርዝር ጸብጻብ ክሳራ/መኽሰብ",
"Opening Stock": "መኽፈቲ ስቶክ",
"(By purchase price)": "(ብዋጋ ግዝኣት)",
"(By sale price)": "(ብዋጋ መሸጣ)",
"Total purchase:": "ጠቕላላ ግዝኣት:",
"Total purchase shipping charge:": "ጠቕላላ መጓዓዝያ ግዝኣት:",
"Total Sell discount:": "ጠቕላላ ጉድለት ዋጋ መሸጣ:",
"Total Sell Return:": "ጠቕላላ ዝተመልሰ መሸጣ:",
"Closing stock": "መዕጸዊ ስቶክ",
"Total Sales:": "ጠቕላላ መሸጣ:",
"Total sell shipping charge:": "ጠቕላላ መጓዓዝያ መሸጣ:",
"Total Purchase Return:": "ጠቕላላ ዝተመልሰ ግዝኣት:",
"Total Purchase discount:": "ጠቕላላ ጉድለት ዋጋ ግዝኣት:",
"Total sell round off:": "ጠቕላላ ምድጋን መሸጣ:",
"Credit Limit": "ደረት ልቃሕ",
"Due Collection Transactions": "ምንቅስቓስ ምእካብ ዕዳ",
"Pay Due Amount": "ዘይተኸፍለ ዕዳ ክፈል",
"Top 5 Customers": "ብሉጻት 5 ዓማዊል",
"Top 5 Suppliers": "ብሉጻት 5 ኣቕረብቲ",
"Total Purchases": "ጠቕላላ ግዝኣት",
"Top 5 Products": "ብሉጻት 5 ፍርያት",
"Cost Price": "ዋጋ ወጻኢ",
"Sales price": "ዋጋ መሸጣ",
"Product Wise Discount": "ብመሰረት ፍርያት ዝግበር ጉድለት ዋጋ",
"Product Purchases": "ግዝኣት ፍርያት",
"Purchase QTY": "ብዝሒ ግዝኣት",
"Product Sales": "መሸጣ ፍርያት",
"Sale QTY": "ብዝሒ መሸጣ",
"Total Sale Due": "ጠቕላላ ዕዳ መሸጣ",
"Total Purchase Due": "ጠቕላላ ዕዳ ግዝኣት",
"Party Wise Loss & Profit": "ብመሰረት ወገን ክሳራን መኽሰብን",
"Gateway List": "ዝርዝር ጌትወይ (Gateway)",
"Gateway ID.": "መፍለዪ (ID) ጌትወይ",
"Gateway Type": "ዓይነት ጌትወይ",
"Device List": "ዝርዝር መሳርሒታት",
"Add Device": "መሳርሒ ወስኽ",
"Device ID": "መፍለዪ (ID) መሳርሒ",
"Device Version": "ቨርሽን (Version) መሳርሒ",
"App Version": "ቨርሽን ኣፕሊኬሽን",
"Total Messages": "ጠቕላላ መልእኽታት",
"Created Date": "ዝተፈጥረሉ ዕለት",
"All Settings": "ኩሉ ምድላዋት (Settings)",
"General": "ሓፈሻዊ",
"Invoice Print": "ሕታም ኢንቮይስ",
"Currencies Settings": "ምድላዋት ባጤራ",
"SMS Gateway Settings": "ምድላዋት SMS Gateway",
"Languages Settings": "ምድላዋት ቋንቋታት",
"Add, Edit, Update, Delete Languages.": "ቋንቋታት ወስኽ፡ ኣስተኻኽል፡ ኣሐድስ፡ ሰርዝ።",
"Configure the fundamental information of the site.": "መሰረታዊ ሓበሬታ ናይቲ ሳይት ኣዳልው።",
"Control and configure overall notification systems": "ንኹሉ ስርዓታት ምልክታ (Notification) ተቆጻጸርን ኣዳልውን",
"View and update currency settings": "ምድላዋት ባጤራ ርአን ኣሐድስን",
"Add new users, Provide role and Permission": "ሓደሽቲ ተጠቀምቲ ወስኽ፡ ግደን ፍቓድን ሃብ",
"View and update gateway settings": "ምድላዋት ጌትወይ ርአን ኣሐድስን",
"VAT/GST Title": "ኣርእስቲ VAT/GST",
"VAT/GST Number": "ቁጽሪ VAT/GST",
"Sale Rounding Option": "ናይ መሸጣ ምድጋን ምርጫ",
"Product Profit Option": "ናይ ፍርያት መኽሰብ ምርጫ",
"Post Sale Message": "ድሕሪ መሸጣ ዝለኣኽ መልእኽቲ",
"Invoice Note Label": "ሌበል መዘከርታ ኢንቮይስ",
"Invoice Note": "መዘከርታ ኢንቮይስ",
"Warranty Void Label": "ሌበል ውሕስነት ዝቋረጸሉ",
"Warranty Void": "ውሕስነት ዝቋረጸሉ",
"A4 Page Invoice Logo": "ሎጎ ኢንቮይስ ገጽ A4",
"Thermal Invoice Logo": "ሎጎ ተርማል (Thermal) ኢንቮይስ",
"Invoice Scanner Logo": "ሎጎ ስካነር ኢንቮይስ",
"Select SMS Gateway": "SMS Gateway ምረጽ",
"Language Settings": "ምድላዋት ቋንቋ",
"Locale": "ሎካል (Locale)",
"Flag": "ባንዴራ",
"Add New Language": "ሓድሽ ቋንቋ ወስኽ",
"Is Active": "ንጡፍ ድዩ",
"Is Default": "ቀዋሚ (Default) ድዩ",
"Product Settings": "ምድላዋት ፍርያት",
"Currency Setting": "ምድላዋት ባጤራ",
"Select Currency": "ባጤራ ምረጽ",
"Total Assets": "ጠቕላላ ንብረት (Assets)",
"Liabilities": "ዕዳታት (Liabilities)",
"Assets": "ንብረት",
"Payment In": "ኣታዊ ክፍሊት",
"Equities & Liabilities": "ማዕርነትን ዕዳታትን (Equities & Liabilities)",
"Create Supplier": "ኣቕራቢ ፍጠር",
"Batch No.": "ቁጽሪ ባች (Batch No.)",
"Cost exc. tax": "ወጻኢ ብዘይ ግብሪ",
"Cost inc. tax": "ወጻኢ ምስ ግብሪ",
"Wholesale": "ጅምላ መሸጣ",
"View Combo Product": "ዝተዋደዱ (Combo) ፍርያት ርአ",
"Add new Transfer": "ሓድሽ ምስጋር ወስኽ",
"Stock Values": "ክብርታት ስቶክ",
"Drag & drop your Image": "ስእልኹም ስሒብኩም ኣብዚ ኣቐምጡ",
"Browse": "ፈትሽ (Browse)",
"Address line 1": "መስመር ኣድራሻ 1",
"Add Vat Rate": "ናይ ቫት (VAT) መጠን ወስኽ",
"Rate": "መጠን (Rate)",
"Pay Due": "ዘይተኸፍለ ዕዳ ክፈል",
"Apply Month": "ወርሒ ተግብር",
"Create Attendance": "Wi'illo (Attendance) ፍጠር",
"Create Payroll": "ክፍሊት መሃያ ፍጠር",
"Purchase Date": "ዕለት ግዝኣት",
"Payment Reminder": "መዘከርታ ክፍሊት",
"New Sale": "ሓድሽ መሸጣ",
"Payment Received": "ክፍሊት ተቀቢለ",
"Payment Paid": "ክፍሊት ተኸፊሉ",
"SMS Body": "መልእኽቲ SMS",
"Available Tags": "ዘለዉ ታጋት (Tags)",
"Enable SMS Notification": "ምልክታ SMS ኣንጥፍ",
"Business Phone": "ተሌፎን ንግዲ",
"Add Gateway": "ጌትወይ (Gateway) ወስኽ",
"Add New Device": "ሓድሽ መሳርሒ ወስኽ",
"To add your device to the system, follow these steps:": "መሳርሒኹም ናብቲ ስርዓት ንምውሳኽ፡ ነዞም ስጉምትታት ተኸተሉ፡",
"Get the latest version of the App from this": "ናይቲ ኣፕሊኬሽን ዝሓደሸ ቨርሽን ካብዚ ምርከቡ",
"link": "ሊንክ (Link)",
"and install the app on your device.": "ኣብ መሳርሒኹም ድማ ጽዓንዎ (Install)።",
"Step 01": "ስጉምቲ 01",
"Step 02": "ስጉምቲ 02",
"Step 03": "ስጉምቲ 03",
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "ነቲ ኣፕ ምስ ጽዓንኩምዎ፡ ኣብ ላዕለዋይ ክፋል ስክሪን ዘሎ QR ኮድ ረኽብዎ። ነቲ ኣፕ ከፊትኩም ኩሉ ዝሕተቱ ፍቓዳት ሃቡ። ኣብቲ ናይ መእተዊ (Login) ስክሪን \"ብQR ኮድ እቶ\" ዝብል መሪጽኩም ነቲ ኮድ ስካን ግበርዎ።",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "ኣንድሮይድ ቴሌፎንኩም ሕጂ ምስቲ ስርዓት ተኣሳሲራ ኣላ። ሓድሽ መሳርሒኹም ን ምርኣይ በጃኹም እዚ ገጽ እዚ እንደገና ጽዓንዎ (Reload)።",
"View and update gateway settings.": "ምድላዋት ጌትወይ ርአን ኣሐድስን።",
"Product Stock": "ስቶክ ፍርያት",
"Model No": "ቁጽሪ ሞዴል",
"Product Manufacturer": "ፍርያት ዘፍሪ ትካል",
"Low Stock Alert": "መጠን ስቶክ ምስ ዝውሕድ ዝወሃብ መጠንቀቕታ",
"VAT ID": "መፍለዪ ቁጽሪ ቫት",
"VAT Type": "ዓይነት ቫት",
"Exclusive Price": "ብዘይ ግብሪ ዋጋ",
"Inclusive Price": "ምስ ግብሪ ዋጋ",
"Profit Percent": "ሚኢታዊ መኽሰብ",
"Serial": "ተኸታታሊ (Serial)",
"MRP/PRICE": "MRP/ዋጋ",
"MRP": "MRP (ዝለዓለ ዋጋ መሸጣ)",
"Batch Tracking": "ምክትታል ባች (Batch)",
"Batch No": "ቁጽሪ ባች",
"Expiry Date": "መወዳእታ ዕለት",
"Mfg Date": "ዕለት ፍርያት",
"Product Type": "ዓይነት ፍርያት",
"Single": "ነጽላ",
"Variant": "ዝተፈላለየ (Variant)",
"Combo": "ኮምቦ (Combo)",
"Guest Due Sale": "መሸጣ ዕዳ ጋሻ",
"Product Discount": "ጉድለት ዋጋ ፍርያት",
"Add Product Settings": "ምድላዋት ፍርያት ወስኽ",
"Additional Product Field": "ተወሳኺ ቦታ ፍርያት",
"Purchase Setting": "ምድላዋት ግዝኣት",
"Sale Setting": "ምድላዋት መሸጣ",
"Profit & Loss Details": "ዝርዝር መኽሰብን ክሳራን",
"Product Profit & Loss": "መኽሰብን ክሳራን ፍርያት",
"Customer List": "ዝርዝር ዓማዊል",
"Supplier List": "ዝርዝር ኣቕረብቲ",
":type List": "ዝርዝር :type",
"Add new :type": "ሓድሽ :type ወስኽ",
"Edit :type": ":type ኣስተኻኽል",
"Edit Supplier": "ኣቕራቢ ኣስተኻኽል",
"Edit Customer": "ዓሚል ኣስተኻኽል",
"(PNG & JPG)": "(PNG ናይ JPG)",
"Vat groups (Combination of multiple vats)": "ጉጅለታት ቫት (ምትእክካብ ብዙሓት ቫት)",
"Send": "ስደድ",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "ፋይልኩም ንምጽዓን ነዞም ተኸቲሎም ዘለዉ መምርሒታት ተኸተሉ።",
"Download the sample file first and add all your products to it.": "መጀመሪያ ናሙና (Sample) ፋይል ኣውርዱ፡ ድሕሪኡ ኩሎም ፍርያትኩም ኣብኡ ወስኹ።",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "ኣድላዪ ቦታ (Field) የመልክት። ነዞም ኣድለይቲ ቦታታት እንተዘይመሊእኩምዎም፡ እቲ ስርዓት ነቲ ፍርያት ክሓልፎ እዩ።",
"After adding all your products, please save the file and then upload the updated version.": "ኩሎም ፍርያትኩም ምስ ወሰኽኩም፡ ነቲ ፋይል ዓቅብዎ (Save)፡ ድሕሪኡ ነቲ ዝተሓደሰ ፋይል ጽዓንዎ።",
"The name of the product you are adding": "ትውስኽዎ ዘለኹም ስም ፍርያት",
"e.g.,": "ንኣብነት፡",
"Banana": "በናና",
"Stock Quantity": "ብዝሒ ስቶክ",
"Sale Price (MRP)": "ዋጋ መሸጣ (MRP)",
"VAT Name": "ስም ቫት (VAT)",
"VAT (%)": "ቫት (%)",
"Low Stock Qty": "ውሑድ መጠን ስቶክ",
"Manufacturing Date": "ዕለት ፍርያት",
"Variations": "ፍልልያት (Variations)",
"The category under which the product falls": "እቲ ፍርያት ዝምደበሉ ዓውዲ (Category)",
"Beverages, Electronics": "መስተታት፡ ኤሌክትሮኒክስ",
"The measurement unit used for the product": "እቲ ፍርያት ዝስፈረሉ መለክዒ",
"Piece, Kg, Litre": "ፍረ (Piece)፡ ኪ.ግ፡ ሊትሮ",
"If not found, a new unit will be created automatically.": "እንተዘይተረኺቡ፡ ሓድሽ መለክዒ ብባዕሉ ክመዝግብ እዩ።",
"The brand associated with the product": "ምስቲ ፍርያት ዝተኣሳሰር ብራንድ (Brand)",
"Samsung, Nestlé": "ሳምሰንግ (Samsung)፡ ኔስትለ (Nestlé)",
"If not found, the system will create it automatically.": "እንተዘይተረኺቡ፡ እቲ ስርዓት ብባዕሉ ክፈጥሮ እዩ።",
"The available quantity of the product currently in stock.": "ሕጂ ኣብ መኽዘን ዘሎ ብዝሒ ፍርያት።",
"A unique identifier for the product": "ፍሉይ መፍለዪ (Identifier) ናይቲ ፍርያት",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "ኮድ ፍርያት ፍሉይ ክኸውን ኣለዎ — ተመሳሳሊ ኮድ እንተሃልዩ ክሕለፍ እዩ።",
"The cost price of the product excluding VAT.": "ዋጋ ግዝኣት ናይቲ ፍርያት ብዘይ ቫት (VAT)።",
"The selling price or maximum retail price for the product.": "ዋጋ መሸጣ ወይ ዝለዓለ ናይ ቸርቻሪ ዋጋ (MRP)።",
"Special discounted price for bulk resellers or dealers.": "ንጅምላ ነጋዶ ወይ ወከልቲ ዝወሃብ ፍሉይ ናይ ጉድለት ዋጋ።",
"The price offered for wholesale buyers, usually lower than MRP.": "ንጅምላ ዓማዊል ዝወሃብ ዋጋ፡ መብዛሕትኡ ግዜ ካብ MRP ዝተሓተ እዩ።",
"If not found, the system will automatically create a new category.": "እንተዘይተረኺቡ፡ እቲ ስርዓት ብባዕሉ ሓድሽ ዓውዲ (Category) ክፈጥር እዩ።",
"The VAT name applied to the product.": "ኣብቲ ፍርያት ተገቢሩ ዘሎ ስም ቫት (VAT)።",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "እቲ ስርዓት እንተዘይረኺብዎ፡ በቲ ዝተዋህበ መጠን ሓድሽ ቫት ክፈጥር እዩ።",
"The VAT rate as a percentage": "መጠን ቫት ብሚኢታዊ",
"15": "15",
"Define whether the VAT is": "እቲ ቫት",
"exclusive": "ብዘይ ዋጋ (Exclusive)",
"or": "ወይ",
"inclusive": "ምስ ዋጋ (Inclusive)",
"in the price.": "ምዃኑ ግለጹ።",
"The minimum stock quantity to trigger a low-stock alert.": "መጠንቀቕታ ንምሃብ ዝተሓተ መጠን ስቶክ።",
"Name of the product manufacturer or supplier.": "ስም ዘፍሪ ትካል ወይ ኣቕራቢ።",
"Expiry date for perishable products": "መወዳእታ ዕለት ንዝበላሸዉ ፍርያት",
"format:": "ቅጥዒ (format):",
"YYYY-MM-DD": "ዓመት-ወርሒ-ዕለት",
"Batch or lot number used to identify stock batches.": "ስቶክ ንምፍላይ ዘገልግል ቁጽሪ ባች (Batch)።",
"The model of the product": "ሞዴል ናይቲ ፍርያት",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "እቲ ፍርያት ዝተፍረየሉ ዕለት",
"Define whether the product is": "ዓይነት ፍርያት",
"single": "ነጽላ (Single)",
"variant": "ዝተፈላለየ (Variant)",
"for products with multiple variations like size or color.": "ከም ዓቐን ወይ ሕብሪ ዝኣመሰሉ ብዙሓት ምርጫታት ንዘለዎም ፍርያት።",
"This column defines all variations for variant products.": "እዚ ዓንዲ እዚ ንኹሎም ዓይነታት ናይቲ ፍርያት ይገልጽ።",
"Use the format:": "ነዚ ቅጥዒ ተጠቐሙ፡",
"VariationName:Value": "ስም-ፍልልይ:ክብሪ",
"separated by a": "ንመፈለዪ ድማ",
"for multiple values.": "ተጠቐሙ።",
"Example:": "ንኣብነት፡",
"Color:Black|Size:M": "ሕብሪ:ጸሊም|ዓቐን:M",
"➤ The system will:": "➤ እቲ ስርዓት፡",
"Create or match existing variations dynamically.": "ዘለዉ ፍልልያት ብቐጻሊ ከጣጥም ወይ ክፈጥር እዩ።",
"Store selected variation IDs in the": "ዝተመርጹ መፍለዪታት (IDs) ኣብዚ ዓቅብዎም፡",
"table": "ሰሌዳ (Table)",
"Store structured JSON like": "ከምዚ ዝኣመሰለ JSON ዓቅብዎ፡",
"\"Color\":\"Black\"": "\"ሕብሪ\":\"ጸሊም\"",
"in the": "ኣብቲ",
"Automatically create": "ብባዕሉ ይፈጥር",
"variant_name": "ስም_ፍልልይ (variant_name)",
"such as": "ንኣብነት",
"Black - M": "ጸሊም - M",
"table.": "ሰሌዳ።",
"Party Profit & Loss": "መኽሰብን ክሳራን ወገን",
"Bill Wise Profit & Loss": "ብርኪ እና ኪሳራ ብመሰረት ቢል",
"Bank Details": "ዝርዝር ባንክ",
"Account No": "ቁጽሪ ኣካውንት",
"UPI ID": "UPI መለለይ",
"Holders Nmae": "ስም ባለቤት ኣካውንት",
"MONEY RECEIPT": "ደረሰኝ ገንዘብ",
"Money Receipt": "ደረሰኝ ገንዘብ",
"Purchase Invoice": "ኢንቮይስ ግዢ",
"Holders Name": "ስም ባለቤት ኣካውንት",
"Rounding (+/-)": "ምድላው (+/-)",
"welcome_to": "እንቋዕ ብደሓን መጻእኩም",
"welcome_back": "እንቋዕ ደጊም ብደሓን መጻእኩም",
"please_login": "በጃኹም ናብ ኣካውንትኩም ይእተዉ",
"enter_your_email": "ኢመይልኩም ኣእትዉ",
"password": "ምልክት ቃል",
"remember_me": "ኣነ ዘክርኒ",
"forgot_password": "ምልክት ቃል ረሲእኩም?",
"log_in": "እተዉ",
"back_to_home": "ናብ መጀመርታ ገጽ ተመለሱ",
"create_an_account": "ኣካውንት ፍጠሩ",
"or_continue_with": "ወይ ብዚ ቀጽሉ",
"login_with_x": "ብ X እተዉ",
"login_with_google": "ብ Google እተዉ",
"super_admin": "ሱፐር ኣድሚን",
"admin": "ኣድሚን",
"business": "ንግዲ",
"add_on": "ተወሳኺ",
"manager": "ማናጀር",
"multi_branch": "ብዙሓት ቅርንጫፋት",
"warranty": "ዋራንቲ",
"guarantee": "ውሕስነት",
"Months": "ኣዋርሕ",
"Years": "ዓመታት",
"Tax Type": "ዓይነት ግብሪ",
"Exclusive": "ዘይተኣተወ",
"Inclusive": "ተኣተወ",
"Select Tax": "ግብሪ ምረጽ",
"select_one": "ሓደ ምረጽ",
"Image (Size 150x130)": "ስእሊ (መጠን 150x130)",
"Drag & drop image": "ስእሊ ጎትትካ ኣንብር",
"Variant Name": "ስም ተለዋዋጭ",
"Manufacture": "ኣመራርሓ",
"Profit Margin (%)": "ምግባር ብርኪ (%)",
"Default Selling Price": "ነባሪ ዋጋ ሽያጭ",
"SKU / Code": "ኮድ ፕሮዳክት",
"Edit Model": "ሞዴል ኣስተካክል",
"Rack Name": "ስም መደርደሪ",
"Edit rack": "መደርደሪ ኣስተካክል",
"Update Password": "ምልክት ቃል ኣዘምን",
"Tax Rate": "መጠን ግብሪ",
"Sub vats": "ንኡስ VAT",
"Edit Vat": "VAT ኣስተካክል",
"Edit Vat Group": "VAT ጉጅለ ኣስተካክል",
"Edit Bank": "ባንክ ኣስተካክል",
"Account Display Name balnce": "ስም ማሳያ ኣካውንት / ሚዛን",
"+ Add more fields": "+ ተወሳኺ መስኮታት ወስኽ",
"Show In Invoice": "ኣብ ኢንቮይስ ኣርኢ",
"As Of Date": "ክሳብ ዕለት",
"Cheque Number": "ቁጽሪ ቸክ",
"Current Plan": "ኣሁን ፕላን",
"Multi-branch Allowed": "ብዙሓት ቅርንጫፋት ተፈቒዱ",
"Addon Limit:": "ገደብ ተወሳኺ:",
"Addon Domain Available?": "ዶሜን ተወሳኺ ኣሎ?",
"Subdomain Limit:": "ገደብ ንኡስ ዶሜን:",
"Subdomain Available?": "ንኡስ ዶሜን ኣሎ?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "ኢንቮይስ: S06 - Emery Mueller",
"Item Name": "ስም ንብረት",
"Product Wise Profit & Loss": "ብፕሮዳክት ዝተመሰረተ ብርኪ እና ኪሳራ",
"Product Wise Loss Profit": "ብፕሮዳክት ዝተመሰረተ ኪሳራ እና ብርኪ",
"Pay Amount": "ዝኽፈል መጠን",
"Select party": "ወገን ምረጽ",
"Loss Profit History": "ታሪኽ ብርኪን ኪሳራን",
"Product Sale History": "ታሪኽ ሽያጭ ፕሮዳክት",
"Product Purchase History": "ታሪኽ ግዢ ፕሮዳክት",
"Purchase Qty": "ዝተገዝአ ብዛት",
"Sold Qty": "ዝተሸየጠ ብዛት",
"Remaining Qty": "ዝተረፈ ብዛት",
"Subscription Orders": "ናይ ደንበኛ ትእዛዛት",
"Subscriber View": "ናይ ደንበኛ ምርኢት",
"Expire date": "መወዳእታ መዓልቲ",
"Enroll Date": "ዝተመዝገበሉ መዓልቲ",
"How to Add a Domain in hPanel": "ኣብ hPanel ከመይ ጌርካ ዶመይን ትውስኽ",
"hPanel (Hostinger) Domain Setup Instructions": "ናይ hPanel (Hostinger) ዶመይን ኣሰራርዓ መምርሒታት",
"Multibranch Allowed": "ብዙሕ ጨናፍር ተፈቒዱ",
"Addon Domain Limit": "ናይ ተወሳኺ ዶመይን ደረት",
"Subdomain Limit": "ናይ ንኡስ ዶመይን ደረት",
"Custom Domain Limit": "ናይ ውልቀ ዶመይን ደረት",
"Add-ons": "ተወሳኺ ፕሮግራማት",
"New": "ሓድሽ",
"Addons List": "ዝርዝር ተወሳኺ ፕሮግራማት",
"Install / Update Addon": "ተወሳኺ ፕሮግራም ጽዓን / ኣሐድስ",
"Version": "እታም",
"Enter purchase code": "መዐደጊ ኮድ የእቱ",
"Upload addons zip file": "ናይ ተወሳኺ ፕሮግራም zip ፋይል ጽዓን",
"System": "ስርዓት",
"User Sign Up": "ምዝገባ ተጠቃሚ",
"Domain Setting": "ምድላው ዶመይን",
"View and update payment gateway settings": "ናይ ክፍሊት መገዲ ምድላዋት ርአን ኣሐድስን",
"View and update user sign up settings": "ናይ ተጠቃሚ ምዝገባ ምድላዋት ርአን ኣሐድስን",
"View and update system settings": "ናይ ስርዓት ምድላዋት ርአን ኣሐድስን",
"User Registration Email Setup": "ናይ ተጠቃሚ ምዝገባ ኢሜይል ምድላው",
"Verify email with OTP on signup?": "ክምዝገብ ከሎ ኢሜይል ብ OTP ይረጋገጽ?",
"Verify email without OTP on signup?": "ክምዝገብ ከሎ ኢሜይል ብዘይ OTP ይረጋገጽ?",
"SSL is required.": "SSL የድሊ እዩ።",
"SSL is not required.": "SSL ኣየድልን እዩ።",
"Subdomain / Custom domains are allowed automatically.": "ንኡስ ዶመይን / ውልቀ ዶመይን ብኣውቶማቲክ ይፍቀዱ እዮም።",
"Subdomain / Custom domains are not allowed automatically.": "ንኡስ ዶመይን / ውልቀ ዶመይን ብኣውቶማቲክ ኣይፍቀዱን እዮም።",
"Dynamic Text": "ተለዋዋጢ ጽሑፍ",
"Dynamic Link Text": "ናይ ተለዋዋጢ መርበብ ጽሑፍ",
"Dynamic Link": "ተለዋዋጢ መርበብ",
"App Link": "ናይ መተግበሪ መርበብ",
"Login Page Logo": "ናይ መእተዊ ገጽ ምልክት",
"Login Page Image": "ናይ መእተዊ ገጽ ምስሊ",
"Stripe": "ስትራይፕ (Stripe)",
"mollie": "ሞሊ (Mollie)",
"paypal": "ፔይፓል (PayPal)",
"paystack": "ፔይስታክ (Paystack)",
"razorpay": "ሬዘርፔይ (Razorpay)",
"instamojo": "ኢንስታሞጆ (Instamojo)",
"toyyibpay": "ቶይብፔይ (Toyyibpay)",
"flutterwave": "ፍላተርዌቭ (Flutterwave)",
"thawani": "ታዋኒ (Thawani)",
"mercadopago": "መርካዶፓጎ (Mercadopago)",
"phonepe": "ፎንፔይ (PhonePe)",
"paytm": "ፔይቲኤም (Paytm)",
"Tap Payment": "ታፕ ክፍሊት (Tap Payment)",
"Sslcommerz": "ኤስኤስኤል ኮመርስ (Sslcommerz)",
"Manual": "ብኢድ (Manual)",
"API KEY": "ኤፒኣይ መፍትሕ (API KEY)",
"CLIENT ID": "ናይ ዓሚል መለለዪ (CLIENT ID)",
"CLIENT SECRET": "ናይ ዓሚል ምስጢር (CLIENT SECRET)",
"PUBLIC KEY": "ህዝባዊ መፍትሕ (PUBLIC KEY)",
"SECRET KEY": "ምስጢራዊ መፍትሕ (SECRET KEY)",
"KEY ID": "ናይ መፍትሕ መለለዪ (KEY ID)",
"KEY SECRET": "ናይ መፍትሕ ምስጢር (KEY SECRET)",
"X API KEY": "ኤክስ ኤፒኣይ መፍትሕ (X API KEY)",
"X AUTH TOKEN": "ኤክስ ናይ ምስክር ወረቐት (X AUTH TOKEN)",
"USER SECRET KEY": "ናይ ተጠቃሚ ምስጢራዊ መፍትሕ",
"CATEOGRY CODE": "ኮድ ዓውዲ",
"ENCRYPTION KEY": "መፍትሕ ምስጢራዊ ጽሕፈት",
"PAYMENT OPTIONS": "ናይ ክፍሊት ኣማራጺታት",
"Hello": "ሰላም",
"Net Profit (Profit - Loss) =": "ንግድ ገቢ (ገቢ - ጉድለት) =",
"Net Profit (Income - Expense) =": "ንግድ ገቢ (ገቢ - ክፍያ) =",
"Sale Details": "ዝርዝር ሽያጭ",
"Purchase Details": "ዝርዝር ግዢ",
"All Customer": "ኩሉ ደንበኛ",
"Sale Qty": "መጠን ሽያጭ",
"Profit/Loss": "ገቢ/ጉድለት",
"Printer A4": "ንቅፅ A4",
"Thermal: 3 inch 80mm": "ታርማል: 3 ኢንች 80ሚሜ",
"Showing": "ኣብ ማሳያ",
"to": "ክሳብ",
"of": "ካብ",
"results": "ውጽኢቶች",
"Custom Domain": "ብምስጢር ዶሜን",
"Ledger": "መዝገብ ኣካውንት",
"(Ledger)": "(መዝገብ ኣካውንት)",
"Credit (In)": "ክሬዲት (ኣብ)",
"Debit (Out)": "ዴቢት (ውጽኢት)",
"View Stock": "ኣብ ነባሪ ኣብ ማይክ",
"Log In": "መግቢ",
"Back to Home": "ተመለስ ወደ መነሻ ገጽ",
"Create an account.": "መለያ ፍጠር",
"Add-on": "ተወሳኺ ኣብ ኩል",
"Bussiness": "ቢዝነስ",
"Multi Branch": "ብዙ ቅድሚ ቅድሚ",
"Create an Free Account!": "ነጻ መለያ ፍጠር!",
"Hey, Enter Your details to get Sign Up to your account": "ሰላም፣ መለያካ ንምምዝገብ ዝስለካ ዝርዝር ኣረጋግጽ",
"Sign Up": "ይመዝገብ",
"Or Continue with": "ወይ ተቀጽል ከምኡ",
"Log in with X": "ብ X ግበር",
"Log in with Google": "ብ Google ግበር",
"Already have an Account?": "መለያ ኣሎካ?",
"Email Verification": "ኢሜይል ማረጋገጺ",
"we sent an OTP in your email address": "OTP ናብ ኢሜይል ኣድራሻካ ሰዓትና።",
"Code send in": "ኮድ ተልኣይቲ ኣሎ",
"Resend code": "ኮድ ድጋሚ ላክ",
"Verify": "ይረጋገጹ",
"Setup Your Profile": "ፕሮፊልካ ያቀንብል",
"Company/Business Name": "ስም ኩባንያ/ቢዝነስ",
"Enter company/business name": "ስም ኩባንያ/ቢዝነስ ኣስገብር",
"Ex: $500": "ምሳሌ: $500",
"Company Address": "ኣድራሻ ኩባንያ",
"Enter company address": "ኣድራሻ ኩባንያ ኣስገብር",
"Successfully!": "ብትክክል!",
"Congratulations, Your account has been": "መልካም፣ መለያካ ኣሎ",
"successfully created": "ብትክክል ተፈጥሯል",
"Enter Model Name": "ስም ሞዴል የእትዉ",
"Completed": "ተወዲኡ",
"Enter values": "ክብርታት የእትዉ",
"Total Stock Value:": "ጠቕላላ ዋጋ ክምችት:",
"Sale Commission": "ኮሚሽን መሸጣ",
"Enter Supplier Name": "ስም መቕረቢ የእትዉ",
"Enter city": "ከተማ የእትዉ",
"Enter state": "ክልል የእትዉ",
"Enter zip code": "ፖስታ ኮድ የእትዉ",
"Select a country": "ሃገር ምረጽ",
"Advance": "ቅድመ ክፍሊት",
"Enter account display name": "ስም ሕሳብ የእትዉ",
"Enter account number": "ቁጽሪ ሕሳብ የእትዉ",
"Enter UPI code": "ኮድ UPI የእትዉ",
"Enter bank name": "ስም ባንኪ የእትዉ",
"Enter account holder name": "ስም ዋና ሕሳብ የእትዉ",
"Ex: 500": "ንኣብነት: 500",
"Total Transaction": "ጠቕላላ ንጥፈት",
"Branch Opening Balance": "ናይ ጨንፈር መኽፈቲ ባላንስ",
"Branch Remaining Balance": "ናይ ጨንፈር ተረፍ ባላንስ",
"Language": "ቁንቋ",
"Select Variant": "ዓይነት ምረጽ",
"Enter Batch No.": "ቁጽሪ ባች የእትዉ",
"Bank List": "ዝርዝር ባንክታት",
"Cash List": "ዝርዝር ካሽ",
"Add Cash": "ካሽ ወስኽ",
"Reduce Cash": "ካሽ ቀንሥ",
"Adjustment Date": "ዕለት ምትዕርራይ",
"description": "መግለጺ",
"cash": "ካሽ",
"PNG & JPG": "PNGን JPGን",
"Transaction Image": "ስእሊ ንጥፈት",
"Platform": "ፕላትፎርም",
"Add Image": "ስእሊ ወስኽ",
"Loading...": "ይጽዕን ኣሎ...",
"Approved Payment": "ዝጸደቐ ክፍሊት",
"Withdraw Amount": "መጠን ዝውጻእ ገንዘብ",
"Account Information": "ሓበሬታ ሕሳብ",
"A/C Name": "ስም ሕሳብ",
"A/C Number": "ቁጽሪ ሕሳብ",
"Rejected": "ተነጺጉ",
"Approved": "ጸዲቑ",
"Approve Withdrawal Payment": "ምውጻእ ገንዘብ ኣጽድቕ",
"Have you Sent": "ሰዲድካዶ",
"Transaction Number": "ቁጽሪ ንጥፈት",
"Enter transaction Number": "ቁጽሪ ንጥፈት የእትዉ",
"Upload Receipt": "ደረሰኝ ጽዓን",
"Add-On": "ተወሳኺ",
"Google Login Settings": "ምድላው መእተዊ ጎግል",
"Are you sure you want to exit?": "ክትወጽእ ርግጸኛ ዲኻ?",
"We Makes": "ንሕና ንሰርሕ",
"Globally": "ዓለምለኻዊ",
"Growth": "ዕብየት",
"Increase Your Revenue": "እቶትካ ወስኽ",
"(Optional)": "(ኣማራጺ)",
"Data Deletion Instructions": "መምርሒ ምድምሳስ ዳታ",
"Share your referral link": "መላግቦ መወከሲኻ ኣካፍል",
"Refer a friend and earn a commission.": "መሓዛ ወክስ እሞ ኮሚሽን ረኸብ",
"Copy": "ቅዳሕ",
"Available for Withdraw": "ንምውጻእ ዘሎ",
"Payout your balance is more than": "ባላንስካ ካብ ... ምስ ዝበዝሕ ይኽፈል",
"Total Withdraw": "ጠቕላላ ዝወጸ",
"Total Referrals": "ጠቕላላ መወከሲታት",
"1 Month": "1 ወርሒ",
"Copy Link": "ሊንክ ቅዳሕ",
"This bank account can not be deleted as it already has transactions.": "እዚ ሕሳብ ንጥፈታት ስለዘለዎ ክድምሰስ ኣይክእልን",
"currency": "ቅርሺ",
"Transfer Cheque": "ቸክ ኣመሓላልፍ",
"Deposit": "ተቀማጢ",
"Re-Open": "እንደገና ክፈት",
"You can not access it!": "ክትጥቀመሉ ኣይትኽእልን!",
"N/A": "የለን",
"English": "እንግሊዝኛ",
"Bengali": "ቤንጋሊ",
"French": "ፈረንሳይኛ",
"Units": "ዩኒት",
"Download Sample File": "ናሙና ፋይል ኣውርድ",
"Paid by:": "ዝኸፈለ:",
"Payable Amount:": "ክኽፈል ዘለዎ:",
"Received Amount:": "ዝተቐበልካዮ:",
"Due:": "ዕዳ:",
"Total Subscription": "ጠቕላላ ምዝገባ",
"Enter bank name_duplicate": "ስም ባንኪ የእትዉ",
"ex 500": "ንኣብነት 500",
"24 Jan 2024, 10:30": "24 ጥሪ 2024, 10:30",
"$0": "$0",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
"365214512236": "365214512236",
"Dhaka": "ዳካ",
"X Login Settings": "ናይ X መእተዊ ስክሪን ምድላዋት",
"Please request for a domain/subdomain from the business panel.": "በጃኹም ካብ ናይ ስራሕ ፓነል ዶመይን ወይ ሳብ-ዶመይን ሕተቱ።",
"Request For A Domain": "ዶመይን ሕተት",
"The app url is not available in .env file, please contact with administrator.": "ናይቲ አፕ URL ኣብ .env ፋይል ኣይተረኽበን፣ በጃኹም ምስ መካየዲ ስራሕ ተራኸቡ።",
"If you want to delete your data from our system, please follow these steps:": "ካብ ስርዓትና ዳታኹም ክትድምስሱ እንተደሊኹም፣ በጃኹም ነዞም ዝስዕቡ ስጉምትታት ተኸተሉ፡",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "ናብ [your-email@example.com] “Delete My Data” ዝብል ኣርእስቲ ዘለዎ ኢሜይል ስደዱ።",
"Include your name and the email address you used to register.": "ስምኩምን ንምዝገባ ዝተጠቐምኩሉ ኢሜይልን ኣካትቱ።",
"We will process your request and confirm deletion within 7 business days.": "ሕቶኹም መርሚርና ኣብ ውሽጢ 7 ናይ ስራሕ መዓልታት ምድምሳስና ከነረጋግጸልኩም ኢና።",
"$30": "$30",
"$100": "$100",
"$500": "$500",
"5": "5",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"2": "2",
"3": "3",
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "እዚ ናይ ባንኪ ሕሳብ ዝተገብሩ ዝውውራት ስለዘለዎ ክድምሰስ ኣይክእልን። በጃኹም ቅድሚቲ ሕሳብ ምድምሳስኩም ካልኦት ኩሎም ዝውውራት ኣጥፍኡ።",
"14": "14",
"12": "12",
"Do you really want to re-open this cheque?": "ብሓቂ ነዚ ቸክ ዳግማይ ክትከፍቶ ትደሊ ዲኻ?",
"A": "A",
"10%": "10%",
"100,00,0000": "100,00,0000",
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "እዚ ናይ መርኣያ (demo) ሕሳብ እዩ — ዳታ ኣብ ሰዓት ሓንሳብ ይሕደስ እዩ። ገለ ክፋላት ተዓጽዮም እዮም፣ ምሉእ ኣገልግሎት ንምርካብ ናይ ገዛእ ርእስኹም ሕሳብ ክፈቱ።",
"en": "en",
"bn": "bn",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "እዚ ዓሚል ካብ ካልእ ጨንፈር ስለዝኾነ፣ ካብዚ ኮይንካ መኽፈቲ ሕሳብ ክትቅይር ኣይትኽእልን።",
"Please select a variation.": "በጃኹም ዓይነት ሕረጹ።",
"25632": "25632",
"25%": "25%",
"Ex: 200": "ንኣብነት፡ 200",
"Ex: 50": "ንኣብነት፡ 50",
"Batch No:": "ቁጽሪ ባች (Batch No):",
"Ex: 1": "ንኣብነት፡ 1",
"Ex: 30": "ንኣብነት፡ 30",
" Please follow the instructions below to upload your file.": " ፋይል ንምስጓድ በጃኹም ነዚ ዝስዕብ መምርሒ ተኸተሉ፡",
" Download the sample file first and add all your purchases data to it.": " ቅድም ቀዳድም ኣብነት ፋይል ኣውርዱ እሞ ኩሉ ናይ ዕዳጋ ዳታኹም ኣብኡ ወስኹ።",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "ግዴታ ክምላእ ዘለዎ ቦታ የመልክት። እቲ ዘድሊ ሓበሬታ እንተዘይመሊእኩም፣ እቲ ስርዓት ካብ ሓበሬታ ፍርያት ወጻኢ ንኹሉ ዕሽሽ ክብሎ እዩ።",
"After adding all your purchases, please save the file and then upload the updated version.": "ኩሉ ዕዳጋኹም ምስ ወሰኽኩም፣ ነቲ ፋይል ሴቭ ጌርኩም ዳግማይ ኣስጉድዎ።",
"pospro.com": "pospro.com",
"Select a report type to load fields": "ቦታታት ንምርኣይ ዓይነት ጸብጻብ ሕረጹ",
"Change Amt/Due:": "ዝተቐየረ መጠን/ዝተረፈ ዕዳ፡",
"installer_messages.title": "POS Pro Installer",
"installer_messages.next": "Next Step",
"installer_messages.back": "Previous",
"installer_messages.finish": "Install",
"installer_messages.forms.errorTitle": "The Following errors occurred:",
"installer_messages.welcome.templateTitle": "Welcome",
"installer_messages.welcome.title": "POS Pro Installer",
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
"installer_messages.welcome.next": "Check Requirements",
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
"installer_messages.requirements.title": "Server Requirements",
"installer_messages.requirements.next": "Check Permissions",
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
"installer_messages.permissions.title": "Permissions",
"installer_messages.permissions.next": "Configure Environment",
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
"installer_messages.environment.menu.title": "Environment Settings",
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
"installer_messages.environment.wizard.title": "Guided .env Wizard",
"installer_messages.environment.wizard.tabs.environment": "Environment",
"installer_messages.environment.wizard.tabs.database": "Database",
"installer_messages.environment.wizard.tabs.application": "Application",
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
"installer_messages.environment.wizard.form.app_name_label": "Website name",
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
"installer_messages.environment.wizard.form.app_url_label": "App Url",
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
"installer_messages.environment.wizard.form.buttons.install": "Install",
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
"installer_messages.environment.classic.title": "Classic Environment Editor",
"installer_messages.environment.classic.save": "Save .env",
"installer_messages.environment.classic.back": "Use Form Wizard",
"installer_messages.environment.classic.install": "Save and Install",
"installer_messages.environment.success": "Your .env file settings have been saved.",
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
"installer_messages.install": "Install",
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
"installer_messages.final.title": "Installation Finished",
"installer_messages.final.templateTitle": "Installation Finished",
"installer_messages.final.finished": "Application has been successfully installed.",
"installer_messages.final.migration": "Migration & Seed Console Output:",
"installer_messages.final.console": "Application Console Output:",
"installer_messages.final.log": "Installation Log Entry:",
"installer_messages.final.env": "Final .env File:",
"installer_messages.final.exit": "Click here to exit",
"installer_messages.updater.title": "Laravel Updater",
"installer_messages.updater.welcome.title": "Welcome To The Updater",
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
"installer_messages.updater.overview.title": "Overview",
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
"installer_messages.updater.overview.install_updates": "Install Updates",
"installer_messages.updater.final.title": "Finished",
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
"installer_messages.updater.final.exit": "Click here to exit",
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}