client.en.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. after_signup: "After Signup"
  18. after_signup_label: "Users are directed to wizard after signup."
  19. after_time: "After Time"
  20. after_time_label: "Users are directed to wizard after the start time until wizard is completed or skipped."
  21. after_time_time_label: "Start Time"
  22. after_time_modal:
  23. title: "Wizard Start Time"
  24. date: "Date"
  25. time: "Time"
  26. done: "Set Time"
  27. clear: "Clear"
  28. required: "Required"
  29. required_label: "Users cannot skip the wizard."
  30. save: "Save Changes"
  31. remove: "Delete Wizard"
  32. header: "Wizard"
  33. add: "Add"
  34. url: "Url"
  35. key: "Key"
  36. value: "Value"
  37. id: "Id"
  38. id_placeholder: "Underscored. Cannot be changed."
  39. key_placeholder: "Translation key"
  40. custom_text_placeholder: "Overrides translation"
  41. type: "Type"
  42. none: "Make a selection"
  43. select_field: "Wizard Field"
  44. error:
  45. name_required: "Wizards must have a name."
  46. steps_required: "Wizards must have at least one step."
  47. id_required: "All wizards, steps, fields and actions need an id."
  48. after_time_need_time: "After time is enabled but no time is set."
  49. after_time_invalid: "After time is invalid."
  50. field:
  51. need_choices: "All dropdowns need choices."
  52. choices_label_empty: "Custom choice labels cannot be empty."
  53. step:
  54. header: "Steps"
  55. title: "Title"
  56. banner: "Banner"
  57. banner_placeholder: "Image url"
  58. description: "Description"
  59. field:
  60. header: "Fields"
  61. label: "Label"
  62. description: "Description"
  63. choices_label: "Dropdown Choices"
  64. choices_type: "Choose a type"
  65. choices_translation: "Translation"
  66. choices_custom: "Custom"
  67. choices_preset:
  68. label: "Preset"
  69. categories: "Categories"
  70. filter: "Preset Filter"
  71. choice:
  72. value: "Value"
  73. label: "Label"
  74. required: "Required"
  75. required_label: "Field is Required"
  76. min_length: "Min Length"
  77. min_length_placeholder: "Minimum length in characters"
  78. action:
  79. header: "Actions<sup>*</sup>"
  80. include: "Include Fields"
  81. title: "Title"
  82. post: "Post"
  83. add_fields: "Add Fields To {{type}}"
  84. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  85. topic_attr: "Topic Attribute"
  86. send_message:
  87. label: "Send Message"
  88. recipient: "Recipient"
  89. create_topic:
  90. label: "Create Topic"
  91. category: "Category"
  92. update_profile:
  93. label: "Update Profile"
  94. profile_field: "Profile Field"
  95. wizard_js:
  96. location:
  97. name:
  98. title: "Name (optional)"
  99. desc: "e.g. P. Sherman Dentist"
  100. street:
  101. title: "Number and Street"
  102. desc: "e.g. 42 Wallaby Way"
  103. postalcode:
  104. title: "Postal Code (Zip)"
  105. desc: "e.g. 2548"
  106. city:
  107. title: "City, Town or Village"
  108. desc: "e.g. Sydney"
  109. country_code:
  110. title: "Country"
  111. placeholder: "Select a Country"
  112. query:
  113. title: "Address"
  114. desc: "e.g. 42 Wallaby Way, Sydney."
  115. geo:
  116. desc: "Locations provided by {{provider}}"
  117. btn:
  118. label: "Find Location"
  119. results: "Locations"
  120. no_results: "No results. Please double check the spelling."
  121. show_map: "Show Map"
  122. validation:
  123. city: "Please enter a city, town or village."
  124. countrycode: "Please enter a country."
  125. geo_location: "Search and select a result."
  126. select_box:
  127. filter_placeholder: "Search..."
  128. wizard:
  129. completed: "You have completed this wizard."