Push updated languages

This commit is contained in:
Dane Everitt 2016-12-30 17:17:36 -05:00
parent 0afa568095
commit a1dff5cda0
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
101 changed files with 1626 additions and 1317 deletions

View file

@ -1,44 +1,12 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Estas credenciais não estão de acordo com os nossos registros.',
'throttle' => 'Muitas tentativas de login. Por favor tente novamente em :seconds segundos.',
'errorencountered' => 'Ocorreu um erro durante a tentativa de processar esse pedido.',
'resetpassword' => 'Trocar senha',
'confirmpassword' => 'Confirmar senha',
'sendlink' => 'Enviar link de troca de senha',
'emailsent' => 'O seu email para trocar de senha está a caminho.',
'remeberme' => 'Lembre-me',
'totp_failed' => 'O token TOTP dado é inválido. Por favor tenha certeza que o token gerado pelo seu dispositivo era correto.',
];
return array(
"confirmpassword" => "Confirmar senha",
"emailsent" => "O seu email para trocar de senha está a caminho.",
"errorencountered" => "Ocorreu um erro durante a tentativa de processar esse pedido.",
"failed" => "Estas credenciais não estão de acordo com os nossos registros.",
"remeberme" => "Lembre-me",
"resetpassword" => "Trocar senha",
"sendlink" => "Enviar link de troca de senha",
"throttle" => "Muitas tentativas de login. Por favor tente novamente em :seconds segundos.",
"totp_failed" => "O token TOTP dado é inválido. Por favor tenha certeza que o token gerado pelo seu dispositivo era correto.",
);

View file

