@@ -214,6 +214,30 @@ return [
|
||||
'fc_err_action' => 'Error during action: ',
|
||||
'fc_today_short' => 'Today',
|
||||
'fc_today_title' => 'Today',
|
||||
'fc_tab_foyer' => '🏡 Household',
|
||||
'fc_tab_members' => '👥 Members & Rights',
|
||||
'fc_select_member' => 'Select a family member:',
|
||||
'fc_role_adult' => '👨👩👦 Adult',
|
||||
'fc_role_child' => '👶 Child',
|
||||
'fc_care_modes_title' => '👶 Associated Care Modes',
|
||||
'fc_care_modes_desc' => 'Check the care modes that apply to this child.',
|
||||
'fc_no_care_mode' => 'No care mode configured.',
|
||||
'fc_matrix_title' => '👨👩👦 Leave Rights Matrix',
|
||||
'fc_matrix_desc' => 'Declare your counter codes and renewal dates.',
|
||||
'fc_matrix_code' => 'Code',
|
||||
'fc_matrix_date' => 'Reset Date',
|
||||
'fc_matrix_empty' => 'No counter configured.',
|
||||
'fc_matrix_saved' => 'Rights matrix updated successfully! 💼',
|
||||
'fc_child_saved' => 'Child subscription saved!',
|
||||
'btn_add_counter' => '➕ Add',
|
||||
'btn_save_rights' => '💾 Save',
|
||||
'fc_modal_settings_title' => 'Calendar Settings',
|
||||
'fc_zone_label' => 'School Zone (Holidays)',
|
||||
'fc_zone_desc' => 'Determines the automatic school holiday calendar.',
|
||||
'fc_care_modes_label' => 'Household Care Modes',
|
||||
'fc_care_modes_desc' => 'Manage the global list of possible care modes for the family.',
|
||||
'fc_add_mode_placeholder' => 'E.g., Nanny, Center, Grandparents...',
|
||||
'fc_settings_updated' => 'Settings updated successfully!',
|
||||
|
||||
'leg_presence' => 'Pep presence',
|
||||
'leg_school_holidays' => 'School holidays',
|
||||
@@ -401,6 +425,40 @@ return [
|
||||
'cat_others' => 'Other / Unexpected',
|
||||
'cat_savings' => 'Savings',
|
||||
'budget_tab_kids' => 'Kids',
|
||||
'budget_settings_title' => 'Budget Settings',
|
||||
'bs_tab_accounts' => '💳 Accounts',
|
||||
'bs_tab_categories' => '🏷️ Categories',
|
||||
'bs_tab_rules' => '🤖 Import Rules',
|
||||
'bs_tab_salaries' => '💼 Salaries',
|
||||
'bs_empty_accounts' => 'No accounts configured.',
|
||||
'bs_type_checking' => 'Checking',
|
||||
'bs_type_savings' => 'Savings',
|
||||
'bs_badge_default' => 'Default',
|
||||
'bs_owner' => 'Owner',
|
||||
'bs_shared_account' => 'Joint Account',
|
||||
'bs_empty_categories' => 'No categories configured.',
|
||||
'bs_type_income' => 'Income',
|
||||
'bs_type_expense' => 'Expense',
|
||||
'bs_type_savings_cat' => 'Savings',
|
||||
'bs_empty_rules' => 'No import rules configured.',
|
||||
'bs_empty_salaries' => 'No salary defined for the year',
|
||||
'bs_salaries_year_desc' => 'Configurations for the year',
|
||||
'bs_salary_net' => 'Net salary',
|
||||
'bs_salary_fees' => 'Monthly payment / Fees',
|
||||
'bs_add_account_title' => 'Add an account',
|
||||
'bs_account_name_ph' => 'Name (e.g., Baby Savings)',
|
||||
'bs_confirm_delete' => 'Are you sure you want to delete this account?',
|
||||
'bs_add_category_title' => '+ Add a category',
|
||||
'bs_cat_code_ph' => 'Code (e.g., FOOD)',
|
||||
'bs_cat_label_ph' => 'Label (e.g., Groceries)',
|
||||
'bs_cat_icon_ph' => 'Icon (e.g., 🛒)',
|
||||
'bs_confirm_delete_cat' => 'Are you sure you want to delete this category?',
|
||||
'bs_add_rule_title' => 'Add a rule',
|
||||
'bs_rule_keyword_ph' => 'Keyword (e.g., WALMART)',
|
||||
'bs_confirm_delete_rule'=> 'Are you sure you want to delete this rule?',
|
||||
'bs_currency_label' => 'Household Currency',
|
||||
'bs_currency_desc' => 'Main currency used for displaying your accounts and budgets.',
|
||||
'bs_currency_updated' => 'Currency updated successfully!',
|
||||
|
||||
// --- BUDGET: TRACKING ---
|
||||
'bud_rem_school' => 'School (estimated remaining)',
|
||||
|
||||
Reference in New Issue
Block a user