From aa64e7947e4b8f1b4967e30617924380f8b51310 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Aug 2017 18:40:07 +0200 Subject: [PATCH] New translations help.php (Spanish) --- resources/lang/es_ES/help.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/es_ES/help.php b/resources/lang/es_ES/help.php index 0f77f62304..d34ea04a3f 100644 --- a/resources/lang/es_ES/help.php +++ b/resources/lang/es_ES/help.php @@ -14,22 +14,22 @@ declare(strict_types=1); return [ // tour! - 'main-content-title' => 'Welcome to Firefly III', + 'main-content-title' => 'Bienvenido a Firefly III', 'main-content-text' => 'Do yourself a favor and follow this short guide to make sure you know your way around.', - 'sidebar-toggle-title' => 'Sidebar to create stuff', - 'sidebar-toggle-text' => 'Hidden under the plus icon are all the buttons to create new stuff. Accounts, transactions, everything!', - 'account-menu-title' => 'All your accounts', - 'account-menu-text' => 'Here you can find all the accounts you\'ve made.', - 'budget-menu-title' => 'Budgets', - 'budget-menu-text' => 'Use this page to organise your finances and limit spending.', - 'report-menu-title' => 'Reports', + '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', 'report-menu-text' => 'Check this out when you want a solid overview of your finances.', - 'transaction-menu-title' => 'Transactions', - 'transaction-menu-text' => 'All transactions you\'ve created can be found here.', - 'option-menu-title' => 'Options', - 'option-menu-text' => 'This is pretty self-explanatory.', - 'main-content-end-title' => 'The end!', - 'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.', - 'index' => 'index', + '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', 'home' => 'home', ]; \ No newline at end of file