@ -1,64 +1,30 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Base Pterodactyl Language
|--------------------------------------------------------------------------
|
| These base strings are used throughout the front-end of Pterodactyl but
| not on pages that are used when viewing a server. Those keys are in server.php
|
*/
'validation_error' => 'Um erro ocorreu durante a validação de suas informações:',
'confirm' => 'Você tem certeza?',
'failed' => 'Essas credenciais não estão nos nossos registros.',
'throttle' => 'Muitas tentativas de login. Por favor tente novamente em :seconds segundos.',
'view_as_admin' => 'Você está vendo a lista de servidores como administrador. Assim, todos os servidores no sistema são mostrados. Qualquer servidor em que você esteja marcado como dono será mostrado com um ponto azul à esquerda de seu nome.',
'server_name' => 'Nome do Servidor',
'no_servers' => 'Você não tem nenhum servidor na sua conta atualmente.',
'form_error' => 'Os seguintes erros ocorreram durante o processo do seu pedido.',
'password_req' => 'Senhas devem cumprir o seguinte requiriso: pelo menos uma letra maiúscula, um minúscula, um dígito, e ter 8 caracteres no total.',
'root_administrator' => 'Mudar isso para "Sim" dará ao usuário permissões completas administrativas ao PufferPanel.',
'account' => [
'totp_header' => 'Autenticação em Duas Etapas',
'totp_qr' => 'QR Code TOTP',
'totp_enable_help' => 'Você não parece ter a autenticação em duas etapas ativada. Esse método de autenticação adiciona uma barreira adicional prevenindo acesso não autorizado à sua conta. Se você ativar, será necessário fornecer um código gerado no seu celular ou outro dispositivo com suporte a TOTP antes de terminar o login.',
'totp_apps' => 'Você precisa ter uma aplicação com suporte a TOTP (exemplo: Google Authenticator, DUO Mobile, Authy) para usar essa opção.',
'totp_enable' => 'Ativar Autenticação em Duas Etapas',
'totp_disable' => 'Desativar Autenticação em Duas Etapas',
'totp_token' => 'Token TOTP',
'totp_disable_help' => 'Para desativar o TOTP nesta conta será necessário fornecer um código TOTP válido. Uma vez validado, a autenticação em duas etapas nesta conta será desativada.',
'totp_checkpoint_help' => 'Por favor verifique suas configurações de TOTP escanenando o QR Code à direita com o seu aplicativo de TOTP, e então forneça o código de 6 digitos dado pleo aplicativo na caixa abaixo. Aperte a tecla Enter quando tiver acabado.',
'totp_enabled' => 'Sua conta foi ativada com autenticação TOTP. Por favor clique no botão de fechar desta caixa para finalizar.',
'totp_enabled_error' => 'O código TOTP fornecido não foi autenticado. Por favor tente novamente.',
'email_password' => 'Senha do Email',
'update_user' => 'Atualizar Usuário',
'delete_user' => 'Deletar Usuário',
'update_email' => 'Atualizar Email',
'new_email' => 'Novo Email',
'new_password' => 'Nova Senha',
'update_pass' => 'Atualizar Senha',
],
];
return array(
"account" => array(
"delete_user" => "Deletar Usuário",
"email_password" => "Senha do Email",
"new_email" => "Novo Email",
"new_password" => "Nova Senha",
"totp_apps" => "Você precisa ter uma aplicação com suporte a TOTP (exemplo: Google Authenticator, DUO Mobile, Authy) para usar essa opção.",
"totp_checkpoint_help" => "Por favor verifique suas configurações de TOTP escanenando o QR Code à direita com o seu aplicativo de TOTP, e então forneça o código de 6 digitos dado pleo aplicativo na caixa abaixo. Aperte a tecla Enter quando tiver acabado.",
"totp_disable" => "Desativar Autenticação em Duas Etapas",
"totp_disable_help" => "Para desativar o TOTP nesta conta será necessário fornecer um código TOTP válido. Uma vez validado, a autenticação em duas etapas nesta conta será desativada.",
"totp_enable" => "Ativar Autenticação em Duas Etapas",
"totp_enabled" => "Sua conta foi ativada com autenticação TOTP. Por favor clique no botão de fechar desta caixa para finalizar.",
"totp_enabled_error" => "O código TOTP fornecido não foi autenticado. Por favor tente novamente.",
"totp_enable_help" => "Você não parece ter a autenticação em duas etapas ativada. Esse método de autenticação adiciona uma barreira adicional prevenindo acesso não autorizado à sua conta. Se você ativar, será necessário fornecer um código gerado no seu celular ou outro dispositivo com suporte a TOTP antes de terminar o login.",
"totp_header" => "Autenticação em Duas Etapas",
"totp_qr" => "QR Code TOTP",
"totp_token" => "Token TOTP",
"update_email" => "Atualizar Email",
"update_pass" => "Atualizar Senha",
"update_user" => "Atualizar Usuário",
),
"confirm" => "Você tem certeza?",
"form_error" => "Os seguintes erros ocorreram durante o processo do seu pedido.",
"no_servers" => "Você não tem nenhum servidor na sua conta atualmente.",
"password_req" => "Senhas devem cumprir o seguinte requiriso: pelo menos uma letra maiúscula, um minúscula, um dígito, e ter 8 caracteres no total.",
"server_name" => "Nome do Servidor",
"validation_error" => "Um erro ocorreu durante a validação de suas informações:",
"view_as_admin" => "Você está vendo a lista de servidores como administrador. Assim, todos os servidores no sistema são mostrados. Qualquer servidor em que você esteja marcado como dono será mostrado com um ponto azul à esquerda de seu nome.",
);

View file

@ -1,48 +1,16 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Anteriro',
'next' => 'Próximo &raquo;',
'sidebar' => [
'account_controls' => 'Controle de Conta',
'account_settings' => 'Configuração da Conta',
'account_security' => 'Segurança da conta',
'server_controls' => 'Controles do Servidor',
'servers' => 'Seus Servidores',
'overview' => 'Visão Geral dos Servidores',
'files' => 'Gerenciador de Arquivos',
'subusers' => 'Configurar Sub-Usuários',
'manage' => 'Configurar Server',
],
];
return array(
"next" => "Próximo &raquo;",
"previous" => "&laquo; Anteriro",
"sidebar" => array(
"account_controls" => "Controle de Conta",
"account_security" => "Segurança da conta",
"account_settings" => "Configuração da Conta",
"files" => "Gerenciador de Arquivos",
"manage" => "Configurar Server",
"overview" => "Visão Geral dos Servidores",
"servers" => "Seus Servidores",
"server_controls" => "Controles do Servidor",
"subusers" => "Configurar Sub-Usuários",
),
);

