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

35 lines
1.7 KiB
PHP
Raw Normal View History

2017-06-04 13:40:19 +02:00
<?php
2017-08-12 10:41:41 +02:00
declare(strict_types=1);
2017-06-04 13:40:19 +02: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 18:40:07 +02:00
'main-content-title' => 'Bienvenido a Firefly III',
2017-08-25 07:37:02 +02:00
'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.',
2017-08-28 18:40:07 +02: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-25 07:37:02 +02:00
'report-menu-text' => 'Check this out when you want a solid overview of your finances.',
2017-08-28 18:40:07 +02: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-25 07:37:02 +02:00
'home' => 'home',
2017-06-04 13:40:19 +02:00
];