{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Tauler de control",
    "Advertising": "Publicitat",
    "Subscription Reports": "Informes de subscripció",
    "Manage Business": "Gestionar negoci",
    "Categories": "Categories",
    "Business List": "Llista de negocis",
    "Manage Plans": "Gestionar plans",
    "Create Plan": "Crear pla",
    "Staff Management": "Gestió de personal",
    "Create Staff": "Crear personal",
    "Manage Staff": "Gestionar personal",
    "Messages": "Missatges",
    "Manage Messages": "Gestionar missatges",
    "CMS Manage": "Gestionar CMS",
    "Manage Pages": "Gestionar pàgines",
    "Manage FAQs": "Gestionar preguntes freqüents",
    "Terms & Conditions": "Termes i condicions",
    "Privacy & Policy": "Privacitat i política",
    "Testimonials": "Testimonis",
    "Features": "Característiques",
    "Interface": "Interfície",
    "Manage Blogs": "Gestionar blogs",
    "Newsletters": "Butlletins",
    "Roles & Permissions": "Rols i permisos",
    "Roles": "Rols",
    "Permissions": "Permisos",
    "Settings": "Configuració",
    "Currencies": "Monedes",
    "Notifications": "Notificacions",
    "SMS Settings": "Configuració de SMS",
    "Payment Gateway": "Passarel·la de pagament",
    "System Settings": "Configuració del sistema",
    "General Settings": "Configuració general",

    "Banner": "Banner",
    "Add New Banner": "Afegir nou banner",
    "Banner List": "Llista de banners",
    "Status": "Estat",
    "Image": "Imatge",
    "Active": "Actiu",
    "Cancel": "Cancel·lar",
    "Save": "Desar",
    "Edit Banner": "Editar banner",
    "Advertising List": "Llista de publicitat",
    "Create Banner": "Crear banner",
    "SL": "Nº",
    "Create Advertising": "Crear publicitat",
    "Reset": "Restablir",
    "Edit Advertising": "Editar publicitat",
    "Edit": "Editar",
    "Delete": "Eliminar",
    "Shop": "Botiga",
    "Add new Package": "Afegir nou paquet",
    "Shop List": "Llista de botigues",
    "Subscription Plan": "Pla de subscripció",
    "Select Plan Category": "Seleccionar categoria de pla",
    "Package Name": "Nom del paquet",
    "Enter Package Name": "Introduir nom del paquet",
    "Business Category": "Categoria del negoci",
    "Select Business Category": "Seleccionar categoria del negoci",
    "Duration in Days": "Durada en dies",
    "Enter number": "Introduir número",
    "Offer Price": "Preu d'oferta",
    "Enter Plan Price": "Introduir preu del pla",
    "Subscription Price": "Preu de subscripció",
    "Enter Subscription Price": "Introduir preu de subscripció",
    "View": "Veure",
    "Upgrade Plan": "Actualitzar pla",
    "Edit Shop": "Editar botiga",
    "Select Category": "Seleccionar categoria",
    "Shop/Business Name": "Nom de la botiga/negoci",
    "Enter Shop/Business Name": "Introduir nom de la botiga/negoci",
    "Package": "Paquet",
    "Select a package": "Seleccionar un paquet",
    "Name": "Nom",
    "Enter Name": "Introduir nom",
    "Role": "Rol",
    "Select a role": "Seleccionar un rol",
    "Email": "Correu electrònic",
    "Enter Email": "Introduir correu electrònic",
    "Phone": "Telèfon",
    "Enter Phone Number": "Introduir número de telèfon",
    "Password": "Contrasenya",
    "Enter Password": "Introduir contrasenya",
    "Confirm password": "Confirmar contrasenya",
    "Enter Confirm password": "Confirmar la contrasenya",
    "Address": "Adreça",
    "Enter Address": "Introduir adreça",
    "Select Country": "Seleccionar país",
    "Select a Country": "Selecciona un país",
    "Balance": "Saldo",
    "Enter Balance": "Introduir saldo",
    "Search...": "Cerca...",
    "Business Name": "Nom del negoci",
    "Last Enroll": "Última inscripció",
    "Expired Date": "Data de caducitat",
    "Action": "Acció",
    "Select A Plan": "Seleccionar un pla",
    "Select One": "Selecciona un",
    "Price": "Preu",
    "Enter plan price or select a plan": "Introdueix el preu del pla o selecciona un pla",
    "Payment Gateways": "Passarel·les de pagament",
    "Select A payment gateway": "Selecciona una passarel·la de pagament",
    "Notes": "Notes",
    "Enter notes": "Introduir notes",
    "Business View": "Vista del negoci",
    "Created date": "Data de creació",
    "Category": "Categoria",
    "Add new Category": "Afegir nova categoria",
    "View List": "Veure llista",
    "Buisness Name": "Nom del negoci",
    "Enter Description": "Introduir descripció",
    "Description": "Descripció",
    "Edit Business Category": "Editar categoria del negoci",
    "Enter Buisness Description": "Introduir descripció del negoci",
    "Business Categories List": "Llista de categories de negocis",
    "Add New": "Afegir nou",
    "Reports": "Informes",
    "All": "Tots",
    "Active User": "Usuari actiu",
    "Deactive User": "Usuari inactiu",
    "Date": "Data",
    "SL.": "Nº",
    "Invoice": "Factura",
    "Customer Name": "Nom del client",
    "Amount": "Import",
    "View Report": "Veure informe",
    "Download Report": "Descarregar informe",
    "User View": "Vista de l'usuari",
    "Shop Name": "Nom de la botiga",
    "Country": "País",
    "Reason": "Raó",
    "Are You Sure?": "Estàs segur?",
    "You won't be able to revert this!": "No podràs revertir-ho!",
    "Yes, Delete It!": "Sí, esborra-ho!",
    "Add Currency": "Afegir moneda",
    "Code": "Codi",
    "Symbol": "Símbol",
    "Position": "Posició",
    "Inactive": "Inactiu",
    "Make Default": "Fes predeterminat",
    "Edit Currency": "Editar moneda",
    "Currency": "Moneda",

    "Total Businesses": "Total de negocis",
    "Total Expired Businesses": "Total de negocis caducats",
    "Total Plan Subscribes": "Total de subscripcions de plans",
    "Total Business Categories": "Total de categories de negocis",
    "Total Plans": "Total de plans",
    "Total Staffs": "Total de personal",
    "Finance Overview": "Visió general de les finances",

    "Gateway Settings": "Configuració de la passarel·la",
    "Payment Gateway Settings": "Configuració de la passarel·la de pagament",
    "GATEWAY IMAGE": "IMATGE DE LA PASSAREL·LA",
    "GATEWAY NAME": "NOM DE LA PASSAREL·LA",
    "Gateway Charge": "Comissió de la passarel·la",
    "Gateway Currency": "Moneda de la passarel·la",
    "Gateway Mode": "Mode de la passarel·la",
    "Is Manual": "És manual",
    "Yes": "Sí",
    "No": "No",
    "Label": "Etiqueta",
    "Enter label name": "Introduir nom de l'etiqueta",
    "Select Required/Optionl": "Seleccionar obligatori/opcional",
    "Required": "Obligatori",
    "Optional": "Opcional",
    "Add new row": "Afegir nova fila",
    "INSTRUCTIONS": "INSTRUCCIONS",
    "Enter payment instructions here": "Introduir instruccions de pagament aquí",

    "Messages List": "Llista de missatges",
    "Search": "Cerca",
    "Company Name": "Nom de l'empresa",
    "Message": "Missatge",

    "Notifications List": "Llista de notificacions",
    "Today": "Avui",
    "Last 7 Days": "Últims 7 dies",
    "Last 15 Days": "Últims 15 dies",
    "Last Month": "Últim mes",
    "Last Year": "Últim any",
    "Created At": "Creat el",
    "Read At": "Llegit el",
    "Add New Payment Type": "Afegir nou tipus de pagament",
    "Enter Payment Type": "Introduir tipus de pagament",
    "Edit Payment Type": "Editar tipus de pagament",
    "Payment Type": "Tipus de pagament",
    "Add Payment Type": "Afegir tipus de pagament",
    "Per Page- 10": "Per pàgina - 10",
    "Per Page- 25": "Per pàgina - 25",
    "Per Page- 50": "Per pàgina - 50",
    "Per Page- 100": "Per pàgina - 100",
    "Assigned Role": "Rol assignat",
    "Assign Role To User": "Assignar rol a l'usuari",
    "Select User": "Seleccionar usuari",
    "User": "Usuari",
    "Select Role": "Seleccionar rol",
    "Add Subscription Plan": "Afegir pla de subscripció",
    "Package List": "Llista de paquets",
    "Add New Features": "Afegir noves funcions",
    "Enter features": "Introduir funcions",
    "Edit Subscription Plan": "Editar pla de subscripció",
    "Edit Package": "Editar paquet",
    "Enter Duration Days": "Introduir dies de durada",
    "Deactive": "Desactivar",
    "Create Plans": "Crear plans",
    "User Profile": "Perfil d'usuari",
    "Registration Date": "Data de registre",
    "Enter Your Name": "Introduir el teu nom",
    "Enter Your Email": "Introduir el teu correu electrònic",
    "Profile Picture": "Imatge de perfil",
    "Current Password": "Contrasenya actual",
    "Enter Your Current Password": "Introduir la teva contrasenya actual",
    "New Password": "Nova contrasenya",
    "Enter New Password": "Introduir nova contrasenya",
    "Save Changes": "Desar canvis",
    "Add New Role": "Afegir nou rol",
    "Set role permissions": "Establir permisos del rol",
    "Role Name": "Nom del rol",
    "Enter role name": "Introduir nom del rol",
    "Role Permissions": "Permisos del rol",
    "Setup role permissions": "Configuració dels permisos del rol",
    "Select All": "Seleccionar tots",
    "Roles List": "Llista de rols",
    "Add role, if it does not exist": "Afegir rol, si no existeix",
    "Edit Role": "Editar rol",
    "Privacy & Policy Settings": "Configuració de privadesa i política",
    "Update": "Actualitzar",
    "Term & Condition Settings": "Configuració de termes i condicions",
    "Title": "Títol",
    "Enter Title": "Introduir títol",
    "Copy Right": "Dret d'autor",
    "Admin Footer Text": "Text del peu d'administrador",
    "Enter Text": "Introduir text",
    "Admin Footer Link Text": "Text de l'enllaç del peu d'administrador",
    "Admin Footer Link": "Enllaç del peu d'administrador",
    "Enter Link": "Introduir enllaç",
    "Main Header Logo": "Logotip del capçalera principal",
    "Common Header Logo": "Logotip comú del capçalera",
    "Footer Logo": "Logotip del peu",
    "Admin Logo": "Logotip de l'administrador",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "No utilitzeu cap tipus d'espai als camps d'entrada",

    "App": "App",
    "Drivers": "Conductors",
    "Storage Settings": "Configuració d'emmagatzematge",
    "Mail Configuration": "Configuració de correu",
    "Others": "Altres",
    "APP_NAME": "NOM_APP",
    "APP_KEY": "CLAU_APP",
    "APP_DEBUG": "DEPURACIÓ_APP",
    "APP_URL": "URL_APP",
    "QUEUE_MAIL": "CORREU_DE_CUA",
    "MAIL_DRIVER_TYPE": "TIPUS_CONTROLADOR_CORREU",
    "MAIL DRIVER": "CONTROLADOR_CORREU",
    "MAIL_HOST": "HOST_CORREU",
    "MAIL_PORT": "PORT_CORREU",
    "MAIL_USERNAME": "USUARI_CORREU",
    "MAIL_PASSWORD": "CONTRASENYA_CORREU",
    "MAIL_ENCRYPTION": "ENCRYPTACIÓ_CORREU",
    "MAIL_FROM_ADDRESS": "ADREÇA_DE_DE",
    "MAIL_FROM_NAME": "NOM_DE_DE",
    "QUEUE COMMAND Path": "Camí COMANDA_CUA",
    "CACHE_DRIVER": "CONTROLADOR_CASSA",
    "Recommended": "Recomanat",
    "QUEUE_CONNECTION": "CONNEXIÓ_CUA",
    "SESSION_DRIVER": "CONTROLADOR_SESSIÓ",
    "SESSION_LIFETIME": "TEMPORITZACIÓ_SESSIÓ",
    "REDIS_PORT": "PORT_REDIS",
    "REDIS_URL": "URL_REDIS",
    "REDIS_PASSWORD": "CONTRASENYA_REDIS",
    "AWS S3 Storage Bucket": "Cistella d'emmagatzematge AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Ompliu aquestes credencials si voleu utilitzar la cistella d'emmagatzematge AWS S3",
    "Wasabi Storage Bucket": "Cistella d'emmagatzematge Wasabi",
    "public (uploads folder)": "públic (carpeta d'uploads)",
    "AWS_ACCESS_KEY_ID": "ID_CLAVE_D'ACCÉS_AWS",
    "AWS_SECRET_ACCESS_KEY": "CLAU_D'ACCÉS_SECRET_AWS",
    "AWS_DEFAULT_REGION": "REGIÓ_PER_DEFECTE_AWS",
    "AWS_BUCKET": "CISTELLA_AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Ompliu aquestes credencials si voleu utilitzar la cistella d'emmagatzematge Wasabi",
    "WAS_ACCESS_KEY_ID": "ID_CLAVE_D'ACCÉS_WAS",
    "WAS_SECRET_ACCESS_KEY": "CLAU_D'ACCÉS_SECRET_WAS",
    "WAS_DEFAULT_REGION": "REGIÓ_PER_DEFECTE_WAS",
    "WAS_BUCKET": "CISTELLA_WAS",
    "WAS_ENDPOINT": "PUNT_FINAL_WAS",
    "CACHE_LIFETIME": "TEMPORITZACIÓ_CASSA",
    "Paid": "Pagat",
    "Reject": "Rebutjar",
    "Why are you reject It?": "Per què ho rebutges?",
    "Enter Reason": "Introduïu la raó",
    "Confirm": "Confirmar",
    "Subscriptions List": "Llista de subscripcions",
    "Started": "Iniciat",
    "End": "Fi",
    "Gateway Method": "Mètode de passarel·la",
    "Are you sure?": "Estàs segur?",
    "Add New Testimonial": "Afegir nou testimoni",
    "Client Name": "Nom del client",
    "Enter Client Name": "Introduïu el nom del client",
    "Stars": "Estrelles",
    "Works At": "Treballa a",
    "Client Image": "Imatge del client",
    "Review": "Reseña",
    "Enter text": "Introduïu text",
    "Enter review message here": "Introduïu el missatge de la ressenya aquí",
    "Edit Testimonial": "Editar testimoni",
    "Testimonials List": "Llista de testimonis",
    "Create New": "Crear nou",
    "Add New Staff": "Afegir nou personal",
    "Full Name": "Nom complet",
    "Enter Email Address": "Introduïu l'adreça de correu electrònic",
    "Edit Staff": "Editar personal",
    "Staff List": "Llista de personal",
    "User Email": "Correu electrònic de l'usuari",
    "User Role": "Rol de l'usuari",
    "Comments": "Comentaris",
    "Comment List": "Llista de comentaris",
    "Create Blog": "Crear blog",
    "Blog List": "Llista de blogs",
    "Select a status": "Seleccioneu un estat",
    "Tags": "Etiquetes",
    "Enter tags name": "Introduïu el nom de les etiquetes",
    "SEO Meta Tags": "Etiquetes meta SEO",
    "Meta Title": "Títol meta",
    "Meta Description": "Descripció meta",
    "Enter meta Description": "Introduïu la descripció meta",
    "Comment": "Comentari",
    "Edit Blog": "Editar blog",
    "Blogs": "Blogs",
    "Create Faqs": "Crear FAQs",
    "Add New FAQs": "Afegir noves FAQs",
    "Question": "Pregunta",
    "InActive": "Inactiu",
    "Answer": "Resposta",
    "Enter question answer here": "Introduïu la resposta a la pregunta aquí",
    "Edit Faqs": "Editar FAQs",
    "FAQS List": "Llista de FAQS",
    "View Details": "Veure Detalls",
    "Create Feature": "Crea Funcionalitat",
    "Add New Feature": "Afegeix Nova Funcionalitat",
    "Backgroud Color": "Color de Fons",
    "Enter Color": "Introdueix Color",
    "Edit Feature": "Edita Funcionalitat",
    "Features List": "Llista de Funcionalitats",
    "Create Interfaces": "Crea Interfaces",
    "Add New Interface": "Afegeix Nova Interface",
    "Edit Interface": "Edita Interface",
    "Interfaces List": "Llista d'Interfaces",
    "Newsletters List": "Llista de Butlletins",
    "Page for Updating Website Sections": "Pàgina per Actualitzar Seccions del Lloc Web",
    "Slider Section": "Secció de Controlador",
    "Header Section": "Secció d'Encapçalament",
    "Feature Section": "Secció de Funcionalitats",
    "Interface Section": "Secció d'Interfaces",
    "Watch Section": "Secció de Rellotges",
    "Testimonial Section": "Secció de Testimonis",
    "Blog Section": "Secció de Blog",
    "About us Page": "Pàgina Sobre Nosaltres",
    "Terms And Conditions": "Termes i Condicions",
    "Privacy Page": "Pàgina de Privacitat",
    "Contuct us Page": "Pàgina de Contacte",
    "Pricing Section": "Secció de Preus",
    "Footer Section": "Secció de Peu de Pàgina",
    "Social Medias": "Xarxes Socials",
    "Button One": "Botó Un",
    "Button Text": "Text del Botó",
    "Button One Link": "Enllaç del Botó Un",
    "Button Two": "Botó Dos",
    "Button Two Link": "Enllaç del Botó Dos",
    "Scanner Text": "Text de l'Escàner",
    "Scanner Image": "Imatge de l'Escàner",
    "Slider Image": "Imatge del Controlador",
    "Header Button Text": "Text del Botó d'Encapçalament",
    "Header Button Link": "Enllaç del Botó d'Encapçalament",
    "Enter Header link": "Introdueix l'enllaç d'Encapçalament",
    "Section Title": "Títol de Secció",
    "Enter Section Title": "Introdueix el Títol de Secció",
    "Interface Title": "Títol d'Interface",
    "Watch Title": "Títol de Rellotge",
    "Button Link": "Enllaç del Botó",
    "Watch Image": "Imatge de Rellotge",
    "Blog Title": "Títol de Blog",
    "Read More Button Text": "Text del Botó Llegir Més",
    "View All Button Text": "Text del Botó Veure Tots",
    "View All Link": "Enllaç Veure Tots",
    "Testimonial Title": "Títol de Testimoni",
    "Enter Short Title": "Introdueix Títol Curt",
    "Long Title": "Títol Llarg",
    "About Image": "Imatge Sobre",
    "Description One": "Descripció Un",
    "Description Two": "Descripció Dos",
    "Option": "Opció",
    "Icon": "Icona",
    "Plan Button Url": "URL del Botó de Pla",
    "Short Title": "Títol Curt",
    "Right Footer Title": "Títol del Peu de Pàgina Dret",
    "Middle Footer Title": "Títol del Peu de Pàgina Central",
    "Apple App Link": "Enllaç de l'App d'Apple",
    "Apple App": "App d'Apple",
    "Google Play Link": "Enllaç de Google Play",
    "Google Play App": "App de Google Play",
    "Right Footer": "Peu de Pàgina Dret",
    "Link": "Enllaç",
    "Middle Footer": "Peu de Pàgina Central",
    "Left Footer": "Peu de Pàgina Esquerre",
    "Footer Socials": "Xarxes Socials del Peu de Pàgina",
    "Forgot Password": "Has oblidat la contrasenya",
    "Enter the email address associated with your account": "Introdueix l'adreça de correu electrònic associada al teu compte",
    "Enter your Email": "Introdueix el teu correu electrònic",
    "Continue": "Continua",
    "Back to Login": "Torna a Iniciar Sessió",
    "Login": "Iniciar Sessió",
    "Welcome to": "Benvingut a",
    "Welcome back, Please login in to your account": "Benvingut de nou, si us plau inicia sessió al teu compte",
    "Remember me": "Recorda'm",
    "Forgot Password?": "Has oblidat la contrasenya?",
    "Super Admin": "Super Admin",
    "Admin": "Admin",
    "Manager": "Gerent",
    "Reset Password": "Restableix la contrasenya",
    "Change Password": "Canvia la contrasenya",
    "Create new password, it must be Strong password.": "Crea una nova contrasenya, ha de ser una contrasenya forta.",
    "Confirm Password": "Confirma la contrasenya",
    "You Have": "Tens",
    "new Notifications": "noves notificacions",
    "Mark all Read": "Marca totes com a llegides",
    "View all notifications": "Veure totes les notificacions",
    "Clear cache": "Neteja la memòria cau",
    "My Profile": "El Meu Perfil",
    "Logout": "Tanca sessió",
    "About Us": "Sobre Nosaltres",
    "Home": "Inici",
    "Pricing": "Preus",
    "Pages": "Pàgines",
    "Blog": "Blog",
    "Privacy Policy": "Política de Privacitat",
    "Contact Us": "Contacta'ns",
    "You are having this email because you have requested for a password reset.": "Rebs aquest correu electrònic perquè has sol·licitat un restabliment de contrasenya.",
    "Your verification code is:": "El teu codi de verificació és:",
    "This password reset code will expire in 60 minutes.": "Aquest codi de restabliment de contrasenya caducarà en 60 minuts.",
    "If you did not request a password reset, no further action is required.": "Si no has sol·licitat un restabliment de contrasenya, no cal que facis cap altra acció.",
    "Regards": "Atentament",
    "All right reserved": "Tots els drets reservats",
    "Hi": "Hola",
    "Dear": "Estimad@",
    "Your OTP code is": "el teu codi OTP és",
    "Please do not share this PIN with anyone": "Si us plau, no comparteixis aquest PIN amb ningú",
    "Best Regards": "Millors salutacions",
    "Gateway Name": "Nom del passadís",
    "Subscription Name": "Nom de la subscripció",
    "Payable Amount": "Quantitat a pagar",
    "Phone Number": "Número de telèfon",
    "Enter your phone number": "Introdueix el teu número de telèfon",
    "Pay Now": "Paga ara",
    "Next": "Següent",
    "Previous": "Anterior",
    "Free": "Gratuït",
    "Features Of Free Plan": "Funcions del pla gratuït",
    "Choose Plan": "Tria un pla",
    "Blog Details": "Detalls del blog",
    "Leave a Comment Here": "Deixa un comentari aquí",
    "Your email address will not be published": "La teva adreça de correu electrònic no es publicarà",
    "Enter your name": "Introdueix el teu nom",
    "Enter your email": "Introdueix el teu correu electrònic",
    "Enter your comment": "Introdueix el teu comentari",
    "Recent Posts": "Publicacions recents",
    "Create a Free Account": "Crea un compte gratuït",
    "Enter full name": "Introdueix el nom complet",
    "Enter phone number": "Introdueix el número de telèfon",
    "Enter email address": "Introdueix l'adreça de correu electrònic",
    "Company": "Empresa",
    "Enter company name": "Introdueix el nom de l'empresa",
    "Enter your message": "Introdueix el teu missatge",
    "Pricing Plan": "Pla de preus",
    "Subscription Plans": "Plans de subscripció",

    "Plan List": "Llista de plans",
    "Work At": "Treballar a",
    "Show- 10": "Mostrar- 10",
    "Show- 25": "Mostrar- 25",
    "Show- 50": "Mostrar- 50",
    "Show- 100": "Mostrar- 100",
    "Duration": "Durada",
    "Select": "Selecciona",
    "Currency List": "Llista de monedes",
    "Default": "Per defecte",
    "Country Name": "Nom del país",
    "View Website": "Veure el lloc web",
    "Contact Messages": "Missatges de contacte",

    "Total Shop": "Total de botigues",
    "Expired Businesses": "Empreses caducades",
    "Plan Subscribes": "Subscripcions de plans",
    "Total Categories": "Total de categories",
    "Recent Register": "Registre recent",
    "Date & Time": "Data i hora",
    "View All": "Veure tot",
    "Add new Business": "Afegir nova empresa",
    "Enter Company Name": "Introdueix el nom de l'empresa",
    "Edit Business": "Editar empresa",
    "Create Business": "Crear empresa",
    "Enter Buisness Name": "Introdueix el nom de l'empresa",
    "Note: Enter embedded video link": "Nota: Introdueix l'enllaç de vídeo incrustat",
    "Enter title": "Introdueix el títol",
    "Enter Code": "Introdueix el codi",
    "Enter Symbol": "Introdueix el símbol",
    "Select a position": "Selecciona una posició",
    "left": "esquerra",
    "right": "dreta",
    "TIMEZONE": "ZONA HORÀRIA",
    "Note :": "Nota :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Si estàs utilitzant MAIL QUEUE després de canviar la configuració del correu, has de reiniciar el teu supervisor des del servidor.",
    "QUEUE COMMAND Path :": "CAMÍ DEL COMANDAMENT DE LA COIXINET :",
    "QUEUE COMMAND :": "COMANDAMENT DE LA COIXINET :",
    "Storage Method": "Mètode d'emmagatzematge",

    "Brand List": "Llista de marques",
    "Add new Brand": "Afegir nova marca",
    "items show": "mostrar articles",
    "Brand Name": "Nom de la marca",
    "Create Brand": "Crear marca",
    "Enter Brand Name": "Introduïu el nom de la marca",
    "Edit Brand": "Editar marca",
    "Add New Category": "Afegir nova categoria",
    "Enter Category Name": "Introduïu el nom de la categoria",
    "Select Variations": "Selecciona les variacions",
    "Capacity": "Capacitat",
    "Color": "Color",
    "Size": "Mida",
    "Type": "Tipus",
    "Weight": "Pes",
    "Edit Category": "Editar categoria",
    "Category List": "Llista de categories",
    "You want to delete everything!": "Vols eliminar-ho tot!",
    "Total Sales": "Vendes totals",
    "Total Purchase": "Compra total",
    "Total Income": "Ingressos totals",
    "This Month": "Aquest mes",
    "Total Expense": "Despeses totals",
    "Total Customer": "Client total",
    "Total Supplier": "Proveïdor total",
    "Sales Returns": "Retorns de vendes",
    "Purchase Returns": "Retorns de compra",
    "Low Stock": "Estoc baix",
    "Alert Qty": "Quantitat d'alerta",
    "Profit": "Benefici",
    "Loss": "Pèrdua",
    "Purchase": "Compra",
    "Sales": "Vendes",
    "Income": "Ingressos",
    "Expense": "Despeses",
    "Recent Sales": "Vendes recents",
    "Recent Purchase": "Compra recent",
    "Customer": "Client",
    "Total": "Total",
    "Due": "Deute",
    "Collect Due": "Recollir deute",
    "Select Invoice": "Selecciona la factura",
    "Select an Invoice": "Selecciona una factura",
    "Total Amount": "Import total",
    "Paid Amount": "Import pagat",
    "Due Amount": "Import pendent",
    "Select one": "Selecciona un",
    "Cash": "Efectiu",
    "Card": "Targeta",
    "Check": "Xec",
    "Mobile Pay": "Pagament mòbil",
    "Due List": "Llista de deutes",
    "Mobile": "Mòbil",
    "Sale": "Venda",
    "Bill To": "Factura a",
    "Collected By": "Recollit per",
    "Total Due": "Deute total",
    "Payment Amount": "Import del pagament",
    "Remaining Due": "Deute restant",
    "Powered By": "Desenvolupat per",
    "Create Expense Catgeory": "Crear categoria de despesa",
    "Catgeory Name": "Nom de la categoria",
    "Enter catgeory Name": "Introduïu el nom de la categoria",
    "Edit Expense Category": "Editar categoria de despesa",
    "Expense Category List": "Llista de categories de despeses",
    "Add new": "Afegir nou",
    "Category Name": "Nom de la categoria",
    "Create Expense": "Crear despesa",
    "Enter Amount": "Introduïu l'import",
    "Select A Category": "Selecciona una categoria",
    "Expense For": "Despesa per",
    "Enter Expense For": "Introduïu despesa per",
    "Select a payment type": "Selecciona un tipus de pagament",
    "Bank": "Banc",
    "Mobile Payment": "Pagament mòbil",
    "Reference Number": "Número de referència",
    "Enter reference number": "Introduïu el número de referència",
    "Expense Date": "Data de la despesa",
    "Note": "Nota",
    "Enter note": "Introduïu nota",
    "Edit Expense": "Editar despesa",
    "Expense List": "Llista de despeses",
    "Expesne For": "Despesa per",
    "Create Income Catgeory": "Crear categoria d'ingressos",
    "Enter catgeory name": "Introduïu el nom de la categoria",
    "Edit Income Category": "Editar categoria d'ingressos",
    "Income Category List": "Llista de categories d'ingressos",
    "Create Income": "Crear ingrés",
    "Enter amount": "Introduïu l'import",
    "Enter income for": "Introduïu ingressos per",
    "Income Date": "Data d'ingrés",
    "Edit Income": "Editar ingrés",
    "Income List": "Llista d'ingressos",
    "Sale New": "Nova venda",
    "Sale List": "Llista de vendes",
    "Sale Return": "Retorn de venda",
    "Purchases": "Comandes",
    "Purchase New": "Nova compra",
    "Purchase List": "Llista de compres",
    "Purchase Return": "Retorn de compra",
    "Products": "Productes",
    "All Product": "Tots els productes",
    "Add Product": "Afegir producte",
    "Brand": "Marca",
    "Unit": "Unitat",
    "Stock List": "Llista d'estoc",
    "Customers": "Clients",
    "All Customers": "Tots els clients",
    "Add Customer": "Afegir client",
    "Suppliers": "Proveïdors",
    "All Suppliers": "Tots els proveïdors",
    "Add Supplier": "Afegir proveïdor",
    "Income Category": "Categoria d'ingressos",
    "Expense Category": "Categoria de despeses",
    "Subscriptions": "Subscriptors",
    "Profit & Loss List": "Llista de beneficis i pèrdues",
    "All Income": "Tots els ingressos",
    "All Expense": "Totes les despeses",
    "Current Stock": "Estoc actual",
    "Customer Due": "Deute del client",
    "Supplier Due": "Deute del proveïdor",
    "Loss & Profit": "Pèrdua i benefici",
    "Loss/Profit": "Pèrdua/Benefici",
    "Unpaid": "Impagats",
    "Loss Profit": "Pèrdua de benefici",
    "Loss Profit List": "Llista de pèrdues de benefici",
    "Product List": "Llista de productes",
    "Create Party": "Crear partit",
    "List": "Llista",
    "Party Type": "Tipus de partit",
    "Retailer": "Minorista",
    "Dealer": "Distribuïdor",
    "Wholesaler": "Majorista",
    "Supplier": "Proveïdor",
    "Enter Due": "Introduïu el deute",
    "Edit Party": "Editar partit",
    "Edit ": "Editar ",
    " List": " Llista",
    "Parties List": "Llista de parts",
    "Add new ": "Afegir nou ",
    "Create Product": "Crear producte",
    "Add new Product": "Afegir nou producte",
    "Product Name": "Nom del producte",
    "Enter Product Name": "Introduïu el nom del producte",
    "Product Category": "Categoria de producte",
    "Product Unit": "Unitat de producte",
    "Product Code": "Codi del producte",
    "Enter Product Code": "Introduïu el codi del producte",
    "Stock": "Estoc",
    "Enter stock qty": "Introduïu la quantitat d'estoc",
    "Purchase Price": "Preu de compra",
    "Enter purchase price": "Introduïu el preu de compra",
    "Sale Price": "Preu de venda",
    "Enter sale price": "Introduïu el preu de venda",
    "Wholesale Price": "Preu al per major",
    "Enter wholesale price": "Introduïu el preu al per major",
    "Dealer Price": "Preu de distribuidor",
    "Enter dealer price": "Introduïu el preu de distribuidor",
    "Manufacturer": "Fabricant",
    "Enter manufacturer name": "Introduïu el nom del fabricant",
    "Edit Product": "Editar producte",
    "Product Brand": "Marca del producte",
    "Purchase price": "Preu de compra",
    "Sale price": "Preu de venda",
    "Pos Sale": "Venda POS",
    "Invoice no": "Número de factura",
    "Invoice No": "Número de factura",
    "Items": "Articles",
    "Qty": "Quantitat",
    "Sub Total": "Sub total",
    "Purchase return Amount ": "Import devolució compra",
    "Confirm Return": "Confirmar devolució",
    "Purchase Return List": "Llista devolució compra",
    "Return Date": "Data devolució",
    "Return Amount": "Import devolució",
    "Return Qty": "Quantitat devolució",
    "Brand list": "Llista marques",
    "0": "0",
    "Quick Action": "Acció ràpida",
    "Today Purchase": "Compra d'avui",
    "Calculator": "Calculadora",
    "Select Supplier": "Seleccionar proveïdor",
    "Receive Amount": "Import rebut",
    "Search product...": "Cercar producte...",
    "Due: ": "Deute: ",
    "Party Name": "Nom de la part",
    "Discount": "Descompte",
    "Payment": "Pagament",
    "INVOICE": "FACTURA",
    "Sells By": "Venut per",
    "Quantity": "Quantitat",
    "Unit Price": "Preu unitari",
    "Total Price": "Preu total",
    "Item": "Article",
    "Paid by": "Pagat per",
    "Subtotal": "Subtotal",
    "Customer Signature": "Signatura client",
    "Authorized Signature": "Signatura autoritzada",
    "Add Items": "Afegir articles",
    "Enter Quantity": "Introduir quantitat",
    "Enter Purchase Price": "Introduir preu de compra",
    "Sales Price": "Preu de venda",
    "Enter Sales Price": "Introduir preu de venda",
    "WholeSale Price": "Preu majorista",
    "Enter WholeSale Price": "Introduir preu majorista",
    "Enter Dealer Price": "Introduir preu distribuïdor",
    "Customer Due Reports": "Informes deute client",
    "Customer Due List": "Llista deute client",
    "Expense Reports": "Informes despeses",
    "Expense Report List": "Llista informes despeses",
    "Income For": "Ingressos per",
    "Income Reports": "Informes ingressos",
    "Income Report List": "Llista informes ingressos",
    "Loss Profit Reports": "Informes pèrdues i guanys",
    "From Date": "Des de la data",
    "To Date": "Fins a la data",
    "Loss Profit Report List": "Llista informes pèrdues i guanys",
    "Discount Amount": "Import descompte",
    "Sale Date": "Data venda",
    "Purchase Report List": "Llista informes compra",
    "Purchase Reports": "Informes compra",
    "Purchase Return Report List": "Llista informes devolució compra",
    "Purchase Return Reports": "Informes devolució compra",
    "Sales Report List": "Llista informes venda",
    "Sale Reports": "Informes venda",
    "Sale Return Report": "Informe devolució venda",
    "Sale Return Reports": "Informes devolució venda",
    "Sale Return Report List": "Llista informes devolució venda",
    "Cost": "Cost",
    "Stock Value": "Valor estoc",
    "Stock Report List": "Llista informes estoc",
    "Stock Reports": "Informes estoc",
    "Total Quantity": "Quantitat total",
    "Total Stock Value": "Valor total estoc",
    "Supplier Due Reports": "Informes deute proveïdor",
    "Supplier Due List": "Llista deute proveïdor",
    "Profile Edit": "Editar perfil",
    "Parties": "Parts",
    "Sales List": "Llista vendes",
    "User Title": "Títol d'usuari",
    "Enter user title": "Introduir títol d'usuari",
    "Email Address": "Adreça de correu electrònic",
    "Edit User Role": "Editar rol d'usuari",
    "Add User Role": "Afegir rol d'usuari",
    "Sale return Amount ": "Import devolució venda",
    "Sales Return List": "Llista devolució venda",
    "Select Customer": "Seleccionar client",
    "Guest": "Convidat",
    "Enter Customer Phone Number": "Introduir número de telèfon client",
    "Type note...": "Escriu una nota...",
    "Sales Return": "Devolució venda",
    "Purchases Return": "Devolució compres",
    "Add Vat": "Afegir IVA",
    "Tax": "Impost",
    "Apply": "Aplicar",
    "Select a category": "Seleccionar una categoria",
    "Company And Business Name": "Nom de l'empresa i negoci",
    "Enter Phone": "Introduir telèfon",
    "Logo": "Logotip",
    "Invoice Logo": "Logotip de la factura",
    "Purchase Plan": "Pla de compra",
    "Days": "Dies",
    "Already Subscribed": "Ja subscrit",
    "Buy Now": "Comprar ara",
    "Create Unit": "Crear unitat",
    "Unit Name": "Nom de la unitat",
    "Enter Unit Name": "Introduir nom de la unitat",
    "Unit List": "Llista unitats",
    "Add new Unit": "Afegir nova unitat",
    "Overall Reports": "Informes generals",
    "Revenue Statistic": "Estadística d'ingressos",
    "Today Sales": "Vendes d'avui",
    "Change Amount": "Quantitat de canvi",
    "Vat": "IVA",
    "Save Product": "Desa el producte",
    "Product": "Producte",
    "Category created successfully": "Categoria creada amb èxit",
    "Category updated successfully": "Categoria actualitzada amb èxit",
    "Category deleted successfully": "Categoria eliminada amb èxit",
    "Selected Category deleted successfully": "Categoria seleccionada eliminada amb èxit",
    "Something went wrong!": "Alguna cosa ha anat malament!",
    "Brand created successfully": "Marca creada amb èxit",
    "Brand updated successfully": "Marca actualitzada amb èxit",
    "Brand deleted successfully": "Marca eliminada amb èxit",
    "Selected Brands deleted successfully": "Marques seleccionades eliminades amb èxit",
    "Something was wrong.": "Alguna cosa va fallar.",
    "Default currency activated successfully": "Moneda per defecte activada amb èxit",
    "Failed to set default currency. Please try again.": "No s'ha pogut establir la moneda per defecte. Si us plau, proveu-ho de nou.",
    "Collect Due saved successfully": "Deute recollit desat amb èxit",
    "Expense Category saved successfully.": "Categoria de despesa desada amb èxit.",
    "Expense Category updated successfully.": "Categoria de despesa actualitzada amb èxit.",
    "Expense Category deleted successfully": "Categoria de despesa eliminada amb èxit",
    "Selected item deleted successfully.": "Article seleccionat eliminat amb èxit.",
    "Expense saved successfully.": "Despesa desada amb èxit.",
    "Expense updated successfully.": "Despesa actualitzada amb èxit.",
    "Expense deleted successfully": "Despesa eliminada amb èxit",
    "Selected Items deleted successfully.": "Articles seleccionats eliminats amb èxit.",
    "Income Category saved successfully.": "Categoria d'ingressos desada amb èxit.",
    "Income Category updated successfully.": "Categoria d'ingressos actualitzada amb èxit.",
    "Income Category deleted successfully": "Categoria d'ingressos eliminada amb èxit",
    "Income saved successfully.": "Ingressos desats amb èxit.",
    "Income updated successfully.": "Ingressos actualitzats amb èxit.",
    "Income deleted successfully": "Ingressos eliminats amb èxit",
    "Premission denied.": "Permís denegat.",
    "Customer created successfully": "Client creat amb èxit",
    "Supplier created successfully": "Proveïdor creat amb èxit",
    "Supplier deleted successfully": "Proveïdor eliminat amb èxit",
    "Customer deleted successfully": "Client eliminat amb èxit",
    "Selected parties deleted successfully": "Parts seleccionades eliminades amb èxit",
    "Product saved successfully.": "Producte desat amb èxit.",
    "Data saved successfully.": "Dades desades amb èxit.",
    "Product deleted successfully": "Producte eliminat amb èxit",
    "Selected product deleted successfully": "Producte seleccionat eliminat amb èxit",
    "Cart is empty. Add items first!": "El carret està buit. Afegiu articles primer!",
    "Purchase created successfully.": "Compra creada amb èxit.",
    "Somethings went wrong!": "Alguna cosa ha anat malament!",
    "Purchase updated successfully.": "Compra actualitzada amb èxit.",
    "Selected purchases deleted successfully.": "Compras seleccionades eliminades amb èxit.",
    "Sales created successfully.": "Vendes creades amb èxit.",
    "You cannot sale in due for a walking customer.": "No pots vendre a crèdit a un client caminant.",
    "Sales updated successfully.": "Vendes actualitzades amb èxit.",
    "Sale deleted successfully.": "Venda eliminada amb èxit.",
    "Selected sales deleted successfully.": "Vendes seleccionades eliminades amb èxit.",
    "Unit saved successfully": "Unitat desada amb èxit",
    "Unit updated successfully": "Unitat actualitzada amb èxit",
    "Units deleted successfully": "Unitats eliminades amb èxit",
    "Unit deleted successfully": "Unitat eliminada amb èxit",
    "Quantity and price updated successfully": "Quantitat i preu actualitzats amb èxit",
    "Enter valid qty and price": "Introdueix quantitat i preu vàlids",
    "Item not found in the cart": "Article no trobat al carret",
    "The cart does not contain this item": "El carret no conté aquest article",
    "Item removed from cart": "Article eliminat del carret",
    "All cart removed successfully!": "Tot el carret eliminat amb èxit!",
    "Current Password does not match with old password": "La contrasenya actual no coincideix amb la contrasenya antiga",
    "Profile updated successfully": "Perfil actualitzat amb èxit",
    "Purchase returned successfully.": "Compra retornada amb èxit.",
    "Business General Setting updated successfully": "Configuració general del negoci actualitzada amb èxit",
    "User role created successfully": "Rol d'usuari creat amb èxit",
    "User role updated successfully": "Rol d'usuari actualitzat amb èxit",
    "User role deleted successfully": "Rol d'usuari eliminat amb èxit",
    "You have no permission to access.": "No tens permís per accedir.",
    "Sale returned successfully.": "Venda retornada amb èxit.",
    "New subscription order successfully.": "Nou ordre de subscripció creat amb èxit.",

    "Branch": "Oficina",
    "Warehouse": "Magatzem",
    "Overview": "Visió general",
    "Branch List": "Llista d'oficines",
    "Role & permissions": "Rol i permisos",
    "Warehouses List": "Llista de magatzems",
    "Stock Qty": "Quantitat en estoc",
    "Create Warehouse": "Crear magatzem",
    "Enter phone": "Introduïu el telèfon",
    "Enter email": "Introduïu el correu electrònic",
    "Enter address": "Introduïu l'adreça",
    "Enter name": "Introduïu el nom",
    "Edit Warehouse": "Editar magatzem",
    "Select Branch": "Seleccionar oficina",
    "Rack": "Estanteria",
    "Shelf": "Taulell",
    "Statement": "Declaració",
    "Expire Product": "Producte caducat",
    "Branch Wise Sales": "Vendes per oficina",
    "Branch Wise Purchases": "Compres per oficina",
    "Employee Overview": "Visió general dels empleats",
    "Staffs": "Personal",
    "Add new Branch": "Afegir nova oficina",
    "Create Branch": "Crear oficina",
    "Opening Balance": "Saldo inicial",
    "Enter balance": "Introduïu el saldo",
    "Enter description": "Introduïu la descripció",
    "Edit Branch": "Editar oficina",
    "Example": "Exemple",
    "Acnoo": "Acnoo",
    "in this example": "en aquest exemple",
    "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.": "Anteriorment, no teníeu una secció d'oficines. Per tant, quan creeu la vostra primera oficina, una altra oficina es crearà automàticament utilitzant el nom de la vostra empresa/negoci.",
    "when you create your first branch, another branch will automatically be created with the name": "quan creeu la vostra primera oficina, una altra oficina es crearà automàticament amb el nom",
    "If your company/business name is": "Si el nom de la vostra empresa/negoci és",
    "All your previous data will be assigned to the automatically created branch": "Tots els vostres dades anteriors s'assignaran a l'oficina creada automàticament",
    "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.": "No podeu suprimir l'oficina creada automàticament. Això és perquè, si s'elimina una oficina, es treu de cada secció, fent impossible filtrar les dades de l'oficina. Per tant, l'oficina creada automàticament no es pot suprimir.",
    "Role & Permission": "Rol i permís",
    "Add Role": "Afegir rol",
    "Selected role deleted successfully": "Rol seleccionat suprimido amb èxit",
    "Branch saved successfully.": "Oficina desada amb èxit.",
    "Branch updated successfully.": "Oficina actualitzada amb èxit.",
    "Selected branch deleted successfully": "Oficina seleccionada suprimida amb èxit",
    "Branch deleted successfully": "Oficina suprimida amb èxit",
    "Warehouse saved successfully.": "Magatzem desat amb èxit.",
    "Warehouse updated successfully.": "Magatzem actualitzat amb èxit.",
    "Warehouse deleted successfully": "Magatzem suprimit amb èxit",
    "Selected items deleted successfully.": "Elements seleccionats suprimits amb èxit.",
    "My Domains": "Els meus dominis",
    "Domain List": "Llista de dominis",
    "Domains": "Dominis",
    "Domain Name": "Nom de domini",
    "Is Verified": "Està verificat",
    "Has SSL": "Té SSL",
    "Added on": "Afegit el",
    "Add New Domain": "Afegir nou domini",
    "Domain Type": "Tipus de domini",
    "Addon Domain": "Domini addicional",
    "Subdomain": "Subdomini",
    "Enter your domain name": "Introduïu el vostre nom de domini",
    "row selected": "fila seleccionada",
    "A new sub domain has been added.": "S'ha afegit un nou subdomini.",
    "A new domain has been added.": "S'ha afegit un nou domini.",
    "Domain deleted successfully": "Domini suprimit amb èxit",
    "Domains deleted successfully": "Dominis suprimits amb èxit",
    "Domains List": "Llista de dominis",
    "Get instruction": "Obtenir instruccions",
    "Accept": "Acceptar",
    "Pending": "Pendent",
    "Why are you reject it?": "Per què ho rebutgeu?",
    "Enter reason...": "Introduïu el motiu...",
    "Submit": "Enviar",
    "Instructions": "Instruccions",
    "cPanel Domain Setup Instructions": "Instruccions de configuració de domini cPanel",
    "Login to your": "Inicieu sessió al vostre",
    "cPanel": "cPanel",
    "account": "compte",
    "Go to": "Vés a",
    "Domains → Addon Domains": "Dominis → Dominis addicionals",
    "Enter your new domain": "Introduïu el vostre nou domini",
    "Leave the auto-generated subdirectory and FTP as default": "Deixeu la subdirectori i FTP generats automàticament com a predeterminats",
    "Click": "Feu clic",
    "Add Domain": "Afegir domini",
    "Update your domain’s DNS to point to your cPanel nameservers": "Actualitzeu el DNS del vostre domini per apuntar als vostres servidors de noms cPanel",
    "Tip": "Consell",
    "If you need SSL, go to": "Si necessiteu SSL, aneu a",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "a cPanel i emetre un certificat per al vostre nou domini (Let’s Encrypt és gratuït).",
    "Apache VPS Configuration": "Configuració Apache VPS",
    "Apache Wildcard Domain Setup": "Configuració de domini comodí Apache",
    "Create a config file in": "Creeu un fitxer de configuració a",
    "How to Add a Domain in cPanel": "Com afegir un domini a cPanel",
    "Enable the site and reload Apache": "Habiliteu el lloc i torneu a carregar Apache",
    "Always test config before reload": "Proveu sempre la configuració abans de recarregar",
    "Replace": "Substituir",
    "with your actual domain": "amb el vostre domini real",
    "Ensure correct file permissions (chown/chmod)": "Assegureu-vos que les permisos de fitxer siguin correctes (chown/chmod)",
    "Use": "Utilitzeu",
    "Certbot": "Certbot",
    "for free SSL": "per SSL gratuït",
    "Nginx VPS Configuration": "Configuració Nginx VPS",
    "Nginx Wildcard Domain Setup": "Configuració de domini comodí Nginx",
    "Enable the site and reload Nginx": "Habiliteu el lloc i torneu a carregar Nginx",
    "Important": "Important",
    "Ensure correct file permissions": "Assegureu-vos que les permisos de fitxer siguin correctes",
    "Domain updated successfully": "Domini actualitzat amb èxit",
    "Domain": "Domini",
    "Domain has been rejected successfully.": "Domini rebutjat amb èxit.",
    "Domain has been approved successfully.": "Domini aprovat amb èxit.",
    "Edit Domain": "Editar domini",
    "Deleted by user": "Suprimit per l'usuari",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
