client.en.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. en:
  2. js:
  3. wizard:
  4. complete_custom: "Welcome to %{site_name}! Get started with <a href='%{wizard_url}' data-auto-route='true'>the %{wizard_name} wizard</a> ✨"
  5. admin_js:
  6. admin:
  7. wizard:
  8. label: "Wizards"
  9. new: "New"
  10. custom_label: "Custom"
  11. submissions_label: "Submissions"
  12. name: "Name"
  13. name_placeholder: "name of the wizard"
  14. background: "Background"
  15. background_placeholder: "Background css property"
  16. save_submissions: "Save"
  17. save_submissions_label: "Save wizard submissions."
  18. multiple_submissions: "Multiple"
  19. multiple_submissions_label: "Allow multiple submissions by the same user."
  20. after_signup: "After Signup"
  21. after_signup_label: "Users are directed to wizard after signup."
  22. after_time: "After Time"
  23. after_time_label: "Users are directed to wizard after the start time until wizard is completed or skipped."
  24. after_time_time_label: "Start Time"
  25. after_time_modal:
  26. title: "Wizard Start Time"
  27. date: "Date"
  28. time: "Time"
  29. done: "Set Time"
  30. clear: "Clear"
  31. required: "Required"
  32. required_label: "Users cannot skip the wizard."
  33. prompt_completion: "Prompt"
  34. prompt_completion_label: "Prompt user to complete wizard."
  35. save: "Save Changes"
  36. remove: "Delete Wizard"
  37. header: "Wizard"
  38. add: "Add"
  39. url: "Url"
  40. key: "Key"
  41. value: "Value"
  42. id: "Id"
  43. id_placeholder: "Underscored. Cannot be changed."
  44. key_placeholder: "Translation key"
  45. custom_text_placeholder: "Overrides translation"
  46. type: "Type"
  47. none: "Make a selection"
  48. select_field: "Wizard Field"
  49. error:
  50. name_required: "Wizards must have a name."
  51. steps_required: "Wizards must have at least one step."
  52. id_required: "All wizards, steps, fields and actions need an id."
  53. type_required: "All fields need a type."
  54. after_time_need_time: "After time is enabled but no time is set."
  55. after_time_invalid: "After time is invalid."
  56. field:
  57. need_choices: "All dropdowns need choices."
  58. choices_label_empty: "Custom choice labels cannot be empty."
  59. step:
  60. header: "Steps"
  61. title: "Title"
  62. banner: "Banner"
  63. banner_placeholder: "Image url"
  64. description: "Description"
  65. field:
  66. type: "Choose a type"
  67. header: "Fields"
  68. label: "Label"
  69. description: "Description"
  70. dropdown_none: "None"
  71. dropdown_none_placeholder: "Translation Key"
  72. choices_label: "Dropdown Choices"
  73. choices_type: "Choose a type"
  74. choices_translation: "Translation"
  75. choices_custom: "Custom"
  76. choices_preset:
  77. label: "Preset"
  78. categories: "Categories"
  79. filter: "Preset Filter"
  80. choice:
  81. value: "Value"
  82. label: "Label"
  83. required: "Required"
  84. required_label: "Field is Required"
  85. min_length: "Min Length"
  86. min_length_placeholder: "Minimum length in characters"
  87. action:
  88. header: "Actions<sup>*</sup>"
  89. include: "Include Fields"
  90. title: "Title"
  91. post: "Post"
  92. add_fields: "{{type}} Fields"
  93. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  94. topic_attr: "Topic Attribute"
  95. send_message:
  96. label: "Send Message"
  97. recipient: "Recipient"
  98. create_topic:
  99. label: "Create Topic"
  100. category: "Category"
  101. update_profile:
  102. label: "Update Profile"
  103. profile_field: "Profile Field"
  104. post_builder:
  105. checkbox: "Post Builder"
  106. label: "Builder"
  107. user_fields: "User Fields: "
  108. wizard_fields: "Wizard Fields: "
  109. placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
  110. wizard_js:
  111. location:
  112. name:
  113. title: "Name (optional)"
  114. desc: "e.g. P. Sherman Dentist"
  115. street:
  116. title: "Number and Street"
  117. desc: "e.g. 42 Wallaby Way"
  118. postalcode:
  119. title: "Postal Code (Zip)"
  120. desc: "e.g. 2548"
  121. city:
  122. title: "City, Town or Village"
  123. desc: "e.g. Sydney"
  124. country_code:
  125. title: "Country"
  126. placeholder: "Select a Country"
  127. query:
  128. title: "Address"
  129. desc: "e.g. 42 Wallaby Way, Sydney."
  130. geo:
  131. desc: "Locations provided by {{provider}}"
  132. btn:
  133. label: "Find Location"
  134. results: "Locations"
  135. no_results: "No results. Please double check the spelling."
  136. show_map: "Show Map"
  137. validation:
  138. city: "Please enter a city, town or village."
  139. countrycode: "Please enter a country."
  140. geo_location: "Search and select a result."
  141. select_kit:
  142. filter_placeholder: "Search..."
  143. wizard:
  144. completed: "You have completed this wizard."