View file

@ -1,40 +1,8 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.',
'reset' => 'Sua senha foi resetada!',
'sent' => 'Nós te enviamos um email com o link para resetar sua senha!',
'token' => 'O token para resetar esta senha é inválido.',
'user' => 'Nós não pudemos achar um usuário com este endereço de email.',
];
return array(
"password" => "Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.",
"reset" => "Sua senha foi resetada!",
"sent" => "Nós te enviamos um email com o link para resetar sua senha!",
"token" => "O token para resetar esta senha é inválido.",
"user" => "Nós não pudemos achar um usuário com este endereço de email.",
);

View file

@ -1,55 +1,28 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Pterodactyl Language Strings for /server/{server} Routes
|--------------------------------------------------------------------------
*/
'ajax' => [
'socket_error' => 'Nós não conseguimos se conectar ao servidor principal do Socket.IO, talvez tenha problemas de conexão acontecendo. O painel pode não funcionar como esperado.',
'socket_status' => 'O estado desse servidor foi alterado para',
'socket_status_crashed' => 'Esse server foi detectado como CRASHED.',
],
'index' => [
'add_new' => 'Adicionar novo servidor',
'memory_use' => 'Uso de Memória',
'cpu_use' => 'Uso de CPU',
'xaxis' => 'Tempo (Incremento de 2s)',
'server_info' => 'Informações do Servidor',
'connection' => 'Conexão Padrão',
'mem_limit' => 'Limite de Memória',
'disk_space' => 'Espaço em Disco',
'control' => 'Controlar Servidor',
'usage' => 'Uso',
'allocation' => 'Alocação',
'command' => 'Enviar Comando de Console',
],
'files' => [
'loading' => 'Carregando lista de arquivos, isso pode levar alguns segundos...',
'yaml_notice' => 'Você está atualmente editando um arquivo YAML. Esses arquivos não aceitam tabs, eles precisam usar espaços. Nós fomos além disso e quando você aprtar tab :dropdown espaços serão colocados.',
'back' => 'Voltar ao Gerenciador de Arquivos',
'saved' => 'Arquivo salvo com sucesso.',
],
];
return array(
"ajax" => array(
"socket_error" => "Nós não conseguimos se conectar ao servidor principal do Socket.IO, talvez tenha problemas de conexão acontecendo. O painel pode não funcionar como esperado.",
"socket_status" => "O estado desse servidor foi alterado para",
"socket_status_crashed" => "Esse server foi detectado como CRASHED.",
),
"files" => array(
"back" => "Voltar ao Gerenciador de Arquivos",
"loading" => "Carregando lista de arquivos, isso pode levar alguns segundos...",
"saved" => "Arquivo salvo com sucesso.",
"yaml_notice" => "Você está atualmente editando um arquivo YAML. Esses arquivos não aceitam tabs, eles precisam usar espaços. Nós fomos além disso e quando você aprtar tab :dropdown espaços serão colocados.",
),
"index" => array(
"add_new" => "Adicionar novo servidor",
"allocation" => "Alocação",
"command" => "Enviar Comando de Console",
"connection" => "Conexão Padrão",
"control" => "Controlar Servidor",
"cpu_use" => "Uso de CPU",
"disk_space" => "Espaço em Disco",
"memory_use" => "Uso de Memória",
"mem_limit" => "Limite de Memória",
"server_info" => "Informações do Servidor",
"usage" => "Uso",
"xaxis" => "Tempo (Incremento de 2s)",
),
);

View file

