mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
New translations.
This commit is contained in:
@@ -352,22 +352,43 @@ return [
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'L\'action de l’utilisateur est ":trigger_value"',
|
||||
'rule_trigger_from_account_starts_choice' => 'Le compte source commence par..',
|
||||
'rule_trigger_from_account_starts' => 'Le compte source commence par ":trigger_value"',
|
||||
'rule_trigger_from_account_ends_choice' => 'Le compte source se termine par..',
|
||||
'rule_trigger_from_account_ends' => 'Le compte source se termine par ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Le compte source est..',
|
||||
'rule_trigger_from_account_is' => 'Le compte source est ":trigger_value"',
|
||||
'rule_trigger_from_account_contains_choice' => 'Le compte source contient..',
|
||||
'rule_trigger_from_account_contains' => 'Le compte source contient ":trigger_value"',
|
||||
'rule_trigger_to_account_starts_choice' => 'Le compte de destination commence par..',
|
||||
'rule_trigger_to_account_starts' => 'Le compte de destination commence par ":trigger_value"',
|
||||
'rule_trigger_to_account_ends_choice' => 'Compte de destination se terminant par..',
|
||||
'rule_trigger_to_account_ends' => 'Le compte de destination se termine par ":trigger_value"',
|
||||
'rule_trigger_to_account_is_choice' => 'Le compte de destination est..',
|
||||
'rule_trigger_to_account_is' => 'Le compte de destination est ":trigger_value"',
|
||||
'rule_trigger_to_account_contains_choice' => 'Le compte de destination contient..',
|
||||
'rule_trigger_to_account_contains' => 'Le compte de destination contient ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_starts_choice' => 'Source account name starts with..',
|
||||
'rule_trigger_from_account_starts' => 'Source account name starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_ends_choice' => 'Source account name ends with..',
|
||||
'rule_trigger_from_account_ends' => 'Source account name ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_is_choice' => 'Source account name is..',
|
||||
'rule_trigger_from_account_is' => 'Source account name is ":trigger_value"',
|
||||
'rule_trigger_from_account_contains_choice' => 'Source account name contains..',
|
||||
'rule_trigger_from_account_contains' => 'Source account name contains ":trigger_value"',
|
||||
|
||||
'rule_trigger_from_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
|
||||
'rule_trigger_from_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
|
||||
'rule_trigger_from_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_is_choice' => 'Source account number / IBAN is..',
|
||||
'rule_trigger_from_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_from_account_nr_contains_choice' => 'Source account number / IBAN contains..',
|
||||
'rule_trigger_from_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
|
||||
|
||||
'rule_trigger_to_account_starts_choice' => 'Destination account name starts with..',
|
||||
'rule_trigger_to_account_starts' => 'Destination account name starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_ends_choice' => 'Destination account name ends with..',
|
||||
'rule_trigger_to_account_ends' => 'Destination account name ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_is_choice' => 'Destination account name is..',
|
||||
'rule_trigger_to_account_is' => 'Destination account name is ":trigger_value"',
|
||||
'rule_trigger_to_account_contains_choice' => 'Destination account name contains..',
|
||||
'rule_trigger_to_account_contains' => 'Destination account name contains ":trigger_value"',
|
||||
|
||||
'rule_trigger_to_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
|
||||
'rule_trigger_to_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
|
||||
'rule_trigger_to_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_is_choice' => 'Destination account number / IBAN is..',
|
||||
'rule_trigger_to_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_to_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
|
||||
'rule_trigger_to_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
|
||||
|
||||
'rule_trigger_transaction_type_choice' => 'L\'opération est du type..',
|
||||
'rule_trigger_transaction_type' => 'L\'opération est du type ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'La catégorie est..',
|
||||
|
||||
@@ -105,6 +105,7 @@ return [
|
||||
'sum_withdrawals' => 'Somme des retraits',
|
||||
'sum_deposits' => 'Somme des dépôts',
|
||||
'sum_transfers' => 'Somme des transferts',
|
||||
'sum_reconciliations' => 'Sum of reconciliations',
|
||||
'reconcile' => 'Rapprocher',
|
||||
'account_on_spectre' => 'Compte (Spectre)',
|
||||
'account_on_ynab' => 'Compte (YNAB)',
|
||||
|
||||
Reference in New Issue
Block a user