mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Meta data for new release.
This commit is contained in:
@@ -1395,7 +1395,7 @@ return [
|
||||
'pref_notification_new_access_token' => 'Alerta cuando se crea un nuevo token de acceso API',
|
||||
'pref_notification_transaction_creation' => 'Alerta cuando una transacción se crea automáticamente',
|
||||
'pref_notification_user_login' => 'Alertar cuando se inicie sesión desde una nueva ubicación',
|
||||
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
|
||||
'pref_notification_rule_action_failures' => 'Alerta cuando las acciones de regla fallan al ejecutar (Slack o Discord solamente)',
|
||||
'pref_notifications' => 'Notificaciones',
|
||||
'pref_notifications_help' => 'Indique si desea recibir estas notificaciones. Algunas notificaciones pueden contener información financiera sensible.',
|
||||
'slack_webhook_url' => 'URL del Webhook de Slack',
|
||||
@@ -1625,8 +1625,8 @@ return [
|
||||
'create_new_revenue' => 'Crear nueva cuenta de ingresos',
|
||||
'create_new_piggy_bank' => 'Crear nueva hucha',
|
||||
'create_new_bill' => 'Crear nueva factura',
|
||||
'create_new_subscription' => 'Create new subscription',
|
||||
'create_new_rule' => 'Create new rule',
|
||||
'create_new_subscription' => 'Crear nueva suscripción',
|
||||
'create_new_rule' => 'Crear nueva regla',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => 'Crear nueva moneda',
|
||||
@@ -1785,7 +1785,7 @@ return [
|
||||
'bill_repeats_half-year_skip' => 'Repetir cada {skip} medios años',
|
||||
'bill_repeats_yearly_skip' => 'Repetir cada {skip} años',
|
||||
'subscriptions' => 'Suscripciones',
|
||||
'go_to_subscriptions' => 'Go to your subscriptions',
|
||||
'go_to_subscriptions' => 'Ir a tus suscripciones',
|
||||
'forever' => 'Siempre',
|
||||
'extension_date_is' => 'Fecha de extensión es {date}',
|
||||
|
||||
@@ -2372,7 +2372,7 @@ return [
|
||||
'created_tag' => 'Etiqueta ":tag" ha sido creado!',
|
||||
|
||||
'transaction_journal_information' => 'Información de transacción',
|
||||
'transaction_journal_amount' => 'Amount information',
|
||||
'transaction_journal_amount' => 'Información de cantidad',
|
||||
'transaction_journal_meta' => 'Información Meta',
|
||||
'transaction_journal_more' => 'Más información',
|
||||
'basic_journal_information' => 'Información básica de transacción',
|
||||
|
||||
@@ -23,12 +23,12 @@ declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
|
||||
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
|
||||
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
|
||||
'journal_other_user' => 'This transaction doesn\'t belong to the user',
|
||||
'main_message' => 'Acción ":action", presente en la regla ":rule", no se pudo aplicar a la transacción #:group: :error',
|
||||
'find_or_create_tag_failed' => 'No se pudo encontrar o crear la etiqueta ":tag"',
|
||||
'tag_already_added' => 'La etiqueta ":tag" ya está vinculada a esta transacción',
|
||||
'inspect_transaction' => 'Inspeccionar transacción ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspeccionar regla ":title" @ Firefly III',
|
||||
'journal_other_user' => 'Esta transacción no pertenece al usuario',
|
||||
'no_such_journal' => 'This transaction doesn\'t exist',
|
||||
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
|
||||
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
|
||||
|
||||
Reference in New Issue
Block a user