e831c75f4c
Translated to brazilian portuguese
35 lines
993 B
PHP
35 lines
993 B
PHP
<?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',
|
|
];
|