// en/admin_languages
export const admin_languages = {
  title: 'Languages',
  cross_link_translations: 'To manage content translations, go to Translations →',
  add: 'Add language',
  empty: 'No languages configured yet. Click "Add language" to get started.',
  edit: 'Edit',
  col_code: 'Code',
  col_name_native: 'Native name (as shown to visitors)',
  col_name_english: 'English name',
  col_direction: 'Direction',
  col_search_config: 'Text-search engine',
  col_active: 'Active',
  col_default: 'Default',
  col_actions: 'Actions',
  badge_default: 'Default',
  aria_toggle_active: 'Toggle {{name}}',
  dir_rtl: 'Right to left',
  dir_ltr: 'Left to right',
  dialog_title_add: 'Add language',
  dialog_title_edit: 'Edit language',
  dialog_description_add:
    'Define the code, name, and direction for the new language. Adding a language does not translate content — manage translations on the "Translations" page.',
  dialog_description_edit: 'Update the language settings.',
  save: 'Save',
  cancel: 'Cancel',
  field_is_active: 'Active',
  field_is_default: 'Default language',
  field_is_default_hint:
    'The default language is shown to every new visitor and used as the fallback. Exactly one default must exist.',
  field_sort_order: 'Sort order',
  field_sort_order_hint: 'Lower numbers appear first in the site language switcher (0 = first).',
  field_code_hint:
    'BCP-47 language code, e.g. he, en, ar, pt-BR. Cannot be changed after creation.',
  saving: 'Saving...',
  error_fallback: 'Save failed. Try again or refresh the page.',
  search_config_simple: 'Basic (no stemming) — simple',
  search_config_english: 'English (with stemming) — english',
  search_config_simple_unaccent: 'Basic + accent-insensitive — simple_unaccent',
  search_config_arabic: 'Arabic (with stemming) — arabic',
  search_config_russian: 'Russian (with stemming) — russian',
} as const;
