client.en.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. multiple_submissions: "Multiple"
  16. multiple_submissions_label: "Allow multiple submissions by the same user"
  17. save: "Save Changes"
  18. remove: "Delete Wizard"
  19. header: "Wizard"
  20. add: "Add"
  21. url: "Url"
  22. key: "Key"
  23. id: "Id"
  24. id_placeholder: "Underscored. Cannot be changed."
  25. key_placeholder: "Translation key"
  26. custom_text_placeholder: "Overrides translation"
  27. type: "Type"
  28. error:
  29. name_required: "Wizards must have a name."
  30. steps_required: "Wizards must have at least one step."
  31. id_required: "All Step, Fields and Actions need an Id"
  32. field:
  33. need_choices: "All dropdowns need a translated choices, custom choies or preset choices."
  34. choices_label_empty: "Custom choice labels cannot be empty."
  35. step:
  36. header: "Steps"
  37. title: "Title"
  38. banner: "Banner"
  39. banner_placeholder: "Image url"
  40. description: "Description"
  41. field:
  42. header: "Fields"
  43. label: "Label"
  44. description: "Description"
  45. choices_label: "Dropdown Choices (use one type)"
  46. choices_translation: "Translation"
  47. choices_custom: "Custom"
  48. choices_preset:
  49. label: "Preset"
  50. none: "Select a data type"
  51. categories: "Categories"
  52. filter: "Filter"
  53. key: "Key"
  54. value: "Value"
  55. choice:
  56. value: "Value"
  57. label: "Label"
  58. required: "Required"
  59. required_label: "Field is Required"
  60. min_length: "Min Length"
  61. min_length_placeholder: "Minimum length in characters"
  62. action:
  63. header: "Actions"
  64. include: "Include Fields"
  65. title: "Title"
  66. post: "Post"
  67. none: "Select a field"
  68. send_message:
  69. label: "Send Message"
  70. recipient: "Recipient"
  71. create_topic:
  72. label: "Create Topic"
  73. category: "Category"
  74. featured_link: "Featured Link"
  75. update_profile:
  76. label: "Update Profile"
  77. wizard_field: "Wizard Field"
  78. profile_field: "Profile Field"
  79. wizard_js:
  80. wizard:
  81. completed: "You have completed this wizard."