{
    "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": "Painel",
    "Advertising": "Publicidade",
    "Subscription Reports": "Relatórios de Assinatura",
    "Manage Business": "Gerenciar Negócios",
    "Categories": "Categorias",
    "Business List": "Lista de Negócios",
    "Manage Plans": "Gerenciar Planos",
    "Create Plan": "Criar Plano",
    "Staff Management": "Gerenciamento de Pessoal",
    "Create Staff": "Criar Pessoal",
    "Manage Staff": "Gerenciar Pessoal",
    "Messages": "Mensagens",
    "Manage Messages": "Gerenciar Mensagens",
    "CMS Manage": "Gerenciar CMS",
    "Manage Pages": "Gerenciar Páginas",
    "Manage FAQs": "Gerenciar FAQs",
    "Terms & Conditions": "Termos e Condições",
    "Privacy & Policy": "Privacidade e Política",
    "Testimonials": "Depoimentos",
    "Features": "Características",
    "Interface": "Interface",
    "Manage Blogs": "Gerenciar Blogs",
    "Newsletters": "Boletins",
    "Roles & Permissions": "Funções e Permissões",
    "Roles": "Funções",
    "Permissions": "Permissões",
    "Settings": "Configurações",
    "Currencies": "Moedas",
    "Notifications": "Notificações",
    "SMS Settings": "Configurações de SMS",
    "Payment Gateway": "Portal de Pagamento",
    "System Settings": "Configurações do Sistema",
    "General Settings": "Configurações Gerais",
    "Banner": "Banner",

    "Add New Banner": "Adicionar Novo Banner",
    "Banner List": "Lista de Banners",
    "Status": "Status",
    "Image": "Imagem",
    "Active": "Ativo",
    "Cancel": "Cancelar",
    "Save": "Salvar",
    "Edit Banner": "Editar Banner",
    "Advertising List": "Lista de Publicidade",
    "Create Banner": "Criar Banner",
    "SL": "SL",
    "Create Advertising": "Criar Publicidade",
    "Reset": "Redefinir",
    "Edit Advertising": "Editar Publicidade",
    "Edit": "Editar",
    "Delete": "Deletar",
    "Shop": "Loja",
    "Add new Package": "Adicionar Novo Pacote",
    "Shop List": "Lista de Lojas",
    "Subscription Plan": "Plano de Assinatura",
    "Select Plan Category": "Selecionar Categoria de Plano",
    "Package Name": "Nome do Pacote",
    "Enter Package Name": "Digite o Nome do Pacote",
    "Business Category": "Categoria de Negócio",
    "Select Business Category": "Selecionar Categoria de Negócio",
    "Duration in Days": "Duração em Dias",
    "Enter number": "Digite o número",
    "Offer Price": "Preço de Oferta",
    "Enter Plan Price": "Digite o Preço do Plano",
    "Subscription Price": "Preço de Assinatura",
    "Enter Subscription Price": "Digite o Preço da Assinatura",
    "View": "Ver",
    "Upgrade Plan": "Atualizar Plano",
    "Edit Shop": "Editar Loja",
    "Select Category": "Selecionar Categoria",
    "Shop/Business Name": "Nome da Loja/Negócio",
    "Enter Shop/Business Name": "Digite o Nome da Loja/Negócio",
    "Package": "Pacote",
    "Select a package": "Selecionar um pacote",
    "Name": "Nome",
    "Enter Name": "Digite o Nome",
    "Role": "Função",
    "Select a role": "Selecionar uma função",
    "Email": "Email",
    "Enter Email": "Digite o Email",
    "Phone": "Telefone",
    "Enter Phone Number": "Digite o Número de Telefone",
    "Password": "Senha",
    "Enter Password": "Digite a Senha",
    "Confirm password": "Confirmar senha",
    "Enter Confirm password": "Digite a Confirmação da senha",
    "Address": "Endereço",
    "Enter Address": "Digite o Endereço",
    "Select Country": "Selecionar País",
    "Select a Country": "Selecionar um País",
    "Balance": "Saldo",
    "Enter Balance": "Digite o Saldo",
    "Search...": "Pesquisar...",
    "Business Name": "Nome do Negócio",
    "Last Enroll": "Última Inscrição",
    "Expired Date": "Data de Expiração",
    "Action": "Ação",
    "Select A Plan": "Selecionar Um Plano",
    "Select One": "Selecionar Um",
    "Price": "Preço",
    "Enter plan price or select a plan": "Digite o preço do plano ou selecione um plano",
    "Payment Gateways": "Portais de Pagamento",
    "Select A payment gateway": "Selecionar Um portal de pagamento",
    "Notes": "Notas",
    "Enter notes": "Digite notas",
    "Business View": "Visualização de Negócio",
    "Created date": "Data de Criação",
    "Category": "Categoria",
    "Add new Category": "Adicionar Nova Categoria",
    "View List": "Ver Lista",
    "Buisness Name": "Nome do Negócio",
    "Enter Description": "Digite a Descrição",
    "Description": "Descrição",
    "Edit Business Category": "Editar Categoria de Negócio",
    "Enter Buisness Description": "Digite a Descrição do Negócio",
    "Business Categories List": "Lista de Categorias de Negócios",
    "Add New": "Adicionar Novo",
    "Reports": "Relatórios",
    "All": "Todos",
    "Active User": "Usuário Ativo",
    "Deactive User": "Usuário Desativado",
    "Date": "Data",
    "SL.": "SL.",
    "Invoice": "Fatura",
    "Customer Name": "Nome do Cliente",
    "Amount": "Quantidade",
    "View Report": "Ver Relatório",
    "Download Report": "Baixar Relatório",
    "User View": "Visualização do Usuário",
    "Shop Name": "Nome da Loja",
    "Country": "País",
    "Reason": "Razão",
    "Are You Sure?": "Você Tem Certeza?",
    "You won't be able to revert this!": "Você não poderá reverter isso!",
    "Yes, Delete It!": "Sim, Deletar!",
    "Add Currency": "Adicionar Moeda",
    "Code": "Código",
    "Symbol": "Símbolo",
    "Position": "Posição",
    "Inactive": "Inativo",
    "Make Default": "Definir como Padrão",
    "Edit Currency": "Editar Moeda",
    "Currency": "Moeda",

    "Total Businesses": "Total de Negócios",
    "Total Expired Businesses": "Total de Negócios Expirados",
    "Total Plan Subscribes": "Total de Assinaturas de Planos",
    "Total Business Categories": "Total de Categorias de Negócios",
    "Total Plans": "Total de Planos",
    "Total Staffs": "Total de Funcionários",
    "Finance Overview": "Visão Geral das Finanças",

    "Gateway Settings": "Configurações do Portal",
    "Payment Gateway Settings": "Configurações do Portal de Pagamento",
    "GATEWAY IMAGE": "IMAGEM DO PORTAL",
    "GATEWAY NAME": "NOME DO PORTAL",
    "Gateway Charge": "Cobra do Portal",
    "Gateway Currency": "Moeda do Portal",
    "Gateway Mode": "Modo do Portal",
    "Is Manual": "É Manual",
    "Yes": "Sim",
    "No": "Não",
    "Label": "Rótulo",
    "Enter label name": "Digite o nome do rótulo",
    "Select Required/Optionl": "Selecionar Necessário/Opcional",
    "Required": "Necessário",
    "Optional": "Opcional",
    "Add new row": "Adicionar nova linha",
    "INSTRUCTIONS": "INSTRUÇÕES",
    "Enter payment instructions here": "Digite as instruções de pagamento aqui",

    "Messages List": "Lista de Mensagens",
    "Search": "Pesquisar",
    "Company Name": "Nome da Empresa",
    "Message": "Mensagem",

    "Notifications List": "Lista Notifikasaun",
    "Today": "Ohin",
    "Last 7 Days": "Iha Semana 7 Li'u",
    "Last 15 Days": "Iha Loron 15 Li'u",
    "Last Month": "Fulana Li'u",
    "Last Year": "Tinan Li'u",
    "Created At": "Kria Iha",
    "Read At": "Lee Iha",
    "Add New Payment Type": "Aumenta Tipu Pagamentu Foun",
    "Enter Payment Type": "Insere Tipu Pagamentu",
    "Edit Payment Type": "Edita Tipu Pagamentu",
    "Payment Type": "Tipu Pagamentu",
    "Add Payment Type": "Aumenta Tipu Pagamentu",
    "Per Page- 10": "Ida-idak Pájina - 10",
    "Per Page- 25": "Ida-idak Pájina - 25",
    "Per Page- 50": "Ida-idak Pájina - 50",
    "Per Page- 100": "Ida-idak Pájina - 100",
    "Assigned Role": "Papel Asigna",
    "Assign Role To User": "Asigna Papel ba Utente",
    "Select User": "Selekta Utente",
    "User": "Utente",
    "Select Role": "Selekta Papel",
    "Add Subscription Plan": "Aumenta Planu Subskrisaun",
    "Package List": "Lista Pakote",
    "Add New Features": "Aumenta Funsaun Foun",
    "Enter features": "Insere funsaun sira",
    "Edit Subscription Plan": "Edita Planu Subskrisaun",
    "Edit Package": "Edita Pakote",
    "Enter Duration Days": "Insere Durasaun Loron",
    "Deactive": "Desativa",
    "Create Plans": "Kria Planu sira",
    "User Profile": "Perfil Utente",
    "Registration Date": "Data Rejistu",
    "Enter Your Name": "Insere Naran Ita",
    "Enter Your Email": "Insere Ita-nia Email",
    "Profile Picture": "Imajen Perfil",
    "Current Password": "Password Atual",
    "Enter Your Current Password": "Insere Ita-nia Password Atual",
    "New Password": "Password Foun",
    "Enter New Password": "Insere Password Foun",
    "Save Changes": "Salva Mudansa",
    "Add New Role": "Aumenta Papel Foun",
    "Set role permissions": "Defini permisaun papel",
    "Role Name": "Naran Papel",
    "Enter role name": "Insere naran papel",
    "Role Permissions": "Permisaun Papel",
    "Setup role permissions": "Konfigura permisaun papel",
    "Select All": "Selekta Hotu",
    "Roles List": "Lista Papel sira",
    "Add role, if it does not exist": "Aumenta papel, se la iha",
    "Edit Role": "Edita Papel",
    "Privacy & Policy Settings": "Konfigurasaun Privasidade & Polítika",
    "Update": "Atualiza",
    "Term & Condition Settings": "Konfigurasaun Termu & Kondisaun",
    "Title": "Títulu",
    "Enter Title": "Insere Títulu",
    "Copy Right": "Direitu Kopia",
    "Admin Footer Text": "Testu Rodapé Administrador",
    "Enter Text": "Insere Testu",
    "Admin Footer Link Text": "Testu Link Rodapé Administrador",
    "Admin Footer Link": "Link Rodapé Administrador",
    "Enter Link": "Insere Link",
    "Main Header Logo": "Logo Kabeçalhu Prinsipal",
    "Common Header Logo": "Logo Kabeçalhu Komún",
    "Footer Logo": "Logo Rodapé",
    "Admin Logo": "Logo Administrador",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Labele Uza Espasu Ruim iha Kampu Insersaun",

    "App": "App",
    "Drivers": "Motoristas",
    "Storage Settings": "Configurações de Armazenamento",
    "Mail Configuration": "Configuração de E-mail",
    "Others": "Outros",
    "APP_NAME": "NOME_DO_APP",
    "APP_KEY": "CHAVE_DO_APP",
    "APP_DEBUG": "DEBUG_DO_APP",
    "APP_URL": "URL_DO_APP",
    "QUEUE_MAIL": "CORREIO_DA_FILA",
    "MAIL_DRIVER_TYPE": "TIPO_DE_DRIVER_DE_EMAIL",
    "MAIL DRIVER": "DRIVER_DE_EMAIL",
    "MAIL_HOST": "HOST_DE_EMAIL",
    "MAIL_PORT": "PORTA_DE_EMAIL",
    "MAIL_USERNAME": "NOME_DE_USUÁRIO_DE_EMAIL",
    "MAIL_PASSWORD": "SENHA_DE_EMAIL",
    "MAIL_ENCRYPTION": "CRIPTOGRAFIA_DE_EMAIL",
    "MAIL_FROM_ADDRESS": "ENDEREÇO_DE_ORIGEM_DE_EMAIL",
    "MAIL_FROM_NAME": "NOME_DE_ORIGEM_DE_EMAIL",
    "QUEUE COMMAND Path": "Caminho do Comando da Fila",
    "CACHE_DRIVER": "DRIVER_DE_CACHE",
    "Recommended": "Recomendado",
    "QUEUE_CONNECTION": "CONEXÃO_DA_FILA",
    "SESSION_DRIVER": "DRIVER_DE_SESSÃO",
    "SESSION_LIFETIME": "DURAÇÃO_DA_SESSÃO",
    "REDIS_PORT": "PORTA_REDIS",
    "REDIS_URL": "URL_REDIS",
    "REDIS_PASSWORD": "SENHA_REDIS",
    "AWS S3 Storage Bucket": "Bucket de Armazenamento AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Preencha estas credenciais se desejar usar o Bucket de Armazenamento AWS S3",
    "Wasabi Storage Bucket": "Bucket de Armazenamento Wasabi",
    "public (uploads folder)": "público (pasta de uploads)",
    "AWS_ACCESS_KEY_ID": "ID_DA_CHAVE_DE_ACESSO_AWS",
    "AWS_SECRET_ACCESS_KEY": "CHAVE_DE_ACESSO_SECRETA_AWS",
    "AWS_DEFAULT_REGION": "REGIÃO_PADRÃO_AWS",
    "AWS_BUCKET": "BUCKET_AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Preencha estas credenciais se desejar usar o Bucket de Armazenamento Wasabi",
    "WAS_ACCESS_KEY_ID": "ID_DA_CHAVE_DE_ACESSO_WAS",
    "WAS_SECRET_ACCESS_KEY": "CHAVE_DE_ACESSO_SECRETA_WAS",
    "WAS_DEFAULT_REGION": "REGIÃO_PADRÃO_WAS",
    "WAS_BUCKET": "BUCKET_WAS",
    "WAS_ENDPOINT": "ENDPOINT_WAS",
    "CACHE_LIFETIME": "DURAÇÃO_DO_CACHE",
    "Paid": "Pago",
    "Reject": "Rejeitar",
    "Why are you reject It?": "Por que você está rejeitando isso?",
    "Enter Reason": "Digite a Razão",
    "Confirm": "Confirmar",
    "Subscriptions List": "Lista de Assinaturas",
    "Started": "Iniciado",
    "End": "Fim",
    "Gateway Method": "Método de Portal",
    "Are you sure?": "Você tem certeza?",
    "Add New Testimonial": "Adicionar Novo Depoimento",
    "Client Name": "Nome do Cliente",
    "Enter Client Name": "Digite o Nome do Cliente",
    "Stars": "Estrelas",
    "Works At": "Trabalha Em",
    "Client Image": "Imagem do Cliente",
    "Review": "Revisão",
    "Enter text": "Digite o texto",
    "Enter review message here": "Digite a mensagem de revisão aqui",
    "Edit Testimonial": "Editar Depoimento",
    "Testimonials List": "Lista de Depoimentos",
    "Create New": "Criar Novo",
    "Add New Staff": "Adicionar Novo Funcionário",
    "Full Name": "Nome Completo",
    "Enter Email Address": "Digite o Endereço de E-mail",
    "Edit Staff": "Editar Funcionário",
    "Staff List": "Lista de Funcionários",
    "User Email": "E-mail do Usuário",
    "User Role": "Função do Usuário",
    "Comments": "Comentários",
    "Comment List": "Lista de Comentários",
    "Create Blog": "Criar Blog",
    "Blog List": "Lista de Blogs",
    "Select a status": "Selecionar um status",
    "Tags": "Tags",
    "Enter tags name": "Digite o nome das tags",
    "SEO Meta Tags": "Tags Meta de SEO",
    "Meta Title": "Título Meta",
    "Meta Description": "Descrição Meta",
    "Enter meta Description": "Digite a Descrição Meta",
    "Comment": "Comentário",
    "Edit Blog": "Editar Blog",
    "Blogs": "Blogs",
    "Create Faqs": "Criar FAQs",
    "Add New FAQs": "Adicionar Novas FAQs",
    "Question": "Pergunta",
    "InActive": "Inativo",
    "Answer": "Resposta",
    "Enter question answer here": "Digite a resposta da pergunta aqui",
    "Edit Faqs": "Editar FAQs",
    "FAQS List": "Lista Perguntas Frequentes",
    "View Details": "Haree Detalhe",
    "Create Feature": "Kria Funsaun",
    "Add New Feature": "Aumenta Funsaun Foun",
    "Backgroud Color": "Kór Fundo",
    "Enter Color": "Insere Kór",
    "Edit Feature": "Edita Funsaun",
    "Features List": "Lista Funsaun",
    "Create Interfaces": "Kria Interface sira",
    "Add New Interface": "Aumenta Interface Foun",
    "Edit Interface": "Edita Interface",
    "Interfaces List": "Lista Interface sira",
    "Newsletters List": "Lista Boletim Informativu",
    "Page for Updating Website Sections": "Pájina ba Atualiza Seksaun Website",
    "Slider Section": "Seksaun Slider",
    "Header Section": "Seksaun Kabeçalhu",
    "Feature Section": "Seksaun Funsaun",
    "Interface Section": "Seksaun Interface",
    "Watch Section": "Seksaun Haree",
    "Testimonial Section": "Seksaun Testimuniu",
    "Blog Section": "Seksaun Blog",
    "About us Page": "Pájina Kona-ba Ami",
    "Terms And Conditions": "Termu no Kondisaun",
    "Privacy Page": "Pájina Privasidade",
    "Contuct us Page": "Pájina Kontakta Ami",
    "Pricing Section": "Seksaun Presu",
    "Footer Section": "Seksaun Rodapé",
    "Social Medias": "Mídia Sosial sira",
    "Button One": "Botão Unu",
    "Button Text": "Testu Botão",
    "Button One Link": "Link Botão Unu",
    "Button Two": "Botão Rua",
    "Button Two Link": "Link Botão Rua",
    "Scanner Text": "Testu Scanner",
    "Scanner Image": "Imajen Scanner",
    "Slider Image": "Imajen Slider",
    "Header Button Text": "Testu Botão Kabeçalhu",
    "Header Button Link": "Link Botão Kabeçalhu",
    "Enter Header link": "Insere Link Kabeçalhu",
    "Section Title": "Títulu Seksaun",
    "Enter Section Title": "Insere Títulu Seksaun",
    "Interface Title": "Títulu Interface",
    "Watch Title": "Títulu Haree",
    "Button Link": "Link Botão",
    "Watch Image": "Imajen Haree",
    "Blog Title": "Títulu Blog",
    "Read More Button Text": "Testu Botão Lee Tan",
    "View All Button Text": "Testu Botão Haree Hotu",
    "View All Link": "Link Haree Hotu",
    "Testimonial Title": "Títulu Testimuniu",
    "Enter Short Title": "Insere Títulu Kurtu",
    "Long Title": "Títulu Naras",
    "About Image": "Imajen Kona-ba",
    "Description One": "Deskrisaun Unu",
    "Description Two": "Deskrisaun Rua",
    "Option": "Opisaun",
    "Icon": "Íkone",
    "Plan Button Url": "URL Botão Planu",
    "Short Title": "Títulu Kurtu",
    "Right Footer Title": "Títulu Rodapé Hanesan",
    "Middle Footer Title": "Títulu Rodapé Meiu",
    "Apple App Link": "Link Aplikasaun Apple",
    "Apple App": "Aplikasaun Apple",
    "Google Play Link": "Link Google Play",
    "Google Play App": "Aplikasaun Google Play",
    "Right Footer": "Rodapé Hanesan",
    "Link": "Link",
    "Middle Footer": "Rodapé Meiu",
    "Left Footer": "Rodapé Esquerda",
    "Footer Socials": "Sosial Rodapé",
    "Forgot Password": "Eske Password",
    "Enter the email address associated with your account": "Insere email adres ne'ebé asosiadu ho Ita-nia konta",
    "Enter your Email": "Insere Ita-nia Email",
    "Continue": "Kontinua",
    "Back to Login": "Fila ba Login",
    "Login": "Login",
    "Welcome to": "Bem-vindo ba",
    "Welcome back, Please login in to your account": "Bem-vindo fali, Favór login ba Ita-nia konta",
    "Remember me": "Lembra ha'u",
    "Forgot Password?": "Eske Password?",
    "Super Admin": "Super Administrador",
    "Admin": "Administrador",
    "Manager": "Jefe",
    "Reset Password": "Rese Password",
    "Change Password": "Mudansa Password",
    "Create new password, it must be Strong password.": "Kria password foun, tenke forte",
    "Confirm Password": "Konfirma Password",
    "You Have": "Ita iha",
    "new Notifications": "notifikasaun foun",
    "Mark all Read": "Marka hotu Lee",
    "View all notifications": "Haree hotu notifikasaun",
    "Clear cache": "Limpa cache",
    "My Profile": "Perfil Ha'u",
    "Logout": "Logout",
    "About Us": "Kona-ba Ami",
    "Home": "Uma",
    "Pricing": "Presu",
    "Pages": "Pájina sira",
    "Blog": "Blog",
    "Privacy Policy": "Polítika Privasidade",
    "Contact Us": "Kontakta Ami",
    "You are having this email because you have requested for a password reset.": "Ita hetan email ne'e tanba Ita husu atu reseta password.",
    "Your verification code is:": "Ita-nia kódigo verifikasaun mak:",
    "This password reset code will expire in 60 minutes.": "Kódigo reseta password ne'e sei liu iha minutu 60.",
    "If you did not request a password reset, no further action is required.": "Se Ita la husu atu reseta password, la presiza asaun seluk.",
    "Regards": "Respeitu",
    "All right reserved": "Direitu hotu rezerva",
    "Hi": "Hi",
    "Dear": "Caro/Cara",
    "Your OTP code is": "Ita-nia kódigo OTP mak",
    "Please do not share this PIN with anyone": "Favór la fahe PIN ne'e ho ema seluk",
    "Best Regards": "Respeitu Laran",
    "Gateway Name": "Naran Gateway",
    "Subscription Name": "Naran Subskrisaun",
    "Payable Amount": "Montante Pagável",
    "Phone Number": "Númeru Telefone",
    "Enter your phone number": "Insere Ita-nia númeru telefone",
    "Pay Now": "Paga Agora",
    "Next": "Tuir Maiu",
    "Previous": "Anterior",
    "Free": "Grátis",
    "Features Of Free Plan": "Funsaun Planu Grátis",
    "Choose Plan": "Eskola Planu",
    "Blog Details": "Detalhe Blog",
    "Leave a Comment Here": "Lixa Komentáriu Iha Ne'e",
    "Your email address will not be published": "Ita-nia email adres sei la publika",
    "Enter your name": "Insere naran Ita",
    "Enter your email": "Insere Ita-nia email",
    "Enter your comment": "Insere Ita-nia komentáriu",
    "Recent Posts": "Artigu Recente",
    "Create a Free Account": "Kria Konta Grátis",
    "Enter full name": "Insere naran kompletu",
    "Enter phone number": "Insere númeru telefone",
    "Enter email address": "Insere email adres",
    "Company": "Kompañia",
    "Enter company name": "Insere naran kompañia",
    "Enter your message": "Insere Ita-nia mensajen",
    "Pricing Plan": "Planu Presu",
    "Subscription Plans": "Planu Subskrisaun",

    "Plan List": "Lista Planu",
    "Work At": "Trabalha Iha",
    "Show- 10": "Hatene - 10",
    "Show- 25": "Hatene - 25",
    "Show- 50": "Hatene - 50",
    "Show- 100": "Hatene - 100",
    "Duration": "Durasaun",
    "Select": "Selekta",
    "Currency List": "Lista Moneda",
    "Default": "Defaulta",
    "Country Name": "Naran Nasaun",
    "View Website": "Haree Website",
    "Contact Messages": "Mensajen Kontakta",

    "Total Shop": "Loja Total",
    "Expired Businesses": "Negósiu Laran",
    "Plan Subscribes": "Subskrisaun Planu",
    "Total Categories": "Kategoria Total",
    "Recent Register": "Rejistu Recente",
    "Date & Time": "Data & Tempus",
    "View All": "Haree Hotu",
    "Add new Business": "Aumenta Negósiu Foun",
    "Enter Company Name": "Insere Naran Kompañia",
    "Edit Business": "Edita Negósiu",
    "Create Business": "Kria Negósiu",
    "Enter Buisness Name": "Insere Naran Negósiu",
    "Note: Enter embedded video link": "Nota: Insere link vídeo embebido",
    "Enter title": "Insere títulu",
    "Enter Code": "Insere Kódigo",
    "Enter Symbol": "Insere Símbolu",
    "Select a position": "Selekta pozisaun",
    "left": "esquerda",
    "right": "hanesan",
    "TIMEZONE": "FUSAHORÁRIU",
    "Note :": "Nota :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Se Ita uza FILA EMAIL depois Mudansa Konfigurasaun Email Ita Presiza Reinisia Ita-nia Supervizor husi Ita-nia Servidor",
    "QUEUE COMMAND Path :": "Caminhu KOMANDU FILA:",
    "QUEUE COMMAND :": "KOMANDU FILA:",
    "Storage Method": "Métodu Armazenamentu",

    "Brand List": "Lista Marca",
    "Add new Brand": "Adisiona Marca Foun",
    "items show": "itens mostra",
    "Brand Name": "Naran Marca",
    "Create Brand": "Kria Marca",
    "Enter Brand Name": "Insere Naran Marca",
    "Edit Brand": "Edita Marca",
    "Add New Category": "Adisiona Kategoria Foun",
    "Enter Category Name": "Insere Naran Kategoria",
    "Select Variations": "Seleciona Variasaun sira",
    "Capacity": "Kapasidade",
    "Color": "Kór",
    "Size": "Medida",
    "Type": "Tipu",
    "Weight": "Peso",
    "Edit Category": "Edita Kategoria",
    "Category List": "Lista Kategoria",
    "You want to delete everything!": "Ita hakarak hamoos buat hotu!",
    "Total Sales": "Vendas Totais",
    "Total Purchase": "Kompras Totais",
    "Total Income": "Rendimentu Total",
    "This Month": "Fulan Ne'e",
    "Total Expense": "Gastu Total",
    "Total Customer": "Klientes Totais",
    "Total Supplier": "Forneseidores Totais",
    "Sales Returns": "Devolusión Vendas",
    "Purchase Returns": "Devolusión Kompras",
    "Low Stock": "Stoke Menus",
    "Alert Qty": "Kantidade Alerta",
    "Profit": "Lukru",
    "Loss": "Prejuizu",
    "Purchase": "Kompra",
    "Sales": "Venda",
    "Income": "Rendimentu",
    "Expense": "Gastu",
    "Recent Sales": "Vendas Resente",
    "Recent Purchase": "Kompras Resente",
    "Customer": "Klient",
    "Total": "Total",
    "Due": "Dívida",
    "Collect Due": "Koileta Dívida",
    "Select Invoice": "Seleciona Fatura",
    "Select an Invoice": "Seleciona Fatura ida",
    "Total Amount": "Montante Total",
    "Paid Amount": "Montante Pagadu",
    "Due Amount": "Montante Dívida",
    "Select one": "Seleciona ida",
    "Cash": "Osan",
    "Card": "Kartu",
    "Check": "Cheque",
    "Mobile Pay": "Pagamentu Móvel",
    "Due List": "Lista Dívida",
    "Mobile": "Móvel",
    "Sale": "Venda",
    "Bill To": "Fatura ba",
    "Collected By": "Koileta husi",
    "Total Due": "Dívida Total",
    "Payment Amount": "Montante Pagamentu",
    "Remaining Due": "Dívida Restante",
    "Powered By": "Powered By",
    "Create Expense Catgeory": "Kria Kategoria Gastu",
    "Catgeory Name": "Naran Kategoria",
    "Enter catgeory Name": "Insere Naran Kategoria",
    "Edit Expense Category": "Edita Kategoria Gastu",
    "Expense Category List": "Lista Kategoria Gastu",
    "Add new": "Adisiona foun",
    "Category Name": "Naran Kategoria",
    "Create Expense": "Kria Gastu",
    "Enter Amount": "Insere Montante",
    "Select A Category": "Seleciona Kategoria ida",
    "Expense For": "Gastu ba",
    "Enter Expense For": "Insere Gastu ba",
    "Select a payment type": "Seleciona tipu pagamentu ida",
    "Bank": "Banku",
    "Mobile Payment": "Pagamentu Móvel",
    "Reference Number": "Númeru Referénsia",
    "Enter reference number": "Insere númeru referénsia",
    "Expense Date": "Data Gastu",
    "Note": "Nota",
    "Enter note": "Insere nota",
    "Edit Expense": "Edita Gastu",
    "Expense List": "Lista Gastu",
    "Expesne For": "Gastu ba",
    "Create Income Catgeory": "Kria Kategoria Rendimentu",
    "Enter catgeory name": "Insere naran kategoria",
    "Edit Income Category": "Edita Kategoria Rendimentu",
    "Income Category List": "Lista Kategoria Rendimentu",
    "Create Income": "Kria Rendimentu",
    "Enter amount": "Insere montante",
    "Enter income for": "Insere rendimentu ba",
    "Income Date": "Data Rendimentu",
    "Edit Income": "Edita Rendimentu",
    "Income List": "Lista Rendimentu",
    "Sale New": "Venda Foun",
    "Sale List": "Lista Venda",
    "Sale Return": "Devolusión Venda",
    "Purchases": "Kompras",
    "Purchase New": "Kompra Foun",
    "Purchase List": "Lista Kompra",
    "Purchase Return": "Devolusión Kompra",
    "Products": "Produtu sira",
    "All Product": "Produtu Hotu",
    "Add Product": "Adisiona Produtu",
    "Brand": "Marca",
    "Unit": "Unidade",
    "Stock List": "Lista Stoke",
    "Customers": "Klientes",
    "All Customers": "Klientes Hotu",
    "Add Customer": "Adisiona Klient",
    "Suppliers": "Forneseidores",
    "All Suppliers": "Forneseidores Hotu",
    "Add Supplier": "Adisiona Forneseidor",
    "Income Category": "Kategoria Rendimentu",
    "Expense Category": "Kategoria Gastu",
    "Subscriptions": "Subskrisaun sira",
    "Profit & Loss List": "Lista Lukru no Prejuizu",
    "All Income": "Rendimentu Hotu",
    "All Expense": "Gastu Hotu",
    "Current Stock": "Stoke Atual",
    "Customer Due": "Dívida Klient",
    "Supplier Due": "Dívida Forneseidor",
    "Loss & Profit": "Prejuizu no Lukru",
    "Loss/Profit": "Prejuizu/Lukru",
    "Unpaid": "La Selu",
    "Loss Profit": "Prejuizu Lukru",
    "Loss Profit List": "Lista Prejuizu Lukru",
    "Product List": "Lista Produtu",
    "Create Party": "Kria Parte",
    "List": "Lista",
    "Party Type": "Tipu Parte",
    "Retailer": "Retalhista",
    "Dealer": "Negosiante",
    "Wholesaler": "Grossista",
    "Supplier": "Forneseidor",
    "Enter Due": "Insere Dívida",
    "Edit Party": "Edita Parte",
    "Edit ": "Edita ",
    " List": " Lista",
    "Parties List": "Lista Parte sira",
    "Add new ": "Adisiona foun ",
    "Create Product": "Kria Produtu",
    "Add new Product": "Adisiona Produtu Foun",
    "Product Name": "Naran Produtu",
    "Enter Product Name": "Insere Naran Produtu",
    "Product Category": "Kategoria Produtu",
    "Product Unit": "Unidade Produtu",
    "Product Code": "Kódigu Produtu",
    "Enter Product Code": "Insere Kódigu Produtu",
    "Stock": "Stoke",
    "Enter stock qty": "Insere kantidade stoke",
    "Purchase Price": "Presu Kompra",
    "Enter purchase price": "Insere presu kompra",
    "Sale Price": "Presu Venda",
    "Enter sale price": "Insere presu venda",
    "Wholesale Price": "Presu Grossista",
    "Enter wholesale price": "Insere presu grossista",
    "Dealer Price": "Presu Negosiante",
    "Enter dealer price": "Insere presu negosiante",
    "Manufacturer": "Fabrikante",
    "Enter manufacturer name": "Insere naran fabrikante",
    "Edit Product": "Edita Produtu",
    "Product Brand": "Marca Produtu",
    "Purchase price": "Presu Kompra",
    "Sale price": "Presu Venda",
    "Pos Sale": "Venda POS",
    "Invoice no": "Númeru Fatura",
    "Invoice No": "Númeru Fatura",
    "Items": "Itens",
    "Qty": "Kantidade",
    "Sub Total": "Sub Total",
    "Purchase return Amount ": "Montante devolusión Kompra ",
    "Confirm Return": "Konfirma Devolusión",
    "Purchase Return List": "Lista Devolusión Kompra",
    "Return Date": "Data Devolusión",
    "Return Amount": "Montante Devolusión",
    "Return Qty": "Kantidade Devolusión",
    "Brand list": "Lista Marca",
    "0": "0",
    "Quick Action": "Ação Rápidu",
    "Today Purchase": "Kompra Ohin",
    "Calculator": "Kalkuladora",
    "Select Supplier": "Seleciona Forneseidor",
    "Receive Amount": "Simu Montante",
    "Search product...": "Buka produtu...",
    "Due: ": "Dívida: ",
    "Party Name": "Naran Parte",
    "Discount": "Deskontu",
    "Payment": "Pagamentu",
    "INVOICE": "FATURA",
    "Sells By": "Faan husi",
    "Quantity": "Kantidade",
    "Unit Price": "Presu Unidade",
    "Total Price": "Presu Total",
    "Item": "Item",
    "Paid by": "Selu husi",
    "Subtotal": "Subtotal",
    "Customer Signature": "Sinatura Klient",
    "Authorized Signature": "Sinatura Autorizadu",
    "Add Items": "Adisiona Itens",
    "Enter Quantity": "Insere Kantidade",
    "Enter Purchase Price": "Insere Presu Kompra",
    "Sales Price": "Presu Venda",
    "Enter Sales Price": "Insere Presu Venda",
    "WholeSale Price": "Presu Grossista",
    "Enter WholeSale Price": "Insere Presu Grossista",
    "Enter Dealer Price": "Insere Presu Negosiante",
    "Customer Due Reports": "Relatóriu Dívida Klient",
    "Customer Due List": "Lista Dívida Klient",
    "Expense Reports": "Relatóriu Gastu",
    "Expense Report List": "Lista Relatóriu Gastu",
    "Income For": "Rendimentu ba",
    "Income Reports": "Relatóriu Rendimentu",
    "Income Report List": "Lista Relatóriu Rendimentu",
    "Loss Profit Reports": "Relatóriu Prejuizu Lukru",
    "From Date": "Husi Data",
    "To Date": "To Data",
    "Loss Profit Report List": "Lista Relatóriu Prejuizu Lukru",
    "Discount Amount": "Montante Deskontu",
    "Sale Date": "Data Venda",
    "Purchase Report List": "Lista Relatóriu Kompra",
    "Purchase Reports": "Relatóriu Kompra",
    "Purchase Return Report List": "Lista Relatóriu Devolusión Kompra",
    "Purchase Return Reports": "Relatóriu Devolusión Kompra",
    "Sales Report List": "Lista Relatóriu Venda",
    "Sale Reports": "Relatóriu Venda",
    "Sale Return Report": "Relatóriu Devolusión Venda",
    "Sale Return Reports": "Relatóriu Devolusión Venda",
    "Sale Return Report List": "Lista Relatóriu Devolusión Venda",
    "Cost": "Kustu",
    "Stock Value": "Valor Stoke",
    "Stock Report List": "Lista Relatóriu Stoke",
    "Stock Reports": "Relatóriu Stoke",
    "Total Quantity": "Kantidade Total",
    "Total Stock Value": "Valor Stoke Total",
    "Supplier Due Reports": "Relatóriu Dívida Forneseidor",
    "Supplier Due List": "Lista Dívida Forneseidor",
    "Profile Edit": "Edita Perfil",
    "Parties": "Parte sira",
    "Sales List": "Lista Venda",
    "User Title": "Títulu Uza-na'in",
    "Enter user title": "Insere títulu uza-na'in",
    "Email Address": "Endereço Email",
    "Edit User Role": "Edita Papel Uza-na'in",
    "Add User Role": "Adisiona Papel Uza-na'in",
    "Sale return Amount ": "Montante devolusión Venda ",
    "Sales Return List": "Lista Devolusión Venda",
    "Select Customer": "Seleciona Klient",
    "Guest": "Konvidadu",
    "Enter Customer Phone Number": "Insere Númeru Telefone Klient",
    "Type note...": "Hakerek nota...",
    "Sales Return": "Devolusión Venda",
    "Purchases Return": "Devolusión Kompra",
    "Add Vat": "Adisiona IVA",
    "Tax": "Impostu",
    "Apply": "Aplika",
    "Select a category": "Seleciona Kategoria ida",
    "Company And Business Name": "Kompañia no Naran Negósiu",
    "Enter Phone": "Insere Telefone",
    "Logo": "Logo",
    "Invoice Logo": "Logo Fatura",
    "Purchase Plan": "Planu Kompra",
    "Days": "Loron",
    "Already Subscribed": "Subskreve ona",
    "Buy Now": "Sosa Agora",
    "Create Unit": "Kria Unidade",
    "Unit Name": "Naran Unidade",
    "Enter Unit Name": "Insere Naran Unidade",
    "Unit List": "Lista Unidade",
    "Add new Unit": "Adisiona Unidade Foun",
    "Overall Reports": "Relatóriu Jerál",
    "Revenue Statistic": "Estatístika Rendimentu",
    "Today Sales": "Vendas Ohin",
    "Change Amount": "Muda Montante",
    "Vat": "IVA",
    "Save Product": "Guarda Produtu",
    "Product": "Produtu",
    "Category created successfully": "Kategoria kria ho susesu",
    "Category updated successfully": "Kategoria atualiza ho susesu",
    "Category deleted successfully": "Kategoria hamoos ho susesu",
    "Selected Category deleted successfully": "Kategoria selecionada hamoos ho susesu",
    "Something went wrong!": "Buat ida la lao ho di'ak!",
    "Brand created cuccessfully": "Marca kria ho susesu",
    "Brand updated successfully": "Marca atualiza ho susesu",
    "Brand deleted successfully": "Marca hamoos ho susesu",
    "Selected Brands deleted successfully": "Marca sira selecionada hamoos ho susesu",
    "Something was wrong.": "Buat ida la loos",
    "Default currency activated successfully": "Muneda defeitu ativa ho susesu",
    "Failed to set default currency. Please try again.": "La konsege defini muneda defeitu. Favor tenta fali.",
    "Collect Due saved successfully": "Koileta Dívida guarda ho susesu",
    "Expense Category saved successfully.": "Kategoria Gastu guarda ho susesu.",
    "Expense Category updated successfully.": "Kategoria Gastu atualiza ho susesu.",
    "Expense Category deleted successfully": "Kategoria Gastu hamoos ho susesu",
    "Selected item deleted successfully.": "Item selecionada hamoos ho susesu.",
    "Expense saved successfully.": "Gastu guarda ho susesu.",
    "Expense updated successfully.": "Gastu atualiza ho susesu.",
    "Expense deleted successfully": "Gastu hamoos ho susesu",
    "Selected Items deleted successfully.": "Itens selecionada hamoos ho susesu.",
    "Income Category saved successfully.": "Kategoria Rendimentu guarda ho susesu.",
    "Income Category updated successfully.": "Kategoria Rendimentu atualiza ho susesu.",
    "Income Category deleted successfully": "Kategoria Rendimentu hamoos ho susesu",
    "Income saved successfully.": "Rendimentu guarda ho susesu.",
    "Income updated successfully.": "Rendimentu atualiza ho susesu.",
    "Income deleted successfully": "Rendimentu hamoos ho susesu",
    "Premission denied.": "Permisaun nega.",
    "Customer created successfully": "Klient kria ho susesu",
    "Supplier created successfully": "Forneseidor kria ho susesu",
    "Supplier deleted successfully": "Forneseidor hamoos ho susesu",
    "Customer deleted successfully": "Klient hamoos ho susesu",
    "Selected parties deleted successfully": "Parte sira selecionada hamoos ho susesu",
    "Product saved successfully.": "Produtu guarda ho susesu.",
    "Data saved successfully.": "Data guarda ho susesu.",
    "Product deleted successfully": "Produtu hamoos ho susesu",
    "Selected product deleted successfully": "Produtu selecionada hamoos ho susesu",
    "Cart is empty. Add items first!": "Karreta mamuk. Adisiona itens uluk!",
    "Purchase created successfully.": "Kompra kria ho susesu.",
    "Somethings went wrong!": "Buat balun la lao ho di'ak!",
    "Purchase updated successfully.": "Kompra atualiza ho susesu.",
    "Selected purchases deleted successfully.": "Kompra sira selecionada hamoos ho susesu.",
    "Sales created successfully.": "Venda kria ho susesu.",
    "You cannot sale in due for a walking customer.": "Ita labele faan ho dívida ba klient ne'ebé la'ós kliente fixu.",
    "Sales updated successfully.": "Venda atualiza ho susesu.",
    "Sale deleted successfully.": "Venda hamoos ho susesu.",
    "Selected sales deleted successfully.": "Venda sira selecionada hamoos ho susesu.",
    "Unit saved successfully": "Unidade guarda ho susesu",
    "Unit updated successfully": "Unidade atualiza ho susesu",
    "Units deleted successfully": "Unidade sira hamoos ho susesu",
    "Unit deleted successfully": "Unidade hamoos ho susesu",
    "Quantity and price updated successfully": "Kantidade no presu atualiza ho susesu",
    "Enter valid qty and price": "Insere kantidade no presu ne'ebé validu",
    "Item not found in the cart": "La hetan item iha karreta",
    "The cart does not contain this item": "Karreta la iha item ne'e",
    "Item removed from cart": "Item hasai husi karreta",
    "All cart removed successfully!": "Karreta hotu hamoos ho susesu!",
    "Current Password does not match with old password": "Password Atual la hanesan ho password tuan",
    "Profile updated successfully": "Perfil atualiza ho susesu",
    "Purchase returned successfully.": "Kompra devolu ho susesu.",
    "Business General Setting updated successfully": "Konfigurasaun Jerál Negósiu atualiza ho susesu",
    "User role created successfully": "Papel uza-na'in kria ho susesu",
    "User role updated successfully": "Papel uza-na'in atualiza ho susesu",
    "User role deleted successfully": "Papel uza-na'in hamoos ho susesu",
    "You have no permission to access.": "Ita la iha permisaun atu asesu.",
    "Sale returned successfully.": "Venda devolu ho susesu.",
    "New subscription order successfully.": "Orde subskrisaun foun ho susesu.",

    "Branch": "Filial",
    "Warehouse": "Armazém",
    "Overview": "Visão Geral",
    "Branch List": "Lista de Filiais",
    "Role & permissions": "Função e permissões",
    "Warehouses List": "Lista de Armazéns",
    "Stock Qty": "Quantidade em estoque",
    "Create Warehouse": "Criar Armazém",
    "Enter phone": "Digite o telefone",
    "Enter email": "Digite o e-mail",
    "Enter address": "Digite o endereço",
    "Enter name": "Digite o nome",
    "Edit Warehouse": "Editar Armazém",
    "Select Branch": "Selecionar Filial",
    "Rack": "Prateleira",
    "Shelf": "Estante",
    "Statement": "Declaração",
    "Expire Product": "Produto Vencido",
    "Branch Wise Sales": "Vendas por Filial",
    "Branch Wise Purchases": "Compras por Filial",
    "Employee Overview": "Visão Geral dos Funcionários",
    "Staffs": "Funcionários",
    "Add new Branch": "Adicionar nova Filial",
    "Create Branch": "Criar Filial",
    "Opening Balance": "Saldo Inicial",
    "Enter balance": "Digite o saldo",
    "Enter description": "Digite a descrição",
    "Edit Branch": "Editar Filial",
    "Example": "Exemplo",
    "Acnoo": "Acnoo",
    "in this example": "neste exemplo",
    "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.": "Anteriormente, você não tinha uma seção de filiais. Portanto, ao criar sua primeira filial, outra filial será criada automaticamente usando o nome da sua empresa/negócio.",
    "when you create your first branch, another branch will automatically be created with the name": "ao criar sua primeira filial, outra filial será criada automaticamente com o nome",
    "If your company/business name is": "Se o nome da sua empresa/negócio for",
    "All your previous data will be assigned to the automatically created branch": "Todos os seus dados anteriores serão atribuídos à filial criada automaticamente",
    "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.": "Você não pode excluir a filial criada automaticamente. Isso ocorre porque, se uma filial for excluída, ela é removida de todas as seções, tornando impossível filtrar os dados da filial. Portanto, a filial criada automaticamente não pode ser excluída.",
    "Role & Permission": "Função e Permissão",
    "Add Role": "Adicionar Função",
    "Selected role deleted successfully": "Função selecionada excluída com sucesso",
    "Branch saved successfully.": "Filial salva com sucesso.",
    "Branch updated successfully.": "Filial atualizada com sucesso.",
    "Selected branch deleted successfully": "Filial selecionada excluída com sucesso",
    "Branch deleted successfully": "Filial excluída com sucesso",
    "Warehouse saved successfully.": "Armazém salvo com sucesso.",
    "Warehouse updated successfully.": "Armazém atualizado com sucesso.",
    "Warehouse deleted successfully": "Armazém excluído com sucesso.",
    "Selected items deleted successfully.": "Itens selecionados excluídos com sucesso.",
    "My Domains": "Meus Domínios",
    "Domain List": "Lista de Domínios",
    "Domains": "Domínios",
    "Domain Name": "Nome do Domínio",
    "Is Verified": "Está Verificado",
    "Has SSL": "Tem SSL",
    "Added on": "Adicionado em",
    "Add New Domain": "Adicionar Novo Domínio",
    "Domain Type": "Tipo de Domínio",
    "Addon Domain": "Domínio Adicional",
    "Subdomain": "Subdomínio",
    "Enter your domain name": "Digite o nome do seu domínio",
    "row selected": "linha selecionada",
    "A new sub domain has been added.": "Um novo subdomínio foi adicionado.",
    "A new domain has been added.": "Um novo domínio foi adicionado.",
    "Domain deleted successfully": "Domínio excluído com sucesso",
    "Domains deleted successfully": "Domínios excluídos com sucesso",
    "Domains List": "Lista de Domínios",
    "Get instruction": "Obter instrução",
    "Accept": "Aceitar",
    "Pending": "Pendente",
    "Why are you reject it?": "Por que você está rejeitando?",
    "Enter reason...": "Digite o motivo...",
    "Submit": "Enviar",
    "Instructions": "Instruções",
    "cPanel Domain Setup Instructions": "Instruções de Configuração de Domínio no cPanel",
    "Login to your": "Faça login no seu",
    "cPanel": "cPanel",
    "account": "conta",
    "Go to": "Vá para",
    "Domains → Addon Domains": "Domínios → Domínios Adicionais",
    "Enter your new domain": "Digite seu novo domínio",
    "Leave the auto-generated subdirectory and FTP as default": "Deixe o subdiretório e o FTP gerados automaticamente como padrão",
    "Click": "Clique",
    "Add Domain": "Adicionar Domínio",
    "Update your domain’s DNS to point to your cPanel nameservers": "Atualize o DNS do seu domínio para apontar para seus servidores de nomes do cPanel",
    "Tip": "Dica",
    "If you need SSL, go to": "Se você precisar de SSL, vá para",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "no cPanel e emita um certificado para seu novo domínio (Let’s Encrypt é gratuito).",
    "Apache VPS Configuration": "Configuração do VPS Apache",
    "Apache Wildcard Domain Setup": "Configuração de Domínio Coringa Apache",
    "Create a config file in": "Crie um arquivo de configuração em",
    "How to Add a Domain in cPanel": "Como Adicionar um Domínio no cPanel",
    "Enable the site and reload Apache": "Habilite o site e recarregue o Apache",
    "Always test config before reload": "Sempre teste a configuração antes de recarregar",
    "Replace": "Substituir",
    "with your actual domain": "com seu domínio real",
    "Ensure correct file permissions (chown/chmod)": "Certifique-se de que as permissões de arquivo estão corretas (chown/chmod)",
    "Use": "Usar",
    "Certbot": "Certbot",
    "for free SSL": "para SSL gratuito",
    "Nginx VPS Configuration": "Configuração do VPS Nginx",
    "Nginx Wildcard Domain Setup": "Configuração de Domínio Coringa Nginx",
    "Enable the site and reload Nginx": "Habilite o site e recarregue o Nginx",
    "Important": "Importante",
    "Ensure correct file permissions": "Certifique-se de que as permissões de arquivo estão corretas",
    "Domain updated successfully": "Domínio atualizado com sucesso",
    "Domain": "Domínio",
    "Domain has been rejected successfully.": "Domínio rejeitado com sucesso.",
    "Domain has been approved successfully.": "Domínio aprovado com sucesso.",
    "Edit Domain": "Editar Domínio",
    "Deleted by user": "Excluído pelo usuário",

    "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 "
}
