From 4b2ab275bcf38ab173f616533f47ab00c302dc6c Mon Sep 17 00:00:00 2001 From: perco Date: Mon, 11 May 2026 15:31:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ajout=20cl=C3=A9=20bud=5Fcat=5Fincome=20?= =?UTF-8?q?manquante=20dans=20fr/ca/en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- includes/lang/ca.php | 1 + includes/lang/en.php | 1 + includes/lang/fr.php | 1 + 3 files changed, 3 insertions(+) diff --git a/includes/lang/ca.php b/includes/lang/ca.php index 4a122ce..a37773c 100644 --- a/includes/lang/ca.php +++ b/includes/lang/ca.php @@ -423,6 +423,7 @@ return [ 'bud_ph_keywords' => 'Ex: NETFLIX, PRIME VIDEO (separades per coma)', 'bud_help_keywords' => 'Si una despesa del mes conté aquesta paraula, la línia passarà a "Validat".', 'bud_label_day' => 'Dia (1-31)', + 'bud_cat_income' => 'Estalvi', 'bud_cat_expense' => 'Despesa', 'bud_label_frequency' => 'Freqüència', 'bud_label_amount_type' => 'Tipus d\'import', diff --git a/includes/lang/en.php b/includes/lang/en.php index 9aef620..98c0e4a 100644 --- a/includes/lang/en.php +++ b/includes/lang/en.php @@ -409,6 +409,7 @@ return [ 'bud_ph_keywords' => 'e.g. NETFLIX, PRIME VIDEO (comma-separated)', 'bud_help_keywords' => 'If a monthly expense contains this word, the line will switch to "Validated".', 'bud_label_day' => 'Day (1-31)', + 'bud_cat_income' => 'Savings', 'bud_cat_expense' => 'Expense (Cost)', 'bud_label_frequency' => 'Frequency', 'bud_label_amount_type' => 'Amount type', diff --git a/includes/lang/fr.php b/includes/lang/fr.php index 6e0c720..7de7cc3 100644 --- a/includes/lang/fr.php +++ b/includes/lang/fr.php @@ -425,6 +425,7 @@ return [ 'bud_ph_keywords' => 'Ex: NETFLIX, PRIME VIDEO (séparés par virgule)', 'bud_help_keywords' => 'Si une dépense du mois contient ce mot, la ligne passera en "Validé".', 'bud_label_day' => 'Jour (1-31)', + 'bud_cat_income' => 'Épargne', 'bud_cat_expense' => 'Dépense (Frais)', 'bud_label_frequency' => 'Fréquence', 'bud_label_amount_type' => 'Type de montant',