new crowdin translations
This commit is contained in:
@@ -9,7 +9,7 @@ return [
|
||||
|
||||
'invoice_remind_customer' => [
|
||||
'subject' => '{invoice_number} aviso de fatura vencida',
|
||||
'body' => 'Caro {customer_name},<br /><br />Este é um aviso de fatura em atraso <strong>{invoice_number}</strong>.<br /><br />O total da fatura é {invoice_total} e venceu em <strong>{invoice_due_date}</strong>.<br /><br />Você pode ver os detalhes da fatura e prosseguir com o pagamento a partir do seguinte link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
'body' => 'Caro {customer_name},<br /><br />Este é um aviso de fatura em atraso <strong>{invoice_number}</strong>.<br /><br />O total da fatura é {invoice_total} e venceu em <strong>{invoice_due_date}</strong>.<br /><br />É possível ver os detalhes da fatura e prosseguir com o pagamento a partir do seguinte link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_admin' => [
|
||||
@@ -24,7 +24,7 @@ return [
|
||||
|
||||
'invoice_recur_admin' => [
|
||||
'subject' => 'Fatura recorrente {invoice_number} criada',
|
||||
'body' => 'Olá,<br /><br /> Baseado no círculo recorrente de {customer_name}, a fatura <strong>{invoice_number}</strong> foi criada automaticamente.<br /><br />Você pode ver os detalhes da fatura a partir do seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
'body' => 'Olá,<br /><br /> Baseado no círculo recorrente de {customer_name}, a fatura <strong>{invoice_number}</strong> foi criada automaticamente.<br /><br />É possível ver os detalhes da fatura a partir do seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_view_admin' => [
|
||||
@@ -39,17 +39,17 @@ return [
|
||||
|
||||
'invoice_payment_admin' => [
|
||||
'subject' => 'Pagamento recebido para fatura {invoice_number}',
|
||||
'body' => 'Olá,<br /><br />{customer_name} registrou um pagamento para a fatura <strong>{invoice_number}</strong>.<br /><br />Você pode ver os detalhes da fatura no seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
'body' => 'Olá,<br /><br />{customer_name} registrou um pagamento para a fatura <strong>{invoice_number}</strong>.<br /><br />É possível ver os detalhes da fatura no seguinte link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_remind_admin' => [
|
||||
'subject' => 'Notificação lembrete de cobrança {bill_number}',
|
||||
'body' => 'Olá,<br /><br /> Este é um lembrete de vencimento da fatura <strong>{bill_number}</strong> de {vendor_name}.<br /><br />O total da fatura é {bill_total} e vence em <strong>{bill_due_date} </strong>.<br /><br />Você poderá visualizar os detalhes da fatura no seguinte link: <a href="{bill_admin_link}"> {bill_number} </a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
'body' => 'Olá,<br /><br /> Este é um lembrete de vencimento da fatura <strong>{bill_number}</strong> de {vendor_name}.<br /><br />O total da fatura é {bill_total} e vence em <strong>{bill_due_date} </strong>.<br /><br />É possível visualizar os detalhes da fatura no seguinte link: <a href="{bill_admin_link}"> {bill_number} </a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_recur_admin' => [
|
||||
'subject' => 'Fatura recorrente {bill_number} criada',
|
||||
'body' => 'Olá,<br /><br /> Baseado no círculo recorrente de {vendor_name}, a fatura <strong>{bill_number}</strong> foi criada automaticamente.<br /><br />Você pode ver os detalhes da fatura a partir do seguinte link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
'body' => 'Olá,<br /><br /> Baseado no círculo recorrente de {vendor_name}, a fatura <strong>{bill_number}</strong> foi criada automaticamente.<br /><br />É possível ver os detalhes da fatura a partir do seguinte link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Atenciosamente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'payment_received_customer' => [
|
||||
|
||||
@@ -19,5 +19,7 @@ return [
|
||||
'404' => 'Não conseguimos encontrar a página que você está procurando.',
|
||||
'500' => 'Nós vamos trabalhar para consertar isso o mais rápido possível.',
|
||||
'record' => 'Não conseguimos encontrar a página que você está procurando.',
|
||||
'amount' => 'Esta página contém valores inválidos! Por favor, entre em contato com o administrador do sistema.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -22,6 +22,7 @@ return [
|
||||
'extension' => 'Extensão :extension precisa ser instalado e carregado!',
|
||||
'directory' => 'O diretório :directory precisa de permissão para escrita!',
|
||||
'executable' => 'O arquivo executável do PHP CLI não está definido/funcionando ou sua versão não é :php_version ou superior! Por favor, peça à sua empresa de hospedagem que defina corretamente a variável de ambiente PHP_BINARY ou PHP_PATH.',
|
||||
'npm' => '<b>Arquivos JavaScript ausentes!</b> <br><br><span>É preciso executar os comandos <em class="underline">npm install</em> e <em class="underline">npm run dev</em> .</span>',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
|
||||
@@ -6,6 +6,6 @@ return [
|
||||
|
||||
'message' => 'Desculpe, estamos em manutenção. Por favor, tente novamente mais tarde!',
|
||||
|
||||
'read_only' => 'Modo somente leitura está ativado. Você pode visualizar, mas não pode alterar nada!',
|
||||
'read_only' => 'O modo somente leitura está ativado. É permitido visualizar, mas não pode alterar nada!',
|
||||
|
||||
];
|
||||
|
||||
@@ -41,6 +41,7 @@ return [
|
||||
'reconciled_doc' => 'Aviso: Você não tem permissão para alterar/excluir :type, porque as transações estão reconciliadas!',
|
||||
'disable_code' => 'Aviso: você não tem permissão para desativar ou alterar a moeda de <b>:name</b> porque possui :text relacionado.',
|
||||
'payment_cancel' => 'Aviso: Você cancelou recentemente o método de pagamento :method!',
|
||||
'missing_transfer' => 'Aviso: A transferência relacionada a esta transação está faltando. Considere a exclusão desta transação.',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -86,6 +86,13 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'import_failed' => [
|
||||
|
||||
'subject' => 'Importação falhou',
|
||||
'description' => 'Não foi possível importar o arquivo devido a vários problemas. Confira seu e-mail para os detalhes.',
|
||||
|
||||
],
|
||||
|
||||
'new_apps' => [
|
||||
|
||||
'title' => 'Novo app',
|
||||
|
||||
@@ -13,7 +13,7 @@ return [
|
||||
'logo' => 'Logo',
|
||||
|
||||
'form_description' => [
|
||||
'general' => 'Esta informação está visível nos registros que você criar.',
|
||||
'general' => 'Essa informação está visível nos registros que criar.',
|
||||
'address' => 'O endereço será usado nas faturas, contas e outros registros que solicitar.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -28,6 +28,7 @@ return [
|
||||
'create' => ':user criou essa transferência em :date',
|
||||
'transactions' => 'Lista de transações relacionadas a esta transferência',
|
||||
'transactions_desc' => 'Transação :number para :account',
|
||||
'attachments' => 'Baixar os arquivos anexados a esta transferência',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -14,6 +14,7 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'O :attribute deve ser aceito.',
|
||||
'accepted_if' => 'O :attribute deve ser aceito quando :other é :value.',
|
||||
'active_url' => 'O :attribute não é uma URL válida.',
|
||||
'after' => 'O :attribute deve ser uma data posterior a :date.',
|
||||
'after_or_equal' => 'O :attribute deve ser uma data posterior ou igual a :date.',
|
||||
@@ -24,10 +25,10 @@ return [
|
||||
'before' => 'O :attribute deve ser uma data anterior a :date.',
|
||||
'before_or_equal' => 'O :attribute deve ser uma data anterior ou igual a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'O :attribute deve estar entre :min e :max.',
|
||||
'file' => 'O :attribute deve estar entre :min e :max kilobytes.',
|
||||
'string' => 'O :attribute deve estar entre :min e :max caracteres.',
|
||||
'array' => 'O :attribute deve ter entre :min e :max itens.',
|
||||
'file' => 'O :attribute deve estar entre :min e :max kilobytes.',
|
||||
'numeric' => 'O :attribute deve estar entre :min e :max.',
|
||||
'string' => 'O :attribute deve estar entre :min e :max caracteres.',
|
||||
],
|
||||
'boolean' => 'O :attribute deve ser verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmação de :attribute não confere.',
|
||||
@@ -35,27 +36,31 @@ return [
|
||||
'date' => 'O :attribute não é uma data válida.',
|
||||
'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
|
||||
'date_format' => 'O :attribute não confere com o formato :format.',
|
||||
'declined' => 'O :attribute deve ser recusado.',
|
||||
'declined_if' => 'O :attribute deve ser recusado quando :other é :value.',
|
||||
'different' => 'O :attribute e :other devem ser <strong>diferentes</strong>.',
|
||||
'digits' => 'O :attribute deve ter :digits dígitos.',
|
||||
'digits_between' => 'O :attribute deve ter entre :min e :max dígitos.',
|
||||
'dimensions' => 'O :attribute não tem dimensões válidas.',
|
||||
'distinct' => 'O :attribute campo contém um valor duplicado.',
|
||||
'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.',
|
||||
'email' => 'O :attribute deve ser um endereço de e-mail <strong>válido</strong>.',
|
||||
'ends_with' => 'O :attribute deve terminar com um dos seguintes: :values',
|
||||
'enum' => 'O :attribute selecionado é inválido.',
|
||||
'exists' => 'O :attribute selecionado é inválido.',
|
||||
'file' => 'O :attribute deve ser um <strong>arquivo</strong>.',
|
||||
'filled' => 'O campo :attribute deve ter um <strong>valor</strong>.',
|
||||
'gt' => [
|
||||
'numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
'file' => 'O arquivo :attribute deve ser maior que :value kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter mais que :value itens.',
|
||||
'file' => 'O arquivo :attribute deve ser maior que :value kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'O campo :attribute deve ser maior ou igual a :value.',
|
||||
'file' => 'O arquivo :attribute deve ser maior ou igual a :value kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter :value itens ou mais.',
|
||||
'file' => 'O arquivo :attribute deve ser maior ou igual a :value kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve ser maior ou igual a :value.',
|
||||
'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.',
|
||||
],
|
||||
'image' => 'O :attribute deve ser uma <strong>imagem</strong>.',
|
||||
'in' => 'O :attribute é inválido.',
|
||||
@@ -66,61 +71,70 @@ return [
|
||||
'ipv6' => 'O :attribute deve ter um IPv6 válido.',
|
||||
'json' => 'O :attribute deve ser um JSON válido.',
|
||||
'lt' => [
|
||||
'numeric' => 'O :attribute deve ser menor que :value.',
|
||||
'file' => 'O :attribute deve ter menos de :value kilobytes.',
|
||||
'string' => 'O :attribute deve ser menor que :value characters.',
|
||||
'array' => 'O :attribute deve ter menos de :value items.',
|
||||
'file' => 'O :attribute deve ter menos de :value kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser menor que :value.',
|
||||
'string' => 'O :attribute deve ser menor que :value characters.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'O :attribute deve ser menor ou igual a :value.',
|
||||
'file' => 'O :attribute deve ser menor ou igual a :value kilobytes.',
|
||||
'string' => 'O :attribute deve ser menor ou igual a :value caracteres.',
|
||||
'array' => 'O :attribute não deve ter mais de :value items.',
|
||||
'file' => 'O campo :attribute deve ser menor ou igual a :value caracteres.',
|
||||
'numeric' => 'O campo :attribute deve ser menor ou igual a :value.',
|
||||
'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.',
|
||||
],
|
||||
'mac_address' => 'O :attribute deve ser um endereço MAC válido.',
|
||||
'max' => [
|
||||
'numeric' => 'O :attribute não deve ser maior que :max.',
|
||||
'file' => 'O :attribute não deve ter mais que :max kilobytes.',
|
||||
'string' => 'O :attribute não deve ter mais que :max caracteres.',
|
||||
'array' => 'O :attribute não pode ter mais que :max itens.',
|
||||
'file' => 'O :attribute não deve ter mais que :max kilobytes.',
|
||||
'numeric' => 'O :attribute não deve ser maior que :max.',
|
||||
'string' => 'O :attribute não deve ter mais que :max caracteres.',
|
||||
],
|
||||
'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'mimetypes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'O :attribute deve ser no mínimo :min.',
|
||||
'file' => 'O :attribute deve ter no mínimo :min kilobytes.',
|
||||
'string' => 'O :attribute deve ter no mínimo :min caracteres.',
|
||||
'array' => 'O :attribute deve ter no mínimo :min itens.',
|
||||
'file' => 'O :attribute deve ter no mínimo :min kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser no mínimo :min.',
|
||||
'string' => 'O :attribute deve ter no mínimo :min caracteres.',
|
||||
],
|
||||
'multiple_of' => 'O :attribute deve ser um múltiplo de :value.',
|
||||
'not_in' => 'O :attribute selecionado é inválido.',
|
||||
'not_regex' => 'O formato do :attribute é inválido.',
|
||||
'numeric' => 'O :attribute deve ser um número.',
|
||||
'password' => 'A senha está incorreta.',
|
||||
'password' => [
|
||||
'letters' => 'A :attribute deve conter pelo menos uma letra.',
|
||||
'mixed' => 'A :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
|
||||
'numbers' => 'A :attribute deve conter pelo menos um número.',
|
||||
'symbols' => 'A :attribute deve conter pelo menos um símbolo.',
|
||||
'uncompromised' => 'A :attribute apareceu em um vazamento de dados. Por favor, escolha uma :attribute diferente.',
|
||||
],
|
||||
'present' => 'O campo :attribute deve estar <strong>presente</strong>.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'prohibited_unless' => 'O campo :attribute é proibido a não ser que :other esteja em :values.',
|
||||
'prohibits' => 'O campo :attribute proíbe :other de estar presente.',
|
||||
'regex' => 'O formato de :attribute é <strong>inválido</strong>.',
|
||||
'required' => 'O campo :attribute é <strong>obrigatório</strong>.',
|
||||
'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
|
||||
'required_unless' => 'O :attribute é necessário a menos que :other esteja em :values.',
|
||||
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
|
||||
'required_with_all' => 'O campo :attribute é obrigatório quando :values estão presentes.',
|
||||
'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.',
|
||||
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum destes estão presentes: :values.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'prohibited_unless' => 'O campo :attribute é proibido a não ser que :other esteja em :values.',
|
||||
'same' => 'O :attribute e :other devem ser iguais.',
|
||||
'size' => [
|
||||
'numeric' => 'O :attribute deve ser :size.',
|
||||
'file' => 'O :attribute deve ter :size kilobytes.',
|
||||
'string' => 'O :attribute deve conter <strong>:size</strong> caracteres.',
|
||||
'array' => 'O :attribute deve conter :size itens.',
|
||||
'file' => 'O :attribute deve ter :size kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser :size.',
|
||||
'string' => 'O :attribute deve conter <strong>:size</strong> caracteres.',
|
||||
],
|
||||
'starts_with' => 'O :attribute deve começar com um dos seguintes: :values.',
|
||||
'string' => 'O :attribute deve ser uma <strong>string</strong>.',
|
||||
'timezone' => 'O :attribute deve ser uma timezone válida.',
|
||||
'timezone' => 'O campo :attribute deve conter um fuso horário válido.',
|
||||
'unique' => 'O :attribute já foi <strong>usado</strong>.',
|
||||
'uploaded' => 'O :attribute <strong>falhou</strong> no upload.',
|
||||
'url' => 'O formato de :attribute é <strong>inválido</strong>.',
|
||||
'url' => 'O campo :attribute deve conter um endereço URL válido.',
|
||||
'uuid' => 'O :attribute deve ser um UUID válido.',
|
||||
|
||||
/*
|
||||
@@ -141,6 +155,7 @@ return [
|
||||
'invalid_currency' => 'O código :attribute é inválido.',
|
||||
'invalid_amount' => 'O :attribute é inválido.',
|
||||
'invalid_extension' => 'A extensão do arquivo é inválida.',
|
||||
'invalid_dimension' => 'As dimensões :attribute devem ser no máximo :width x :height px.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user