mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update languages and related files.
This commit is contained in:
@@ -1731,7 +1731,10 @@ return [
|
||||
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
|
||||
|
||||
// bills:
|
||||
'subscription' => 'Subscription',
|
||||
'not_expected_period' => 'No se espera en este período',
|
||||
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||
'not_or_not_yet' => 'No (todavía)',
|
||||
'visit_bill' => 'Ver factura ":name" en Firefly III',
|
||||
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
||||
@@ -1768,6 +1771,7 @@ return [
|
||||
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
|
||||
'bill_expected_date' => 'Se espera :date',
|
||||
'bill_expected_date_js' => 'Fecha prevista {date}',
|
||||
'expected_amount' => '(Expected) amount',
|
||||
'bill_paid_on' => 'Pagado el {date}',
|
||||
'bill_repeats_weekly' => 'Repetir semanalmente',
|
||||
'bill_repeats_monthly' => 'Repetir mensualmente',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
@@ -21,6 +21,7 @@ declare(strict_types=1);
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'main_message' => 'Acción ":action", presente en la regla ":rule", no se pudo aplicar a la transacción #:group: :error',
|
||||
@@ -50,8 +51,8 @@ return [
|
||||
'already_has_destination' => 'Esta transacción ya tiene ":name" como cuenta de destino',
|
||||
'already_has_source' => 'Esta transacción ya tiene ":name" como cuenta de origen',
|
||||
'already_linked_to_subscription' => 'La transacción ya está vinculada a la suscripción ":name"',
|
||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
||||
'already_linked_to_category' => 'La transacción ya está vinculada a la categoría ":name"',
|
||||
'already_linked_to_budget' => 'La transacción ya está vinculada al presupuesto ":name"',
|
||||
'cannot_find_subscription' => 'Firefly III no puede encontrar la suscripción ":name"',
|
||||
'no_notes_to_move' => 'La transacción no tiene notas para mover al campo de descripción',
|
||||
'no_tags_to_remove' => 'La transacción no tiene etiquetas que eliminar',
|
||||
|
||||
Reference in New Issue
Block a user