Code for new release.

This commit is contained in:
James Cole
2024-01-02 20:19:09 +01:00
parent 9eca31529c
commit bc26ee5cde
85 changed files with 474 additions and 187 deletions

View File

@@ -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',

View File

@@ -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.',