en:
  js:
    wizard:
      complete_custom: "Welcome to %{site_name}! Get started with <a href='%{wizard_url}' data-auto-route='true'>the %{wizard_name} wizard</a> ✨"
  admin_js:
    admin:
      wizard:
        label: "Wizards"
        new: "New"
        custom_label: "Custom"
        submissions_label: "Submissions"
        name: "Name"
        name_placeholder: "name of the wizard"
        background: "Background"
        background_placeholder: "Background css property"
        save_submissions: "Save"
        save_submissions_label: "Save wizard submissions."
        multiple_submissions: "Multiple"
        multiple_submissions_label: "Allow multiple submissions by the same user."
        after_signup: "After Signup"
        after_signup_label: "Users are directed to wizard after signup."
        after_time: "After Time"
        after_time_label: "Users are directed to wizard after the start time until wizard is completed or skipped."
        after_time_time_label: "Start Time"
        after_time_modal:
          title: "Wizard Start Time"
          date: "Date"
          time: "Time"
          done: "Set Time"
          clear: "Clear"
        required: "Required"
        required_label: "Users cannot skip the wizard."
        prompt_completion: "Prompt"
        prompt_completion_label: "Prompt user to complete wizard."
        min_trust: "Trust"
        min_trust_label: "Trust level required to access wizard."
        theme_key: "Theme"
        no_theme: "Select a Theme (optional)"
        save: "Save Changes"
        remove: "Delete Wizard"
        header: "Wizard"
        add: "Add"
        url: "Url"
        key: "Key"
        value: "Value"
        id: "Id"
        id_placeholder: "Underscored. Cannot be changed."
        key_placeholder: "Translation key"
        custom_text_placeholder: "Overrides translation"
        type: "Type"
        none: "Make a selection"
        select_field: "Select Field"
        error:
          name_required: "Wizards must have a name."
          steps_required: "Wizards must have at least one step."
          id_required: "All wizards, steps, fields and actions need an id."
          type_required: "All fields need a type."
          after_time_need_time: "After time is enabled but no time is set."
          after_time_invalid: "After time is invalid."
          field:
            need_choices: "All dropdowns need choices."
            choices_label_empty: "Custom choice labels cannot be empty."
        step:
          header: "Steps"
          title: "Title"
          banner: "Banner"
          banner_placeholder: "Image url"
          description: "Description"
        field:
          type: "Choose a type"
          header: "Fields"
          label: "Label"
          description: "Description"
          image: "Image"
          image_placeholder: "Image url"
          dropdown_none: "None"
          dropdown_none_placeholder: "Translation Key"
          choices_label: "Dropdown Choices"
          choices_type: "Choose a type"
          choices_translation: "Translation"
          choices_custom: "Custom"
          choices_preset:
            label: "Preset"
            categories: "Categories"
            filter: "Preset Filter"
          choice:
            value: "Value"
            label: "Label"
          required: "Required"
          required_label: "Field is Required"
          min_length: "Min Length"
          min_length_placeholder: "Minimum length in characters"
        action:
          header: "Actions<sup>*</sup>"
          include: "Include Fields"
          title: "Title"
          post: "Post"
          add_fields: "{{type}} Fields"
          available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
          topic_attr: "Topic Attribute"
          send_message:
            label: "Send Message"
            recipient: "Recipient"
          create_topic:
            label: "Create Topic"
            category: "Category"
          update_profile:
            label: "Update Profile"
            profile_field: "Profile Field"
            custom_field: "User Custom Field"
          post_builder:
            checkbox: "Post Builder"
            label: "Builder"
            user_fields: "User Fields: "
            wizard_fields: "Wizard Fields: "
            placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
          custom_title: "Custom Title"
          custom_category:
            label: "Custom Category"
            wizard_field: "Wizard Field"
            user_field: "User Field"

  wizard_js:
    location:
      name:
        title: "Name (optional)"
        desc: "e.g. P. Sherman Dentist"
      street:
        title: "Number and Street"
        desc: "e.g. 42 Wallaby Way"
      postalcode:
        title: "Postal Code (Zip)"
        desc: "e.g. 2548"
      city:
        title: "City, Town or Village"
        desc: "e.g. Sydney"
      country_code:
        title: "Country"
        placeholder: "Select a Country"
      query:
        title: "Address"
        desc: "e.g. 42 Wallaby Way, Sydney."
      geo:
        desc: "Locations provided by {{provider}}"
        btn:
          label: "Find Location"
        results: "Locations"
        no_results: "No results. Please double check the spelling."
        show_map: "Show Map"
      validation:
        city: "Please enter a city, town or village."
        countrycode: "Please select a country."
        geo_location: "Search and select a result."

    select_kit:
      filter_placeholder: "Search..."

    wizard:
      completed: "You have completed this wizard."
      not_permitted: "You need to be trust level {{level}} or higher to access this wizard."
      none: "There is no wizard here."
      return_to_site: "Return to {{siteName}}"

    wizard_composer:
      show_preview: "Preview Your Post"
      hide_preview: "Hide Preview"
      quote_post_title: "Quote whole post"
      bold_label: "B"
      bold_title: "Strong"
      bold_text: "strong text"
      italic_label: "I"
      italic_title: "Emphasis"
      italic_text: "emphasized text"
      link_title: "Hyperlink"
      link_description: "enter link description here"
      link_dialog_title: "Insert Hyperlink"
      link_optional_text: "optional title"
      link_url_placeholder: "http://example.com"
      quote_title: "Blockquote"
      quote_text: "Blockquote"
      blockquote_text: "Blockquote"
      code_title: "Preformatted text"
      code_text: "indent preformatted text by 4 spaces"
      paste_code_text: "type or paste code here"
      upload_title: "Upload"
      upload_description: "enter upload description here"
      olist_title: "Numbered List"
      ulist_title: "Bulleted List"
      list_item: "List item"
      toggle_direction: "Toggle Direction"
      help: "Markdown Editing Help"
      collapse: "minimize the composer panel"
      abandon: "close composer and discard draft"
      modal_ok: "OK"
      modal_cancel: "Cancel"
      cant_send_pm: "Sorry, you can't send a message to %{username}."
      yourself_confirm:
        title: "Did you forget to add recipients?"
        body: "Right now this message is only being sent to yourself!"