New translations setup.php (Spanish)

This commit is contained in:
James Brooks
2017-05-06 10:06:49 +01:00
parent 01a0a3013b
commit b49c9e3d07

View File

@@ -0,0 +1,23 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Configurar',
'title' => 'Configurar Cachet',
'service_details' => 'Detalles del servicio',
'env_setup' => 'Configuracion de entorno',
'status_page_setup' => 'Configuración de la página de estado',
'show_support' => '¿Deseas mostrar tu apoyo a Cachet?',
'admin_account' => 'Cuenta de administrador',
'complete_setup' => 'Completar configuración',
'completed' => '¡Cachet se ha configurado correctamente!',
'finish_setup' => 'Ir a Panel de control',
];