Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/sk.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": "Nástenka",
    "Advertising": "Reklama",
    "Subscription Reports": "Správy o predplatnom",
    "Manage Business": "Spravovať podnik",
    "Categories": "Kategórie",
    "Business List": "Zoznam podnikov",
    "Manage Plans": "Spravovať plány",
    "Create Plan": "Vytvoriť plán",
    "Staff Management": "Správa zamestnancov",
    "Create Staff": "Vytvoriť zamestnanca",
    "Manage Staff": "Spravovať zamestnancov",
    "Messages": "Správy",
    "Manage Messages": "Spravovať správy",
    "CMS Manage": "Správa CMS",
    "Manage Pages": "Spravovať stránky",
    "Manage FAQs": "Spravovať časté otázky",
    "Terms & Conditions": "Podmienky a podmienky",
    "Privacy & Policy": "Ochrana osobných údajov a politika",
    "Testimonials": "Referencie",
    "Features": "Funkcie",
    "Interface": "Rozhranie",
    "Manage Blogs": "Spravovať blogy",
    "Newsletters": "Newslettry",
    "Roles & Permissions": "Úlohy a povolenia",
    "Roles": "Úlohy",
    "Permissions": "Povolenia",
    "Settings": "Nastavenia",
    "Currencies": "Meny",
    "Notifications": "Oznámenia",
    "SMS Settings": "Nastavenia SMS",
    "Payment Gateway": "Platobná brána",
    "System Settings": "Systémové nastavenia",
    "General Settings": "Všeobecné nastavenia",

    "Banner": "Banner",
    "Add New Banner": "Pridať nový banner",
    "Banner List": "Zoznam bannerov",
    "Status": "Stav",
    "Image": "Obrázok",
    "Active": "Aktívny",
    "Cancel": "Zrušiť",
    "Save": "Uložiť",
    "Edit Banner": "Upraviť banner",
    "Advertising List": "Zoznam reklám",
    "Create Banner": "Vytvoriť banner",
    "SL": "SL",
    "Create Advertising": "Vytvoriť reklamu",
    "Reset": "Obnoviť",
    "Edit Advertising": "Upraviť reklamu",
    "Edit": "Upraviť",
    "Delete": "Odstrániť",
    "Shop": "Obchod",
    "Add new Package": "Pridať nový balík",
    "Shop List": "Zoznam obchodov",
    "Subscription Plan": "Predplatný plán",
    "Select Plan Category": "Vyberte kategóriu plánu",
    "Package Name": "Názov balíka",
    "Enter Package Name": "Zadajte názov balíka",
    "Business Category": "Kategória podnikania",
    "Select Business Category": "Vyberte kategóriu podnikania",
    "Duration in Days": "Trvanie v dňoch",
    "Enter number": "Zadajte číslo",
    "Offer Price": "Ponúkaná cena",
    "Enter Plan Price": "Zadajte cenu plánu",
    "Subscription Price": "Cena predplatného",
    "Enter Subscription Price": "Zadajte cenu predplatného",
    "View": "Zobraziť",
    "Upgrade Plan": "Upgrade plánu",
    "Edit Shop": "Upraviť obchod",
    "Select Category": "Vyberte kategóriu",
    "Shop/Business Name": "Názov obchodu/podniku",
    "Enter Shop/Business Name": "Zadajte názov obchodu/podniku",
    "Package": "Balík",
    "Select a package": "Vyberte balík",
    "Name": "Názov",
    "Enter Name": "Zadajte názov",
    "Role": "Úloha",
    "Select a role": "Vyberte úlohu",
    "Email": "Email",
    "Enter Email": "Zadajte email",
    "Phone": "Telefón",
    "Enter Phone Number": "Zadajte telefónne číslo",
    "Password": "Heslo",
    "Enter Password": "Zadajte heslo",
    "Confirm password": "Potvrdiť heslo",
    "Enter Confirm password": "Zadajte potvrdenie hesla",
    "Address": "Adresa",
    "Enter Address": "Zadajte adresu",
    "Select Country": "Vyberte krajinu",
    "Select a Country": "Vyberte krajinu",
    "Balance": "Zostatok",
    "Enter Balance": "Zadajte zostatok",
    "Search...": "Hľadať...",
    "Business Name": "Názov podniku",
    "Last Enroll": "Posledná registrácia",
    "Expired Date": "Dátum expirácie",
    "Action": "Akcia",
    "Select A Plan": "Vyberte plán",
    "Select One": "Vyberte jeden",
    "Price": "Cena",
    "Enter plan price or select a plan": "Zadajte cenu plánu alebo vyberte plán",
    "Payment Gateways": "Platobné brány",
    "Select A payment gateway": "Vyberte platobnú bránu",
    "Notes": "Poznámky",
    "Enter notes": "Zadajte poznámky",
    "Business View": "Pohľad na podnik",
    "Created date": "Dátum vytvorenia",
    "Category": "Kategória",
    "Add new Category": "Pridať novú kategóriu",
    "View List": "Zobraziť zoznam",
    "Buisness Name": "Názov podniku",
    "Enter Description": "Zadajte popis",
    "Description": "Popis",
    "Edit Business Category": "Upraviť kategóriu podniku",
    "Enter Buisness Description": "Zadajte popis podniku",
    "Business Categories List": "Zoznam kategórií podnikov",
    "Add New": "Pridať nový",
    "Reports": "Správy",
    "All": "Všetky",
    "Active User": "Aktívny používateľ",
    "Deactive User": "Deaktivovaný používateľ",
    "Date": "Dátum",
    "SL.": "SL.",
    "Invoice": "Faktúra",
    "Customer Name": "Meno zákazníka",
    "Amount": "Čiastka",
    "View Report": "Zobraziť správu",
    "Download Report": "Stiahnuť správu",
    "User View": "Pohľad na používateľa",
    "Shop Name": "Názov obchodu",
    "Country": "Krajina",
    "Reason": "Dôvod",
    "Are You Sure?": "Ste si istí?",
    "You won't be able to revert this!": "Nebudete môcť vrátiť späť!",
    "Yes, Delete It!": "Áno, odstrániť to!",
    "Add Currency": "Pridať menu",
    "Code": "Kód",
    "Symbol": "Symbol",
    "Position": "Pozícia",
    "Inactive": "Neaktívny",
    "Make Default": "Nastaviť ako predvolené",
    "Edit Currency": "Upraviť menu",
    "Currency": "Mena",

    "Total Businesses": "Celkový počet podnikov",
    "Total Expired Businesses": "Celkový počet expirujúcich podnikov",
    "Total Plan Subscribes": "Celkový počet predplatných plánov",
    "Total Business Categories": "Celkový počet kategórií podnikov",
    "Total Plans": "Celkový počet plánov",
    "Total Staffs": "Celkový počet zamestnancov",
    "Finance Overview": "Prehľad financií",

    "Gateway Settings": "Nastavenia brány",
    "Payment Gateway Settings": "Nastavenia platobnej brány",
    "GATEWAY IMAGE": "OBRAZOVKA BRÁNY",
    "GATEWAY NAME": "NÁZOV BRÁNY",
    "Gateway Charge": "Poplatok za bránu",
    "Gateway Currency": "Mena brány",
    "Gateway Mode": "Režim brány",
    "Is Manual": "Je manuálny",
    "Yes": "Áno",
    "No": "Nie",
    "Label": "Štítok",
    "Enter label name": "Zadajte názov štítku",
    "Select Required/Optionl": "Vyberte povinné/voliteľné",
    "Required": "Povinné",
    "Optional": "Voliteľné",
    "Add new row": "Pridať nový riadok",
    "INSTRUCTIONS": "INŠTRUKCIE",
    "Enter payment instructions here": "Zadajte pokyny na platbu sem",

    "Messages List": "Zoznam správ",
    "Search": "Hľadať",
    "Company Name": "Názov spoločnosti",
    "Message": "Správa",

    "Notifications List": "Zoznam upozornení",
    "Today": "Dnes",
    "Last 7 Days": "Posledných 7 dní",
    "Last 15 Days": "Posledných 15 dní",
    "Last Month": "Minulý mesiac",
    "Last Year": "Minulý rok",
    "Created At": "Vytvorené",
    "Read At": "Prečítané",
    "Add New Payment Type": "Pridať nový typ platby",
    "Enter Payment Type": "Zadajte typ platby",
    "Edit Payment Type": "Upraviť typ platby",
    "Payment Type": "Typ platby",
    "Add Payment Type": "Pridať typ platby",
    "Per Page- 10": "Na stránku - 10",
    "Per Page- 25": "Na stránku - 25",
    "Per Page- 50": "Na stránku - 50",
    "Per Page- 100": "Na stránku - 100",
    "Assigned Role": "Priradená úloha",
    "Assign Role To User": "Priradiť úlohu používateľovi",
    "Select User": "Vyberte používateľa",
    "User": "Používateľ",
    "Select Role": "Vyberte úlohu",
    "Add Subscription Plan": "Pridať plán predplatného",
    "Package List": "Zoznam balíkov",
    "Add New Features": "Pridať nové funkcie",
    "Enter features": "Zadajte funkcie",
    "Edit Subscription Plan": "Upraviť plán predplatného",
    "Edit Package": "Upraviť balík",
    "Enter Duration Days": "Zadajte počet dní trvania",
    "Deactive": "Deaktivovať",
    "Create Plans": "Vytvoriť plány",
    "User Profile": "Profil používateľa",
    "Registration Date": "Dátum registrácie",
    "Enter Your Name": "Zadajte svoje meno",
    "Enter Your Email": "Zadajte svoj e-mail",
    "Profile Picture": "Profilový obrázok",
    "Current Password": "Aktuálne heslo",
    "Enter Your Current Password": "Zadajte svoje aktuálne heslo",
    "New Password": "Nové heslo",
    "Enter New Password": "Zadajte nové heslo",
    "Save Changes": "Uložiť zmeny",
    "Add New Role": "Pridať novú úlohu",
    "Set role permissions": "Nastaviť oprávnenia úlohy",
    "Role Name": "Názov úlohy",
    "Enter role name": "Zadajte názov úlohy",
    "Role Permissions": "Oprávnenia úlohy",
    "Setup role permissions": "Nastavenie oprávnení úlohy",
    "Select All": "Vybrať všetko",
    "Roles List": "Zoznam úloh",
    "Add role, if it does not exist": "Pridať úlohu, ak neexistuje",
    "Edit Role": "Upraviť úlohu",
    "Privacy & Policy Settings": "Nastavenia ochrany osobných údajov a politiky",
    "Update": "Aktualizovať",
    "Term & Condition Settings": "Nastavenia podmienok a pravidiel",
    "Title": "Názov",
    "Enter Title": "Zadajte názov",
    "Copy Right": "Autorské právo",
    "Admin Footer Text": "Text v päte administrátora",
    "Enter Text": "Zadajte text",
    "Admin Footer Link Text": "Text odkazu v päte administrátora",
    "Admin Footer Link": "Odkaz v päte administrátora",
    "Enter Link": "Zadajte odkaz",
    "Main Header Logo": "Logo hlavnej hlavičky",
    "Common Header Logo": "Logo spoločnej hlavičky",
    "Footer Logo": "Logo päty",
    "Admin Logo": "Logo administrátora",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Nepoužívajte žiadny druh medzery v vstupných poliach",

    "App": "Aplikácia",
    "Drivers": "Ovládače",
    "Storage Settings": "Nastavenia úložiska",
    "Mail Configuration": "Konfigurácia pošty",
    "Others": "Iné",
    "APP_NAME": "NÁZOV_APLIKÁCIE",
    "APP_KEY": "KĽÚČ_APLIKÁCIE",
    "APP_DEBUG": "LADENIE_APLIKÁCIE",
    "APP_URL": "URL_APLIKÁCIE",
    "QUEUE_MAIL": "POŠTOVÁ_HRÁDZA",
    "MAIL_DRIVER_TYPE": "TYP_OVLÁDAČA_POŠTY",
    "MAIL DRIVER": "OVLÁDAČ_POŠTY",
    "MAIL_HOST": "HOSTITEĽ_POŠTY",
    "MAIL_PORT": "PORT_POŠTY",
    "MAIL_USERNAME": "POUŽÍVATEĽSKÉ_MENO_POŠTY",
    "MAIL_PASSWORD": "HESLO_POŠTY",
    "MAIL_ENCRYPTION": "ŠIFROVANIE_POŠTY",
    "MAIL_FROM_ADDRESS": "ADRESA_OD",
    "MAIL_FROM_NAME": "MENO_OD",
    "QUEUE COMMAND Path": "Cesta k príkazu fronty",
    "CACHE_DRIVER": "OVLÁDAČ_CACHE",
    "Recommended": "Odporúčané",
    "QUEUE_CONNECTION": "PRIPOJENIE_FRONTY",
    "SESSION_DRIVER": "OVLÁDAČ_SESIE",
    "SESSION_LIFETIME": "ŽIVOTNOSŤ_SESIE",
    "REDIS_PORT": "PORT_REDIS",
    "REDIS_URL": "URL_REDIS",
    "REDIS_PASSWORD": "HESLO_REDIS",
    "AWS S3 Storage Bucket": "AWS S3 úložný kontajner",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Vyplňte tieto údaje, ak chcete používať AWS S3 úložný kontajner",
    "Wasabi Storage Bucket": "Wasabi úložný kontajner",
    "public (uploads folder)": "verejné (priečinok nahrávania)",
    "AWS_ACCESS_KEY_ID": "ID_PRÍSTUPOVÉHO_KĽÚČA_AWS",
    "AWS_SECRET_ACCESS_KEY": "TAJNÝ_PRÍSTUPOVÝ_KĽÚČ_AWS",
    "AWS_DEFAULT_REGION": "VÝCHOZÍ_OBLAST_AWS",
    "AWS_BUCKET": "KONTAJNER_AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Vyplňte tieto údaje, ak chcete používať Wasabi úložný kontajner",
    "WAS_ACCESS_KEY_ID": "ID_PRÍSTUPOVÉHO_KĽÚČA_WAS",
    "WAS_SECRET_ACCESS_KEY": "TAJNÝ_PRÍSTUPOVÝ_KĽÚČ_WAS",
    "WAS_DEFAULT_REGION": "VÝCHOZÍ_OBLAST_WAS",
    "WAS_BUCKET": "KONTAJNER_WAS",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "ŽIVOTNOSŤ_CACHE",
    "Paid": "Zaplatené",
    "Reject": "Odmietnuť",
    "Why are you reject It?": "Prečo to odmietate?",
    "Enter Reason": "Zadajte dôvod",
    "Confirm": "Potvrdiť",
    "Subscriptions List": "Zoznam predplatných",
    "Started": "Začaté",
    "End": "Koniec",
    "Gateway Method": "Metóda brány",
    "Are you sure?": "Ste si istí?",
    "Add New Testimonial": "Pridať nové svedectvo",
    "Client Name": "Meno klienta",
    "Enter Client Name": "Zadajte meno klienta",
    "Stars": "Hvězdy",
    "Works At": "Pracuje v",
    "Client Image": "Obrázok klienta",
    "Review": "Recenzia",
    "Enter text": "Zadajte text",
    "Enter review message here": "Zadajte správu recenzie tu",
    "Edit Testimonial": "Upraviť svedectvo",
    "Testimonials List": "Zoznam svedectiev",
    "Create New": "Vytvoriť nové",
    "Add New Staff": "Pridať nového zamestnanca",
    "Full Name": "Celé meno",
    "Enter Email Address": "Zadajte e-mailovú adresu",
    "Edit Staff": "Upraviť zamestnanca",
    "Staff List": "Zoznam zamestnancov",
    "User Email": "E-mail používateľa",
    "User Role": "Úloha používateľa",
    "Comments": "Komentáre",
    "Comment List": "Zoznam komentárov",
    "Create Blog": "Vytvoriť blog",
    "Blog List": "Zoznam blogov",
    "Select a status": "Vyberte stav",
    "Tags": "Tagy",
    "Enter tags name": "Zadajte názov tagu",
    "SEO Meta Tags": "SEO meta tagy",
    "Meta Title": "Meta názov",
    "Meta Description": "Meta popis",
    "Enter meta Description": "Zadajte meta popis",
    "Comment": "Komentár",
    "Edit Blog": "Upraviť blog",
    "Blogs": "Blogy",
    "Create Faqs": "Vytvoriť FAQ",
    "Add New FAQs": "Pridať nové FAQ",
    "Question": "Otázka",
    "InActive": "Neaktívny",
    "Answer": "Odpoveď",
    "Enter question answer here": "Zadajte odpoveď na otázku tu",
    "Edit Faqs": "Upraviť FAQ",
    "FAQS List": "Zoznam FAQ",
    "View Details": "Zobraziť podrobnosti",
    "Create Feature": "Vytvoriť funkciu",
    "Add New Feature": "Pridať novú funkciu",
    "Backgroud Color": "Farba pozadia",
    "Enter Color": "Zadajte farbu",
    "Edit Feature": "Upraviť funkciu",
    "Features List": "Zoznam funkcií",
    "Create Interfaces": "Vytvoriť rozhrania",
    "Add New Interface": "Pridať nové rozhranie",
    "Edit Interface": "Upraviť rozhranie",
    "Interfaces List": "Zoznam rozhraní",
    "Newsletters List": "Zoznam newsletterov",
    "Page for Updating Website Sections": "Stránka na aktualizáciu sekcií webovej stránky",
    "Slider Section": "Sekcia posúvača",
    "Header Section": "Sekcia hlavičky",
    "Feature Section": "Sekcia funkcie",
    "Interface Section": "Sekcia rozhrania",
    "Watch Section": "Sekcia hodiniek",
    "Testimonial Section": "Sekcia odporúčaní",
    "Blog Section": "Sekcia blogu",
    "About us Page": "Stránka O nás",
    "Terms And Conditions": "Podmienky",
    "Privacy Page": "Stránka ochrany osobných údajov",
    "Contuct us Page": "Stránka kontaktujte nás",
    "Pricing Section": "Sekcia cien",
    "Footer Section": "Sekcia päty",
    "Social Medias": "Sociálne médiá",
    "Button One": "Tlačidlo jedna",
    "Button Text": "Text tlačidla",
    "Button One Link": "Odkaz na tlačidlo jedna",
    "Button Two": "Tlačidlo dve",
    "Button Two Link": "Odkaz na tlačidlo dve",
    "Scanner Text": "Text skenera",
    "Scanner Image": "Obrázok skenera",
    "Slider Image": "Obrázok posúvača",
    "Header Button Text": "Text tlačidla hlavičky",
    "Header Button Link": "Odkaz na tlačidlo hlavičky",
    "Enter Header link": "Zadajte odkaz hlavičky",
    "Section Title": "Názov sekcie",
    "Enter Section Title": "Zadajte názov sekcie",
    "Interface Title": "Názov rozhrania",
    "Watch Title": "Názov hodiniek",
    "Button Link": "Odkaz na tlačidlo",
    "Watch Image": "Obrázok hodiniek",
    "Blog Title": "Názov blogu",
    "Read More Button Text": "Text tlačidla Prečítajte si viac",
    "View All Button Text": "Text tlačidla Zobraziť všetko",
    "View All Link": "Odkaz Zobraziť všetko",
    "Testimonial Title": "Názov odporúčania",
    "Enter Short Title": "Zadajte krátky názov",
    "Long Title": "Dlhý názov",
    "About Image": "Obrázok O nás",
    "Description One": "Popis jedna",
    "Description Two": "Popis dva",
    "Option": "Možnosť",
    "Icon": "Ikona",
    "Plan Button Url": "URL tlačidla plánu",
    "Short Title": "Krátky názov",
    "Right Footer Title": "Názov pravého päty",
    "Middle Footer Title": "Názov strednej päty",
    "Apple App Link": "Odkaz na aplikáciu Apple",
    "Apple App": "Aplikácia Apple",
    "Google Play Link": "Odkaz na aplikáciu Google Play",
    "Google Play App": "Aplikácia Google Play",
    "Right Footer": "Pravá päta",
    "Link": "Odkaz",
    "Middle Footer": "Stredná päta",
    "Left Footer": "Ľavá päta",
    "Footer Socials": "Sociálne siete v päte",
    "Forgot Password": "Zabudli ste heslo",
    "Enter the email address associated with your account": "Zadajte emailovú adresu spojenú s vaším účtom",
    "Enter your Email": "Zadajte svoj email",
    "Continue": "Pokračovať",
    "Back to Login": "Späť na prihlásenie",
    "Login": "Prihlásenie",
    "Welcome to": "Vitajte v",
    "Welcome back, Please login in to your account": "Vitajte späť, prosím prihláste sa do svojho účtu",
    "Remember me": "Pamätaj si ma",
    "Forgot Password?": "Zabudli ste heslo?",
    "Super Admin": "Super administrátor",
    "Admin": "Administrátor",
    "Manager": "Manažér",
    "Reset Password": "Obnoviť heslo",
    "Change Password": "Zmeniť heslo",
    "Create new password, it must be Strong password.": "Vytvorte nové heslo, musí byť silné.",
    "Confirm Password": "Potvrdiť heslo",
    "You Have": "Máte",
    "new Notifications": "nové upozornenia",
    "Mark all Read": "Označiť všetko ako prečítané",
    "View all notifications": "Zobraziť všetky upozornenia",
    "Clear cache": "Vymazať cache",
    "My Profile": "Môj profil",
    "Logout": "Odhlásiť sa",
    "About Us": "O nás",
    "Home": "Domov",
    "Pricing": "Ceny",
    "Pages": "Stránky",
    "Blog": "Blog",
    "Privacy Policy": "Zásady ochrany osobných údajov",
    "Contact Us": "Kontaktujte nás",
    "You are having this email because you have requested for a password reset.": "Tento e-mail máte, pretože ste požiadali o obnovenie hesla.",
    "Your verification code is:": "Váš overovací kód je:",
    "This password reset code will expire in 60 minutes.": "Tento kód na obnovenie hesla vyprší za 60 minút.",
    "If you did not request a password reset, no further action is required.": "Ak ste o obnovenie hesla nepožiadali, nie sú potrebné žiadne ďalšie akcie.",
    "Regards": "S pozdravom",
    "All right reserved": "Všetky práva vyhradené",
    "Hi": "Ahoj",
    "Dear": "Drahý",
    "your OTP code is": "Váš OTP kód je",
    "Please do not share this PIN with anyone": "Prosím, nezdieľajte tento PIN s nikým",
    "Best Regards": "S pozdravom",
    "Gateway Name": "Názov brány",
    "Subscription Name": "Názov predplatného",
    "Payable Amount": "Splatná suma",
    "Phone Number": "Telefónne číslo",
    "Enter your phone number": "Zadajte svoje telefónne číslo",
    "Pay Now": "Zaplaťte teraz",
    "Next": "Ďalší",
    "Previous": "Predchádzajúci",
    "Free": "Bezplatné",
    "Features Of Free Plan": "Funkcie bezplatného plánu",
    "Choose Plan": "Vyberte plán",
    "Blog Details": "Podrobnosti blogu",
    "Leave a Comment Here": "Zanechajte tu komentár",
    "Your email address will not be published": "Vaša e-mailová adresa nebude zverejnená",
    "Enter your name": "Zadajte svoje meno",
    "Enter your email": "Zadajte svoj e-mail",
    "Enter your comment": "Zadajte svoj komentár",
    "Recent Posts": "Najnovšie príspevky",
    "Create a Free Account": "Vytvorte si bezplatný účet",
    "Enter full name": "Zadajte celé meno",
    "Enter phone number": "Zadajte telefónne číslo",
    "Enter email address": "Zadajte e-mailovú adresu",
    "Company": "Spoločnosť",
    "Enter company name": "Zadajte názov spoločnosti",
    "Enter your message": "Zadajte svoju správu",
    "Pricing Plan": "Cenový plán",
    "Subscription Plans": "Plány predplatného",

    "Plan List": "Zoznam plánov",
    "Work At": "Pracujte v",
    "Show- 10": "Zobraziť- 10",
    "Show- 25": "Zobraziť- 25",
    "Show- 50": "Zobraziť- 50",
    "Show- 100": "Zobraziť- 100",
    "Duration": "Dĺžka",
    "Select": "Vybrať",
    "Currency List": "Zoznam mien",
    "Default": "Predvolené",
    "Country Name": "Názov krajiny",
    "View Website": "Zobraziť webovú stránku",
    "Contact Messages": "Kontaktné správy",

    "Total Shop": "Celkový počet obchodov",
    "Expired Businesses": "Expirujúce podniky",
    "Plan Subscribes": "Predplatné plánov",
    "Total Categories": "Celkový počet kategórií",
    "Recent Register": "Nedávna registrácia",
    "Date & Time": "Dátum a čas",
    "View All": "Zobraziť všetko",
    "Add new Business": "Pridať nový podnik",
    "Enter Company Name": "Zadajte názov spoločnosti",
    "Edit Business": "Upraviť podnik",
    "Create Business": "Vytvoriť podnik",
    "Enter Buisness Name": "Zadajte názov podnikania",
    "Note: Enter embedded video link": "Poznámka: Zadajte vložený odkaz na video",
    "Enter title": "Zadajte názov",
    "Enter Code": "Zadajte kód",
    "Enter Symbol": "Zadajte symbol",
    "Select a position": "Vyberte pozíciu",
    "left": "vľavo",
    "right": "vpravo",
    "TIMEZONE": "Časové pásmo",
    "Note :": "Poznámka :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Ak používate MAIL QUEUE po zmene nastavení pošty, musíte reštartovať svojho supervizora zo svojho servera.",
    "QUEUE COMMAND Path :": "Cesta príkazu FRONTY :",
    "QUEUE COMMAND :": "PRÍKAZ FRONTY :",
    "Storage Method": "Metóda ukladania",

    "Brand List": "Zoznam značiek",
    "Add new Brand": "Pridať novú značku",
    "items show": "zobraziť položky",
    "Brand Name": "Názov značky",
    "Create Brand": "Vytvoriť značku",
    "Enter Brand Name": "Zadajte názov značky",
    "Edit Brand": "Upraviť značku",
    "Add New Category": "Pridať novú kategóriu",
    "Enter Category Name": "Zadajte názov kategórie",
    "Select Variations": "Vyberte varianty",
    "Capacity": "Kapacita",
    "Color": "Farba",
    "Size": "Veľkosť",
    "Type": "Typ",
    "Weight": "Hmotnosť",
    "Edit Category": "Upraviť kategóriu",
    "Category List": "Zoznam kategórií",
    "You want to delete everything!": "Chcete vymazať všetko!",
    "Total Sales": "Celkové predaje",
    "Total Purchase": "Celkový nákup",
    "Total Income": "Celkový príjem",
    "This Month": "Tento mesiac",
    "Total Expense": "Celkové náklady",
    "Total Customer": "Celkový počet zákazníkov",
    "Total Supplier": "Celkový počet dodávateľov",
    "Sales Returns": "Vrátenie predaja",
    "Purchase Returns": "Vrátenie nákupu",
    "Low Stock": "Nízký stav zásob",
    "Alert Qty": "Upozornenie na množstvo",
    "Profit": "Zisk",
    "Loss": "Strata",
    "Purchase": "Nákup",
    "Sales": "Predaj",
    "Income": "Príjem",
    "Expense": "Náklady",
    "Recent Sales": "Nedávne predaje",
    "Recent Purchase": "Nedávny nákup",
    "Customer": "Zákazník",
    "Total": "Celkom",
    "Due": "Po splatnosti",
    "Collect Due": "Zbierajte po splatnosti",
    "Select Invoice": "Vyberte faktúru",
    "Select an Invoice": "Vyberte faktúru",
    "Total Amount": "Celková suma",
    "Paid Amount": "Zaplatená suma",
    "Due Amount": "Suma po splatnosti",
    "Select one": "Vyberte jednu",
    "Cash": "Hotovosť",
    "Card": "Karta",
    "Check": "Šek",
    "Mobile Pay": "Mobilná platba",
    "Due List": "Zoznam po splatnosti",
    "Mobile": "Mobil",
    "Sale": "Predaj",
    "Bill To": "Fakturovať na",
    "Collected By": "Vybral/a",
    "Total Due": "Celková suma po splatnosti",
    "Payment Amount": "Suma platby",
    "Remaining Due": "Zostávajúca suma po splatnosti",
    "Powered By": "Napájané",
    "Create Expense Catgeory": "Vytvoriť kategóriu nákladov",
    "Catgeory Name": "Názov kategórie",
    "Enter catgeory Name": "Zadajte názov kategórie",
    "Edit Expense Category": "Upraviť kategóriu nákladov",
    "Expense Category List": "Zoznam kategórií nákladov",
    "Add new": "Pridať nový",
    "Category Name": "Názov kategórie",
    "Create Expense": "Vytvoriť náklady",
    "Enter Amount": "Zadajte sumu",
    "Select A Category": "Vyberte kategóriu",
    "Expense For": "Výdavky na",
    "Enter Expense For": "Zadajte výdavky na",
    "Select a payment type": "Vyberte typ platby",
    "Bank": "Banka",
    "Mobile Payment": "Mobilná platba",
    "Reference Number": "Referenčné číslo",
    "Enter reference number": "Zadajte referenčné číslo",
    "Expense Date": "Dátum výdavkov",
    "Note": "Poznámka",
    "Enter note": "Zadajte poznámku",
    "Edit Expense": "Upraviť výdavky",
    "Expense List": "Zoznam výdavkov",
    "Expesne For": "Výdavky na",
    "Create Income Catgeory": "Vytvoriť kategóriu príjmov",
    "Enter catgeory name": "Zadajte názov kategórie",
    "Edit Income Category": "Upraviť kategóriu príjmov",
    "Income Category List": "Zoznam kategórií príjmov",
    "Create Income": "Vytvoriť príjem",
    "Enter amount": "Zadajte sumu",
    "Enter income for": "Zadajte príjem na",
    "Income Date": "Dátum príjmu",
    "Edit Income": "Upraviť príjem",
    "Income List": "Zoznam príjmov",
    "Sale New": "Nový predaj",
    "Sale List": "Zoznam predajov",
    "Sale Return": "Vrátenie predaja",
    "Purchases": "Nákupy",
    "Purchase New": "Nový nákup",
    "Purchase List": "Zoznam nákupov",
    "Purchase Return": "Vrátenie nákupu",
    "Products": "Produkty",
    "All Product": "Všetky produkty",
    "Add Product": "Pridať produkt",
    "Brand": "Značka",
    "Unit": "Jednotka",
    "Stock List": "Zoznam zásob",
    "Customers": "Zákazníci",
    "All Customers": "Všetci zákazníci",
    "Add Customer": "Pridať zákazníka",
    "Suppliers": "Dodávatelia",
    "All Suppliers": "Všetci dodávatelia",
    "Add Supplier": "Pridať dodávateľa",
    "Income Category": "Kategória príjmov",
    "Expense Category": "Kategória výdavkov",
    "Subscriptions": "Predplatné",
    "Profit & Loss List": "Zoznam zisku a straty",
    "All Income": "Všetky príjmy",
    "All Expense": "Všetky výdavky",
    "Current Stock": "Aktuálne zásoby",
    "Customer Due": "Zákaznícke pohľadávky",
    "Supplier Due": "Pohľadávky dodávateľa",
    "Loss & Profit": "Strata a zisk",
    "Loss/Profit": "Strata/Zisk",
    "Unpaid": "Nezaplatené",
    "Loss Profit": "Strata Zisk",
    "Loss Profit List": "Zoznam straty a zisku",
    "Product List": "Zoznam produktov",
    "Create Party": "Vytvoriť stranu",
    "List": "Zoznam",
    "Party Type": "Typ strany",
    "Retailer": "Predajca",
    "Dealer": "Obchodník",
    "Wholesaler": "Veľkoobchodník",
    "Supplier": "Dodávateľ",
    "Enter Due": "Zadajte splatnosť",
    "Edit Party": "Upraviť stranu",
    "Edit ": "Upraviť ",
    " List": " Zoznam",
    "Parties List": "Zoznam strán",
    "Add new ": "Pridať nový ",
    "Create Product": "Vytvoriť produkt",
    "Add new Product": "Pridať nový produkt",
    "Product Name": "Názov produktu",
    "Enter Product Name": "Zadajte názov produktu",
    "Product Category": "Kategória produktu",
    "Product Unit": "Jednotka produktu",
    "Product Code": "Kód produktu",
    "Enter Product Code": "Zadajte kód produktu",
    "Stock": "Zásoby",
    "Enter stock qty": "Zadajte množstvo zásob",
    "Purchase Price": "Nákupná cena",
    "Enter purchase price": "Zadajte nákupnú cenu",
    "Sale Price": "Predajná cena",
    "Enter sale price": "Zadajte predajnú cenu",
    "Wholesale Price": "Veľkoobchodná cena",
    "Enter wholesale price": "Zadajte veľkoobchodnú cenu",
    "Dealer Price": "Cena pre obchodníka",
    "Enter dealer price": "Zadajte cenu pre obchodníka",
    "Manufacturer": "Výrobca",
    "Enter manufacturer name": "Zadajte názov výrobcu",
    "Edit Product": "Upraviť produkt",
    "Product Brand": "Značka produktu",
    "Purchase price": "Nákupná cena",
    "Sale price": "Predajná cena",
    "Pos Sale": "POS predaj",
    "Invoice no": "Číslo faktúry",
    "Invoice No": "Číslo faktúry",
    "Items": "Položky",
    "Qty": "Množstvo",
    "Sub Total": "Medzisúčet",
    "Purchase return Amount ": "Čiastka vrátenia nákupu",
    "Confirm Return": "Potvrdiť vrátenie",
    "Purchase Return List": "Zoznam vrátení nákupu",
    "Return Date": "Dátum vrátenia",
    "Return Amount": "Čiastka vrátenia",
    "Return Qty": "Množstvo vrátenia",
    "Brand list": "Zoznam značiek",
    "0": "0",
    "Quick Action": "Rýchla akcia",
    "Today Purchase": "Dnešný nákup",
    "Calculator": "Kalkulačka",
    "Select Supplier": "Vyberte dodávateľa",
    "Receive Amount": "Prijatá čiastka",
    "Search product...": "Hľadať produkt...",
    "Due: ": "Splatné: ",
    "Party Name": "Názov strany",
    "Discount": "Zľava",
    "Payment": "Platba",
    "INVOICE": "FAKTÚRA",
    "Sells By": "Predáva sa podľa",
    "Quantity": "Množstvo",
    "Unit Price": "Cena za jednotku",
    "Total Price": "Celková cena",
    "Item": "Položka",
    "Paid by": "Uhradené",
    "Subtotal": "Medzisúčet",
    "Customer Signature": "Podpis zákazníka",
    "Authorized Signature": "Podpis oprávnenej osoby",
    "Add Items": "Pridať položky",
    "Enter Quantity": "Zadajte množstvo",
    "Enter Purchase Price": "Zadajte cenu nákupu",
    "Sales Price": "Predajná cena",
    "Enter Sales Price": "Zadajte predajnú cenu",
    "WholeSale Price": "Veľkoobchodná cena",
    "Enter WholeSale Price": "Zadajte veľkoobchodnú cenu",
    "Enter Dealer Price": "Zadajte cenu pre dealera",
    "Customer Due Reports": "Správy o dlhu zákazníka",
    "Customer Due List": "Zoznam dlhu zákazníka",
    "Expense Reports": "Správy o nákladoch",
    "Expense Report List": "Zoznam správ o nákladoch",
    "Income For": "Príjem za",
    "Income Reports": "Správy o príjmoch",
    "Income Report List": "Zoznam správ o príjmoch",
    "Loss Profit Reports": "Správy o zisku a strate",
    "From Date": "Od dátumu",
    "To Date": "Do dátumu",
    "Loss Profit Report List": "Zoznam správ o zisku a strate",
    "Discount Amount": "Čiastka zľavy",
    "Sale Date": "Dátum predaja",
    "Purchase Report List": "Zoznam správ o nákupe",
    "Purchase Reports": "Správy o nákupe",
    "Purchase Return Report List": "Zoznam správ o vrátení nákupu",
    "Purchase Return Reports": "Správy o vrátení nákupu",
    "Sales Report List": "Zoznam správ o predaji",
    "Sale Reports": "Správy o predaji",
    "Sale Return Report": "Správa o vrátení predaja",
    "Sale Return Reports": "Správy o vrátení predaja",
    "Sale Return Report List": "Zoznam správ o vrátení predaja",
    "Cost": "Náklady",
    "Stock Value": "Hodnota zásob",
    "Stock Report List": "Zoznam správ o zásobách",
    "Stock Reports": "Správy o zásobách",
    "Total Quantity": "Celkové množstvo",
    "Total Stock Value": "Celková hodnota zásob",
    "Supplier Due Reports": "Správy o dlhu dodávateľov",
    "Supplier Due List": "Zoznam dlhu dodávateľov",
    "Profile Edit": "Úprava profilu",
    "Parties": "Strany",
    "Sales List": "Zoznam predajov",
    "User Title": "Titul používateľa",
    "Enter user title": "Zadajte titul používateľa",
    "Email Address": "Emailová adresa",
    "Edit User Role": "Upraviť rolu používateľa",
    "Add User Role": "Pridať rolu používateľa",
    "Sale return Amount ": "Čiastka vrátenia predaja",
    "Sales Return List": "Zoznam vrátení predaja",
    "Select Customer": "Vyberte zákazníka",
    "Guest": "Hosť",
    "Enter Customer Phone Number": "Zadajte telefónne číslo zákazníka",
    "Type note...": "Zadajte poznámku...",
    "Sales Return": "Vrátenie predaja",
    "Purchases Return": "Vrátenie nákupov",
    "Add Vat": "Pridať DPH",
    "Tax": "Daň",
    "Apply": "Použiť",
    "Select a category": "Vyberte kategóriu",
    "Company And Business Name": "Názov spoločnosti a podnikania",
    "Enter Phone": "Zadajte telefón",
    "Logo": "Logo",
    "Invoice Logo": "Logo faktúry",
    "Purchase Plan": "Plán nákupu",
    "Days": "Dni",
    "Already Subscribed": "Už prihlásené",
    "Buy Now": "Kúp teraz",
    "Create Unit": "Vytvoriť jednotku",
    "Unit Name": "Názov jednotky",
    "Enter Unit Name": "Zadajte názov jednotky",
    "Unit List": "Zoznam jednotiek",
    "Add new Unit": "Pridať novú jednotku",
    "Overall Reports": "Celkové správy",
    "Revenue Statistic": "Štatistika príjmov",
    "Today Sales": "Dnešný predaj",
    "Change Amount": "Zmena sumy",
    "Vat": "DPH",
    "Save Product": "Uložiť produkt",
    "Product": "Produkt",
    "Category created successfully": "Kategória bola úspešne vytvorená",
    "Category updated successfully": "Kategória bola úspešne aktualizovaná",
    "Category deleted successfully": "Kategória bola úspešne vymazaná",
    "Selected Category deleted successfully": "Vybraná kategória bola úspešne vymazaná",
    "Something went wrong!": "Niečo sa pokazilo!",
    "Brand created cuccessfully": "Značka bola úspešne vytvorená",
    "Brand updated successfully": "Značka bola úspešne aktualizovaná",
    "Brand deleted successfully": "Značka bola úspešne vymazaná",
    "Selected Brands deleted successfully": "Vybrané značky boli úspešne vymazané",
    "Something was wrong.": "Niečo bolo zlé.",
    "Default currency activated successfully": "Predvolená mena bola úspešne aktivovaná",
    "Failed to set default currency. Please try again.": "Nepodarilo sa nastaviť predvolenú menu. Skúste to znova.",
    "Collect Due saved successfully": "Zbieraný dlh bol úspešne uložený",
    "Expense Category saved successfully.": "Kategória nákladov bola úspešne uložená.",
    "Expense Category updated successfully.": "Kategória nákladov bola úspešne aktualizovaná.",
    "Expense Category deleted successfully": "Kategória nákladov bola úspešne vymazaná",
    "Selected item deleted successfully.": "Vybraný položka bola úspešne vymazaná.",
    "Expense saved successfully.": "Náklad bol úspešne uložený.",
    "Expense updated successfully.": "Náklad bol úspešne aktualizovaný.",
    "Expense deleted successfully": "Náklad bol úspešne vymazaný",
    "Selected Items deleted successfully.": "Vybrané položky boli úspešne vymazané.",
    "Income Category saved successfully.": "Kategória príjmov bola úspešne uložená.",
    "Income Category updated successfully.": "Kategória príjmov bola úspešne aktualizovaná.",
    "Income Category deleted successfully": "Kategória príjmov bola úspešne vymazaná",
    "Income saved successfully.": "Príjem bol úspešne uložený.",
    "Income updated successfully.": "Príjem bol úspešne aktualizovaný.",
    "Income deleted successfully": "Príjem bol úspešne vymazaný",
    "Premission denied.": "Povolenie zamietnuté.",
    "Customer created successfully": "Zákazník bol úspešne vytvorený",
    "Supplier created successfully": "Dodávateľ bol úspešne vytvorený",
    "Supplier deleted successfully": "Dodávateľ bol úspešne vymazaný",
    "Customer deleted successfully": "Zákazník bol úspešne vymazaný",
    "Selected parties deleted successfully": "Vybrané strany boli úspešne vymazané",
    "Product saved successfully.": "Produkt bol úspešne uložený.",
    "Data saved successfully.": "Údaje boli úspešne uložené.",
    "Product deleted successfully": "Produkt bol úspešne vymazaný",
    "Selected product deleted successfully": "Vybraný produkt bol úspešne vymazaný",
    "Cart is empty. Add items first!": "Nákupný košík je prázdny. Najprv pridajte položky!",
    "Purchase created successfully.": "Nákup bol úspešne vytvorený.",
    "Somethings went wrong!": "Niečo sa pokazilo!",
    "Purchase updated successfully.": "Nákup bol úspešne aktualizovaný.",
    "Selected purchases deleted successfully.": "Vybrané nákupy boli úspešne vymazané.",
    "Sales created successfully.": "Predaj bol úspešne vytvorený.",
    "You cannot sale in due for a walking customer.": "Nemôžete predávať na úver pre zákazníka na mieste.",
    "Sales updated successfully.": "Predaj bol úspešne aktualizovaný.",
    "Sale deleted successfully.": "Predaj bol úspešne vymazaný.",
    "Selected sales deleted successfully.": "Vybrané predaje boli úspešne vymazané.",
    "Unit saved successfully": "Jednotka bola úspešne uložená",
    "Unit updated successfully": "Jednotka bola úspešne aktualizovaná",
    "Units deleted successfully": "Jednotky boli úspešne vymazané",
    "Unit deleted successfully": "Jednotka bola úspešne vymazaná",
    "Quantity and price updated successfully": "Množstvo a cena boli úspešne aktualizované",
    "Enter valid qty and price": "Zadajte platné množstvo a cenu",
    "Item not found in the cart": "Položka sa v nákupnom košíku nenachádza",
    "The cart does not contain this item": "Nákupný košík túto položku neobsahuje",
    "Item removed from cart": "Položka bola odstránená z nákupného košíka",
    "All cart removed successfully!": "Všetky položky boli úspešne odstránené z nákupného košíka!",
    "Current Password does not match with old password": "Aktuálne heslo sa nezhoduje s predchádzajúcim heslom",
    "Profile updated successfully": "Profil bol úspešne aktualizovaný",
    "Purchase returned successfully.": "Nákup bol úspešne vrátený.",
    "Business General Setting updated successfully": "Všeobecné nastavenia podnikania boli úspešne aktualizované",
    "User role created successfully": "Užívateľská rola bola úspešne vytvorená",
    "User role updated successfully": "Užívateľská rola bola úspešne aktualizovaná",
    "User role deleted successfully": "Užívateľská rola bola úspešne vymazaná",
    "You have no permission to access.": "Nemáte povolenie na prístup.",
    "Sale returned successfully.": "Predaj bol úspešne vrátený.",
    "New subscription order successfully.": "Nová objednávka predplatného bola úspešne vytvorená.",

    "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 "
}