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

104 lines
3.9 KiB
PHP
Raw Normal View History

2018-02-04 09:52:42 +01:00
<?php
2018-04-28 15:26:45 +02:00
2018-02-04 09:52:42 +01:00
/**
* breadcrumbs.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2018-02-04 09:52:42 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
2018-02-04 09:52:42 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
2018-02-04 09:52:42 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2018-02-04 09:52:42 +01:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2018-02-04 09:52:42 +01:00
*
2019-10-05 06:23:46 +02:00
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2018-02-04 09:52:42 +01:00
*/
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
declare(strict_types=1);
2018-02-04 09:52:42 +01:00
return [
2023-05-27 07:12:04 +02:00
'home' => 'Inicio',
'budgets' => 'Presupuestos',
'subscriptions' => 'Suscripciones',
'transactions' => 'Transacciones',
'title_expenses' => 'Gastos',
'title_withdrawal' => 'Gastos',
'title_revenue' => 'Ingresos / salario',
'title_deposit' => 'Ingresos / salario',
'title_transfer' => 'Transferencias',
'title_transfers' => 'Transferencias',
'edit_currency' => 'Editar moneda ":name"',
'delete_currency' => 'Eliminar moneda ":name"',
'newPiggyBank' => 'Crear nueva hucha',
'edit_piggyBank' => 'Editar hucha ":name"',
'preferences' => 'Preferencias',
'profile' => 'Perfil',
'accounts' => 'Cuentas',
'changePassword' => 'Cambiar contraseña',
'change_email' => 'Cambiar su dirección de correo electrónico',
'bills' => 'Facturas',
'newBill' => 'Nueva factura',
'edit_bill' => 'Editar factura ":name"',
'delete_bill' => 'Eliminar factura ":name"',
'reports' => 'Informes',
'search_result' => 'Resultados de la búsqueda para ":query"',
'withdrawal_list' => 'Gastos',
'Withdrawal_list' => 'Gastos',
'deposit_list' => 'Ganancia, ingresos y depósitos',
'transfer_list' => 'Transferencias',
'transfers_list' => 'Transferencias',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2019-05-29 18:30:52 +02:00
'reconciliation_list' => 'Reconciliaciones',
'create_withdrawal' => 'Crear nuevo retiro',
2023-11-11 20:23:55 +01:00
'create_deposit' => 'Crear nuevo depósito',
2019-05-29 18:30:52 +02:00
'create_transfer' => 'Crear nueva transferencia',
2019-08-08 17:04:06 +02:00
'create_new_transaction' => 'Crear una nueva transacción',
2019-05-29 18:30:52 +02:00
'edit_journal' => 'Editar transacción ":description"',
'edit_reconciliation' => 'Editar ":description"',
'delete_journal' => 'Eliminar transacción ":description"',
2020-03-11 06:44:31 +01:00
'delete_group' => 'Eliminar transacción ":description"',
2019-05-29 18:30:52 +02:00
'tags' => 'Etiquetas',
'createTag' => 'Crear nueva etiqueta',
'edit_tag' => 'Editar etiqueta ":tag"',
'delete_tag' => 'Eliminar etiqueta ":tag"',
'delete_journal_link' => 'Eliminar enlace entre transacciones',
2020-07-12 19:48:24 +02:00
'edit_object_group' => 'Editar grupo ":title"',
'delete_object_group' => 'Eliminar grupo ":title"',
2022-02-26 11:24:16 +01:00
'logout_others' => 'Desconectar otras sesiones',
2022-02-28 09:00:33 +01:00
'asset_accounts' => 'Cuentas de activos',
'expense_accounts' => 'Cuentas de gastos',
'revenue_accounts' => 'Cuentas de ingresos',
'liabilities_accounts' => 'Pasivos',
2022-02-26 11:24:16 +01:00
'placeholder' => '[Placeholder]',
2018-02-04 09:52:42 +01:00
];