mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Various fixes and cleanup
This commit is contained in:
@@ -1387,6 +1387,9 @@ return [
|
||||
'slack_webhook_url_help' => 'Se você quiser que o Firefly III envie notificações usando o Slack, digite a URL do webhook aqui. Caso contrário, deixe o campo em branco. Se você é um administrador, você precisa definir esta URL também na administração.',
|
||||
'slack_url_label' => 'URL do webhook de entrada do Slack',
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Excluir dados do Firefly III',
|
||||
'purge_data_expl' => '"Purgar" significa "apagar o que já está excluído". Em circunstâncias normais, o Firefly III não exclui nada permanentemente. Ela apenas o esconde. O botão abaixo exclui todos estes registros "excluídos" anteriores.',
|
||||
|
||||
@@ -103,73 +103,73 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.',
|
||||
'between.file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.',
|
||||
'between.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.',
|
||||
'between.array' => 'O campo :attribute precisar ter entre :min - :max itens.',
|
||||
'boolean' => 'O campo :attribute deverá ter o valor verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmação para o campo :attribute não coincide.',
|
||||
'date' => 'O campo :attribute não contém uma data válida.',
|
||||
'date_format' => 'A data indicada para o campo :attribute não respeita o formato :format.',
|
||||
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
|
||||
'digits' => 'O campo :attribute deverá conter :digits dígitos.',
|
||||
'digits_between' => 'O campo :attribute deverá conter entre :min a :max dígitos.',
|
||||
'email' => 'O campo :attribute não contém um endereço de email válido.',
|
||||
'filled' => 'O campo :attribute é obrigatório.',
|
||||
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
|
||||
'image' => 'O campo :attribute deverá conter uma imagem.',
|
||||
'in' => 'O campo :attribute não contém um valor válido.',
|
||||
'integer' => 'O campo :attribute deverá conter um número inteiro.',
|
||||
'ip' => 'O campo :attribute deverá conter um IP válido.',
|
||||
'json' => 'O campo :attribute deverá conter uma string JSON válida.',
|
||||
'max.numeric' => 'O campo :attribute não deverá conter um valor superior a :max.',
|
||||
'max.file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.',
|
||||
'max.string' => 'O campo :attribute não deverá conter mais de :max caracteres.',
|
||||
'max.array' => 'O campo :attribute deve ter no máximo :max itens.',
|
||||
'mimes' => 'O campo :attribute deverá conter um arquivo do tipo: :values.',
|
||||
'min.numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
|
||||
'lte.numeric' => 'O :attribute deve ser menor ou igual a :value.',
|
||||
'min.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
|
||||
'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
|
||||
'min.array' => 'O campo :attribute deve ter no mínimo :min itens.',
|
||||
'not_in' => 'O campo :attribute contém um valor inválido.',
|
||||
'numeric' => 'O campo :attribute deverá conter um valor numérico.',
|
||||
'numeric_native' => 'O montante nativo deve ser um número.',
|
||||
'numeric_destination' => 'O montante de destino deve ser um número.',
|
||||
'numeric_source' => 'O montante original deve ser um número.',
|
||||
'regex' => 'O formato do valor para o campo :attribute é inválido.',
|
||||
'required' => 'O campo :attribute é obrigatório.',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
|
||||
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
|
||||
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
|
||||
'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
|
||||
'required_without' => 'O campo :attribute é obrigatório quanto :values não está presente.',
|
||||
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
|
||||
'same' => 'Os campos :attribute e :other deverão conter valores iguais.',
|
||||
'size.numeric' => 'O campo :attribute deverá conter o valor :size.',
|
||||
'amount_min_over_max' => 'O valor mínimo não pode ser maior do que o valor máximo.',
|
||||
'size.file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.',
|
||||
'size.string' => 'O campo :attribute deverá conter :size caracteres.',
|
||||
'size.array' => 'O campo :attribute deve ter :size itens.',
|
||||
'unique' => 'O valor indicado para o campo :attribute já se encontra utilizado.',
|
||||
'string' => 'O campo :attribute deve ser uma string.',
|
||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||
'2fa_code' => 'O campo :attribute é inválido.',
|
||||
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'file' => 'O :attribute deve ser um arquivo.',
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'amount_zero' => 'O montante total não pode ser zero.',
|
||||
'current_target_amount' => 'O valor atual deve ser menor do que o valor pretendido.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'unique_object_group' => 'O nome do grupo deve ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'unique_existing_webhook' => 'Você já tem outro webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma configuração de moeda',
|
||||
'between.numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.',
|
||||
'between.file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.',
|
||||
'between.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.',
|
||||
'between.array' => 'O campo :attribute precisar ter entre :min - :max itens.',
|
||||
'boolean' => 'O campo :attribute deverá ter o valor verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmação para o campo :attribute não coincide.',
|
||||
'date' => 'O campo :attribute não contém uma data válida.',
|
||||
'date_format' => 'A data indicada para o campo :attribute não respeita o formato :format.',
|
||||
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
|
||||
'digits' => 'O campo :attribute deverá conter :digits dígitos.',
|
||||
'digits_between' => 'O campo :attribute deverá conter entre :min a :max dígitos.',
|
||||
'email' => 'O campo :attribute não contém um endereço de email válido.',
|
||||
'filled' => 'O campo :attribute é obrigatório.',
|
||||
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
|
||||
'image' => 'O campo :attribute deverá conter uma imagem.',
|
||||
'in' => 'O campo :attribute não contém um valor válido.',
|
||||
'integer' => 'O campo :attribute deverá conter um número inteiro.',
|
||||
'ip' => 'O campo :attribute deverá conter um IP válido.',
|
||||
'json' => 'O campo :attribute deverá conter uma string JSON válida.',
|
||||
'max.numeric' => 'O campo :attribute não deverá conter um valor superior a :max.',
|
||||
'max.file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.',
|
||||
'max.string' => 'O campo :attribute não deverá conter mais de :max caracteres.',
|
||||
'max.array' => 'O campo :attribute deve ter no máximo :max itens.',
|
||||
'mimes' => 'O campo :attribute deverá conter um arquivo do tipo: :values.',
|
||||
'min.numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
|
||||
'lte.numeric' => 'O :attribute deve ser menor ou igual a :value.',
|
||||
'min.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
|
||||
'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
|
||||
'min.array' => 'O campo :attribute deve ter no mínimo :min itens.',
|
||||
'not_in' => 'O campo :attribute contém um valor inválido.',
|
||||
'numeric' => 'O campo :attribute deverá conter um valor numérico.',
|
||||
'numeric_native' => 'O montante nativo deve ser um número.',
|
||||
'numeric_destination' => 'O montante de destino deve ser um número.',
|
||||
'numeric_source' => 'O montante original deve ser um número.',
|
||||
'regex' => 'O formato do valor para o campo :attribute é inválido.',
|
||||
'required' => 'O campo :attribute é obrigatório.',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
|
||||
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
|
||||
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
|
||||
'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
|
||||
'required_without' => 'O campo :attribute é obrigatório quanto :values não está presente.',
|
||||
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
|
||||
'same' => 'Os campos :attribute e :other deverão conter valores iguais.',
|
||||
'size.numeric' => 'O campo :attribute deverá conter o valor :size.',
|
||||
'amount_min_over_max' => 'O valor mínimo não pode ser maior do que o valor máximo.',
|
||||
'size.file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.',
|
||||
'size.string' => 'O campo :attribute deverá conter :size caracteres.',
|
||||
'size.array' => 'O campo :attribute deve ter :size itens.',
|
||||
'unique' => 'O valor indicado para o campo :attribute já se encontra utilizado.',
|
||||
'string' => 'O campo :attribute deve ser uma string.',
|
||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||
'2fa_code' => 'O campo :attribute é inválido.',
|
||||
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'file' => 'O :attribute deve ser um arquivo.',
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'amount_zero' => 'O montante total não pode ser zero.',
|
||||
'current_target_amount' => 'O valor atual deve ser menor do que o valor pretendido.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'unique_object_group' => 'O nome do grupo deve ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'unique_existing_webhook' => 'Você já tem outro webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma configuração de moeda',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -280,6 +280,9 @@ return [
|
||||
'amount_required_for_auto_budget' => 'O valor é necessário.',
|
||||
'auto_budget_amount_positive' => 'A quantidade deve ser maior do que zero.',
|
||||
'auto_budget_period_mandatory' => 'O período de orçamento automático é um campo obrigatório.',
|
||||
|
||||
// no access to administration:
|
||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user