mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Initial translation to pt_BR
Translated to brazilian portuguese
This commit is contained in:
parent
b7666bdb05
commit
e831c75f4c
22
resources/lang/pt/auth.php
Normal file
22
resources/lang/pt/auth.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
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.'
|
||||
];
|
42
resources/lang/pt/base.php
Normal file
42
resources/lang/pt/base.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
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'
|
||||
]
|
||||
];
|
26
resources/lang/pt/pagination.php
Normal file
26
resources/lang/pt/pagination.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
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' => '« Anteriro',
|
||||
'next' => 'Próximo »',
|
||||
'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',
|
||||
],
|
||||
];
|
18
resources/lang/pt/passwords.php
Normal file
18
resources/lang/pt/passwords.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
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.",
|
||||
];
|
33
resources/lang/pt/server.php
Normal file
33
resources/lang/pt/server.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
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.',
|
||||
],
|
||||
];
|
35
resources/lang/pt/strings.php
Normal file
35
resources/lang/pt/strings.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
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',
|
||||
];
|
102
resources/lang/pt/validation.php
Normal file
102
resources/lang/pt/validation.php
Normal file
@ -0,0 +1,102 @@
|
||||
<?php
|
||||
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' => [],
|
||||
];
|
Loading…
Reference in New Issue
Block a user