@ -1,57 +1,29 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Standalone Pterodactyl Language Strings
|--------------------------------------------------------------------------
*/
'login' => 'Login',
'password' => 'Senha',
'email' => 'Email',
'whoops' => 'Opa',
'success' => 'Sucesso',
'location' => 'Localização',
'node' => 'Node',
'connection' => 'Conexão',
'language' => 'Língua',
'close' => 'Fechar',
'start' => 'Iniciar',
'stop' => 'Parar',
'restart' => 'Reiniciar',
'save' => 'Salvar',
'enabled' => 'Ativado',
'disabled' => 'Desativado',
'submit' => 'Enviar',
'current_password' => 'Senha Atual',
'again' => 'Novamente',
'registered' => 'Registrado',
'root_administrator' => 'Administrador Root',
'yes' => 'Sim',
'no' => 'Não',
'memory' => 'Memória',
'cpu' => 'CPU',
'status' => 'Status',
'players' => 'Jogadores',
];
return array(
"again" => "Novamente",
"close" => "Fechar",
"connection" => "Conexão",
"cpu" => "CPU",
"current_password" => "Senha Atual",
"disabled" => "Desativado",
"email" => "O :attribute precisa ser um endereço de email válido.",
"enabled" => "Ativado",
"language" => "Língua",
"location" => "Localização",
"login" => "Login",
"memory" => "Memória",
"no" => "Não",
"node" => "Node",
"players" => "Jogadores",
"registered" => "Registrado",
"restart" => "Reiniciar",
"root_administrator" => "Mudar isso para \"Sim\" dará ao usuário permissões completas administrativas ao PufferPanel.",
"save" => "Salvar",
"start" => "Iniciar",
"status" => "Status",
"stop" => "Parar",
"submit" => "Enviar",
"success" => "Sucesso",
"whoops" => "Opa",
"yes" => "Sim",
);

View file

