mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -243,7 +243,7 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhook',
|
||||
'webhooks_breadcrumb' => 'Webhook',
|
||||
'webhooks_menu_disabled' => 'disabled',
|
||||
'webhooks_menu_disabled' => 'disabilitato',
|
||||
'no_webhook_messages' => 'Non ci sono messaggi webhook',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Dopo aver creato la transazione',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Dopo aver aggiornato la transazione',
|
||||
|
||||
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'La tua interrogazione contiene conti con valute diverse, che non è consentito.',
|
||||
'iban' => 'Questo non è un IBAN valido.',
|
||||
'zero_or_more' => 'Il valore non può essere negativo.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'This is not an asset account.',
|
||||
'date_or_time' => 'Il valore deve essere un valore valido per una data o per un orario (ISO 8601).',
|
||||
'source_equals_destination' => 'Il conto di origine è uguale al conto di destinazione.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => ':attribute deve avere almeno :min voci.',
|
||||
'not_in' => ':attribute selezionato è invalido.',
|
||||
'numeric' => ':attribute deve essere un numero.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'L\'importo nativo deve essere un numero.',
|
||||
'numeric_destination' => 'L\'importo di destinazione deve essere un numero.',
|
||||
'numeric_source' => 'L\'importo di origine deve essere un numero.',
|
||||
|
||||
Reference in New Issue
Block a user