---
en:
  active_admin:
    access_denied:
      message: You are not authorized to perform this action.
    any: Any
    batch_actions:
      action_label: "%{title} Selected"
      button_label: Batch Actions
      default_confirmation: Are you sure you want to do this?
      delete_confirmation: Are you sure you want to delete these %{plural_model}?
      labels:
        destroy: Delete
      selection_toggle_explanation: "(Toggle Selection)"
      successfully_destroyed:
        one: Successfully deleted 1 %{model}
        other: Successfully deleted %{count} %{plural_model}
    blank_slate:
      content: There are no %{resource_name} yet.
      link: Create one
    cancel: Cancel
    comments:
      add: Add Comment
      author: Author
      author_missing: Anonymous
      author_type: Author Type
      body: Body
      created_at: Created
      delete: Delete Comment
      delete_confirmation: Are you sure you want to delete this comment?
      errors:
        empty_text: Comment wasn't saved, text was empty.
      no_comments_yet: No comments yet.
      resource: Resource
      resource_type: Resource Type
      title_content: All Comments (%{count})
    create_another: Create another %{model}
    dashboard: Dashboard
    delete: Delete
    delete_confirmation: Are you sure you want to delete this?
    delete_model: Delete %{model}
    details: "%{model} Details"
    devise:
      change_password:
        submit: Change my password
        title: Change your password
      email:
        title: Email
      links:
        forgot_your_password: Forgot your password?
        resend_confirmation_instructions: Resend confirmation instructions
        resend_unlock_instructions: Resend unlock instructions
        sign_in: Sign in
        sign_in_with_omniauth_provider: Sign in with %{provider}
        sign_up: Sign up
      login:
        remember_me: Remember me
        submit: Sign In
        title: Sign In
      password:
        title: Password
      password_confirmation:
        title: Confirm Password
      resend_confirmation_instructions:
        submit: Resend confirmation instructions
        title: Resend confirmation instructions
      reset_password:
        submit: Reset My Password
        title: Forgot your password?
      sign_up:
        submit: Sign up
        title: Sign up
      subdomain:
        title: Subdomain
      unlock:
        submit: Resend unlock instructions
        title: Resend unlock instructions
      username:
        title: Username
    download: 'Download:'
    edit: Edit
    edit_model: Edit %{model}
    empty: Empty
    filters:
      buttons:
        clear: Clear Filters
        filter: Filter
      predicates:
        from: From
        to: To
    has_many_delete: Delete
    has_many_new: Add New %{model}
    has_many_remove: Remove
    index_list:
      table: Table
    logout: Sign out
    move: Move
    new_model: New %{model}
    next: Next
    pagination:
      empty: No %{model} found
      entry:
        one: entry
        other: entries
      multiple: Showing <b>%{from}-%{to}</b> of <b>%{total}</b>
      multiple_without_total: Showing <b>%{from}-%{to}</b>
      next: Next
      one: Showing <b>1</b> of <b>1</b>
      one_page: Showing <b>all %{n}</b>
      per_page: 'Per page '
      previous: Previous
      truncate: "&hellip;"
    powered_by: Powered by %{active_admin} %{version}
    previous: Previous
    scopes:
      all: All
    search_status:
      no_current_filters: No filters applied
      title: Active Search
      title_with_scope: Active Search for %{name}
    sidebars:
      filters: Filters
      search_status: Search Status
    status_tag:
      'no': 'No'
      unset: Unknown
      'yes': 'Yes'
    toggle_dark_mode: Toggle dark mode
    toggle_main_navigation_menu: Toggle main navigation menu
    toggle_section: Toggle section
    toggle_user_menu: Toggle user menu
    view: View
  activerecord:
    attributes:
      active_admin/comment:
        author_type: Author type
        body: Body
        created_at: Created
        namespace: Namespace
        resource_type: Resource type
        updated_at: Updated
    models:
      active_admin/comment:
        one: Comment
        other: Comments
      comment:
        one: Comment
        other: Comments