mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update packages.
This commit is contained in:
		| @@ -450,13 +450,13 @@ return [ | ||||
|     'search_modifier_invoice_date_after_month'            => 'La date de facture de l\'opération est après ou dans le mois ":value"', | ||||
|     'search_modifier_invoice_date_after_day'              => 'Transaction invoice date is after or on day of month ":value"', | ||||
|     // other dates | ||||
|     'search_modifier_updated_at_on_year'                  => 'Transaction was last updated in year ":value"', | ||||
|     'search_modifier_updated_at_on_month'                 => 'Transaction was last updated in month ":value"', | ||||
|     'search_modifier_updated_at_on_year'                  => 'L\'opération a été mise à jour pour la dernière fois en ":value"', | ||||
|     'search_modifier_updated_at_on_month'                 => 'L\'opération a été mise à jour pour la dernière fois en ":value"', | ||||
|     'search_modifier_updated_at_on_day'                   => 'Transaction was last updated on day of month ":value"', | ||||
|     'search_modifier_updated_at_before_year'              => 'Transaction was last updated in or before year ":value"', | ||||
|     'search_modifier_updated_at_before_month'             => 'Transaction was last updated in or before month ":value"', | ||||
|     'search_modifier_updated_at_before_year'              => 'La transaction a été mise à jour la dernière fois ":value" ou avant', | ||||
|     'search_modifier_updated_at_before_month'             => 'L\'opération a été mise à jour pour la dernière fois en ":value" ou avant', | ||||
|     'search_modifier_updated_at_before_day'               => 'Transaction was last updated on or before day of month ":value"', | ||||
|     'search_modifier_updated_at_after_year'               => 'Transaction was last updated in or after year ":value"', | ||||
|     'search_modifier_updated_at_after_year'               => 'L\'opération a été mise à jour pour la dernière fois après ":value"', | ||||
|     'search_modifier_updated_at_after_month'              => 'Transaction was last updated in or after month ":value"', | ||||
|     'search_modifier_updated_at_after_day'                => 'Transaction was last updated on or after day of month ":value"', | ||||
|     'search_modifier_created_at_on_year'                  => 'Transaction was created in year ":value"', | ||||
| @@ -605,14 +605,14 @@ return [ | ||||
|     'rule_trigger_source_account_is'                      => 'Le nom du compte source est ":trigger_value"', | ||||
|     'rule_trigger_source_account_contains_choice'         => 'Le nom du compte source contient..', | ||||
|     'rule_trigger_source_account_contains'                => 'Le nom du compte source contient ":trigger_value"', | ||||
|     'rule_trigger_account_id_choice'                      => 'Either account ID is exactly..', | ||||
|     'rule_trigger_account_id'                             => 'Either account ID is exactly :trigger_value', | ||||
|     'rule_trigger_account_id_choice'                      => 'L\'un des deux comptes a pour identifiant..', | ||||
|     'rule_trigger_account_id'                             => 'L\'un des deux comptes a pour identifiant :trigger_value', | ||||
|     'rule_trigger_source_account_id_choice'               => 'L\'ID du compte source est exactement..', | ||||
|     'rule_trigger_source_account_id'                      => 'L\'ID du compte source est exactement :trigger_value', | ||||
|     'rule_trigger_destination_account_id_choice'          => 'L\'ID du compte de destination est exactement..', | ||||
|     'rule_trigger_destination_account_id'                 => 'L\'ID du compte de destination est exactement :trigger_value', | ||||
|     'rule_trigger_account_is_cash_choice'                 => 'Either account is cash', | ||||
|     'rule_trigger_account_is_cash'                        => 'Either account is cash', | ||||
|     'rule_trigger_account_is_cash_choice'                 => 'L\'un des deux comptes est en espèces', | ||||
|     'rule_trigger_account_is_cash'                        => 'L\'un des deux comptes est en espèces', | ||||
|     'rule_trigger_source_is_cash_choice'                  => 'Le compte source est un compte (d\'espèces)', | ||||
|     'rule_trigger_source_is_cash'                         => 'Le compte source est un compte (d\'espèces)', | ||||
|     'rule_trigger_destination_is_cash_choice'             => 'Le compte de destination est un compte (d\'espèces)', | ||||
| @@ -647,8 +647,8 @@ return [ | ||||
|     'rule_trigger_category_is'                            => 'La catégorie est ":trigger_value"', | ||||
|     'rule_trigger_amount_less_choice'                     => 'Le montant est inférieur à..', | ||||
|     'rule_trigger_amount_less'                            => 'Le montant est inférieur à :trigger_value', | ||||
|     'rule_trigger_amount_is_choice'                       => 'Amount is..', | ||||
|     'rule_trigger_amount_is'                              => 'Amount is :trigger_value', | ||||
|     'rule_trigger_amount_is_choice'                       => 'Le montant est..', | ||||
|     'rule_trigger_amount_is'                              => 'Le montant est :trigger_value', | ||||
|     'rule_trigger_amount_more_choice'                     => 'Le montant est supérieur à..', | ||||
|     'rule_trigger_amount_more'                            => 'Le montant est supérieur à :trigger_value', | ||||
|     'rule_trigger_description_starts_choice'              => 'Le description commence par..', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user