firefly-iii/resources/lang/es_ES/help.php

36 lines
1.7 KiB
PHP
Raw Normal View History

2017-06-04 06:40:19 -05:00
<?php
2017-08-12 03:41:41 -05:00
declare(strict_types=1);
2017-06-04 06:40:19 -05:00
/**
* help.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// tour!
2017-08-28 11:40:07 -05:00
'main-content-title' => 'Bienvenido a Firefly III',
2017-08-28 11:50:05 -05:00
'main-content-text' => 'Hazte un favor y sigue esta breve guía para asegurarte de que sabes manejarte en el sistema.',
2017-08-28 11:40:07 -05:00
'sidebar-toggle-title' => 'Barra lateral para crear items',
'sidebar-toggle-text' => 'Ocultos bajo el icono más (+) encontrará botones para crear items nuevos. Cuentas, transacciones, ¡de todo!',
'account-menu-title' => 'Todas sus cuentas',
'account-menu-text' => 'Aquí puede encontrar todas las cuentas que ha creado.',
'budget-menu-title' => 'Presupuestos',
'budget-menu-text' => 'Utilice esta página para organizar sus finanzas y limitar el gasto.',
'report-menu-title' => 'Informes',
2017-08-28 11:50:05 -05:00
'report-menu-text' => 'Comprueba esto cuando quieras tener una visión general de tus finanzas.',
2017-08-28 11:40:07 -05:00
'transaction-menu-title' => 'Transacciones',
'transaction-menu-text' => 'Aquí encontrarás todas las transacciones que has creado.',
'option-menu-title' => 'Opciones',
'option-menu-text' => 'Esto se explica por sí solo.',
'main-content-end-title' => '¡Fin!',
'main-content-end-text' => 'Recuerde que cada página tiene un pequeño signo de interrogación en la parte superior derecha. Haz clic en él para obtener ayuda sobre la página en la que estás.',
'index' => 'índice',
2017-08-28 11:50:05 -05:00
'home' => 'inicio',
2017-09-03 03:41:59 -05:00
];