client.en.yml 1000 B

12345678910111213141516171819202122232425262728293031
  1. en:
  2. admin_js:
  3. admin:
  4. wizard:
  5. label: "Wizards"
  6. new: "New"
  7. custom_label: "Custom"
  8. name: "Name"
  9. name_placeholder: "name of the wizard"
  10. add_step: "Add Step"
  11. remove_step: "Remove Step"
  12. save: "Save Wizard"
  13. remove: "Delete Wizard"
  14. step:
  15. title: "Step Title"
  16. title_placeholder: "This will appear at the top of the step"
  17. banner: "Step Banner"
  18. banner_placeholder: "This image will appear under the title"
  19. description: "Step Description"
  20. description_placeholder: "This will appear underneath the title and / or title"
  21. add_field: "Add Field"
  22. add_action: "Add Action"
  23. field:
  24. label: "Field Name"
  25. description: "Field Description"
  26. type: "Field Type"
  27. choices_label: "Dropdown Choices"
  28. add_choice: "Add Choice"
  29. required: "Field Required"
  30. action:
  31. email: "Email"