@ -1,124 +1,70 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => 'O :attribute precisa ser aceito.',
'active_url' => 'O :attribute não é uma URL válida.',
'after' => 'O :attribute precisa ser uma data após :date.',
'alpha' => 'O :attribute só pode conter letras.',
'alpha_dash' => 'O :attribute pode apenas conter letras, números, e hífens.',
'alpha_num' => 'O :attribute pode apenas conter letras e números.',
'array' => 'O :attribute precisa ser uma lista.',
'before' => 'O :attribute precisa ser uma data antes de :date.',
'between' => [
'numeric' => 'O :attribute precisa estar entre :min e :max.',
'file' => 'O :attribute precisa estar entre :min e :max kilobytes.',
'string' => 'O :attribute precisa estar entre :min e :max caracteres.',
'array' => 'O :attribute precisa estar entre :min e :max itens.',
],
'boolean' => 'O :attribute precisa ser falso ou verdadeiro.',
'confirmed' => 'O :attribute de confirmação não combina.',
'date' => 'O :attribute não é uma data válida.',
'date_format' => 'O :attribute não combina com o formato :format.',
'different' => 'O :attribute e :other precisam ser diferentes.',
'digits' => 'O :attribute precisa ter :digits dígitos.',
'digits_between' => 'O :attribute precisa estar entre :min e :max dígitos.',
'email' => 'O :attribute precisa ser um endereço de email válido.',
'exists' => 'O :attribute selecionado é inválido.',
'filled' => 'O campo :attribute é obrigatório.',
'image' => 'O :attribute precisa ser uma imagem.',
'in' => 'O :attribute é inválido.',
'integer' => 'O :attribute precisa ser um número inteiro.',
'ip' => 'O :attribute precisa ser um endereço IP válido.',
'json' => 'O :attribute precia ser um texto JSON válido.',
'max' => [
'numeric' => 'O :attribute não pode ser maior que :max.',
'file' => 'O :attribute não pode ser maior que :max kilobytes.',
'string' => 'O :attribute não pode ter mais do que :max caracteres.',
'array' => 'O :attribute não pode ter mais do que :max itens.',
],
'mimes' => 'O :attribute precisa ser um arquivo do tipo: :values.',
'min' => [
'numeric' => 'O :attribute precisa ser ao menos :min.',
'file' => 'O :attribute precisa ser ao menos :min kilobytes.',
'string' => 'O :attribute precisa ter ao menos :min caracteres.',
'array' => 'O :attribute precisa ter ao menos :min itens.',
],
'not_in' => 'O :attribute selecionado é inválido.',
'numeric' => 'O :attribute precisa ser um número.',
'regex' => 'O formato de :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'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ão presentes.',
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum de :values estão presentes.',
'same' => 'O campo :attribute e :other precisam combinar.',
'size' => [
'numeric' => 'O :attribute precisa ser :size.',
'file' => 'O :attribute precisa ser :size kilobytes.',
'string' => 'O :attribute precisa ser :size caracteres.',
'array' => 'O :attribute precisa conter :size itens.',
],
'string' => 'O :attribute precisa ser um texto.',
'totp' => 'O token TOTP é inválido. Ele expirou?',
'timezone' => 'O :attribute precisa ser um fuso horário válido.',
'unique' => 'O :attribute já foi pego.',
'url' => 'O formato de :attribute é inválido.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];
return array(
"accepted" => "O :attribute precisa ser aceito.",
"active_url" => "O :attribute não é uma URL válida.",
"after" => "O :attribute precisa ser uma data após :date.",
"alpha" => "O :attribute só pode conter letras.",
"alpha_dash" => "O :attribute pode apenas conter letras, números, e hífens.",
"alpha_num" => "O :attribute pode apenas conter letras e números.",
"array" => "O :attribute precisa ser uma lista.",
"before" => "O :attribute precisa ser uma data antes de :date.",
"between" => array(
"array" => "O :attribute precisa estar entre :min e :max itens.",
"file" => "O :attribute precisa estar entre :min e :max kilobytes.",
"numeric" => "O :attribute precisa estar entre :min e :max.",
"string" => "O :attribute precisa estar entre :min e :max caracteres.",
),
"boolean" => "O :attribute precisa ser falso ou verdadeiro.",
"confirmed" => "O :attribute de confirmação não combina.",
"custom" => array(
"attribute-name" => array(
"rule-name" => "custom-message",
),
),
"date" => "O :attribute não é uma data válida.",
"date_format" => "O :attribute não combina com o formato :format.",
"different" => "O :attribute e :other precisam ser diferentes.",
"digits" => "O :attribute precisa ter :digits dígitos.",
"digits_between" => "O :attribute precisa estar entre :min e :max dígitos.",
"exists" => "O :attribute selecionado é inválido.",
"filled" => "O campo :attribute é obrigatório.",
"image" => "O :attribute precisa ser uma imagem.",
"in" => "O :attribute é inválido.",
"integer" => "O :attribute precisa ser um número inteiro.",
"ip" => "O :attribute precisa ser um endereço IP válido.",
"json" => "O :attribute precia ser um texto JSON válido.",
"max" => array(
"array" => "O :attribute não pode ter mais do que :max itens.",
"file" => "O :attribute não pode ser maior que :max kilobytes.",
"numeric" => "O :attribute não pode ser maior que :max.",
"string" => "O :attribute não pode ter mais do que :max caracteres.",
),
"mimes" => "O :attribute precisa ser um arquivo do tipo: :values.",
"min" => array(
"array" => "O :attribute precisa ter ao menos :min itens.",
"file" => "O :attribute precisa ser ao menos :min kilobytes.",
"numeric" => "O :attribute precisa ser ao menos :min.",
"string" => "O :attribute precisa ter ao menos :min caracteres.",
),
"not_in" => "O :attribute selecionado é inválido.",
"numeric" => "O :attribute precisa ser um número.",
"regex" => "O formato de :attribute é inválido.",
"required" => "O campo :attribute é obrigatório.",
"required_if" => "O campo :attribute é obrigatório quando :other é :value.",
"required_with" => "O campo :attribute é obrigatório quando :values está presente.",
"required_without" => "O campo :attribute é obrigatório quando :values não estão presentes.",
"required_without_all" => "O campo :attribute é obrigatório quando nenhum de :values estão presentes.",
"required_with_all" => "O campo :attribute é obrigatório quando :values estão presentes.",
"same" => "O campo :attribute e :other precisam combinar.",
"size" => array(
"array" => "O :attribute precisa conter :size itens.",
"file" => "O :attribute precisa ser :size kilobytes.",
"numeric" => "O :attribute precisa ser :size.",
"string" => "O :attribute precisa ser :size caracteres.",
),
"string" => "O :attribute precisa ser um texto.",
"timezone" => "O :attribute precisa ser um fuso horário válido.",
"totp" => "O token TOTP é inválido. Ele expirou?",
"unique" => "O :attribute já foi pego.",
"url" => "O formato de :attribute é inválido.",
);