client.en.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132
  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. save: "Save Wizard"
  11. remove: "Delete Wizard"
  12. step:
  13. title: "Step Title"
  14. title_placeholder: "This will appear at the top of the step"
  15. banner: "Step Banner"
  16. banner_placeholder: "This image will appear under the title"
  17. description: "Step Description"
  18. description_placeholder: "This will appear underneath the title and / or title"
  19. add: "Add Step"
  20. remove: "Remove Step"
  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. remove: "Remove Field"
  31. action:
  32. email: "Email"