Add Translations for Spanish (#644)
This commit is contained in:
parent
f5feb28ec1
commit
2670147565
15 changed files with 1119 additions and 0 deletions
16
resources/lang/es/admin/pack.php
Normal file
16
resources/lang/es/admin/pack.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?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 [
|
||||
'notices' => [
|
||||
'pack_updated' => 'El paquete se ha actualizado correctamente.',
|
||||
'pack_deleted' => 'Eliminado correctamente el paquete ":name" del sistema.',
|
||||
'pack_created' => 'Un nuevo paquete se creó con éxito en el sistema y ahora está disponible para la implementación en los servidores.',
|
||||
],
|
||||
];
|
Reference in a new issue