Update meta files for new release.

This commit is contained in:
James Cole
2023-09-23 07:54:01 +02:00
parent 1665335525
commit 7c86ce3977
71 changed files with 261 additions and 154 deletions

View File

@@ -1731,10 +1731,10 @@ return [
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
// bills:
'subscription' => 'Subscription',
'subscription' => 'Subscripción',
'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',
'subscriptions_in_group' => 'Suscripciones en el grupo "%{title}"',
'subscr_expected_x_times' => 'Se espera pagar %{amount} %{times} veces este periodo',
'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.',
@@ -1771,7 +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',
'expected_amount' => 'Cantidad (esperada)',
'bill_paid_on' => 'Pagado el {date}',
'bill_repeats_weekly' => 'Repetir semanalmente',
'bill_repeats_monthly' => 'Repetir mensualmente',

View File

@@ -59,7 +59,8 @@ return [
'transaction_types_equal' => 'Todas las divisiones deben ser del mismo tipo.',
'invalid_transaction_type' => 'Tipo de transacción inválido.',
'invalid_selection' => 'Tu selección no es válida.',
'belongs_user' => 'Este valor no es válido para este campo.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'at_least_one_transaction' => 'Se necesita al menos una transacción.',
'recurring_transaction_id' => 'Se necesita al menos una transacción.',
'need_id_to_match' => 'Necesitas registrar esta entrada con un ID para que la API pueda hacerla coincidir.',