mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update translations
This commit is contained in:
+121
-121
@@ -3,154 +3,154 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'accepted' => 'O campo :attribute deverá ser aceite.',
|
||||
'accepted_if' => 'O :attribute deve ser aceite quando o :other é :value.',
|
||||
'active_url' => 'O campo :attribute não contém um URL válido.',
|
||||
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
|
||||
'after_or_equal' => 'O campo :attribute deverá conter uma data posterior ou igual a :date.',
|
||||
'alpha' => 'O campo :attribute deverá conter apenas letras.',
|
||||
'alpha_dash' => 'O campo :attribute deverá conter apenas letras, números e traços.',
|
||||
'alpha_num' => 'O campo :attribute deverá conter apenas letras e números .',
|
||||
'any_of' => 'The :attribute field is invalid.',
|
||||
'array' => 'O campo :attribute deverá conter uma coleção de elementos.',
|
||||
'ascii' => 'O :attribute deve conter apenas caracteres alfanuméricos de byte único e símbolos.',
|
||||
'before' => 'O campo :attribute deverá conter uma data anterior a :date.',
|
||||
'before_or_equal' => 'O campo :attribute deverá conter uma data anterior ou igual a :date.',
|
||||
'accepted' => 'O campo:attribute deve ser aceito.',
|
||||
'accepted_if' => 'O campo :attribute deve ser aceito quando :other é :value.',
|
||||
'active_url' => 'O campo :attribute deve ser uma URL válida.',
|
||||
'after' => 'O campo :attribute deve ser uma data após :date.',
|
||||
'after_or_equal' => 'O campo :attribute deve ser uma data depois ou igual a :date.',
|
||||
'alpha' => 'O campo :attribute deve conter apenas letras.',
|
||||
'alpha_dash' => 'O campo :attribute deve conter letras, números, traços e sublinhados.',
|
||||
'alpha_num' => 'O campo :attribute deve conter apenas letras e números.',
|
||||
'any_of' => 'O campo :attribute é inválido.',
|
||||
'array' => 'O :attribute deve ser um array.',
|
||||
'ascii' => 'O campo :attribute deve conter apenas caracteres alfanuméricos e símbolos.',
|
||||
'before' => 'O campo :attribute deve ser uma data anterior a :date.',
|
||||
'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.',
|
||||
'between' => [
|
||||
'array' => 'O campo :attribute deverá conter entre :min - :max elementos.',
|
||||
'file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.',
|
||||
'string' => 'O campo :attribute deverá conter entre :min - :max caracteres.',
|
||||
'array' => 'O campo :attribute deve ter entre :min e :max itens.',
|
||||
'file' => 'O campo :attribute deve estar entre :min e :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve estar entre :min e :max.',
|
||||
'string' => 'O campo :attribute deve ter entre :min e :max caracteres.',
|
||||
],
|
||||
'boolean' => 'O campo :attribute deverá conter o valor verdadeiro ou falso.',
|
||||
'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.',
|
||||
'can' => 'O campo :attribute contém um valor não autorizado.',
|
||||
'confirmed' => 'A confirmação para o campo :attribute não coincide.',
|
||||
'contains' => 'O campo :attribute não possui um valor obrigatório.',
|
||||
'current_password' => 'A palavra-passe está incorreta.',
|
||||
'date' => 'O campo :attribute não contém uma data válida.',
|
||||
'date_equals' => 'O campo :attribute tem de ser uma data igual a :date.',
|
||||
'date_format' => 'A data indicada para o campo :attribute não respeita o formato :format.',
|
||||
'decimal' => 'O :attribute deve ter :decimal casas decimais.',
|
||||
'declined' => 'O :attribute deve ser recusado.',
|
||||
'declined_if' => 'O :attribute deve ser recusado quando :other é :value.',
|
||||
'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
|
||||
'digits' => 'O campo :attribute deverá conter :digits caracteres.',
|
||||
'digits_between' => 'O campo :attribute deverá conter entre :min a :max caracteres.',
|
||||
'dimensions' => 'O campo :attribute deverá conter uma dimensão de imagem válida.',
|
||||
'distinct' => 'O campo :attribute contém um valor duplicado.',
|
||||
'doesnt_end_with' => 'O campo :attribute não pode terminar com um dos seguintes: :values.',
|
||||
'doesnt_start_with' => 'O campo :attribute não pode começar com um dos seguintes: :values.',
|
||||
'email' => 'O campo :attribute não contém um endereço de e-mail válido.',
|
||||
'ends_with' => 'O campo :attribute deverá terminar com : :values.',
|
||||
'confirmed' => 'A confirmação do campo :attribute não corresponde.',
|
||||
'contains' => 'O campo :attribute não contém um valor obrigatório.',
|
||||
'current_password' => 'A senha está incorreta.',
|
||||
'date' => 'O campo :attribute deve ser uma data válida.',
|
||||
'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
|
||||
'date_format' => 'O campo :attribute deve ser igual ao formato :format.',
|
||||
'decimal' => 'O campo :attribute deve ter :decimais.',
|
||||
'declined' => 'O campo :attribute deve ser recusado.',
|
||||
'declined_if' => 'O campo :attribute deve ser recusado quando :other é :value.',
|
||||
'different' => 'O campo :attribute e :other devem ser diferentes.',
|
||||
'digits' => 'O :attribute deve ter :digits dígitos.',
|
||||
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
|
||||
'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.',
|
||||
'distinct' => 'O :attribute tem um valor duplicado.',
|
||||
'doesnt_end_with' => 'O campo :attribute não deve terminar com um dos seguintes: :values.',
|
||||
'doesnt_start_with' => 'O campo :attribute não deve começar com um dos seguintes: :values.',
|
||||
'email' => 'O campo :attribute deve ser um email válido.',
|
||||
'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values.',
|
||||
'enum' => 'O :attribute selecionado é inválido.',
|
||||
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
|
||||
'exists' => 'O :attribute selecionado é inválido.',
|
||||
'extensions' => 'O campo :attribute deve ter uma das seguintes extensões: :values.',
|
||||
'file' => 'O campo :attribute deverá conter um ficheiro.',
|
||||
'filled' => 'É obrigatória a indicação de um valor para o campo :attribute.',
|
||||
'file' => 'O campo :attribute deve ser um arquivo.',
|
||||
'filled' => 'O :attribute deve ter um valor.',
|
||||
'gt' => [
|
||||
'array' => 'O campo :attribute tem de ter mais de :value itens.',
|
||||
'file' => 'O campo :attribute tem de ter mais de :value quilobytes.',
|
||||
'numeric' => 'O campo :attribute tem de ser maior do que :value.',
|
||||
'string' => 'O campo :attribute tem de ter mais de :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter mais de :value items.',
|
||||
'file' => 'O campo :attribute deve ser maior que :value kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser maior que :value.',
|
||||
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => 'O campo :attribute tem de ter :value itens ou mais.',
|
||||
'file' => 'O campo :attribute tem de ter :value quilobytes ou mais.',
|
||||
'numeric' => 'O campo :attribute tem de ser maior ou igual a :value.',
|
||||
'string' => 'O campo :attribute tem de ter :value caracteres ou mais.',
|
||||
'array' => 'O campo :attribute deve ter :value items ou mais.',
|
||||
'file' => 'O campo :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.',
|
||||
],
|
||||
'hex_color' => 'O campo :attribute deve ter uma cor hexadecimal válida.',
|
||||
'image' => 'O campo :attribute deverá conter uma imagem.',
|
||||
'in' => 'O campo :attribute não contém um valor válido.',
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'integer' => 'O campo :attribute deverá conter um número inteiro.',
|
||||
'ip' => 'O campo :attribute deverá conter um IP válido.',
|
||||
'ipv4' => 'O campo :attribute deverá conter um IPv4 válido.',
|
||||
'ipv6' => 'O campo :attribute deverá conter um IPv6 válido.',
|
||||
'json' => 'O campo :attribute deverá conter um texto JSON válido.',
|
||||
'hex_color' => 'O campo :attribute deve ser uma cor hexadecimal válida.',
|
||||
'image' => 'O campo :attribute deve ser uma imagem.',
|
||||
'in' => 'O :attribute selecionado é inválido.',
|
||||
'in_array' => 'O campo :attribute deve existir em :other.',
|
||||
'integer' => 'O campo :attribute deve ser um número inteiro.',
|
||||
'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
|
||||
'ipv4' => 'O campo :attribute deve ter um endereço IPv4.',
|
||||
'ipv6' => 'O campo :attribute deve ter um IPv6 válido.',
|
||||
'json' => 'O campo :attribute deve ser um JSON válido.',
|
||||
'list' => 'O campo :attribute deve ser uma lista.',
|
||||
'lowercase' => 'O campo :attribute deve ser em minúsculas.',
|
||||
'lowercase' => 'O campo :attribute deve ser minúsculo.',
|
||||
'lt' => [
|
||||
'array' => 'O campo :attribute tem de ter menos de :value itens.',
|
||||
'file' => 'O campo :attribute tem de ter menos de :value quilobytes.',
|
||||
'numeric' => 'O campo :attribute tem de ser inferior a :value.',
|
||||
'string' => 'O campo :attribute tem de ter menos de :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter menos de :value items.',
|
||||
'file' => 'O campo :attribute deve ter menos de :value kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser menor que :value.',
|
||||
'string' => 'O campo :attribute deve ter menos de :value caracteres.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'O campo :attribute não pode ter mais de :value itens.',
|
||||
'file' => 'O campo :attribute tem de ter :value quilobytes ou menos.',
|
||||
'numeric' => 'O campo :attribute tem de ser inferior ou igual a :value.',
|
||||
'string' => 'O campo :attribute tem de ter :value caracteres ou menos.',
|
||||
'array' => 'O campo :attribute não deve ter mais de :value items.',
|
||||
'file' => 'O campo :attribute deve ser menor ou igual a :value kilobytes.',
|
||||
'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.',
|
||||
'mac_address' => 'O campo :attribute deve ser um endereço MAC válido.',
|
||||
'max' => [
|
||||
'array' => 'O campo :attribute não deverá conter mais de :max elementos.',
|
||||
'file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute não deverá conter um valor superior a :max.',
|
||||
'string' => 'O campo :attribute não deverá conter mais de :max caracteres.',
|
||||
'array' => 'O campo :attribute não deve ter mais de :max itens.',
|
||||
'file' => 'O campo :attribute não deve ser maior que :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute não deve ser maior que :max.',
|
||||
'string' => 'O campo :attribute não deve ser maior que :max caracteres.',
|
||||
],
|
||||
'max_digits' => 'O campo :attribute não pode ter mais do que :max digítos.',
|
||||
'mimes' => 'O campo :attribute deverá conter um ficheiro do tipo: :values.',
|
||||
'mimetypes' => 'O campo :attribute deverá conter um ficheiro do tipo: :values.',
|
||||
'max_digits' => 'O campo :attribute não deve ter mais de :max dígitos.',
|
||||
'mimes' => 'O campo :attribute deve ser um arquivo de tipo: :values.',
|
||||
'mimetypes' => 'O campo :attribute deve ser um arquivo de tipo: :values.',
|
||||
'min' => [
|
||||
'array' => 'O campo :attribute deverá conter no mínimo :min elementos.',
|
||||
'file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
|
||||
'numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
|
||||
'string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
|
||||
'array' => 'O campo :attribute deve ter pelo menos :min itens.',
|
||||
'file' => 'O campo :attribute deve ter no mínimo :min caracteres.',
|
||||
'numeric' => 'O campo :attribute deve ter pelo menos :min.',
|
||||
'string' => 'O campo :attribute deve ter no mínimo :min caracteres.',
|
||||
],
|
||||
'min_digits' => 'O campo :attribute deve ter pelo menos :min digítos.',
|
||||
'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos.',
|
||||
'missing' => 'O campo :attribute deve estar faltando.',
|
||||
'missing_if' => 'O campo :attribute deve estar ausente quando :other for :value.',
|
||||
'missing_unless' => 'O campo :attribute deve estar ausente, a menos que :other seja :value.',
|
||||
'missing_with' => 'O campo :attribute deve estar ausente quando :values estiver presente.',
|
||||
'missing_with_all' => 'O campo :attribute deve estar ausente quando :values estiverem presentes.',
|
||||
'multiple_of' => 'O :attribute deve ser um múltiplo de :value',
|
||||
'not_in' => 'O campo :attribute contém um valor inválido.',
|
||||
'not_regex' => 'O formato de :attribute não é válido',
|
||||
'numeric' => 'O campo :attribute deverá conter um valor numérico.',
|
||||
'missing_if' => 'O campo :attribute deve estar faltando quando :other é :value.',
|
||||
'missing_unless' => 'O campo :attribute deve estar faltando a menos que :other seja :value.',
|
||||
'missing_with' => 'O campo :attribute deve estar faltando quando :values está presente.',
|
||||
'missing_with_all' => 'O campo :attribute deve estar faltando quando :values estão presentes.',
|
||||
'multiple_of' => 'O :attribute deve ser um múltiplo de :value.',
|
||||
'not_in' => 'O :attribute selecionado é inválido.',
|
||||
'not_regex' => 'O formato do campo :attribute é inválido.',
|
||||
'numeric' => 'O :attribute campo deve ser um número.',
|
||||
'password' => [
|
||||
'letters' => 'O campo :attribute deve conter pelo menos uma letra.',
|
||||
'mixed' => 'O campo :attribute deve conter pelo menos uma maiúscula e uma minúscula.',
|
||||
'mixed' => 'O campo :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
|
||||
'numbers' => 'O campo :attribute deve conter pelo menos um número.',
|
||||
'symbols' => 'O campo :attribute deve conter pelo menos um símbolo.',
|
||||
'uncompromised' => 'O campo :attribute apareceu numa fuga de dados. Por favor, escolha um :attribute diferente.',
|
||||
'uncompromised' => 'O :attribute apareceu em uma vazamento de dados. Por favor, escolha outro :attribute.',
|
||||
],
|
||||
'present' => 'O campo :attribute deverá estar presente.',
|
||||
'present_if' => 'O campo :attribute deve estar presente quando :other for :value.',
|
||||
'present_unless' => 'O campo :attribute deve estar presente, a menos que :other seja :value.',
|
||||
'present_with' => 'O campo :attribute deve estar presente quando :values estiver presente.',
|
||||
'present_with_all' => 'O campo :attribute deve estar presente quando :values estiverem presentes.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'present_if' => 'O campo :attribute deve estar presente quando :other é :value.',
|
||||
'present_unless' => 'O campo :attribute deve estar presente a não ser :other é :value.',
|
||||
'present_with' => 'O campo :attribute deve estar presente quando :values está presente.',
|
||||
'present_with_all' => 'O campo :attribute deve estar presente quando :values estão presentes.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'prohibited_if_accepted' => 'The :attribute field is prohibited when :other is accepted.',
|
||||
'prohibited_if_declined' => 'The :attribute field is prohibited when :other is declined.',
|
||||
'prohibited_unless' => 'O campo :attribute é proibido a menos que :other esteja em :values.',
|
||||
'prohibited_if_accepted' => 'O campo :attribute é proibido quando :other é aceito.',
|
||||
'prohibited_if_declined' => 'O campo :attribute é proibido quando :other é negado.',
|
||||
'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 do valor para o campo :attribute é inválido.',
|
||||
'required' => 'É obrigatória a indicação de um valor para o campo :attribute.',
|
||||
'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.',
|
||||
'required_if' => 'É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.',
|
||||
'required_if_accepted' => 'O campo :attribute é obrigatório quando :other foi aceite.',
|
||||
'required_if_declined' => 'O campo :attribute é obrigatório quando :other foi recusado.',
|
||||
'required_unless' => 'É obrigatória a indicação de um valor para o campo :attribute a menos que :other esteja presente em :values.',
|
||||
'required_with' => 'É obrigatória a indicação de um valor para o campo :attribute quando :values está presente.',
|
||||
'required_with_all' => 'É obrigatória a indicação de um valor para o campo :attribute quando um dos :values está presente.',
|
||||
'required_without' => 'É obrigatória a indicação de um valor para o campo :attribute quando :values não está presente.',
|
||||
'required_without_all' => 'É obrigatória a indicação de um valor para o campo :attribute quando nenhum dos :values está presente.',
|
||||
'same' => 'Os campos :attribute e :other deverão conter valores iguais.',
|
||||
'regex' => 'O formato do campo :attribute é inválido.',
|
||||
'required' => 'O campo :attribute é obrigatório.',
|
||||
'required_array_keys' => 'O campo :attribute deve conter postagens para: :values.',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
|
||||
'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito.',
|
||||
'required_if_declined' => 'O campo :attribute é obrigatório quando :other é recusado.',
|
||||
'required_unless' => 'O campo :attribute é obrigató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 nenhum dos :values está presente.',
|
||||
'same' => 'O :attribute campo deve ser igual a :other.',
|
||||
'size' => [
|
||||
'array' => 'O campo :attribute deverá conter :size elementos.',
|
||||
'file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.',
|
||||
'numeric' => 'O campo :attribute deverá conter o valor :size.',
|
||||
'string' => 'O campo :attribute deverá conter :size caracteres.',
|
||||
'array' => 'O campo :attribute deve conter :size itens.',
|
||||
'file' => 'O :attribute deve ter :size kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve ser :size.',
|
||||
'string' => 'O campo :attribute deve ter :size caracteres.',
|
||||
],
|
||||
'starts_with' => 'O campo :attribute tem de começar com um dos valores seguintes: :values',
|
||||
'string' => 'O campo :attribute deverá conter texto.',
|
||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||
'ulid' => 'O :attribute deve ser um ULID válido.',
|
||||
'unique' => 'O valor indicado para o campo :attribute já se encontra registado.',
|
||||
'uploaded' => 'O upload do ficheiro :attribute falhou.',
|
||||
'uppercase' => 'O campo :attribute deve ser em maiúsculas.',
|
||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||
'uuid' => ':Attribute tem de ser um UUID válido.',
|
||||
'starts_with' => 'O campo :attribute deve começar com um dos seguintes: :values.',
|
||||
'string' => 'O :attribute campo deve ser string.',
|
||||
'timezone' => 'O campo :attribute deve ser um fuso horário válido.',
|
||||
'ulid' => 'O :attribute campo deve ser um ULID válido.',
|
||||
'unique' => 'O :attribute já está em uso.',
|
||||
'uploaded' => 'O :attribute falhou no upload.',
|
||||
'uppercase' => 'O campo :attribute deve ser maiúsculo.',
|
||||
'url' => 'O campo :attribute deve ser uma URL válida.',
|
||||
'uuid' => 'O campo :attribute deve ser um UUID válido.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user