// en/vendor_invoicing
export const vendor_invoicing = {
  title: 'Invoicing Settings',
  provider_label: 'Invoice Provider',
  coming_soon: 'Coming soon',
  test_connection: 'Test Connection',
  test_ok: 'Connection OK',
  test_fail: 'Connection failed',
  last_test: 'Last tested',
  save: 'Save',
  saving: 'Saving...',
  error_saving: 'Error saving',
  network_error: 'Network error',
  testing: 'Testing...',
  credentials_section: 'Connection details',
  provider_morning: 'Morning',
  provider_icount: 'iCount (איי.קאונט)',
  provider_rivhit: 'Rivhit',
  provider_invoice4u: 'Invoice4U',
  provider_easycount: 'EasyCount',
  provider_meshulam: 'Meshulam',
  provider_self_handled: 'Self-handled — I issue invoices myself',
  provider_help:
    'The chosen provider will automatically issue a tax invoice to the customer after every sale',
  self_handled_notice:
    'Multideal will not issue invoices for you. You are responsible for issuing a tax invoice to the customer for every sale',
  cred_apiUser: 'API username',
  cred_apiPass: 'API password',
  cred_companyId: 'Company ID (CID)',
  test_error_invalid_credentials:
    'Invalid credentials. Check the API username, password, and company ID',
  test_error_connection_timeout:
    'Connection test failed due to a timeout. Check your network settings',
  test_error_unknown: 'Error',
  providers_loading: 'Loading providers...',
  providers_load_error: 'Failed to load provider list — try again',
} as const;
