Add Translations for Spanish (#644)
This commit is contained in:
parent
f5feb28ec1
commit
2670147565
15 changed files with 1119 additions and 0 deletions
18
resources/lang/es/admin/user.php
Normal file
18
resources/lang/es/admin/user.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
|
||||
*
|
||||
* This software is licensed under the terms of the MIT license.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
return [
|
||||
'exceptions' => [
|
||||
'user_has_servers' => 'No se puede eliminar un usuario con servidores activos conectados a su cuenta. Elimine los servidores antes de continuar.',
|
||||
],
|
||||
'notices' => [
|
||||
'account_created' => 'La cuenta se ha creado correctamente.',
|
||||
'account_updated' => 'La cuenta se ha actualizado correctamente.',
|
||||
],
|
||||
];
|
Reference in a new issue