Clean up code.

This commit is contained in:
James Cole
2023-12-10 06:45:59 +01:00
parent 9a807fc215
commit c2b22a2bac
157 changed files with 648 additions and 669 deletions

View File

@@ -469,10 +469,10 @@ return [
'search_modifier_transaction_type' => 'Le type de transaction est ":value"',
'search_modifier_not_transaction_type' => 'Le type de l\'opération n\'est pas :value',
'search_modifier_tag_is' => 'Le tag est ":value"',
'search_modifier_tag_contains' => 'Tag contains ":value"',
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
'search_modifier_tag_ends' => 'Tag ends with ":value"',
'search_modifier_tag_starts' => 'Tag starts with ":value"',
'search_modifier_tag_contains' => 'Le tag contient ":value"',
'search_modifier_not_tag_contains' => 'Le tag ne contient pas «:value»',
'search_modifier_tag_ends' => 'Le tag se termine par «:value»',
'search_modifier_tag_starts' => 'Le tag commence par «:value»',
'search_modifier_not_tag_is' => 'Aucun tag n\'est ":value"',
'search_modifier_date_on_year' => 'L\'opération est dans l\'année ":value"',
'search_modifier_not_date_on_year' => 'L\'opération n\'est pas dans l\'année ":value"',
@@ -1282,8 +1282,8 @@ return [
'rule_action_append_notes_to_descr' => 'Ajouter les notes à la description',
'rule_action_move_descr_to_notes' => 'Remplacer les notes par la description',
'rule_action_move_notes_to_descr' => 'Remplacer la description par les notes',
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
'rule_action_set_destination_to_cash_choice' => 'Définir le compte de destination à (espèces)',
'rule_action_set_source_to_cash_choice' => 'Définir le compte source à (espèces)',
'rulegroup_for_bills_title' => 'Groupe de règles pour les factures',
'rulegroup_for_bills_description' => 'Un groupe de règles spécial pour toutes les règles impliquant des factures.',
'rule_for_bill_title' => 'Règle générée automatiquement pour la facture ":name"',