mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-09-03 20:52:58 -05:00
Various fixes and cleanup
This commit is contained in:
@@ -103,73 +103,73 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => 'O :attribute tem de estar entre :min e :max.',
|
||||
'between.file' => 'O :attribute tem de estar entre :min e :max kilobytes.',
|
||||
'between.string' => 'O :attribute tem de ter entre :min e :max caracteres.',
|
||||
'between.array' => 'O :attribute tem de ter entre :min e :max itens.',
|
||||
'boolean' => 'O campo :attribute tem de ser verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmacao de :attribute nao coincide.',
|
||||
'date' => 'A :attribute nao e uma data valida.',
|
||||
'date_format' => 'O :attribute nao corresponde ao formato :format.',
|
||||
'different' => 'O :attribute e :other tem de ser diferentes.',
|
||||
'digits' => 'O :attribute tem de ter :digits digitos.',
|
||||
'digits_between' => 'O :attribute tem de ter entre :min e :max digitos.',
|
||||
'email' => 'O :attribute tem de ser um email valido.',
|
||||
'filled' => 'O campo :attribute e obrigatorio.',
|
||||
'exists' => 'O :attribute seleccionado e invalido.',
|
||||
'image' => 'O :attribute tem de ser uma imagem.',
|
||||
'in' => 'O :attribute seleccionado e invalido.',
|
||||
'integer' => 'O :attribute tem de ser um inteiro.',
|
||||
'ip' => 'O :attribute tem de ser um endereco IP valido.',
|
||||
'json' => 'O :attribute tem de ser uma string JSON valida.',
|
||||
'max.numeric' => 'O :attribute nao pode ser maior que :max.',
|
||||
'max.file' => 'O :attribute nao pode ter mais que :max kilobytes.',
|
||||
'max.string' => 'O :attribute nao pode ter mais que :max caracteres.',
|
||||
'max.array' => 'O :attribute nao pode ter mais que :max itens.',
|
||||
'mimes' => 'O :attribute tem de ser um ficheiro do tipo :values.',
|
||||
'min.numeric' => 'O :attribute tem de ter pelo menos :min.',
|
||||
'lte.numeric' => 'O :attribute tem de ser menor ou igual que :value.',
|
||||
'min.file' => 'O :attribute tem de ter, pelo menos, :min kilobytes.',
|
||||
'min.string' => 'O :attribute tem de ter, pelo menos, :min caracteres.',
|
||||
'min.array' => 'O :attribute tem de ter, pelo menos, :min itens.',
|
||||
'not_in' => 'O :attribute seleccionado e invalido.',
|
||||
'numeric' => 'O :attribute tem de ser um numero.',
|
||||
'numeric_native' => 'O montante nativo tem de ser um numero.',
|
||||
'numeric_destination' => 'O montante de destino tem de ser um numero.',
|
||||
'numeric_source' => 'O montante de origem tem de ser um numero.',
|
||||
'regex' => 'O formato do :attribute e invalido.',
|
||||
'required' => 'O campo :attribute e obrigatorio.',
|
||||
'required_if' => 'O campo :attribute e obrigatorio quando :other e :value.',
|
||||
'required_unless' => 'O campo :attribute e obrigatorio, a menos que :other esteja em :values.',
|
||||
'required_with' => 'O campo :attribute e obrigatorio quando o :values esta presente.',
|
||||
'required_with_all' => 'O campo :attribute e obrigatorio quando o :values esta presente.',
|
||||
'required_without' => 'O campo :attribute e obrigatorio quando o :values nao esta presente.',
|
||||
'required_without_all' => 'O campo :attribute e obrigatorio quando nenhum dos :values estao presentes.',
|
||||
'same' => 'O :attribute e o :other tem de corresponder.',
|
||||
'size.numeric' => 'O :attribute tem de ter :size.',
|
||||
'amount_min_over_max' => 'O montante minimo nao pode ser maior que o montante maximo.',
|
||||
'size.file' => 'O :attribute tem de ter :size kilobytes.',
|
||||
'size.string' => 'O :attribute tem e ter :size caracteres.',
|
||||
'size.array' => 'O :attribute tem de conter :size itens.',
|
||||
'unique' => 'O :attribute ja foi usado.',
|
||||
'string' => 'O :attribute tem de ser uma string.',
|
||||
'url' => 'O formato do :attribute e invalido.',
|
||||
'timezone' => 'O :attribute tem de ser uma zona valida.',
|
||||
'2fa_code' => 'O campo :attribute e invalido.',
|
||||
'dimensions' => 'O :attribute tem dimensoes de imagens incorrectas.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'file' => 'O :attribute tem de ser um ficheiro.',
|
||||
'in_array' => 'O campo :attribute nao existe em :other.',
|
||||
'present' => 'O campo :attribute tem de estar presente.',
|
||||
'amount_zero' => 'O montante total nao pode ser 0.',
|
||||
'current_target_amount' => 'O valor actual deve ser menor que o valor pretendido.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do mealheiro tem de ser unico.',
|
||||
'unique_object_group' => 'O nome do grupo tem que ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo de conta',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma moeda configurada',
|
||||
'between.numeric' => 'O :attribute tem de estar entre :min e :max.',
|
||||
'between.file' => 'O :attribute tem de estar entre :min e :max kilobytes.',
|
||||
'between.string' => 'O :attribute tem de ter entre :min e :max caracteres.',
|
||||
'between.array' => 'O :attribute tem de ter entre :min e :max itens.',
|
||||
'boolean' => 'O campo :attribute tem de ser verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmacao de :attribute nao coincide.',
|
||||
'date' => 'A :attribute nao e uma data valida.',
|
||||
'date_format' => 'O :attribute nao corresponde ao formato :format.',
|
||||
'different' => 'O :attribute e :other tem de ser diferentes.',
|
||||
'digits' => 'O :attribute tem de ter :digits digitos.',
|
||||
'digits_between' => 'O :attribute tem de ter entre :min e :max digitos.',
|
||||
'email' => 'O :attribute tem de ser um email valido.',
|
||||
'filled' => 'O campo :attribute e obrigatorio.',
|
||||
'exists' => 'O :attribute seleccionado e invalido.',
|
||||
'image' => 'O :attribute tem de ser uma imagem.',
|
||||
'in' => 'O :attribute seleccionado e invalido.',
|
||||
'integer' => 'O :attribute tem de ser um inteiro.',
|
||||
'ip' => 'O :attribute tem de ser um endereco IP valido.',
|
||||
'json' => 'O :attribute tem de ser uma string JSON valida.',
|
||||
'max.numeric' => 'O :attribute nao pode ser maior que :max.',
|
||||
'max.file' => 'O :attribute nao pode ter mais que :max kilobytes.',
|
||||
'max.string' => 'O :attribute nao pode ter mais que :max caracteres.',
|
||||
'max.array' => 'O :attribute nao pode ter mais que :max itens.',
|
||||
'mimes' => 'O :attribute tem de ser um ficheiro do tipo :values.',
|
||||
'min.numeric' => 'O :attribute tem de ter pelo menos :min.',
|
||||
'lte.numeric' => 'O :attribute tem de ser menor ou igual que :value.',
|
||||
'min.file' => 'O :attribute tem de ter, pelo menos, :min kilobytes.',
|
||||
'min.string' => 'O :attribute tem de ter, pelo menos, :min caracteres.',
|
||||
'min.array' => 'O :attribute tem de ter, pelo menos, :min itens.',
|
||||
'not_in' => 'O :attribute seleccionado e invalido.',
|
||||
'numeric' => 'O :attribute tem de ser um numero.',
|
||||
'numeric_native' => 'O montante nativo tem de ser um numero.',
|
||||
'numeric_destination' => 'O montante de destino tem de ser um numero.',
|
||||
'numeric_source' => 'O montante de origem tem de ser um numero.',
|
||||
'regex' => 'O formato do :attribute e invalido.',
|
||||
'required' => 'O campo :attribute e obrigatorio.',
|
||||
'required_if' => 'O campo :attribute e obrigatorio quando :other e :value.',
|
||||
'required_unless' => 'O campo :attribute e obrigatorio, a menos que :other esteja em :values.',
|
||||
'required_with' => 'O campo :attribute e obrigatorio quando o :values esta presente.',
|
||||
'required_with_all' => 'O campo :attribute e obrigatorio quando o :values esta presente.',
|
||||
'required_without' => 'O campo :attribute e obrigatorio quando o :values nao esta presente.',
|
||||
'required_without_all' => 'O campo :attribute e obrigatorio quando nenhum dos :values estao presentes.',
|
||||
'same' => 'O :attribute e o :other tem de corresponder.',
|
||||
'size.numeric' => 'O :attribute tem de ter :size.',
|
||||
'amount_min_over_max' => 'O montante minimo nao pode ser maior que o montante maximo.',
|
||||
'size.file' => 'O :attribute tem de ter :size kilobytes.',
|
||||
'size.string' => 'O :attribute tem e ter :size caracteres.',
|
||||
'size.array' => 'O :attribute tem de conter :size itens.',
|
||||
'unique' => 'O :attribute ja foi usado.',
|
||||
'string' => 'O :attribute tem de ser uma string.',
|
||||
'url' => 'O formato do :attribute e invalido.',
|
||||
'timezone' => 'O :attribute tem de ser uma zona valida.',
|
||||
'2fa_code' => 'O campo :attribute e invalido.',
|
||||
'dimensions' => 'O :attribute tem dimensoes de imagens incorrectas.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'file' => 'O :attribute tem de ser um ficheiro.',
|
||||
'in_array' => 'O campo :attribute nao existe em :other.',
|
||||
'present' => 'O campo :attribute tem de estar presente.',
|
||||
'amount_zero' => 'O montante total nao pode ser 0.',
|
||||
'current_target_amount' => 'O valor actual deve ser menor que o valor pretendido.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do mealheiro tem de ser unico.',
|
||||
'unique_object_group' => 'O nome do grupo tem que ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo de conta',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma moeda configurada',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -280,6 +280,9 @@ return [
|
||||
'amount_required_for_auto_budget' => 'O montante é obrigatório.',
|
||||
'auto_budget_amount_positive' => 'O montante deve ser maior 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