Update translations.

This commit is contained in:
James Cole
2022-09-04 13:53:24 +02:00
parent 06b7f18d55
commit e420ead9e8
27 changed files with 517 additions and 632 deletions

View File

@@ -346,7 +346,7 @@ return [
'search_modifier_tag_is' => 'L\'etichetta è ":value"',
'search_modifier_date_on_year' => 'La transazione è dell\'anno ":value"',
'search_modifier_date_on_month' => 'La transazione è del mese di ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_day' => 'La transazione è il giorno del mese ":value"',
'search_modifier_date_before_year' => 'La transazione è precedente all\'anno o dell\'anno ":value"',
'search_modifier_date_before_month' => 'La transazione è precedente o è del mese di ":value"',
'search_modifier_date_before_day' => 'La transazione è precedente o è del giorno ":value"',
@@ -356,19 +356,19 @@ return [
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_tag_is_not' => 'Nessun tag è ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_account_is' => 'Entrambi i profili sono ":value"',
'search_modifier_account_contains' => 'Entrambi i profili contengono ":value"',
'search_modifier_account_ends' => 'Entrambi i profili terminano per ":value"',
'search_modifier_account_starts' => 'Entrambi i profili iniziano per ":value"',
'search_modifier_account_nr_is' => 'Entrambi i numeri di conto / IBAN sono ":value"',
'search_modifier_account_nr_contains' => 'Entrambi i numeri di conto / IBAN contengono ":value"',
'search_modifier_account_nr_ends' => 'Entrambi i numeri di conto / IBAN terminano per ":value"',
'search_modifier_account_nr_starts' => 'Entrambi i numeri di conto / IBAN iniziano per ":value"',
'search_modifier_category_contains' => 'La categoria contiene ":value"',
'search_modifier_category_ends' => 'La categoria termina per ":value"',
'search_modifier_category_starts' => 'La categoria inizia per ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
@@ -780,10 +780,10 @@ return [
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Non contiene allegati',
'rule_trigger_has_no_attachments' => 'La transazione non contiene alcun allegato',
'rule_trigger_recurrence_id_choice' => 'L\'ID della transazione ricorrente è..',
'rule_trigger_recurrence_id' => 'L\'ID della transazione ricorrente è ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',