misc_pterodactyl-panel/resources/lang/es/admin/pack.php
2017-11-02 18:58:24 -04:00

16 lines
555 B
PHP

<?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.',
],
];