# Dialog action button labels
ok: OK
cancel: Annuleren
close: Sluiten

# Button to clear content, e.g. search input or calendar date
clear: Wissen

# Text editor dialog buttons for link/image insertion
insert: Invoegen
update: Bijwerken
remove: Verwijderen

# Combobox dropdown toggle button aria-labels
collapse: Samenvouwen
expand: Uitvouwen

# Infobar/toast dismiss button label
dismiss: Sluiten

# Alert & infobar status, read out by screen readers before the message (visually hidden)
alert:
  error: Fout
  warning: Waarschuwing
  info: Informatie
  success: Gelukt

# Role descriptions, read out by screen readers in place of the generic “group” role
role_descriptions:
  disclosure: uitklapbare sectie
  option_group: optiegroep
  menu_item_group: menu-itemgroep
  checkbox_group: selectievakjesgroep
  table_head: tabelkop
  table_body: tabelinhoud
  table_foot: tabelvoet
  grid_head: rasterkop
  grid_body: rasterinhoud
  grid_foot: rastervoet

# Emoji suggestion listbox aria-label, shared by the text fields and the text editor
emoji_suggestions: Emoji-suggesties

# Calendar component
calendar:
  # View switcher group aria-labels and navigation button aria-labels
  year: Jaar
  previous_decade: Vorig decennium
  next_decade: Volgend decennium
  month: Maand
  previous_month: Vorige maand
  next_month: Volgende maand
  # “Today” button label in footer
  today: Vandaag

# Split button component
split_button:
  # Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
  x_options: Opties voor {$name}
  # Dropdown toggle aria-label
  more_options: Meer opties

# Combobox component
combobox:
  # Placeholder when no option is selected
  select_an_option: Selecteer een optie…
  # Filter input aria-label
  filter_options: Opties filteren
  # Empty state message when filter has no matches
  no_matching_options: Geen overeenkomende opties gevonden

# Number input component
number_input:
  # Spin button aria-labels for incrementing/decrementing the number value
  increase: Verhogen
  decrease: Verlagen

# Password input component
password_input:
  # Visibility toggle button aria-labels
  show_password: Wachtwoord tonen
  hide_password: Wachtwoord verbergen

# Secret input component (API keys, tokens, etc.)
secret_input:
  # Visibility toggle button aria-labels
  show_secret: Secret tonen
  hide_secret: Secret verbergen

# Select tags component (multi-select)
select_tags:
  # Listbox aria-label
  selected_options: Geselecteerde opties
  # Remove button aria-label, e.g. “Remove Option 1”
  remove_x: '{$name} verwijderen'

# Text editor component
text_editor:
  # Toolbar aria-labels
  text_editor: Teksteditor
  code_editor: Code-editor
  # Block style menu button and menu aria-labels
  text_style_options: Tekststijlopties
  show_text_style_options: Tekststijlopties tonen
  # Block style menu items
  paragraph: Alinea
  heading_1: Kop 1
  heading_2: Kop 2
  heading_3: Kop 3
  heading_4: Kop 4
  heading_5: Kop 5
  heading_6: Kop 6
  bulleted_list: Opsommingslijst
  numbered_list: Genummerde lijst
  blockquote: Citaatblok
  code_block: Codeblok
  # Inline style button aria-labels
  bold: Vet
  italic: Cursief
  strikethrough: Doorhalen
  code: Code
  link: Link
  # Link dialog title
  insert_link: Link invoegen
  update_link: Link bijwerken
  # Link dialog input field labels
  text: Tekst
  url: URL
  # Markdown mode toggle button aria-label
  edit_in_markdown: Bewerken in Markdown
  # Error message when rich text conversion fails
  converter_error: De rich-text-modus kan niet worden ingeschakeld. Gebruik in plaats daarvan de platteteksteditor.
  # Language selector aria-label
  language: Taal
  # Plain text mode option in language selector
  plain_text: Platte tekst
