mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-21 07:30:16 +00:00
translations added
This commit is contained in:
9
resources/lang/pt_BR/auth.php
Normal file
9
resources/lang/pt_BR/auth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Credenciais informadas não correspondem com nossos registros.',
|
||||
'password' => 'A senha está incorreta.',
|
||||
'throttle' => 'Você realizou muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
|
||||
];
|
||||
84
resources/lang/pt_BR/http-statuses.php
Normal file
84
resources/lang/pt_BR/http-statuses.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'0' => 'Erro Desconhecido',
|
||||
'100' => 'Continuar',
|
||||
'101' => 'Mudando Protocolos',
|
||||
'102' => 'Processamento',
|
||||
'200' => 'OK',
|
||||
'201' => 'Criado',
|
||||
'202' => 'Aceito',
|
||||
'203' => 'Informações Não Autorizadas',
|
||||
'204' => 'Nenhum Conteúdo',
|
||||
'205' => 'Redefinir Conteúdo',
|
||||
'206' => 'Contéudo Parcial',
|
||||
'207' => 'Multi-Status',
|
||||
'208' => 'Já Reportado',
|
||||
'226' => 'Estou Usando',
|
||||
'300' => 'Múltiplas Escolhas',
|
||||
'301' => 'Movido Permanentemente',
|
||||
'302' => 'Encontrado',
|
||||
'303' => 'Ver Outros',
|
||||
'304' => 'Não Modificado',
|
||||
'305' => 'Use Proxy',
|
||||
'307' => 'Redirecionamento Temporário',
|
||||
'308' => 'Redirecionamento Permanente',
|
||||
'400' => 'Requisição Inválida',
|
||||
'401' => 'Não Autorizado',
|
||||
'402' => 'Pagamento Requerido',
|
||||
'403' => 'Proibido',
|
||||
'404' => 'Página Não Encontrada',
|
||||
'405' => 'Método Não Permitido',
|
||||
'406' => 'Não Aceitável',
|
||||
'407' => 'Autenticação De Proxy Necessária',
|
||||
'408' => 'Tempo Limite De Requisição',
|
||||
'409' => 'Conflito',
|
||||
'410' => 'Perdido',
|
||||
'411' => 'Comprimento Necessário',
|
||||
'412' => 'Pré-Condição Falhou',
|
||||
'413' => 'Carga Muito Grande',
|
||||
'414' => 'URI Muito Grande',
|
||||
'415' => 'Tipo De Mídia Não Suportado',
|
||||
'416' => 'Faixa Não Satisfatória',
|
||||
'417' => 'Falha Na Expectativa',
|
||||
'418' => 'Eu Sou Um Bule De Chá',
|
||||
'419' => 'Sessão Expirou',
|
||||
'421' => 'Solicitação Mal Direcionada',
|
||||
'422' => 'Entidade Improcessável',
|
||||
'423' => 'Fechado',
|
||||
'424' => 'Dependência Com Falha',
|
||||
'425' => 'Too Early',
|
||||
'426' => 'Atualização Necessária',
|
||||
'428' => 'Pré-Condição Necessária',
|
||||
'429' => 'Muitas Requisições',
|
||||
'431' => 'Campos De Cabeçalho De Solicitação Muito Grandes',
|
||||
'444' => 'Connection Closed Without Response',
|
||||
'449' => 'Repetir Com',
|
||||
'451' => 'Indisponível Por Motivos Legais',
|
||||
'499' => 'Client Closed Request',
|
||||
'500' => 'Erro Interno Do Servidor',
|
||||
'501' => 'Não Implementado',
|
||||
'502' => 'Gateway Inválido',
|
||||
'503' => 'Modo De Manutenção',
|
||||
'504' => 'Tempo Limite Do Gateway',
|
||||
'505' => 'Versão HTTP Não Suportada',
|
||||
'506' => 'Variante Também Negocia',
|
||||
'507' => 'Armazenamento Insuficiente',
|
||||
'508' => 'Loop Detectado',
|
||||
'509' => 'Limite de Banda Excedido',
|
||||
'510' => 'Não Estendido',
|
||||
'511' => 'Autenticação De Rede Necessária',
|
||||
'520' => 'Erro Desconhecido',
|
||||
'521' => 'Servidor Web Está Inativo',
|
||||
'522' => 'Tempo Limite Da Conexão',
|
||||
'523' => 'Origem É Inacessível',
|
||||
'524' => 'Ocorreu Um Tempo Limite',
|
||||
'525' => 'Falha No Handshake SSL',
|
||||
'526' => 'Certificado SSL Inválido',
|
||||
'527' => 'Railgun Error',
|
||||
'598' => 'Network Read Timeout Error',
|
||||
'599' => 'Network Connect Timeout Error',
|
||||
'unknownError' => 'Erro Desconhecido',
|
||||
];
|
||||
8
resources/lang/pt_BR/pagination.php
Normal file
8
resources/lang/pt_BR/pagination.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'next' => 'Próxima »',
|
||||
'previous' => '« Anterior',
|
||||
];
|
||||
11
resources/lang/pt_BR/passwords.php
Normal file
11
resources/lang/pt_BR/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
'sent' => 'Enviamos um link para redefinir a sua senha por e-mail.',
|
||||
'throttled' => 'Por favor espere antes de tentar novamente.',
|
||||
'token' => 'Esse código de redefinição de senha é inválido.',
|
||||
'user' => 'Não conseguimos encontrar nenhum usuário com o endereço de e-mail informado.',
|
||||
];
|
||||
210
resources/lang/pt_BR/validation.php
Normal file
210
resources/lang/pt_BR/validation.php
Normal file
@@ -0,0 +1,210 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'accepted' => 'O campo :attribute deve ser aceito.',
|
||||
'accepted_if' => 'O :attribute deve ser aceito quando :other for :value.',
|
||||
'active_url' => 'O campo :attribute deve conter uma URL válida.',
|
||||
'after' => 'O campo :attribute deve conter uma data posterior a :date.',
|
||||
'after_or_equal' => 'O campo :attribute deve conter uma data superior ou igual a :date.',
|
||||
'alpha' => 'O campo :attribute deve conter apenas letras.',
|
||||
'alpha_dash' => 'O campo :attribute deve conter apenas letras, números e traços.',
|
||||
'alpha_num' => 'O campo :attribute deve conter apenas letras e números .',
|
||||
'array' => 'O campo :attribute deve conter um array.',
|
||||
'attached' => 'Este :attribute já está anexado.',
|
||||
'before' => 'O campo :attribute deve conter uma data anterior a :date.',
|
||||
'before_or_equal' => 'O campo :attribute deve conter uma data inferior ou igual a :date.',
|
||||
'between' => [
|
||||
'array' => 'O campo :attribute deve conter de :min a :max itens.',
|
||||
'file' => 'O campo :attribute deve conter um arquivo de :min a :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve conter um número entre :min e :max.',
|
||||
'string' => 'O campo :attribute deve conter entre :min a :max caracteres.',
|
||||
],
|
||||
'boolean' => 'O campo :attribute deve conter o valor verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmação para o campo :attribute não coincide.',
|
||||
'current_password' => 'A senha está incorreta.',
|
||||
'date' => 'O campo :attribute não contém uma data válida.',
|
||||
'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
|
||||
'date_format' => 'A data informada para o campo :attribute não respeita o formato :format.',
|
||||
'declined' => 'O :attribute deve ser recusado.',
|
||||
'declined_if' => 'O :attribute deve ser recusado quando :other for :value.',
|
||||
'different' => 'Os campos :attribute e :other devem conter valores diferentes.',
|
||||
'digits' => 'O campo :attribute deve conter :digits dígitos.',
|
||||
'digits_between' => 'O campo :attribute deve conter entre :min a :max dígitos.',
|
||||
'dimensions' => 'O valor informado para o campo :attribute não é uma dimensão de imagem válida.',
|
||||
'distinct' => 'O campo :attribute contém um valor duplicado.',
|
||||
'doesnt_end_with' => 'O :attribute não pode terminar com um dos seguintes: :values.',
|
||||
'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.',
|
||||
'email' => 'O campo :attribute não contém um endereço de email válido.',
|
||||
'ends_with' => 'O campo :attribute deve terminar com um dos seguintes valores: :values',
|
||||
'enum' => 'O :attribute selecionado é inválido.',
|
||||
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
|
||||
'file' => 'O campo :attribute deve conter um arquivo.',
|
||||
'filled' => 'O campo :attribute é obrigatório.',
|
||||
'gt' => [
|
||||
'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' => [
|
||||
'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 campo :attribute deve 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 deve conter um número inteiro.',
|
||||
'ip' => 'O campo :attribute deve conter um IP válido.',
|
||||
'ipv4' => 'O campo :attribute deve conter um IPv4 válido.',
|
||||
'ipv6' => 'O campo :attribute deve conter um IPv6 válido.',
|
||||
'json' => 'O campo :attribute deve conter uma string JSON válida.',
|
||||
'lowercase' => 'O :attribute deve ser minúsculo.',
|
||||
'lt' => [
|
||||
'array' => 'O campo :attribute deve ter menos que :value itens.',
|
||||
'file' => 'O arquivo :attribute ser menor que :value kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve ser menor que :value.',
|
||||
'string' => 'O campo :attribute deve ser menor que :value caracteres.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'O campo :attribute não deve ter mais que :value itens.',
|
||||
'file' => 'O arquivo :attribute 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.',
|
||||
'max' => [
|
||||
'array' => 'O campo :attribute deve conter no máximo :max itens.',
|
||||
'file' => 'O campo :attribute não pode conter um arquivo com mais de :max kilobytes.',
|
||||
'numeric' => 'O campo :attribute não pode conter um valor superior a :max.',
|
||||
'string' => 'O campo :attribute não pode conter mais de :max caracteres.',
|
||||
],
|
||||
'max_digits' => 'O :attribute não deve ter mais que :max dígitos.',
|
||||
'mimes' => 'O campo :attribute deve conter um arquivo do tipo: :values.',
|
||||
'mimetypes' => 'O campo :attribute deve conter um arquivo do tipo: :values.',
|
||||
'min' => [
|
||||
'array' => 'O campo :attribute deve conter no mínimo :min itens.',
|
||||
'file' => 'O campo :attribute deve conter um arquivo com no mínimo :min kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve conter um número superior ou igual a :min.',
|
||||
'string' => 'O campo :attribute deve conter no mínimo :min caracteres.',
|
||||
],
|
||||
'min_digits' => 'O :attribute deve ter pelo menos :min dígitos.',
|
||||
'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 do valor :attribute é inválido.',
|
||||
'numeric' => 'O campo :attribute deve conter um valor numérico.',
|
||||
'password' => [
|
||||
'letters' => 'O :attribute deve conter pelo menos uma letra.',
|
||||
'mixed' => 'O :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
|
||||
'numbers' => 'O :attribute deve conter pelo menos um número.',
|
||||
'symbols' => 'O :attribute deve conter pelo menos um símbolo.',
|
||||
'uncompromised' => 'O dado :attribute apareceu em um vazamento de dados. Por favor, escolha um :attribute diferente.',
|
||||
],
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'prohibited_unless' => 'O campo :attribute é proibido a menos que :other esteja em :values.',
|
||||
'prohibits' => 'O campo :attribute proíbe :other de estar presente.',
|
||||
'regex' => 'O formato do valor informado no campo :attribute é inválido.',
|
||||
'relatable' => 'Este :attribute pode não estar associado a este recurso.',
|
||||
'required' => 'O campo :attribute é obrigatório.',
|
||||
'required_array_keys' => 'O campo :attribute deve conter entradas para: :values',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
|
||||
'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito.',
|
||||
'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 quando :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 devem conter valores iguais.',
|
||||
'size' => [
|
||||
'array' => 'O campo :attribute deve conter :size itens.',
|
||||
'file' => 'O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve conter o número :size.',
|
||||
'string' => 'O campo :attribute deve conter :size caracteres.',
|
||||
],
|
||||
'starts_with' => 'O campo :attribute deve começar com um dos seguintes valores: :values',
|
||||
'string' => 'O campo :attribute deve ser uma string.',
|
||||
'timezone' => 'O campo :attribute deve conter um fuso horário válido.',
|
||||
'unique' => 'O valor informado para o campo :attribute já está em uso.',
|
||||
'uploaded' => 'Falha no Upload do arquivo :attribute.',
|
||||
'uppercase' => 'O :attribute deve ser maiúsculo.',
|
||||
'url' => 'O formato da URL informada para o campo :attribute é inválido.',
|
||||
'uuid' => 'O campo :attribute deve ser um UUID válido.',
|
||||
'attributes' => [
|
||||
'address' => 'endereço',
|
||||
'age' => 'idade',
|
||||
'amount' => 'motante',
|
||||
'area' => 'área',
|
||||
'available' => 'disponível',
|
||||
'birthday' => 'aniversário',
|
||||
'body' => 'conteúdo',
|
||||
'city' => 'cidade',
|
||||
'content' => 'conteúdo',
|
||||
'country' => 'país',
|
||||
'created_at' => 'criado em',
|
||||
'creator' => 'criador',
|
||||
'current_password' => 'senha atual',
|
||||
'date' => 'data',
|
||||
'date_of_birth' => 'data de nascimento',
|
||||
'day' => 'dia',
|
||||
'deleted_at' => 'excluído em',
|
||||
'description' => 'descrição',
|
||||
'district' => 'distrito',
|
||||
'duration' => 'duração',
|
||||
'email' => 'e-mail',
|
||||
'excerpt' => 'resumo',
|
||||
'filter' => 'filtro',
|
||||
'first_name' => 'primeiro nome',
|
||||
'gender' => 'gênero',
|
||||
'group' => 'grupo',
|
||||
'hour' => 'hora',
|
||||
'image' => 'imagem',
|
||||
'last_name' => 'sobrenome',
|
||||
'lesson' => 'lição',
|
||||
'line_address_1' => 'endereço de linha 1',
|
||||
'line_address_2' => 'endereço de linha 2',
|
||||
'message' => 'mensagem',
|
||||
'middle_name' => 'nome do meio',
|
||||
'minute' => 'minuto',
|
||||
'mobile' => 'celular',
|
||||
'month' => 'mês',
|
||||
'name' => 'nome',
|
||||
'national_code' => 'código nacional',
|
||||
'number' => 'número',
|
||||
'password' => 'senha',
|
||||
'password_confirmation' => 'confirmação da senha',
|
||||
'phone' => 'telefone',
|
||||
'photo' => 'foto',
|
||||
'postal_code' => 'código postal',
|
||||
'price' => 'preço',
|
||||
'province' => 'província',
|
||||
'recaptcha_response_field' => 'campo de resposta recaptcha',
|
||||
'remember' => 'lembrar-me',
|
||||
'restored_at' => 'restaurado em',
|
||||
'result_text_under_image' => 'texto do resultado sob a imagem',
|
||||
'role' => 'função',
|
||||
'second' => 'segundo',
|
||||
'sex' => 'sexo',
|
||||
'short_text' => 'texto pequeno',
|
||||
'size' => 'tamanho',
|
||||
'state' => 'estado',
|
||||
'street' => 'rua',
|
||||
'student' => 'estudante',
|
||||
'subject' => 'assunto',
|
||||
'teacher' => 'professor',
|
||||
'terms' => 'termos',
|
||||
'test_description' => 'descrição de teste',
|
||||
'test_locale' => 'local de teste',
|
||||
'test_name' => 'nome de teste',
|
||||
'text' => 'texto',
|
||||
'time' => 'hora',
|
||||
'title' => 'título',
|
||||
'updated_at' => 'atualizado em',
|
||||
'username' => 'usuário',
|
||||
'year' => 'ano',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user