Relicense project under MIT
Permission obtained from @DDynamic. Contributions from other users were removed since we did not obtain permission from them for the re-license. From this point forward all contributors must have a signed Contributor License Agreement on file.
This commit is contained in:
parent
b0bcb879d0
commit
026df6a36f
122 changed files with 1904 additions and 1828 deletions
|
@ -1,35 +0,0 @@
|
|||
<?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',
|
||||
];
|
Reference in a new issue