client.en.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. en:
  2. admin_js:
  3. admin:
  4. wizard:
  5. label: "Wizards"
  6. new: "New"
  7. custom_label: "Custom"
  8. submissions_label: "Submissions"
  9. name: "Name"
  10. name_placeholder: "name of the wizard"
  11. background: "Background"
  12. background_placeholder: "Background css property"
  13. save_submissions: "Save"
  14. save_submissions_label: "Save wizard submissions"
  15. save: "Save Changes"
  16. remove: "Delete Wizard"
  17. header: "Wizard"
  18. add: "Add"
  19. url: "Url"
  20. translation: "Translation"
  21. step:
  22. header: "Steps"
  23. title: "Title"
  24. title_placeholder: "Overrides title translation"
  25. banner: "Banner"
  26. banner_placeholder: "Image url"
  27. description: "Description"
  28. description_placeholder: "Overrides description translation"
  29. translation_placeholder: "Translation key for step"
  30. field:
  31. header: "Fields"
  32. label: "Label"
  33. description: "Description"
  34. type: "Type"
  35. choices_label: "Dropdown Choices"
  36. add_choice: "Add"
  37. required: "Required"
  38. required_label: "Field is Required"
  39. translation_placeholder: "Translation key for field"
  40. action:
  41. header: "Actions"
  42. label: "Label"
  43. type: "Type"
  44. send_message:
  45. label: "Send Message"
  46. title: "Title"
  47. post: "Post"
  48. recipient: "Recipient"
  49. create_topic:
  50. label: "Create Topic"
  51. title: "Title"
  52. post: "Post"
  53. category: "Category"
  54. update_profile:
  55. label: "Update Profile"
  56. field: "Profile Field"
  57. save_input:
  58. label: "Save Input"
  59. wizard_js:
  60. wizard:
  61. validation:
  62. too_short: "Post must be at least {{min}} characters"