mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Meta files for new release.
This commit is contained in:
@@ -35,8 +35,8 @@ return [
|
||||
'last_seven_days' => 'Ultimi sette giorni',
|
||||
'last_thirty_days' => 'Ultimi trenta giorni',
|
||||
'last_180_days' => 'Ultimi 180 giorni',
|
||||
'month_to_date' => 'Month to date',
|
||||
'year_to_date' => 'Year to date',
|
||||
'month_to_date' => 'Ultimo mese',
|
||||
'year_to_date' => 'Ultimo anno',
|
||||
'YTD' => 'Anno corrente',
|
||||
'welcome_back' => 'La tua situazione finanziaria',
|
||||
'everything' => 'Tutto',
|
||||
@@ -230,18 +230,18 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhook',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhook',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Dopo aver creato la transazione',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Dopo aver aggiornato la transazione',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Dopo aver eliminato la transazione',
|
||||
'webhook_response_TRANSACTIONS' => 'Dettagli transazione',
|
||||
'webhook_response_ACCOUNTS' => 'Dettagli conto',
|
||||
'webhook_response_none_NONE' => 'Nessun dettaglio',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'inspect' => 'Ispeziona',
|
||||
'create_new_webhook' => 'Crea nuovo webhook',
|
||||
'webhooks_create_breadcrumb' => 'Crea nuovo webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@@ -263,8 +263,8 @@ return [
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'logs' => 'Log',
|
||||
'response' => 'Risposta',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
@@ -326,7 +326,7 @@ return [
|
||||
|
||||
'search_modifier_date_on' => 'La data della transazione è ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_reconciled' => 'La transazione è riconciliata',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'L\'ID della transazione è ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
|
||||
Reference in New Issue
Block a user