2084 lines
119 KiB
JSON
2084 lines
119 KiB
JSON
|
|
{
|
|||
|
|
"auth.failed": "These credentials do not match our records.",
|
|||
|
|
"auth.password": "The provided password is incorrect.",
|
|||
|
|
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
|
|||
|
|
"pagination.previous": "« Previous",
|
|||
|
|
"pagination.next": "Next »",
|
|||
|
|
"passwords.reset": "Your password has been reset!",
|
|||
|
|
"passwords.sent": "We have emailed your password reset link!",
|
|||
|
|
"passwords.throttled": "Please wait before retrying.",
|
|||
|
|
"passwords.token": "This password reset token is invalid.",
|
|||
|
|
"passwords.user": "We can't find a user with that email address.",
|
|||
|
|
"validation.accepted": "The :attribute must be accepted.",
|
|||
|
|
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
|
|||
|
|
"validation.active_url": "The :attribute is not a valid URL.",
|
|||
|
|
"validation.after": "The :attribute must be a date after :date.",
|
|||
|
|
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
|
|||
|
|
"validation.alpha": "The :attribute must only contain letters.",
|
|||
|
|
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
|
|||
|
|
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
|
|||
|
|
"validation.array": "The :attribute must be an array.",
|
|||
|
|
"validation.before": "The :attribute must be a date before :date.",
|
|||
|
|
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
|
|||
|
|
"validation.between.array": "The :attribute must have between :min and :max items.",
|
|||
|
|
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
|
|||
|
|
"validation.between.numeric": "The :attribute must be between :min and :max.",
|
|||
|
|
"validation.between.string": "The :attribute must be between :min and :max characters.",
|
|||
|
|
"validation.boolean": "The :attribute field must be true or false.",
|
|||
|
|
"validation.confirmed": "The :attribute confirmation does not match.",
|
|||
|
|
"validation.current_password": "The password is incorrect.",
|
|||
|
|
"validation.date": "The :attribute is not a valid date.",
|
|||
|
|
"validation.date_equals": "The :attribute must be a date equal to :date.",
|
|||
|
|
"validation.date_format": "The :attribute does not match the format :format.",
|
|||
|
|
"validation.declined": "The :attribute must be declined.",
|
|||
|
|
"validation.declined_if": "The :attribute must be declined when :other is :value.",
|
|||
|
|
"validation.different": "The :attribute and :other must be different.",
|
|||
|
|
"validation.digits": "The :attribute must be :digits digits.",
|
|||
|
|
"validation.digits_between": "The :attribute must be between :min and :max digits.",
|
|||
|
|
"validation.dimensions": "The :attribute has invalid image dimensions.",
|
|||
|
|
"validation.distinct": "The :attribute field has a duplicate value.",
|
|||
|
|
"validation.email": "The :attribute must be a valid email address.",
|
|||
|
|
"validation.ends_with": "The :attribute must end with one of the following: :values.",
|
|||
|
|
"validation.enum": "The selected :attribute is invalid.",
|
|||
|
|
"validation.exists": "The selected :attribute is invalid.",
|
|||
|
|
"validation.file": "The :attribute must be a file.",
|
|||
|
|
"validation.filled": "The :attribute field must have a value.",
|
|||
|
|
"validation.gt.array": "The :attribute must have more than :value items.",
|
|||
|
|
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
|
|||
|
|
"validation.gt.numeric": "The :attribute must be greater than :value.",
|
|||
|
|
"validation.gt.string": "The :attribute must be greater than :value characters.",
|
|||
|
|
"validation.gte.array": "The :attribute must have :value items or more.",
|
|||
|
|
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
|
|||
|
|
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
|
|||
|
|
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
|
|||
|
|
"validation.image": "The :attribute must be an image.",
|
|||
|
|
"validation.in": "The selected :attribute is invalid.",
|
|||
|
|
"validation.in_array": "The :attribute field does not exist in :other.",
|
|||
|
|
"validation.integer": "The :attribute must be an integer.",
|
|||
|
|
"validation.ip": "The :attribute must be a valid IP address.",
|
|||
|
|
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
|
|||
|
|
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
|
|||
|
|
"validation.json": "The :attribute must be a valid JSON string.",
|
|||
|
|
"validation.lt.array": "The :attribute must have less than :value items.",
|
|||
|
|
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
|
|||
|
|
"validation.lt.numeric": "The :attribute must be less than :value.",
|
|||
|
|
"validation.lt.string": "The :attribute must be less than :value characters.",
|
|||
|
|
"validation.lte.array": "The :attribute must not have more than :value items.",
|
|||
|
|
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
|
|||
|
|
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
|
|||
|
|
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
|
|||
|
|
"validation.mac_address": "The :attribute must be a valid MAC address.",
|
|||
|
|
"validation.max.array": "The :attribute must not have more than :max items.",
|
|||
|
|
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
|
|||
|
|
"validation.max.numeric": "The :attribute must not be greater than :max.",
|
|||
|
|
"validation.max.string": "The :attribute must not be greater than :max characters.",
|
|||
|
|
"validation.mimes": "The :attribute must be a file of type: :values.",
|
|||
|
|
"validation.mimetypes": "The :attribute must be a file of type: :values.",
|
|||
|
|
"validation.min.array": "The :attribute must have at least :min items.",
|
|||
|
|
"validation.min.file": "The :attribute must be at least :min kilobytes.",
|
|||
|
|
"validation.min.numeric": "The :attribute must be at least :min.",
|
|||
|
|
"validation.min.string": "The :attribute must be at least :min characters.",
|
|||
|
|
"validation.multiple_of": "The :attribute must be a multiple of :value.",
|
|||
|
|
"validation.not_in": "The selected :attribute is invalid.",
|
|||
|
|
"validation.not_regex": "The :attribute format is invalid.",
|
|||
|
|
"validation.numeric": "The :attribute must be a number.",
|
|||
|
|
"validation.present": "The :attribute field must be present.",
|
|||
|
|
"validation.prohibited": "The :attribute field is prohibited.",
|
|||
|
|
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
|
|||
|
|
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
|
|||
|
|
"validation.prohibits": "The :attribute field prohibits :other from being present.",
|
|||
|
|
"validation.regex": "The :attribute format is invalid.",
|
|||
|
|
"validation.required": "The :attribute field is required.",
|
|||
|
|
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
|
|||
|
|
"validation.required_if": "The :attribute field is required when :other is :value.",
|
|||
|
|
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
|
|||
|
|
"validation.required_with": "The :attribute field is required when :values is present.",
|
|||
|
|
"validation.required_with_all": "The :attribute field is required when :values are present.",
|
|||
|
|
"validation.required_without": "The :attribute field is required when :values is not present.",
|
|||
|
|
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
|
|||
|
|
"validation.same": "The :attribute and :other must match.",
|
|||
|
|
"validation.size.array": "The :attribute must contain :size items.",
|
|||
|
|
"validation.size.file": "The :attribute must be :size kilobytes.",
|
|||
|
|
"validation.size.numeric": "The :attribute must be :size.",
|
|||
|
|
"validation.size.string": "The :attribute must be :size characters.",
|
|||
|
|
"validation.starts_with": "The :attribute must start with one of the following: :values.",
|
|||
|
|
"validation.string": "The :attribute must be a string.",
|
|||
|
|
"validation.timezone": "The :attribute must be a valid timezone.",
|
|||
|
|
"validation.unique": "The :attribute has already been taken.",
|
|||
|
|
"validation.uploaded": "The :attribute failed to upload.",
|
|||
|
|
"validation.url": "The :attribute must be a valid URL.",
|
|||
|
|
"validation.uuid": "The :attribute must be a valid UUID.",
|
|||
|
|
"validation.custom.attribute-name.rule-name": "custom-message",
|
|||
|
|
|
|||
|
|
"Dashboard": "ዳሽቦርድ",
|
|||
|
|
"Advertising": "ማስተዋወቂያ",
|
|||
|
|
"Subscription Reports": "ደንበኝነት ሪፖርቶች",
|
|||
|
|
"Manage Business": "ንግድን ማስተዳደር",
|
|||
|
|
"Categories": "ምድቦች",
|
|||
|
|
"Business List": "ንግድ ዝርዝር",
|
|||
|
|
"Manage Plans": "እቅዶችን ማስተዳደር",
|
|||
|
|
"Create Plan": "እቅድ ይፍጠሩ",
|
|||
|
|
"Staff Management": "ሰራተኞችን ማስተዳደር",
|
|||
|
|
"Create Staff": "ሰራተኛ ይፍጠሩ",
|
|||
|
|
"Manage Staff": "ሰራተኞችን ማስተዳደር",
|
|||
|
|
"Messages": "መልዕክቶች",
|
|||
|
|
"Manage Messages": "መልዕክቶችን ማስተዳደር",
|
|||
|
|
"CMS Manage": "ሲኤምኤስ ማስተዳደር",
|
|||
|
|
"Manage Pages": "ገጾችን ማስተዳደር",
|
|||
|
|
"Manage FAQs": "ብዙ ጥያቄዎችን ማስተዳደር",
|
|||
|
|
"Terms & Conditions": "ቃላት እና ሁኔታዎች",
|
|||
|
|
"Privacy & Policy": "ግላዊነት እና ፖሊሲ",
|
|||
|
|
"Testimonials": "ምስክርነቶች",
|
|||
|
|
"Features": "ባህሪዎች",
|
|||
|
|
"Interface": "በይነገጽ",
|
|||
|
|
"Manage Blogs": "ብሎጎችን ማስተዳደር",
|
|||
|
|
"Newsletters": "ዜና መጽሔቶች",
|
|||
|
|
"Roles & Permissions": "ሚናዎች እና ፍቃዶች",
|
|||
|
|
"Roles": "ሚናዎች",
|
|||
|
|
"Permissions": "ፍቃዶች",
|
|||
|
|
"Settings": "ቅንብሮች",
|
|||
|
|
"Currencies": "ገንዘቦች",
|
|||
|
|
"Notifications": "ማሳወቂያዎች",
|
|||
|
|
"SMS Settings": "ኤስኤምኤስ ቅንብሮች",
|
|||
|
|
"Payment Gateway": "ክፍያ መግቢያ",
|
|||
|
|
"System Settings": "ስርዓት ቅንብሮች",
|
|||
|
|
"General Settings": "አጠቃላይ ቅንብሮች",
|
|||
|
|
|
|||
|
|
"Banner": "ባነር",
|
|||
|
|
"Add New Banner": "አዲስ ባነር ያክሉ",
|
|||
|
|
"Banner List": "ባነር ዝርዝር",
|
|||
|
|
"Status": "ሁኔታ",
|
|||
|
|
"Image": "ምስል",
|
|||
|
|
"Active": "ንቁ",
|
|||
|
|
"Cancel": "ይሰርዙ",
|
|||
|
|
"Save": "ያስቀምጡ",
|
|||
|
|
"Edit Banner": "ባነር ያርትዑ",
|
|||
|
|
"Advertising List": "ማስተዋወቂያ ዝርዝር",
|
|||
|
|
"Create Banner": "ባነር ይፍጠሩ",
|
|||
|
|
"SL": "ኤስኤል",
|
|||
|
|
"Create Advertising": "ማስተዋወቂያ ይፍጠሩ",
|
|||
|
|
"Reset": "ዳግም አስጀምር",
|
|||
|
|
"Edit Advertising": "ማስተዋወቂያ ያርትዑ",
|
|||
|
|
"Edit": "ያርትዑ",
|
|||
|
|
"Delete": "ሰርዝ",
|
|||
|
|
"Shop": "ሱቅ",
|
|||
|
|
"Add new Package": "አዲስ ጥቅል ያክሉ",
|
|||
|
|
"Shop List": "ሱቅ ዝርዝር",
|
|||
|
|
"Subscription Plan": "ደንበኝነት እቅድ",
|
|||
|
|
"Select Plan Category": "እቅድ ምድብ ይምረጡ",
|
|||
|
|
"Package Name": "ጥቅል ስም",
|
|||
|
|
"Enter Package Name": "ጥቅል ስም ያስገቡ",
|
|||
|
|
"Business Category": "ንግድ ምድብ",
|
|||
|
|
"Select Business Category": "ንግድ ምድብ ይምረጡ",
|
|||
|
|
"Duration in Days": "ቀናት ውስጥ ቆይታ",
|
|||
|
|
"Enter number": "ቁጥር ያስገቡ",
|
|||
|
|
"Offer Price": "ቅናሽ ዋጋ",
|
|||
|
|
"Enter Plan Price": "እቅድ ዋጋ ያስገቡ",
|
|||
|
|
"Subscription Price": "ደንበኝነት ዋጋ",
|
|||
|
|
"Enter Subscription Price": "ደንበኝነት ዋጋ ያስገቡ",
|
|||
|
|
"View": "ይመልከቱ",
|
|||
|
|
"Upgrade Plan": "እቅድ ያሻሽሉ",
|
|||
|
|
"Edit Shop": "ሱቅ ያርትዑ",
|
|||
|
|
"Select Category": "ምድብ ይምረጡ",
|
|||
|
|
"Shop/Business Name": "ሱቅ/ንግድ ስም",
|
|||
|
|
"Enter Shop/Business Name": "ሱቅ/ንግድ ስም ያስገቡ",
|
|||
|
|
"Package": "ጥቅል",
|
|||
|
|
"Select a package": "ጥቅል ይምረጡ",
|
|||
|
|
"Name": "ስም",
|
|||
|
|
"Enter Name": "ስም ያስገቡ",
|
|||
|
|
"Role": "ሚና",
|
|||
|
|
"Select a role": "ሚና ይምረጡ",
|
|||
|
|
"Email": "ኢሜይል",
|
|||
|
|
"Enter Email": "ኢሜይል ያስገቡ",
|
|||
|
|
"Phone": "ስልክ",
|
|||
|
|
"Enter Phone Number": "ስልክ ቁጥር ያስገቡ",
|
|||
|
|
"Password": "የይለፍ ቃል",
|
|||
|
|
"Enter Password": "የይለፍ ቃል ያስገቡ",
|
|||
|
|
"Confirm password": "የይለፍ ቃል ያረጋግጡ",
|
|||
|
|
"Enter Confirm password": "የይለፍ ቃል ያረጋግጡ",
|
|||
|
|
"Address": "አድራሻ",
|
|||
|
|
"Enter Address": "አድራሻ ያስገቡ",
|
|||
|
|
"Select Country": "አገርን ይምረጡ",
|
|||
|
|
"Select a Country": "አገርን ይምረጡ",
|
|||
|
|
"Balance": "ቀሪ ሂሳብ",
|
|||
|
|
"Enter Balance": "ቀሪ ሂሳብ ያስገቡ",
|
|||
|
|
"Search...": "ፍለጋ...",
|
|||
|
|
"Business Name": "ንግድ ስም",
|
|||
|
|
"Last Enroll": "መጨረሻ መመዝገብ",
|
|||
|
|
"Expired Date": "ጊዜው የማለፊያ ቀን",
|
|||
|
|
"Action": "ድርጊት",
|
|||
|
|
"Select A Plan": "እቅድ ይምረጡ",
|
|||
|
|
"Select One": "አንዱን ይምረጡ",
|
|||
|
|
"Price": "ዋጋ",
|
|||
|
|
"Enter plan price or select a plan": "እቅድ ዋጋ ያስገቡ ወይም እቅድ ይምረጡ",
|
|||
|
|
"Payment Gateways": "ክፍያ መግቢያዎች",
|
|||
|
|
"Select A payment gateway": "ክፍያ መግቢያ ይምረጡ",
|
|||
|
|
"Notes": "ማስታወሻዎች",
|
|||
|
|
"Enter notes": "ማስታወሻዎች ያስገቡ",
|
|||
|
|
"Business View": "ንግድ እይታ",
|
|||
|
|
"Created date": "የተፈጠረ ቀን",
|
|||
|
|
"Category": "ምድብ",
|
|||
|
|
"Add new Category": "አዲስ ምድብ ያክሉ",
|
|||
|
|
"View List": "ዝርዝርን ይመልከቱ",
|
|||
|
|
"Buisness Name": "ንግድ ስም",
|
|||
|
|
"Enter Description": "መግለጫ ያስገቡ",
|
|||
|
|
"Description": "መግለጫ",
|
|||
|
|
"Edit Business Category": "ንግድ ምድብ ያርትዑ",
|
|||
|
|
"Enter Buisness Description": "ንግድ መግለጫ ያስገቡ",
|
|||
|
|
"Business Categories List": "ንግድ ምድቦች ዝርዝር",
|
|||
|
|
"Add New": "አዲስ ያክሉ",
|
|||
|
|
"Reports": "ሪፖርቶች",
|
|||
|
|
"All": "ሁሉም",
|
|||
|
|
"Active User": "ንቁ ተጠቃሚ",
|
|||
|
|
"Deactive User": "ንቁ ያልሆነ ተጠቃሚ",
|
|||
|
|
"Date": "ቀን",
|
|||
|
|
"SL.": "ኤስኤል.",
|
|||
|
|
"Invoice": "ደረሰኝ",
|
|||
|
|
"Customer Name": "ደንበኛ ስም",
|
|||
|
|
"Amount": "መጠን",
|
|||
|
|
"View Report": "ሪፖርት ይመልከቱ",
|
|||
|
|
"Download Report": "ሪፖርት ያውርዱ",
|
|||
|
|
"User View": "ተጠቃሚ እይታ",
|
|||
|
|
"Shop Name": "ሱቅ ስም",
|
|||
|
|
"Country": "አገር",
|
|||
|
|
"Reason": "ምክንያት",
|
|||
|
|
"Are You Sure?": "እርግጠኛ ነዎት?",
|
|||
|
|
"You won't be able to revert this!": "ይህንን መመለስ አይችሉም!",
|
|||
|
|
"Yes, Delete It!": "አዎ፣ ሰርዘው!",
|
|||
|
|
"Add Currency": "ገንዘብ ያክሉ",
|
|||
|
|
"Code": "ኮድ",
|
|||
|
|
"Symbol": "ምልክት",
|
|||
|
|
"Position": "አቋም",
|
|||
|
|
"Inactive": "ንቁ ያልሆነ",
|
|||
|
|
"Make Default": "ነባሪ ያድርጉ",
|
|||
|
|
"Edit Currency": "ገንዘብ ያርትዑ",
|
|||
|
|
"Currency": "ገንዘብ",
|
|||
|
|
|
|||
|
|
"Total Businesses": "ጠቅላላ ንግዶች",
|
|||
|
|
"Total Expired Businesses": "ጠቅላላ የማለፊያ ንግዶች",
|
|||
|
|
"Total Plan Subscribes": "ጠቅላላ እቅድ ደንበኝነቶች",
|
|||
|
|
"Total Business Categories": "ጠቅላላ ንግድ ምድቦች",
|
|||
|
|
"Total Plans": "ጠቅላላ እቅዶች",
|
|||
|
|
"Total Staffs": "ጠቅላላ ሰራተኞች",
|
|||
|
|
"Finance Overview": "ፋይናንስ አጠቃላይ እይታ",
|
|||
|
|
|
|||
|
|
"Gateway Settings": "መግቢያ ቅንብሮች",
|
|||
|
|
"Payment Gateway Settings": "ክፍያ መግቢያ ቅንብሮች",
|
|||
|
|
"GATEWAY IMAGE": "መግቢያ ምስል",
|
|||
|
|
"GATEWAY NAME": "መግቢያ ስም",
|
|||
|
|
"Gateway Charge": "መግቢያ ክፍያ",
|
|||
|
|
"Gateway Currency": "መግቢያ ገንዘብ",
|
|||
|
|
"Gateway Mode": "መግቢያ ሁነታ",
|
|||
|
|
"Is Manual": "እጅግ ነው?",
|
|||
|
|
"Yes": "አዎ",
|
|||
|
|
"No": "አይደለም",
|
|||
|
|
"Label": "መለያ",
|
|||
|
|
"Enter label name": "መለያ ስም ያስገቡ",
|
|||
|
|
"Select Required/Optionl": "አስፈላጊ/አማራጭ ይምረጡ",
|
|||
|
|
"Required": "አስፈላጊ",
|
|||
|
|
"Optional": "አማራጭ",
|
|||
|
|
"Add new row": "አዲስ ረድፍ ያክሉ",
|
|||
|
|
"INSTRUCTIONS": "መመሪያዎች",
|
|||
|
|
"Enter payment instructions here": "እዚህ ክፍያ መመሪያዎች ያስገቡ",
|
|||
|
|
|
|||
|
|
"Messages List": "መልዕክቶች ዝርዝር",
|
|||
|
|
"Search": "ፍለጋ",
|
|||
|
|
"Company Name": "ኩባንያ ስም",
|
|||
|
|
"Message": "መልዕክት",
|
|||
|
|
|
|||
|
|
"Notifications List": "ማሳወቂያዎች ዝርዝር",
|
|||
|
|
"Today": "ዛሬ",
|
|||
|
|
"Last 7 Days": "ባለፉት 7 ቀናት",
|
|||
|
|
"Last 15 Days": "ባለፉት 15 ቀናት",
|
|||
|
|
"Last Month": "ባለፈው ወር",
|
|||
|
|
"Last Year": "ባለፈው ዓመት",
|
|||
|
|
"Created At": "የተፈጠረ በ",
|
|||
|
|
"Read At": "የተነበበ በ",
|
|||
|
|
"Add New Payment Type": "አዲስ ክፍያ ዓይነት ያክሉ",
|
|||
|
|
"Enter Payment Type": "ክፍያ ዓይነት ያስገቡ",
|
|||
|
|
"Edit Payment Type": "ክፍያ ዓይነት ያርትዑ",
|
|||
|
|
"Payment Type": "ክፍያ ዓይነት",
|
|||
|
|
"Add Payment Type": "ክፍያ ዓይነት ያክሉ",
|
|||
|
|
"Per Page- 10": "በገጽ - 10",
|
|||
|
|
"Per Page- 25": "በገጽ - 25",
|
|||
|
|
"Per Page- 50": "በገጽ - 50",
|
|||
|
|
"Per Page- 100": "በገጽ - 100",
|
|||
|
|
"Assigned Role": "የተመደበ ሚና",
|
|||
|
|
"Assign Role To User": "ሚና ለተጠቃሚ ይመድቡ",
|
|||
|
|
"Select User": "ተጠቃሚ ይምረጡ",
|
|||
|
|
"User": "ተጠቃሚ",
|
|||
|
|
"Select Role": "ሚና ይምረጡ",
|
|||
|
|
"Add Subscription Plan": "ደንበኝነት እቅድ ያክሉ",
|
|||
|
|
"Package List": "ጥቅል ዝርዝር",
|
|||
|
|
"Add New Features": "አዲስ ባህሪዎች ያክሉ",
|
|||
|
|
"Enter features": "ባህሪዎች ያስገቡ",
|
|||
|
|
"Edit Subscription Plan": "ደንበኝነት እቅድ ያርትዑ",
|
|||
|
|
"Edit Package": "ጥቅል ያርትዑ",
|
|||
|
|
"Enter Duration Days": "ቆይታ ቀናት ያስገቡ",
|
|||
|
|
"Deactive": "ንቁ ያልሆነ",
|
|||
|
|
"Create Plans": "እቅዶች ይፍጠሩ",
|
|||
|
|
"User Profile": "ተጠቃሚ መገለጫ",
|
|||
|
|
"Registration Date": "ምዝገባ ቀን",
|
|||
|
|
"Enter Your Name": "ስምዎን ያስገቡ",
|
|||
|
|
"Enter Your Email": "ኢሜይልዎን ያስገቡ",
|
|||
|
|
"Profile Picture": "መገለጫ ምስል",
|
|||
|
|
"Current Password": "አሁን ያለው የይለፍ ቃል",
|
|||
|
|
"Enter Your Current Password": "አሁን ያለው የይለፍ ቃልዎን ያስገቡ",
|
|||
|
|
"New Password": "አዲስ የይለፍ ቃል",
|
|||
|
|
"Enter New Password": "አዲስ የይለፍ ቃል ያስገቡ",
|
|||
|
|
"Save Changes": "ለውጦችን ያስቀምጡ",
|
|||
|
|
"Add New Role": "አዲስ ሚና ያክሉ",
|
|||
|
|
"Set role permissions": "ሚና ፍቃዶችን ያዘጋጁ",
|
|||
|
|
"Role Name": "ሚና ስም",
|
|||
|
|
"Enter role name": "ሚና ስም ያስገቡ",
|
|||
|
|
"Role Permissions": "ሚና ፍቃዶች",
|
|||
|
|
"Setup role permissions": "ሚና ፍቃዶችን ያዘጋጁ",
|
|||
|
|
"Select All": "ሁሉምን ይምረጡ",
|
|||
|
|
"Roles List": "ሚናዎች ዝርዝር",
|
|||
|
|
"Add role, if it does not exist": "ሚና ያክሉ፣ ካልሆነ ካለ",
|
|||
|
|
"Edit Role": "ሚና ያርትዑ",
|
|||
|
|
"Privacy & Policy Settings": "ግላዊነት እና ፖሊሲ ቅንብሮች",
|
|||
|
|
"Update": "ያዘምኑ",
|
|||
|
|
"Term & Condition Settings": "ቃላት እና ሁኔታዎች ቅንብሮች",
|
|||
|
|
"Title": "ርዕስ",
|
|||
|
|
"Enter Title": "ርዕስ ያስገቡ",
|
|||
|
|
"Copy Right": "የቅጂ መብት",
|
|||
|
|
"Admin Footer Text": "አስተዳዳሪ ግርጌ ጽሑፍ",
|
|||
|
|
"Enter Text": "ጽሑፍ ያስገቡ",
|
|||
|
|
"Admin Footer Link Text": "አስተዳዳሪ ግርጌ አገናኝ ጽሑፍ",
|
|||
|
|
"Admin Footer Link": "አስተዳዳሪ ግርጌ አገናኝ",
|
|||
|
|
"Enter Link": "አገናኝ ያስገቡ",
|
|||
|
|
"Main Header Logo": "ዋና ራስጌ አርማ",
|
|||
|
|
"Common Header Logo": "ተለምዶ ራስጌ አርማ",
|
|||
|
|
"Footer Logo": "ግርጌ አርማ",
|
|||
|
|
"Admin Logo": "አስተዳዳሪ አርማ",
|
|||
|
|
"Favicon": "ፋቪኮን",
|
|||
|
|
"Don't Use Any Kind Of Space In The Input Fields": "በግቤት መስኮች ውስጥ ምንም አይነት ክፍተት አይጠቀሙ",
|
|||
|
|
|
|||
|
|
"App": "መተግበሪያ",
|
|||
|
|
"Drivers": "ሾፌሮች",
|
|||
|
|
"Storage Settings": "ማከማቻ ቅንብሮች",
|
|||
|
|
"Mail Configuration": "ኢሜይል ውቅር",
|
|||
|
|
"Others": "ሌሎች",
|
|||
|
|
"APP_NAME": "APP_NAME",
|
|||
|
|
"APP_KEY": "APP_KEY",
|
|||
|
|
"APP_DEBUG": "APP_DEBUG",
|
|||
|
|
"APP_URL": "APP_URL",
|
|||
|
|
"QUEUE_MAIL": "QUEUE_MAIL",
|
|||
|
|
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
|
|||
|
|
"MAIL DRIVER": "MAIL DRIVER",
|
|||
|
|
"MAIL_HOST": "MAIL_HOST",
|
|||
|
|
"MAIL_PORT": "MAIL_PORT",
|
|||
|
|
"MAIL_USERNAME": "MAIL_USERNAME",
|
|||
|
|
"MAIL_PASSWORD": "MAIL_PASSWORD",
|
|||
|
|
"MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
|
|||
|
|
"MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
|
|||
|
|
"MAIL_FROM_NAME": "MAIL_FROM_NAME",
|
|||
|
|
"QUEUE COMMAND Path": "QUEUE COMMAND Path",
|
|||
|
|
"CACHE_DRIVER": "CACHE_DRIVER",
|
|||
|
|
"Recommended": "የሚመከር",
|
|||
|
|
"QUEUE_CONNECTION": "QUEUE_CONNECTION",
|
|||
|
|
"SESSION_DRIVER": "SESSION_DRIVER",
|
|||
|
|
"SESSION_LIFETIME": "SESSION_LIFETIME",
|
|||
|
|
"REDIS_PORT": "REDIS_PORT",
|
|||
|
|
"REDIS_URL": "REDIS_URL",
|
|||
|
|
"REDIS_PASSWORD": "REDIS_PASSWORD",
|
|||
|
|
"AWS S3 Storage Bucket'": "AWS S3 Storage Bucket",
|
|||
|
|
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 Storage Bucket ለመጠቀም ከፈለጉ እነዚህን መረጃዎች ይሙሉ",
|
|||
|
|
"Wasabi Storage Bucket": "Wasabi Storage Bucket",
|
|||
|
|
"public (uploads folder)": "ህዝብ (uploads አቃፊ)",
|
|||
|
|
"AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
|
|||
|
|
"AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
|
|||
|
|
"AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
|
|||
|
|
"AWS_BUCKET": "AWS_BUCKET",
|
|||
|
|
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Wasabi Storage Bucket ለመጠቀም ከፈለጉ እነዚህን መረጃዎች ይሙሉ",
|
|||
|
|
"WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
|
|||
|
|
"WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
|
|||
|
|
"WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
|
|||
|
|
"WAS_BUCKET": "WAS_BUCKET",
|
|||
|
|
"WAS_ENDPOINT": "WAS_ENDPOINT",
|
|||
|
|
"CACHE_LIFETIME": "CACHE_LIFETIME",
|
|||
|
|
"Paid": "የተከፈለ",
|
|||
|
|
"Reject": "ውድቅ",
|
|||
|
|
"Why are you reject It?": "ለምን ትቀበላለህ?",
|
|||
|
|
"Enter Reason": "ምክንያት ያስገቡ",
|
|||
|
|
"Confirm": "ያረጋግጡ",
|
|||
|
|
"Subscriptions List": "ደንበኝነቶች ዝርዝር",
|
|||
|
|
"Started": "ተጀመረ",
|
|||
|
|
"End": "መጨረሻ",
|
|||
|
|
"Gateway Method": "መግቢያ ዘዴ",
|
|||
|
|
"Are you sure?": "እርግጠኛ ነዎት?",
|
|||
|
|
"Add New Testimonial": "አዲስ ምስክርነት ያክሉ",
|
|||
|
|
"Client Name": "ደንበኛ ስም",
|
|||
|
|
"Enter Client Name": "ደንበኛ ስም ያስገቡ",
|
|||
|
|
"Stars": "ኮከቦች",
|
|||
|
|
"Works At": "ይሰራል በ",
|
|||
|
|
"Client Image": "ደንበኛ ምስል",
|
|||
|
|
"Review": "ግምገማ",
|
|||
|
|
"Enter text": "ጽሑፍ ያስገቡ",
|
|||
|
|
"Enter review message here": "ግምገማ መልእክት እዚህ ያስገቡ",
|
|||
|
|
"Edit Testimonial": "ምስክርነት ያርትዑ",
|
|||
|
|
"Testimonials List": "ምስክርነቶች ዝርዝር",
|
|||
|
|
"Create New": "አዲስ ይፍጠሩ",
|
|||
|
|
"Add New Staff": "አዲስ ሰራተኛ ያክሉ",
|
|||
|
|
"Full Name": "ሙሉ ስም",
|
|||
|
|
"Enter Email Address": "ኢሜይል አድራሻ ያስገቡ",
|
|||
|
|
"Edit Staff": "ሰራተኛ ያርትዑ",
|
|||
|
|
"Staff List": "ሰራተኞች ዝርዝር",
|
|||
|
|
"User Email": "ተጠቃሚ ኢሜይል",
|
|||
|
|
"User Role": "ተጠቃሚ ሚና",
|
|||
|
|
"Comments": "አስተያየቶች",
|
|||
|
|
"Comment List": "አስተያየቶች ዝርዝር",
|
|||
|
|
"Create Blog": "ብሎግ ይፍጠሩ",
|
|||
|
|
"Blog List": "ብሎግ ዝርዝር",
|
|||
|
|
"Select a status": "ሁኔታ ይምረጡ",
|
|||
|
|
"Tags": "መለያዎች",
|
|||
|
|
"Enter tags name": "መለያዎች ስም ያስገቡ",
|
|||
|
|
"SEO Meta Tags": "SEO Meta Tags",
|
|||
|
|
"Meta Title": "ሜታ ርዕስ",
|
|||
|
|
"Meta Description": "ሜታ መግለጫ",
|
|||
|
|
"Enter meta Description": "ሜታ መግለጫ ያስገቡ",
|
|||
|
|
"Comment": "አስተያየት",
|
|||
|
|
"Edit Blog": "ብሎግ ያርትዑ",
|
|||
|
|
"Blogs": "ብሎጎች",
|
|||
|
|
"Create Faqs": "ብዙ ጥያቄዎች ይፍጠሩ",
|
|||
|
|
"Add New FAQs": "አዲስ ብዙ ጥያቄዎች ያክሉ",
|
|||
|
|
"Question": "ጥያቄ",
|
|||
|
|
"InActive": "ንቁ ያልሆነ",
|
|||
|
|
"Answer": "መልስ",
|
|||
|
|
"Enter question answer here": "ጥያቄ መልስ እዚህ ያስገቡ",
|
|||
|
|
"Edit Faqs": "ብዙ ጥያቄዎች ያርትዑ",
|
|||
|
|
"FAQS List": "ብዙ ጥያቄዎች ዝርዝር",
|
|||
|
|
"View Details": "ዝርዝሮችን ይመልከቱ",
|
|||
|
|
"Create Feature": "ባህሪ ይፍጠሩ",
|
|||
|
|
"Add New Feature": "አዲስ ባህሪ ያክሉ",
|
|||
|
|
"Backgroud Color": "ዳራ ቀለም",
|
|||
|
|
"Enter Color": "ቀለም ያስገቡ",
|
|||
|
|
"Edit Feature": "ባህሪ ያርትዑ",
|
|||
|
|
"Features List": "ባህሪዎች ዝርዝር",
|
|||
|
|
"Create Interfaces": "በይነገጾች ይፍጠሩ",
|
|||
|
|
"Add New Interface": "አዲስ በይነገጽ ያክሉ",
|
|||
|
|
"Edit Interface": "በይነገጽ ያርትዑ",
|
|||
|
|
"Interfaces List": "በይነገጾች ዝርዝር",
|
|||
|
|
"Newsletters List": "ዜና መጽሔቶች ዝርዝር",
|
|||
|
|
"Page for Updating Website Sections": "ድረገጽ ክፍሎችን ለማዘመን ገጽ",
|
|||
|
|
"Slider Section": "ስላይደር ክፍል",
|
|||
|
|
"Header Section": "ራስጌ ክፍል",
|
|||
|
|
"Feature Section": "ባህሪ ክፍል",
|
|||
|
|
"Interface Section": "በይነገጽ ክፍል",
|
|||
|
|
"Watch Section": "እይታ ክፍል",
|
|||
|
|
"Testimonial Section": "ምስክርነት ክፍል",
|
|||
|
|
"Blog Section": "ብሎግ ክፍል",
|
|||
|
|
"About us Page": "ስለ እኛ ገጽ",
|
|||
|
|
"Terms And Conditions": "ቃላት እና ሁኔታዎች",
|
|||
|
|
"Privacy Page": "ግላዊነት ገጽ",
|
|||
|
|
"Contuct us Page": "እኛን ያግኙ ገጽ",
|
|||
|
|
"Pricing Section": "ዋጋ ክፍል",
|
|||
|
|
"Footer Section": "ግርጌ ክፍል",
|
|||
|
|
"Social Medias": "ማህበራዊ ሚዲያዎች",
|
|||
|
|
"Button One": "አዝራር አንድ",
|
|||
|
|
"Button Text": "አዝራር ጽሑፍ",
|
|||
|
|
"Button One Link": "አዝራር አንድ አገናኝ",
|
|||
|
|
"Button Two": "አዝራር ሁለት",
|
|||
|
|
"Button Two Link": "አዝራር ሁለት አገናኝ",
|
|||
|
|
"Scanner Text": "ስካነር ጽሑፍ",
|
|||
|
|
"Scanner Image": "ስካነር ምስል",
|
|||
|
|
"Slider Image": "ስላይደር ምስል",
|
|||
|
|
"Header Button Text": "ራስጌ አዝራር ጽሑፍ",
|
|||
|
|
"Header Button Link": "ራስጌ አዝራር አገናኝ",
|
|||
|
|
"Enter Header link": "ራስጌ አገናኝ ያስገቡ",
|
|||
|
|
"Section Title": "ክፍል ርዕስ",
|
|||
|
|
"Enter Section Title": "ክፍል ርዕስ ያስገቡ",
|
|||
|
|
"Interface Title": "በይነገጽ ርዕስ",
|
|||
|
|
"Watch Title": "እይታ ርዕስ",
|
|||
|
|
"Button Link": "አዝራር አገናኝ",
|
|||
|
|
"Watch Image": "እይታ ምስል",
|
|||
|
|
"Blog Title": "ብሎግ ርዕስ",
|
|||
|
|
"Read More Button Text": "ተጨማሪ ያንብቡ አዝራር ጽሑፍ",
|
|||
|
|
"View All Button Text": "ሁሉምን ይመልከቱ አዝራር ጽሑፍ",
|
|||
|
|
"View All Link": "ሁሉምን ይመልከቱ አገናኝ",
|
|||
|
|
"Testimonial Title": "ምስክርነት ርዕስ",
|
|||
|
|
"Enter Short Title": "አጭር ርዕስ ያስገቡ",
|
|||
|
|
"Long Title": "ረጅም ርዕስ",
|
|||
|
|
"About Image": "ስለ ምስል",
|
|||
|
|
"Description One": "መግለጫ አንድ",
|
|||
|
|
"Description Two": "መግለጫ ሁለት",
|
|||
|
|
"Option": "አማራጭ",
|
|||
|
|
"Icon": "አዶ",
|
|||
|
|
"Plan Button Url": "እቅድ አዝራር ዩአርኤል",
|
|||
|
|
"Short Title": "አጭር ርዕስ",
|
|||
|
|
"Right Footer Title": "ቀኝ ግርጌ ርዕስ",
|
|||
|
|
"Middle Footer Title": "መካከለኛ ግርጌ ርዕስ",
|
|||
|
|
"Apple App Link": "አፕል መተግበሪያ አገናኝ",
|
|||
|
|
"Apple App": "አፕል መተግበሪያ",
|
|||
|
|
"Google Play Link": "ጉግል ፕሌይ አገናኝ",
|
|||
|
|
"Google Play App": "ጉግል ፕሌይ መተግበሪያ",
|
|||
|
|
"Right Footer": "ቀኝ ግርጌ",
|
|||
|
|
"Link": "አገናኝ",
|
|||
|
|
"Middle Footer": "መካከለኛ ግርጌ",
|
|||
|
|
"Left Footer": "ግራ ግርጌ",
|
|||
|
|
"Footer Socials": "ግርጌ ማህበራዊ ሚዲያዎች",
|
|||
|
|
"Forgot Password": "የይለፍ ቃል ረሳህ?",
|
|||
|
|
"Enter the email address associated with your account": "ከመለያዎ ጋር የተገናኘውን ኢሜይል አድራሻ ያስገቡ",
|
|||
|
|
"Enter your Email": "ኢሜይልዎን ያስገቡ",
|
|||
|
|
"Continue": "ቀጥል",
|
|||
|
|
"Back to Login": "መግቢያ ተመለስ",
|
|||
|
|
"Login": "መግቢያ",
|
|||
|
|
"Welcome to": "ወደ እንኳን ደህና መጡ",
|
|||
|
|
"Welcome back, Please login in to your account": "እንኳን ደህና መጡ፣ ወደ መለያዎ ይግቡ",
|
|||
|
|
"Remember me": "አስታውሰኝ",
|
|||
|
|
"Forgot Password?": "የይለፍ ቃል ረሳህ?",
|
|||
|
|
"Super Admin": "ሱፐር አስተዳዳሪ",
|
|||
|
|
"Admin": "አስተዳዳሪ",
|
|||
|
|
"Manager": "አስተዳዳሪ",
|
|||
|
|
"Reset Password": "የይለፍ ቃል ዳግም አስጀምር",
|
|||
|
|
"Change Password": "የይለፍ ቃል ቀይር",
|
|||
|
|
"Create new password, it must be Strong password.": "አዲስ የይለፍ ቃል ይፍጠሩ፣ ጠንካራ የይለፍ ቃል መሆን አለበት።",
|
|||
|
|
"Confirm Password": "የይለፍ ቃል ያረጋግጡ",
|
|||
|
|
"You Have": "አለህ",
|
|||
|
|
"new Notifications": "አዳዲስ ማሳወቂያዎች",
|
|||
|
|
"Mark all Read": "ሁሉምን ተነበበ ምልክት ያድርጉ",
|
|||
|
|
"View all notifications": "ሁሉምን ማሳወቂያዎች ይመልከቱ",
|
|||
|
|
"Clear cache": "መሸጎጫን ያጽዱ",
|
|||
|
|
"My Profile": "የእኔ መገለጫ",
|
|||
|
|
"Logout": "መውጣት",
|
|||
|
|
"About Us": "ስለ እኛ",
|
|||
|
|
"Home": "ቤት",
|
|||
|
|
"Pricing": "ዋጋ",
|
|||
|
|
"Pages": "ገጾች",
|
|||
|
|
"Blog": "ብሎግ",
|
|||
|
|
"Privacy Policy": "ግላዊነት ፖሊሲ",
|
|||
|
|
"Contact Us": "እኛን ያግኙ",
|
|||
|
|
"You are having this email because you have requested for a password reset.": "የይለፍ ቃል ዳግም ማስጀመር ስለጠየቁ ይህን ኢሜይል እያገኙ ነው።",
|
|||
|
|
"Your verification code is:": "የእርስዎ ማረጋገጫ ኮድ፡",
|
|||
|
|
"This password reset code will expire in 60 minutes.": "ይህ የይለፍ ቃል ዳግም ማስጀመሪያ ኮድ በ60 ደቂቃ ውስጥ ይያልፋል።",
|
|||
|
|
"If you did not request a password reset, no further action is required.": "የይለፍ ቃል ዳግም ማስጀመር ካልጠየቁ ተጨማሪ እርምጃ አያስፈልግም።",
|
|||
|
|
"Regards": "ሰላምታዎች",
|
|||
|
|
"All right reserved": "ሁሉም መብት የተጠበቀ ነው",
|
|||
|
|
"Hi": "ሰላም",
|
|||
|
|
"Dear": "ውድ",
|
|||
|
|
"Your OTP code is": "የእርስዎ OTP ኮድ ነው",
|
|||
|
|
"Please do not share this PIN with anyone": "እባክዎን ይህንን PIN ከማንም ጋር አይጋሩ",
|
|||
|
|
"Best Regards": "ምርጥ ሰላምታዎች",
|
|||
|
|
"Gateway Name": "መግቢያ ስም",
|
|||
|
|
"Subscription Name": "ደንበኝነት ስም",
|
|||
|
|
"Payable Amount": "የሚከፈለው መጠን",
|
|||
|
|
"Phone Number": "ስልክ ቁጥር",
|
|||
|
|
"Enter your phone number": "ስልክ ቁጥርዎን ያስገቡ",
|
|||
|
|
"Pay Now": "አሁን ይክፈሉ",
|
|||
|
|
"Next": "ቀጣይ",
|
|||
|
|
"Previous": "ቀደም ብሎ",
|
|||
|
|
"Free": "ነፃ",
|
|||
|
|
"Features Of Free Plan": "ነፃ እቅድ ባህሪዎች",
|
|||
|
|
"Choose Plan": "እቅድ ይምረጡ",
|
|||
|
|
"Blog Details": "ብሎግ ዝርዝሮች",
|
|||
|
|
"Leave a Comment Here": "እዚህ አስተያየት ይተው",
|
|||
|
|
"Your email address will not be published": "የእርስዎ ኢሜይል አድራሻ አይታተምም",
|
|||
|
|
"Enter your name": "ስምዎን ያስገቡ",
|
|||
|
|
"Enter your email": "ኢሜይልዎን ያስገቡ",
|
|||
|
|
"Enter your comment": "አስተያየትዎን ያስገቡ",
|
|||
|
|
"Recent Posts": "የቅርብ ልጥፎች",
|
|||
|
|
"Create a Free Account": "ነፃ መለያ ይፍጠሩ",
|
|||
|
|
"Enter full name": "ሙሉ ስም ያስገቡ",
|
|||
|
|
"Enter phone number": "ስልክ ቁጥር ያስገቡ",
|
|||
|
|
"Enter email address": "ኢሜይል አድራሻ ያስገቡ",
|
|||
|
|
"Company": "ኩባንያ",
|
|||
|
|
"Enter company name": "ኩባንያ ስም ያስገቡ",
|
|||
|
|
"Enter your message": "መልእክትዎን ያስገቡ",
|
|||
|
|
"Pricing Plan": "ዋጋ እቅድ",
|
|||
|
|
"Subscription Plans": "ደንበኝነት እቅዶች",
|
|||
|
|
|
|||
|
|
"Plan List": "እቅድ ዝርዝር",
|
|||
|
|
"Work At": "ይሰራል በ",
|
|||
|
|
"Show- 10": "አሳይ- 10",
|
|||
|
|
"Show- 25": "አሳይ- 25",
|
|||
|
|
"Show 50": "አሳይ- 50",
|
|||
|
|
"Show 100": "አሳይ- 100",
|
|||
|
|
"Duration": "ቆይታ",
|
|||
|
|
"Select": "ይምረጡ",
|
|||
|
|
"Currency List": "ገንዘብ ዝርዝር",
|
|||
|
|
"Default": "ነባሪ",
|
|||
|
|
"Country Name": "አገር ስም",
|
|||
|
|
"View Website": "ድረገጽ ይመልከቱ",
|
|||
|
|
"Contact Messages": "እኛን ያግኙ መልዕክቶች",
|
|||
|
|
|
|||
|
|
"Total Shop": "ጠቅላላ ሱቅ",
|
|||
|
|
"Expired Businesses": "የማለፊያ ንግዶች",
|
|||
|
|
"Plan Subscribes": "እቅድ ደንበኝነቶች",
|
|||
|
|
"Total Categories": "ጠቅላላ ምድቦች",
|
|||
|
|
"Recent Register": "የቅርብ ምዝገባ",
|
|||
|
|
"Date & Time": "ቀን & ሰዓት",
|
|||
|
|
"View All": "ሁሉምን ይመልከቱ",
|
|||
|
|
"Add new Business": "አዲስ ንግድ ያክሉ",
|
|||
|
|
"Enter Company Name": "ኩባንያ ስም ያስገቡ",
|
|||
|
|
"Edit Business": "ንግድ ያርትዑ",
|
|||
|
|
"Create Business": "ንግድ ይፍጠሩ",
|
|||
|
|
"Enter Buisness Name": "ንግድ ስም ያስገቡ",
|
|||
|
|
"Note: Enter embedded video link": "ማስታወሻ፡ የተቀናጀ ቪዲዮ አገናኝ ያስገቡ",
|
|||
|
|
"Enter title": "ርዕስ ያስገቡ",
|
|||
|
|
"Enter Code": "ኮድ ያስገቡ",
|
|||
|
|
"Enter Symbol": "ምልክት ያስገቡ",
|
|||
|
|
"Select a position": "አቋም ይምረጡ",
|
|||
|
|
"left": "ግራ",
|
|||
|
|
"right": "ቀኝ",
|
|||
|
|
"TIMEZONE": "TIMEZONE",
|
|||
|
|
"Note :": "ማስታወሻ :",
|
|||
|
|
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "የመልዕክት ቅንብሮችን ካቀረቡ በኋላ MAIL QUEUE እየተጠቀሙ ከሆነ ሱፐርቫይዘርዎን ከአገልጋይዎ ዳግም ማስጀመር ያስፈልግዎታል",
|
|||
|
|
"QUEUE COMMAND Path :": "QUEUE COMMAND Path :",
|
|||
|
|
"QUEUE COMMAND :": "QUEUE COMMAND :",
|
|||
|
|
"Storage Method": "ማከማቻ ዘዴ",
|
|||
|
|
|
|||
|
|
"Brand List": "ብራንድ ዝርዝር",
|
|||
|
|
"Add new Brand": "ሓድሽ ብራንድ ኣርከብ",
|
|||
|
|
"items show": "ዝተርአዩ ሸሞንታታት",
|
|||
|
|
"Brand Name": "ብራንድ ስም",
|
|||
|
|
"Create Brand": "ብራንድ ፍጠር",
|
|||
|
|
"Enter Brand Name": "ብራንድ ስም ኣእተው",
|
|||
|
|
"Edit Brand": "ብራንድ አስተኻኽል",
|
|||
|
|
"Add New Category": "ሓድሽ ክፍሊ ኣርከብ",
|
|||
|
|
"Enter Category Name": "ክፍሊ ስም ኣእተው",
|
|||
|
|
"Select Variations": "ዝተፈላለዩ ምርጫታት ምምረጽ",
|
|||
|
|
"Capacity": "አቅም",
|
|||
|
|
"Color": "ቀለም",
|
|||
|
|
"Size": "መጠን",
|
|||
|
|
"Type": "ዓይነት",
|
|||
|
|
"Weight": "መጠን",
|
|||
|
|
"Edit Category": "ክፍሊ አስተኻኽል",
|
|||
|
|
"Category List": "ክፍሊ ዝርዝር",
|
|||
|
|
"You want to delete everything!": "ኩሉ ነገር ምስራዝ ትደሊ ኢኻ!",
|
|||
|
|
"Total Sales": "ጠቅላላ ሽያጭ",
|
|||
|
|
"Total Purchase": "ጠቅላላ ዕርክብ",
|
|||
|
|
"Total Income": "ጠቅላላ ኣታዊ",
|
|||
|
|
"This Month": "እዚ ወርሒ",
|
|||
|
|
"Total Expense": "ጠቅላላ ወጻኢ",
|
|||
|
|
"Total Customer": "ጠቅላላ ተመክሮ",
|
|||
|
|
"Total Supplier": "ጠቅላላ መስተንፍር",
|
|||
|
|
"Sales Returns": "ሽያጭ መመለስ",
|
|||
|
|
"Purchase Returns": "ዕርክብ መመለስ",
|
|||
|
|
"Low Stock": "ዝተሓተ ክምችት",
|
|||
|
|
"Alert Qty": "መጠንቀቕታ ብዝሒ",
|
|||
|
|
"Profit": "ጥቕም",
|
|||
|
|
"Loss": "ጉድኣት",
|
|||
|
|
"Purchase": "ዕርክብ",
|
|||
|
|
"Sales": "ሽያጭ",
|
|||
|
|
"Income": "ኣታዊ",
|
|||
|
|
"Expense": "ወጻኢ",
|
|||
|
|
"Recent Sales": "ቀረባ ሽያጭታት",
|
|||
|
|
"Recent Purchase": "ቀረባ ዕርክባት",
|
|||
|
|
"Customer": "ተመክሮ",
|
|||
|
|
"Total": "ጠቅላላ",
|
|||
|
|
"Due": "ዕዳ",
|
|||
|
|
"Collect Due": "ዕዳ ሰብስብ",
|
|||
|
|
"Select Invoice": "ክፍለ-ሕሳብ ምምረጽ",
|
|||
|
|
"Select an Invoice": "ክፍለ-ሕሳብ ምምረጽ",
|
|||
|
|
"Total Amount": "ጠቅላላ መጠን",
|
|||
|
|
"Paid Amount": "ዝተኸፍለ መጠን",
|
|||
|
|
"Due Amount": "ዕዳ መጠን",
|
|||
|
|
"Select one": "ሓደ ምምረጽ",
|
|||
|
|
"Cash": "ፍሉይ ገንዘብ",
|
|||
|
|
"Card": "ካርድ",
|
|||
|
|
"Check": "ቼክ",
|
|||
|
|
"Mobile Pay": "ሞባይል ክፍሊት",
|
|||
|
|
"Due List": "ዕዳ ዝርዝር",
|
|||
|
|
"Mobile": "ሞባይል",
|
|||
|
|
"Sale": "ሽያጭ",
|
|||
|
|
"Bill To": "ክፍሊት ን",
|
|||
|
|
"Collected By": "ዝተሰበሰበ ብ",
|
|||
|
|
"Total Due": "ጠቅላላ ዕዳ",
|
|||
|
|
"Payment Amount": "ክፍሊት መጠን",
|
|||
|
|
"Remaining Due": "ዝተረፈ ዕዳ",
|
|||
|
|
"Powered By": "ሓይል ዝወሃበሉ",
|
|||
|
|
"Create Expense Catgeory": "ወጻኢ ክፍሊ ፍጠር",
|
|||
|
|
"Catgeory Name": "ክፍሊ ስም",
|
|||
|
|
"Enter catgeory Name": "ክፍሊ ስም ኣእተው",
|
|||
|
|
"Edit Expense Category": "ወጻኢ ክፍሊ አስተኻኽል",
|
|||
|
|
"Expense Category List": "ወጻኢ ክፍሊ ዝርዝር",
|
|||
|
|
"Add new": "ሓድሽ ኣርከብ",
|
|||
|
|
"Category Name": "ክፍሊ ስም",
|
|||
|
|
"Create Expense": "ወጻኢ ፍጠር",
|
|||
|
|
"Enter Amount": "መጠን ኣእተው",
|
|||
|
|
"Select A Category": "ክፍሊ ምምረጽ",
|
|||
|
|
"Expense For": "ወጻኢ ን",
|
|||
|
|
"Enter Expense For": "ወጻኢ ን ኣእተው",
|
|||
|
|
"Select a payment type": "ክፍሊት ዓይነት ምምረጽ",
|
|||
|
|
"Bank": "ባንክ",
|
|||
|
|
"Mobile Payment": "ሞባይል ክፍሊት",
|
|||
|
|
"Reference Number": "ምልክት ቁፅሪ",
|
|||
|
|
"Enter reference number": "ምልክት ቁፅሪ ኣእተው",
|
|||
|
|
"Expense Date": "ወጻኢ ዕለት",
|
|||
|
|
"Note": "ማሳሰቢያ",
|
|||
|
|
"Enter note": "ማሳሰቢያ ኣእተው",
|
|||
|
|
"Edit Expense": "ወጻኢ አስተኻኽል",
|
|||
|
|
"Expense List": "ወጻኢ ዝርዝር",
|
|||
|
|
"Expesne For": "ወጻኢ ን",
|
|||
|
|
"Create Income Catgeory": "ኣታዊ ክፍሊ ፍጠር",
|
|||
|
|
"Enter catgeory name": "ክፍሊ ስም ኣእተው",
|
|||
|
|
"Edit Income Category": "ኣታዊ ክፍሊ አስተኻኽል",
|
|||
|
|
"Income Category List": "ኣታዊ ክፍሊ ዝርዝር",
|
|||
|
|
"Create Income": "ኣታዊ ፍጠር",
|
|||
|
|
"Enter amount": "መጠን ኣእተው",
|
|||
|
|
"Enter income for": "ኣታዊ ን ኣእተው",
|
|||
|
|
"Income Date": "ኣታዊ ዕለት",
|
|||
|
|
"Edit Income": "ኣታዊ አስተኻኽል",
|
|||
|
|
"Income List": "ኣታዊ ዝርዝር",
|
|||
|
|
"Sale New": "ሓድሽ ሽያጭ",
|
|||
|
|
"Sale List": "ሽያጭ ዝርዝር",
|
|||
|
|
"Sale Return": "ሽያጭ መመለስ",
|
|||
|
|
"Purchases": "ዕርክባት",
|
|||
|
|
"Purchase New": "ሓድሽ ዕርክብ",
|
|||
|
|
"Purchase List": "ዕርክብ ዝርዝር",
|
|||
|
|
"Purchase Return": "ዕርክብ መመለስ",
|
|||
|
|
"Products": "ምርቶታት",
|
|||
|
|
"All Product": "ኩሉ ምርት",
|
|||
|
|
"Add Product": "ምርት ኣርከብ",
|
|||
|
|
"Brand": "ብራንድ",
|
|||
|
|
"Unit": "ሓደ",
|
|||
|
|
"Stock List": "ክምችት ዝርዝር",
|
|||
|
|
"Customers": "ተመክሮታት",
|
|||
|
|
"All Customers": "ኩሉ ተመክሮ",
|
|||
|
|
"Add Customer": "ተመክሮ ኣርከብ",
|
|||
|
|
"Suppliers": "መስተንፍርታት",
|
|||
|
|
"All Suppliers": "ኩሉ መስተንፍር",
|
|||
|
|
"Add Supplier": "መስተንፍር ኣርከብ",
|
|||
|
|
"Income Category": "ኣታዊ ክፍሊ",
|
|||
|
|
"Expense Category": "ወጻኢ ክፍሊ",
|
|||
|
|
"Subscriptions": "ተቐባልነታት",
|
|||
|
|
"Profit & Loss List": "ጥቕምን ጉድኣትን ዝርዝር",
|
|||
|
|
"All Income": "ኩሉ ኣታዊ",
|
|||
|
|
"All Expense": "ኩሉ ወጻኢ",
|
|||
|
|
"Current Stock": "ሎሚ ክምችት",
|
|||
|
|
"Customer Due": "ተመክሮ ዕዳ",
|
|||
|
|
"Supplier Due": "መስተንፍር ዕዳ",
|
|||
|
|
"Loss & Profit": "ጉድኣትን ጥቕምን",
|
|||
|
|
"Loss/Profit": "ጉድኣት/ጥቕም",
|
|||
|
|
"Unpaid": "ዘይተኸፍለ",
|
|||
|
|
"Loss Profit": "ጉድኣት ጥቕም",
|
|||
|
|
"Loss Profit List": "ጉድኣት ጥቕም ዝርዝር",
|
|||
|
|
"Product List": "ምርት ዝርዝር",
|
|||
|
|
"Create Party": "ወገን ፍጠር",
|
|||
|
|
"List": "ዝርዝር",
|
|||
|
|
"Party Type": "ወገን ዓይነት",
|
|||
|
|
"Retailer": "ሱቅ ሓላፊ",
|
|||
|
|
"Dealer": "ነጋዴ",
|
|||
|
|
"Wholesaler": "ጅምላ ነጋዴ",
|
|||
|
|
"Supplier": "መስተንፍር",
|
|||
|
|
"Enter Due": "ዕዳ ኣእተው",
|
|||
|
|
"Edit Party": "ወገን አስተኻኽል",
|
|||
|
|
"Edit ": "አስተኻኽል ",
|
|||
|
|
" List": " ዝርዝር",
|
|||
|
|
"Parties List": "ወገናት ዝርዝር",
|
|||
|
|
"Add new ": "ሓድሽ ኣርከብ ",
|
|||
|
|
"Create Product": "ምርት ፍጠር",
|
|||
|
|
"Add new Product": "ሓድሽ ምርት ኣርከብ",
|
|||
|
|
"Product Name": "ምርት ስም",
|
|||
|
|
"Enter Product Name": "ምርት ስም ኣእተው",
|
|||
|
|
"Product Category": "ምርት ክፍሊ",
|
|||
|
|
"Product Unit": "ምርት ሓደ",
|
|||
|
|
"Product Code": "ምርት ኮድ",
|
|||
|
|
"Enter Product Code": "ምርት ኮድ ኣእተው",
|
|||
|
|
"Stock": "ክምችት",
|
|||
|
|
"Enter stock qty": "ክምችት ብዝሒ ኣእተው",
|
|||
|
|
"Purchase Price": "ዕርክብ ዋጋ",
|
|||
|
|
"Enter purchase price": "ዕርክብ ዋጋ ኣእተው",
|
|||
|
|
"Sale Price": "ሽያጭ ዋጋ",
|
|||
|
|
"Enter sale price": "ሽያጭ ዋጋ ኣእተው",
|
|||
|
|
"Wholesale Price": "ጅምላ ዋጋ",
|
|||
|
|
"Enter wholesale price": "ጅምላ ዋጋ ኣእተው",
|
|||
|
|
"Dealer Price": "ነጋዴ ዋጋ",
|
|||
|
|
"Enter dealer price": "ነጋዴ ዋጋ ኣእተው",
|
|||
|
|
"Manufacturer": "ሰሪሒ",
|
|||
|
|
"Enter manufacturer name": "ሰሪሒ ስም ኣእተው",
|
|||
|
|
"Edit Product": "ምርት አስተኻኽል",
|
|||
|
|
"Product Brand": "ምርት ብራንድ",
|
|||
|
|
"Purchase price": "ዕርክብ ዋጋ",
|
|||
|
|
"Sale price": "ሽያጭ ዋጋ",
|
|||
|
|
"Pos Sale": "POS ሽያጭ",
|
|||
|
|
"Invoice no": "ክፍለ-ሕሳብ ቁፅሪ",
|
|||
|
|
"Invoice No": "ክፍለ-ሕሳብ ቁፅሪ",
|
|||
|
|
"Items": "ሸሞንታታት",
|
|||
|
|
"Qty": "ብዝሒ",
|
|||
|
|
"Sub Total": "ንኡስ ጠቅላላ",
|
|||
|
|
"Purchase return Amount ": "ግዢ መመለሻ መጠን",
|
|||
|
|
"Confirm Return": "መመለስን አረጋግጥ",
|
|||
|
|
"Purchase Return List": "ግዢ መመለሻ ዝርዝር",
|
|||
|
|
"Return Date": "መመለሻ ቀን",
|
|||
|
|
"Return Amount": "መመለሻ መጠን",
|
|||
|
|
"Return Qty": "መመለሻ ብዛት",
|
|||
|
|
"Brand list": "ብራንድ ዝርዝር",
|
|||
|
|
"0": "0",
|
|||
|
|
"Quick Action": "ፈጣን ተግባር",
|
|||
|
|
"Today Purchase": "ዛሬ ግዢ",
|
|||
|
|
"Calculator": "ካልኩሌተር",
|
|||
|
|
"Select Supplier": "አቅራቢን ምረጥ",
|
|||
|
|
"Receive Amount": "ተቀባይ መጠን",
|
|||
|
|
"Search product...": "ምርት ፈልግ...",
|
|||
|
|
"Due: ": "ቀሪ ዕዳ፡",
|
|||
|
|
"Party Name": "ወገን ስም",
|
|||
|
|
"Discount": "ቅናሽ",
|
|||
|
|
"Payment": "ክፍያ",
|
|||
|
|
"INVOICE": "ደረሰኝ",
|
|||
|
|
"Sells By": "የሸጠው በ",
|
|||
|
|
"Quantity": "ብዛት",
|
|||
|
|
"Unit Price": "አሃድ ዋጋ",
|
|||
|
|
"Total Price": "ጠቅላላ ዋጋ",
|
|||
|
|
"Item": "ዕቃ",
|
|||
|
|
"Paid by": "የተከፈለው በ",
|
|||
|
|
"Subtotal": "ጠቅላላ ድምር",
|
|||
|
|
"Customer Signature": "ደንበኛ ፊርማ",
|
|||
|
|
"Authorized Signature": "የተፈቀደለት ፊርማ",
|
|||
|
|
"Add Items": "ዕቃዎችን ጨምር",
|
|||
|
|
"Enter Quantity": "ብዛት አስገባ",
|
|||
|
|
"Enter Purchase Price": "ግዢ ዋጋ አስገባ",
|
|||
|
|
"Sales Price": "ሽያጭ ዋጋ",
|
|||
|
|
"Enter Sales Price": "ሽያጭ ዋጋ አስገባ",
|
|||
|
|
"WholeSale Price": "ጅምላ ዋጋ",
|
|||
|
|
"Enter WholeSale Price": "ጅምላ ዋጋ አስገባ",
|
|||
|
|
"Enter Dealer Price": "አከፋፋይ ዋጋ አስገባ",
|
|||
|
|
"Customer Due Reports": "ደንበኛ ቀሪ ዕዳ ሪፖርቶች",
|
|||
|
|
"Customer Due List": "ደንበኛ ቀሪ ዕዳ ዝርዝር",
|
|||
|
|
"Expense Reports": "ወጪ ሪፖርቶች",
|
|||
|
|
"Expense Report List": "ወጪ ሪፖርት ዝርዝር",
|
|||
|
|
"Income For": "ገቢ ለ",
|
|||
|
|
"Income Reports": "ገቢ ሪፖርቶች",
|
|||
|
|
"Income Report List": "ገቢ ሪፖርት ዝርዝር",
|
|||
|
|
"Loss Profit Reports": "ኪሳራ ትርፍ ሪፖርቶች",
|
|||
|
|
"From Date": "ከ ቀን",
|
|||
|
|
"To Date": "እስከ ቀን",
|
|||
|
|
"Loss Profit Report List": "ኪሳራ ትርፍ ሪፖርት ዝርዝር",
|
|||
|
|
"Discount Amount": "ቅናሽ መጠን",
|
|||
|
|
"Sale Date": "ሽያጭ ቀን",
|
|||
|
|
"Purchase Report List": "ግዢ ሪፖርት ዝርዝር",
|
|||
|
|
"Purchase Reports": "ግዢ ሪፖርቶች",
|
|||
|
|
"Purchase Return Report List": "ግዢ መመለሻ ሪፖርት ዝርዝር",
|
|||
|
|
"Purchase Return Reports": "ግዢ መመለሻ ሪፖርቶች",
|
|||
|
|
"Sales Report List": "ሽያጭ ሪፖርት ዝርዝር",
|
|||
|
|
"Sale Reports": "ሽያጭ ሪፖርቶች",
|
|||
|
|
"Sale Return Report": "ሽያጭ መመለሻ ሪፖርት",
|
|||
|
|
"Sale Return Reports": "ሽያጭ መመለሻ ሪፖርቶች",
|
|||
|
|
"Sale Return Report List": "ሽያጭ መመለሻ ሪፖርት ዝርዝር",
|
|||
|
|
"Cost": "ወጪ",
|
|||
|
|
"Stock Value": "ክምችት ዋጋ",
|
|||
|
|
"Stock Report List": "ክምችት ሪፖርት ዝርዝር",
|
|||
|
|
"Stock Reports": "ክምችት ሪፖርቶች",
|
|||
|
|
"Total Quantity": "ጠቅላላ ብዛት",
|
|||
|
|
"Total Stock Value": "ጠቅላላ ክምችት ዋጋ",
|
|||
|
|
"Supplier Due Reports": "አቅራቢ ቀሪ ዕዳ ሪፖርቶች",
|
|||
|
|
"Supplier Due List": "አቅራቢ ቀሪ ዕዳ ዝርዝር",
|
|||
|
|
"Profile Edit": "መገለጫ አርትዕ",
|
|||
|
|
"Parties": "ወገኖች",
|
|||
|
|
"Sales List": "ሽያጭ ዝርዝር",
|
|||
|
|
"User Title": "ተጠቃሚ ርዕስ",
|
|||
|
|
"Enter user title": "ተጠቃሚ ርዕስ አስገባ",
|
|||
|
|
"Email Address": "ኢሜይል አድራሻ",
|
|||
|
|
"Edit User Role": "ተጠቃሚ ሚና አርትዕ",
|
|||
|
|
"Add User Role": "ተጠቃሚ ሚና ጨምር",
|
|||
|
|
"Sale return Amount ": "ሽያጭ መመለሻ መጠን",
|
|||
|
|
"Sales Return List": "ሽያጭ መመለሻ ዝርዝር",
|
|||
|
|
"Select Customer": "ደንበኛን ምረጥ",
|
|||
|
|
"Guest": "እንግዳ",
|
|||
|
|
"Enter Customer Phone Number": "ደንበኛ ስልክ ቁጥር አስገባ",
|
|||
|
|
"Type note...": "ማስታወሻ ተይብ...",
|
|||
|
|
"Sales Return": "ሽያጭ መመለስ",
|
|||
|
|
"Purchases Return": "ግዢ መመለስ",
|
|||
|
|
"Add Vat": "ቫት ጨምር",
|
|||
|
|
"Tax": "ታክስ",
|
|||
|
|
"Apply": "ተግበር",
|
|||
|
|
"Select a category": "ምድብ ምረጥ",
|
|||
|
|
"Company And Business Name": "ኩባንያ እና የንግድ ስም",
|
|||
|
|
"Enter Phone": "ስልክ ቁጥር አስገባ",
|
|||
|
|
"Logo": "አርማ",
|
|||
|
|
"Invoice Logo": "ደረሰኝ አርማ",
|
|||
|
|
"Purchase Plan": "ግዢ ዕቅድ",
|
|||
|
|
"Days": "ቀናት",
|
|||
|
|
"Already Subscribed": "ቀድሞ የተመዘገበ",
|
|||
|
|
"Buy Now": "አሁን ይግዙ",
|
|||
|
|
"Create Unit": "አሃድ ፍጠር",
|
|||
|
|
"Unit Name": "አሃድ ስም",
|
|||
|
|
"Enter Unit Name": "አሃድ ስም አስገባ",
|
|||
|
|
"Unit List": "አሃድ ዝርዝር",
|
|||
|
|
"Add new Unit": "አዲስ አሃድ ጨምር",
|
|||
|
|
"Overall Reports": "ጠቅላላ ሪፖርቶች",
|
|||
|
|
"Revenue Statistic": "ገቢ ስታቲስቲክስ",
|
|||
|
|
"Today Sales": "ዛሬ ሽያጭ",
|
|||
|
|
"Change Amount": "ለውጥ መጠን",
|
|||
|
|
"Vat": "ቫት",
|
|||
|
|
"Save Product": "ምርት አስቀምጥ",
|
|||
|
|
"Product": "ምርት",
|
|||
|
|
"Category created successfully": "ምድብ በተሳካ ሁኔታ ተፈጠረ",
|
|||
|
|
"Category updated successfully": "ምድብ በተሳካ ሁኔታ ተሻሻለ",
|
|||
|
|
"Category deleted successfully": "ምድብ በተሳካ ሁኔታ ተሰረዘ",
|
|||
|
|
"Selected Category deleted successfully": "የተመረጠው ምድብ በተሳካ ሁኔታ ተሰረዘ",
|
|||
|
|
"Something went wrong!": "አንድ ችግር ተከስቷል!",
|
|||
|
|
"Brand created cuccessfully": "ብራንድ በተሳካ ሁኔታ ተፈጠረ",
|
|||
|
|
"Brand updated successfully": "ብራንድ በተሳካ ሁኔታ ተሻሻለ",
|
|||
|
|
"Brand deleted successfully": "ብራንድ በተሳካ ሁኔታ ተሰረዘ",
|
|||
|
|
"Selected Brands deleted successfully": "የተመረጡ ብራንዶች በተሳካ ሁኔታ ተሰረዙ",
|
|||
|
|
"Something 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 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": "በተጠቃሚ ተሰርዟል",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Download Apk": "Apk ያውርዱ",
|
|||
|
|
"SMS Marketing": "የኤስኤምኤስ ማርኬቲንግ",
|
|||
|
|
"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": "ቋሚ (Flat)",
|
|||
|
|
"Percent (%)": "በመቶ (%)",
|
|||
|
|
"Select Product": "ምርት ይምረጡ",
|
|||
|
|
"Guarantee": "ዋስትና (Guarantee)",
|
|||
|
|
"Warranty": "ዋስትና (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": "በጅምላ ጫን",
|
|||
|
|
"Save & Published": "አስቀምጥ እና አውጣ",
|
|||
|
|
"Product price, stock": "የምርት ዋጋ፣ ክምችት",
|
|||
|
|
"Combo Products": "ጥምር ምርቶች",
|
|||
|
|
"Expired Products": "ጊዜያቸው ያለፈባቸው ምርቶች",
|
|||
|
|
"Print Labels": "መለያዎችን ያትሙ",
|
|||
|
|
"Model": "ሞዴል",
|
|||
|
|
"Variation": "ልዩነት (Variation)",
|
|||
|
|
"Racks": "መደርደሪያዎች (Racks)",
|
|||
|
|
"Shelfs": "መደርደሪያዎች (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": "የመስክ ስም",
|
|||
|
|
"Add new Model": "አዲስ ሞዴል ይጨምሩ",
|
|||
|
|
"Model List": "የሞዴል ዝርዝር",
|
|||
|
|
"Model Name": "የሞዴል ስም",
|
|||
|
|
"Create Model": "ሞዴል ይፍጠሩ",
|
|||
|
|
"Variations List": "የልዩነቶች ዝርዝር",
|
|||
|
|
"Values": "እሴቶች",
|
|||
|
|
"Edit Variation": "ልዩነትን ያጥሩ",
|
|||
|
|
"Rack List": "የመደርደሪያ ዝርዝር",
|
|||
|
|
"Add new rack": "አዲስ መደርደሪያ ይጨምሩ",
|
|||
|
|
"Shelf List": "የመደርደሪያ ዝርዝር (Shelf)",
|
|||
|
|
"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": "የፖስታ ኮድ",
|
|||
|
|
"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": "የወኪል ዕዳ",
|
|||
|
|
"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": "ለQR ኮድ UPI መለያ",
|
|||
|
|
"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": "ሁሉም አካላት (Parties)",
|
|||
|
|
"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": "መገኘት (Attendance)",
|
|||
|
|
"Payroll": "የደመወዝ ዝርዝር (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": "የደንበኝነት ምዝገባ ሪፖርት",
|
|||
|
|
"Product Profit/Loss": "የምርት ትርፍ/ኪሳራ",
|
|||
|
|
"Top 5 Customer": "ከፍተኛ 5 ደንበኞች",
|
|||
|
|
"Top 5 Supplier": "ከፍተኛ 5 አቅራቢዎች",
|
|||
|
|
"Top 5 Product": "ከፍተኛ 5 ምርቶች",
|
|||
|
|
"Combo Product": "ጥምር ምርት",
|
|||
|
|
"Discount Product": "የቅናሽ ምርት",
|
|||
|
|
"Product Wise Purchase": "በምርት ላይ የተመሠረተ ግዢ",
|
|||
|
|
"Product Wise Sale": "በምርት ላይ የተመሠরেተ ሽያጭ",
|
|||
|
|
"Expired Product": "ጊዜው ያለፈበት ምርት",
|
|||
|
|
"Customer Ledger": "የደንበኛ ሂሳብ መዝገብ",
|
|||
|
|
"Supplier Ledger": "የአቅራቢ ሂሳብ መዝገብ",
|
|||
|
|
"Party Loss/Profit": "የአካል (Party) ኪሳራ/ትርፍ",
|
|||
|
|
"SMS Template": "የኤስኤምኤስ ንድፍ (Template)",
|
|||
|
|
"Android Gateway": "የአንድሮይድ ጌትዌይ",
|
|||
|
|
"API Gateway": "የኤፒአይ ጌትዌይ",
|
|||
|
|
"Balance Sheet": "የሂሳብ ሚዛን (Balance Sheet)",
|
|||
|
|
"All Due": "ጠቅላላ ዕዳ",
|
|||
|
|
"Attendance List": "የመገኘት ዝርዝር",
|
|||
|
|
"Add new Attendance": "አዲስ መገኘት ይጨምሩ",
|
|||
|
|
"Time In": "የመግቢያ ሰዓት",
|
|||
|
|
"Time Out": "የመውጫ ሰዓት",
|
|||
|
|
"Payroll List": "የደመወዝ ክፍያ ዝርዝር",
|
|||
|
|
"Add new Payroll": "አዲስ የደመወዝ ክፍያ ይጨምሩ",
|
|||
|
|
"Payment Year": "የክፍያ ዓመት",
|
|||
|
|
"Receipt No": "የደረሰኝ ቁጥር",
|
|||
|
|
"date": "ቀን",
|
|||
|
|
"Attendance Report": "የመገኘት ሪፖርት",
|
|||
|
|
"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": "በአካል (Party) ላይ የተመሠረተ ኪሳራ እና ትርፍ",
|
|||
|
|
"Gateway List": "የጌትዌይ ዝርዝር",
|
|||
|
|
"Gateway ID.": "የጌትዌይ መታወቂያ",
|
|||
|
|
"Gateway Type": "የጌትዌይ አይነት",
|
|||
|
|
"Device List": "የመሣሪያዎች ዝርዝር",
|
|||
|
|
"Add Device": "መሣሪያ ይጨምሩ",
|
|||
|
|
"Device ID": "የመሣሪያ መታወቂያ",
|
|||
|
|
"Device Version": "የመሣሪያ ስሪት (Version)",
|
|||
|
|
"App Version": "የመተግበሪያ ስሪት",
|
|||
|
|
"Total Messages": "ጠቅላላ መልዕክቶች",
|
|||
|
|
"Created Date": "የተፈጠረበት ቀን",
|
|||
|
|
"All Settings": "அனைத்து መቼቶች",
|
|||
|
|
"General": "አጠቃላይ",
|
|||
|
|
"Invoice Print": "ደረሰኝ ማተሚያ",
|
|||
|
|
"Currencies Settings": "የምንዛሬ ቅንብሮች",
|
|||
|
|
"SMS Gateway Settings": "የኤስኤምኤስ ጌትዌይ ቅንብሮች",
|
|||
|
|
"Languages Settings": "የቋንቋዎች ቅንብሮች",
|
|||
|
|
"Add, Edit, Update, Delete Languages.": "ቋንቋዎችን ይጨምሩ፣ ያጥሩ፣ ያዘምኑ እና ይሰርዙ።",
|
|||
|
|
"Configure the fundamental information of the site.": "የጣቢያውን መሰረታዊ መረጃ ያዋቅሩ።",
|
|||
|
|
"Control and configure overall notification systems": "አጠቃላይ የማሳወቂያ ስርዓቶችን ይቆጣጠሩ እና ያዋቅሩ",
|
|||
|
|
"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": "የዋስትና መሰረዣ (Warranty Void)",
|
|||
|
|
"A4 Page Invoice Logo": "የA4 ገጽ ደረሰኝ አርማ (Logo)",
|
|||
|
|
"Thermal Invoice Logo": "የተርማል ደረሰኝ አርማ (Logo)",
|
|||
|
|
"Invoice Scanner Logo": "የደረሰኝ ስካነር አርማ (Logo)",
|
|||
|
|
"Select SMS Gateway": "የኤስኤምኤስ ጌትዌይ ይምረጡ",
|
|||
|
|
"Language Settings": "የቋንቋ ቅንብሮች",
|
|||
|
|
"Locale": "ሎኬል (Locale)",
|
|||
|
|
"Flag": "ባንዲራ",
|
|||
|
|
"Add New Language": "አዲስ ቋንቋ ይጨምሩ",
|
|||
|
|
"Is Active": "ንቁ ነው",
|
|||
|
|
"Is Default": "ነባሪ ነው",
|
|||
|
|
"Product Settings": "የምርት ቅንብሮች",
|
|||
|
|
"Currency Setting": "የምንዛሬ ቅንብር",
|
|||
|
|
"Select Currency": "ምንዛሬ ይምረጡ",
|
|||
|
|
"Total Assets": "ጠቅላላ ንብረት",
|
|||
|
|
"Liabilities": "ዕዳዎች (Liabilities)",
|
|||
|
|
"Assets": "ንብረቶች",
|
|||
|
|
"Payment In": "ገቢ ክፍያ",
|
|||
|
|
"Equities & Liabilities": "ካፒታል እና ዕዳዎች",
|
|||
|
|
"Create Supplier": "አቅራቢ ይፍጠሩ",
|
|||
|
|
"Batch No.": "የባች ቁጥር",
|
|||
|
|
"Cost exc. tax": "ታክስ ሳይጨምር ዋጋ",
|
|||
|
|
"Cost inc. tax": "ታክስን ጨምሮ ዋጋ",
|
|||
|
|
"Wholesale": "የጅምላ ሽያጭ",
|
|||
|
|
"View Combo Product": "ጥምር ምርቶችን ይመልከቱ",
|
|||
|
|
"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": "መገኘትን ይፍጠሩ",
|
|||
|
|
"Create Payroll": "የደመወዝ ክፍያን ይፍጠሩ",
|
|||
|
|
"Purchase Date": "የግዢ ቀን",
|
|||
|
|
"Payment Reminder": "የክፍያ ማሳሰቢያ",
|
|||
|
|
"New Sale": "አዲስ ሽያጭ",
|
|||
|
|
"Payment Received": "ክፍያ ተቀብሏል",
|
|||
|
|
"Payment Paid": "ክፍያ ተከፍሏል",
|
|||
|
|
"SMS Body": "የኤስኤምኤስ መልዕክት",
|
|||
|
|
"Available Tags": "የሚገኙ ታጎች (Tags)",
|
|||
|
|
"Enable SMS Notification": "የኤስኤምኤስ ማሳወቂያን ያግብሩ",
|
|||
|
|
"Business Phone": "የንግድ ስልክ",
|
|||
|
|
"Add Gateway": "ጌትዌይ ይጨምሩ",
|
|||
|
|
"Add New Device": "አዲስ መሣሪያ ይጨምሩ",
|
|||
|
|
"To add your device to the system, follow these steps:": "መሣሪያዎን ወደ ስርዓቱ ለማስገባት እነዚህን ቅደም ተከተሎች ይከተሉ፡",
|
|||
|
|
"Get the latest version of the App from this": "የመተግበሪያውን የቅርብ ጊዜ ስሪት ከዚህ ያግኙ",
|
|||
|
|
"link": "ሊንክ",
|
|||
|
|
"and install the app on your device.": "እና መተግበሪያውን በመሣሪያዎ ላይ ይጫኑት።",
|
|||
|
|
"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 ኮድ ያግኙ። መተግበሪያውን ይክፈቱ እና ሲጠየቁ ሁሉንም ፈቃዶች ይስጡ። በሎግኢን ስክሪን ላይ \"በQR ኮድ ይግቡ\" የሚለውን ይምረጡ እና የ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)",
|
|||
|
|
"Batch Tracking": "የባች ክትትል",
|
|||
|
|
"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.": "መጀመሪያ የናሙና ፋይሉን ያውርዱ እና ሁሉንም ምርቶችዎን በእሱ ላይ ይጨምሩ።",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "አስፈላጊ መስክ መሆኑን ያመለክታል። አስፈላጊዎቹን መስኮች ካልሞሉ፣ ስርዓቱ ምርቱን ችላ ይለዋል።",
|
|||
|
|
"After adding all your products, please save the file and then upload the updated version.": "ሁሉንም ምርቶችዎን ካከሉ በኋላ፣ እባክዎ ፋይሉን ያስቀምጡ እና የተሻሻለውን ስሪት ይጫኑ።",
|
|||
|
|
"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": "ምርቱ የሚመደብበት ምድብ",
|
|||
|
|
"Beverages, Electronics": "መጠጦች፣ ኤሌክትሮኒክስ",
|
|||
|
|
"The measurement unit used for the product": "ለምርቱ የሚያገለግል የመለኪያ አሃድ",
|
|||
|
|
"Piece, Kg, Litre": "ቁራጭ፣ ኪሎግራም፣ ሊትር",
|
|||
|
|
"If not found, a new unit will be created automatically.": "ካልተገኘ፣ አዲስ አሃድ በራሱ ይፈጠራል።",
|
|||
|
|
"The brand associated with the product": "ከምርቱ ጋር የተያያዘው ብራንድ",
|
|||
|
|
"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": "ለምርቱ ልዩ መለያ ኮድ",
|
|||
|
|
"SKU001": "SKU001",
|
|||
|
|
"Product codes must be unique — duplicate codes will be ignored.": "የምርት ኮዶች ልዩ መሆን አለባቸው — ተመሳሳይ ኮዶች ካሉ ስርዓቱ ችላ ይላቸዋል።",
|
|||
|
|
"The cost price of the product excluding VAT.": "ታክስ ሳይጨምር የምርቱ ግዢ ዋጋ።",
|
|||
|
|
"The selling price or maximum retail price for the product.": "የምርቱ መሸጫ ዋጋ ወይም ከፍተኛው የችርቻሮ ዋጋ።",
|
|||
|
|
"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.": "ካልተገኘ፣ ስርዓቱ በራሱ አዲስ ምድብ ይፈጥራል።",
|
|||
|
|
"The VAT name applied to the product.": "በምርቱ ላይ የሚተገበረው የታክስ ስም (VAT)።",
|
|||
|
|
"If the system doesn’t 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.": "የክምችት ስብስቦችን ለመለየት የሚያገለግል የባች ወይም የሎት ቁጥር።",
|
|||
|
|
"The model of the product": "የምርቱ ሞዴል",
|
|||
|
|
"iPhone 15": "አይፎን 15",
|
|||
|
|
"Date the product was manufactured": "ምርቱ የተመረተበት ቀን",
|
|||
|
|
"Define whether the product is": "ምርቱ ምን ዓይነት እንደሆነ ይግለጹ፦",
|
|||
|
|
"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": "የልዩነት_ስም",
|
|||
|
|
"such as": "እንደ",
|
|||
|
|
"Black - M": "ጥቁር - M",
|
|||
|
|
"table.": "ሠንጠረዥ።",
|
|||
|
|
"Party Profit & Loss": "የአካል (Party) ትርፍ እና ኪሳራ",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Bill Wise Profit & Loss": "ትርፍ እና ኪሳራ በሂሳብ ደረሰኝ",
|
|||
|
|
"Bank Details": "የባንክ መረጃ",
|
|||
|
|
"Account No": "የሂሳብ ቁጥር",
|
|||
|
|
"UPI ID": "UPI መለያ",
|
|||
|
|
"Holder’s Nmae": "የሂሳብ ባለቤት ስም",
|
|||
|
|
"MONEY RECEIPT": "የገንዘብ መቀበያ ደረሰኝ",
|
|||
|
|
"Money Receipt": "የገንዘብ መቀበያ ደረሰኝ",
|
|||
|
|
"Purchase Invoice": "የግዢ ደረሰኝ",
|
|||
|
|
"Holder’s 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": "SKU / ኮድ",
|
|||
|
|
"Edit Model": "ሞዴሉን ያርሙ",
|
|||
|
|
"Rack Name": "የመደርደሪያ ስም",
|
|||
|
|
"Edit rack": "መደርደሪያውን ያርሙ",
|
|||
|
|
"Update Password": "የይለፍ ቃል ያድሱ",
|
|||
|
|
"Tax Rate": "የታክስ መጠን",
|
|||
|
|
"Sub vats": "ንዑስ ቫት (VAT)",
|
|||
|
|
"Edit Vat": "ቫትን ያርሙ",
|
|||
|
|
"Edit Vat Group": "የቫት ቡድንን ያርሙ",
|
|||
|
|
"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": "ቀሪ መጠን",
|
|||
|
|
|
|||
|
|
"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)": "ዕዳ (ወደ ውጭ)",
|
|||
|
|
|
|||
|
|
"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": "እንደገና አክል ዝምብ ፋይል ያስገቡ",
|
|||
|
|
"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": "መመሪያ",
|
|||
|
|
"API KEY": "API ቁልፍ",
|
|||
|
|
"CLIENT ID": "Client ID",
|
|||
|
|
"CLIENT SECRET": "Client Secret",
|
|||
|
|
"PUBLIC 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": "ሰላም",
|
|||
|
|
|
|||
|
|
"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 bank name_duplicate": "የባንክ ስም ያስገቡ",
|
|||
|
|
"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": "ጥሬ ገንዘብ ቀንስ",
|
|||
|
|
"ex 500": "ምሳሌ 500",
|
|||
|
|
"Adjustment Date": "የማስተካከያ ቀን",
|
|||
|
|
"description": "መግለጫ",
|
|||
|
|
"cash": "ጥሬ ገንዘብ",
|
|||
|
|
"PNG & JPG": "PNG እና JPG",
|
|||
|
|
"Transaction Image": "የግብይት ምስል",
|
|||
|
|
"Platform": "ፕላትፎርም",
|
|||
|
|
"Add Image": "ምስል ጨምር",
|
|||
|
|
"Loading...": "በመጫን ላይ...",
|
|||
|
|
"Approved Payment": "የጸደቀ ክፍያ",
|
|||
|
|
"24 Jan 2024, 10:30": "ጥር 24 ቀን 2024፣ 10:30",
|
|||
|
|
"Withdraw Amount": "የመውጫ መጠን",
|
|||
|
|
"$0": "$0",
|
|||
|
|
"Account Information": "የመለያ መረጃ",
|
|||
|
|
"A/C Name": "የሂሳብ ስም",
|
|||
|
|
"Shaidul Islam": "Shaidul Islam",
|
|||
|
|
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
|||
|
|
"A/C Number": "የሂሳብ ቁጥር",
|
|||
|
|
"365214512236": "365214512236",
|
|||
|
|
"Dhaka": "ዳካ",
|
|||
|
|
"Rejected": "ተቀባይነት አላገኘም",
|
|||
|
|
"Approved": "ጸድቋል",
|
|||
|
|
"Approve Withdrawal Payment": "የገንዘብ ማውጣቱን ያጽድቁ",
|
|||
|
|
"Have you Sent": "ልከዋል?",
|
|||
|
|
"$250.00?": "$250.00?",
|
|||
|
|
"Transaction Number": "የግብይት ቁጥር",
|
|||
|
|
"Enter transaction Number": "የግብይት ቁጥር ያስገቡ",
|
|||
|
|
"Upload Receipt": "ደረሰኝ ይጫኑ",
|
|||
|
|
"Add-On": "ተጨማሪ",
|
|||
|
|
"Google Login Settings": "የGoogle መግቢያ ቅንብሮች",
|
|||
|
|
"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 አልተገኘም፣ እባክዎን አስተዳዳሪውን ያነጋግሩ።",
|
|||
|
|
"Are you sure you want to exit?": "ለመውጣት እርግጠኛ ነዎት?",
|
|||
|
|
"We Makes": "እኛ እንሰራለን",
|
|||
|
|
"Globally": "በአለም አቀፍ ደረጃ",
|
|||
|
|
"Growth": "እድገት",
|
|||
|
|
"Increase Your Revenue": "ገቢዎን ያሳድጉ",
|
|||
|
|
"(Optional)": "(አማራጭ)",
|
|||
|
|
"Data Deletion Instructions": "መረጃን የማጥፋት መመሪያዎች",
|
|||
|
|
"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 የስራ ቀናት ውስጥ ጥያቄዎን እንፈጽማለን።",
|
|||
|
|
"Share your referral link": "የሪፈራል ሊንክዎን ያጋሩ",
|
|||
|
|
"Refer a friend and earn a commission.": "ጓደኛ ይጋብዙ እና ኮሚሽን ያግኙ።",
|
|||
|
|
"Copy": "ቅዳ",
|
|||
|
|
"Available for Withdraw": "ለማውጣት ዝግጁ",
|
|||
|
|
"$30": "$30",
|
|||
|
|
"Payout your balance is more than": "ቀሪ ሂሳብዎ ከዚህ በላይ ሲሆን ማውጣት ይቻላል",
|
|||
|
|
"$100": "$100",
|
|||
|
|
"Total Withdraw": "አጠቃላይ የወጣው",
|
|||
|
|
"$500": "$500",
|
|||
|
|
"Total Referrals": "አጠቃላይ ጥቆማዎች",
|
|||
|
|
"5": "5",
|
|||
|
|
"1 Month": "1 ወር",
|
|||
|
|
"৳499": "৳499",
|
|||
|
|
"৳699": "৳699",
|
|||
|
|
"1": "1",
|
|||
|
|
"Copy Link": "ሊንክ ቅዳ",
|
|||
|
|
"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",
|
|||
|
|
"currency": "ምንዛሬ",
|
|||
|
|
"Do you really want to re-open this cheque?": "ይህንን ቼክ እንደገና መክፈት ይፈልጋሉ?",
|
|||
|
|
"Transfer Cheque": "ቼክ ያስተላልፉ",
|
|||
|
|
"Deposit": "ተቀማጭ ሂሳብ",
|
|||
|
|
"Re-Open": "እንደገና ይክፈቱ",
|
|||
|
|
"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.": "ይህ የሙከራ መለያ ነው—መረጃ በየሰዓቱ ይታደሳል።",
|
|||
|
|
"You can not access it!": "ሊጠቀሙበት አይችሉም!",
|
|||
|
|
"N/A": "N/A",
|
|||
|
|
"English": "እንግሊዝኛ",
|
|||
|
|
"en": "en",
|
|||
|
|
"Bengali": "ቤንጋሊ",
|
|||
|
|
"bn": "bn",
|
|||
|
|
"French": "ፈረንሳይኛ",
|
|||
|
|
"fr": "fr",
|
|||
|
|
"This party is from another branch, you can not change the opening from here.": "ይህ አካል ከሌላ ቅርንጫፍ ስለሆነ ከዚህ መቀየር አይቻልም።",
|
|||
|
|
"Please select a variation.": "እባክዎን ልዩነት ይምረጡ።",
|
|||
|
|
"Units": "አሃዶች",
|
|||
|
|
"25632": "25632",
|
|||
|
|
"25%": "25%",
|
|||
|
|
"Ex: 200": "ምሳሌ፡ 200",
|
|||
|
|
"Ex: 50": "ምሳሌ፡ 50",
|
|||
|
|
"Batch No:": "የባች ቁጥር፡",
|
|||
|
|
"Ex: 1": "ምሳሌ፡ 1",
|
|||
|
|
"Ex: 30": "ምሳሌ፡ 30",
|
|||
|
|
"Download Sample File": "የናሙና ፋይል ያውርዱ",
|
|||
|
|
" 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.": "ሁሉንም ካከሉ በኋላ ፋይሉን ያስቀምጡ እና ይጫኑ።",
|
|||
|
|
"Paid by:": "የተከፈለው በ፦",
|
|||
|
|
"Payable Amount:": "የሚከፈል መጠን፡",
|
|||
|
|
"Received Amount:": "የደረሰ መጠን፡",
|
|||
|
|
"Due:": "ቀሪ እዳ፡",
|
|||
|
|
"pospro.com": "pospro.com",
|
|||
|
|
"Select a report type to load fields": "የሪፖርት አይነት ይምረጡ",
|
|||
|
|
"Change Amt/Due:": "መጠን/እዳ ቀይር፡",
|
|||
|
|
"Total Subscription": "አጠቃላይ ምዝገባ",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"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 "
|
|||
|
|
}
|