12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- en:
- 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"
- save: "Save Changes"
- remove: "Delete Wizard"
- header: "Wizard"
- add: "Add"
- url: "Url"
- key: "Key"
- id: "Id"
- id_placeholder: "Underscored. Cannot be changed."
- key_placeholder: "Translation key"
- custom_text_placeholder: "Overrides translation"
- type: "Type"
- error:
- name_required: "Wizards must have a name."
- steps_required: "Wizards must have at least one step."
- id_required: "All Step, Fields and Actions need an Id"
- field:
- need_choices: "All dropdowns need a translated choices, custom choies or preset choices."
- choices_label_empty: "Custom choice labels cannot be empty."
- step:
- header: "Steps"
- title: "Title"
- banner: "Banner"
- banner_placeholder: "Image url"
- description: "Description"
- field:
- header: "Fields"
- label: "Label"
- description: "Description"
- choices_label: "Dropdown Choices (use one type)"
- choices_translation: "Translation"
- choices_custom: "Custom"
- choices_preset:
- label: "Preset"
- none: "Select a data type"
- categories: "Categories"
- filter: "Filter"
- key: "Key"
- value: "Value"
- 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"
- send_message:
- label: "Send Message"
- title: "Title"
- post: "Post"
- recipient: "Recipient"
- create_topic:
- label: "Create Topic"
- title: "Title"
- post: "Post"
- category: "Category"
- update_profile:
- label: "Update Profile"
- field: "Profile Field"
- save_input:
- label: "Save Input"
- wizard_js:
- wizard:
- completed: "You have completed this wizard."
|