// en/dev_payments
export const dev_payments = {
  page_title: 'Payment Scenario Control (Dev)',
  page_description: 'Select the scenario that will be triggered on the next mock payment.',
  scenario_label: 'Active scenario',
  scenario_applied: 'Scenario saved',
  active_scenario: 'Current scenario',
  mock_only_notice: 'This page is only available when PAYMENT_PROVIDER=mock',
  scenario_success: 'Success',
  scenario_decline: 'Card declined',
  scenario_insufficient_funds: 'Insufficient funds',
  scenario_token_expired: 'Token expired',
  scenario_token_invalid: 'Token invalid',
  scenario_duplicate: 'Duplicate charge',
  scenario_hold_reject_debit: 'Hold rejected (debit)',
  scenario_partial_refund_failure: 'Partial refund failure',
  scenario_reconcile_flip: 'Reconcile flip',
} as const;
