export const admin_vat_rates = {
  page_title: 'VAT Rates',
  page_subtitle: 'These rates drive VAT calculation platform-wide (pricing, invoices, settlement).',
  col_date: 'Effective Date',
  col_rate: 'Rate',
  col_added_by: 'Added By',
  col_added_at: 'Added At',
  badge_current: 'Current',
  badge_scheduled: 'Scheduled',
  form_date_label: 'Effective Date (Israel time)',
  form_rate_label: 'VAT Rate (%) — whole number 1–99',
  form_permanence_note:
    "Rates are permanent — entries can't be edited or deleted after adding. A future change takes effect automatically on its effective date.",
  form_submit: 'Add Rate',
  error_duplicate:
    "A rate already exists for {date}. Existing entries can't be edited — choose a different date.",
  error_generic: 'Save failed. Check the values and try again.',
  error_validation:
    'Invalid value: rate must be a whole number between 1 and 99, and the date must be valid.',
  empty_state: 'No rates configured. The system falls back to a default rate of 17%.',
  added_by_system: 'System',
  saving: 'Saving...',
  add_heading: 'Add New Rate',
  history_heading: 'Rate History',
} as const;
