mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add Translations for Spanish (#644)
This commit is contained in:
committed by
Dane Everitt
parent
f5feb28ec1
commit
2670147565
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 New Issue
Block a user