client.en.yml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. min_trust: "Trust"
  36. min_trust_label: "Trust level required to access wizard."
  37. theme_id: "Theme"
  38. no_theme: "Select a Theme (optional)"
  39. save: "Save Changes"
  40. remove: "Delete Wizard"
  41. header: "Wizard"
  42. add: "Add"
  43. url: "Url"
  44. key: "Key"
  45. or: "Or"
  46. value: "Value"
  47. id: "Id"
  48. id_placeholder: "Underscored. Cannot be changed."
  49. key_placeholder: "Translation key"
  50. custom_text_placeholder: "Overrides translation"
  51. custom_field_placeholder: "Custom Field"
  52. user_field_placeholder: "User Field"
  53. type: "Type"
  54. none: "Make a selection"
  55. select_field: "Select Field"
  56. error:
  57. name_required: "Wizards must have a name."
  58. steps_required: "Wizards must have at least one step."
  59. id_required: "All wizards, steps, fields and actions need an id."
  60. type_required: "All fields need a type."
  61. after_time_need_time: "After time is enabled but no time is set."
  62. after_time_invalid: "After time is invalid."
  63. field:
  64. need_choices: "All dropdowns need choices."
  65. choices_label_empty: "Custom choice labels cannot be empty."
  66. step:
  67. header: "Steps"
  68. title: "Title"
  69. banner: "Banner"
  70. banner_placeholder: "Image url"
  71. description: "Description"
  72. field:
  73. type: "Choose a type"
  74. header: "Fields"
  75. label: "Label"
  76. description: "Description"
  77. image: "Image"
  78. image_placeholder: "Image url"
  79. dropdown_none: "None"
  80. dropdown_none_placeholder: "Translation Key"
  81. choices_label: "Dropdown Choices"
  82. choices_type: "Choose a type"
  83. choices_translation: "Translation"
  84. choices_custom: "Custom"
  85. choices_preset:
  86. label: "Preset"
  87. categories: "Categories"
  88. filter: "Preset Filter"
  89. choice:
  90. value: "Value"
  91. label: "Label"
  92. required: "Required"
  93. required_label: "Field is Required"
  94. min_length: "Min Length"
  95. min_length_placeholder: "Minimum length in characters"
  96. action:
  97. header: "Actions<sup>*</sup>"
  98. include: "Include Fields"
  99. title: "Title"
  100. post: "Post"
  101. add_fields: "{{type}} Fields"
  102. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  103. topic_attr: "Topic Attribute"
  104. skip_redirect:
  105. label: "Skip Redirect"
  106. description: "Don't redirect the user to this {{type}} after the wizard completes"
  107. send_message:
  108. label: "Send Message"
  109. recipient: "Recipient"
  110. create_topic:
  111. label: "Create Topic"
  112. category: "Category"
  113. update_profile:
  114. label: "Update Profile"
  115. profile_field: "Profile Field"
  116. post_builder:
  117. checkbox: "Post Builder"
  118. label: "Builder"
  119. user_fields: "User Fields: "
  120. wizard_fields: "Wizard Fields: "
  121. placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
  122. custom_title: "Custom Title"
  123. custom_category:
  124. label: "Custom Category"
  125. wizard_field: "Wizard Field"
  126. user_field: "User Field"
  127. wizard_js:
  128. location:
  129. name:
  130. title: "Name (optional)"
  131. desc: "e.g. P. Sherman Dentist"
  132. street:
  133. title: "Number and Street"
  134. desc: "e.g. 42 Wallaby Way"
  135. postalcode:
  136. title: "Postal Code (Zip)"
  137. desc: "e.g. 2090"
  138. neighbourhood:
  139. title: "Neighbourhood"
  140. desc: "e.g. Cremorne Point"
  141. city:
  142. title: "City, Town or Village"
  143. desc: "e.g. Sydney"
  144. country_code:
  145. title: "Country"
  146. placeholder: "Select a Country"
  147. query:
  148. title: "Address"
  149. desc: "e.g. 42 Wallaby Way, Sydney."
  150. geo:
  151. desc: "Locations provided by {{provider}}"
  152. btn:
  153. label: "Find Location"
  154. results: "Locations"
  155. no_results: "No results. Please double check the spelling."
  156. show_map: "Show Map"
  157. validation:
  158. neighbourhood: "Please enter a neighbourhood."
  159. city: "Please enter a city, town or village."
  160. countrycode: "Please select a country."
  161. geo_location: "Search and select a result."
  162. select_kit:
  163. filter_placeholder: "Search..."
  164. wizard:
  165. completed: "You have completed this wizard."
  166. not_permitted: "You need to be trust level {{level}} or higher to access this wizard."
  167. none: "There is no wizard here."
  168. return_to_site: "Return to {{siteName}}"
  169. wizard_composer:
  170. show_preview: "Preview Post"
  171. hide_preview: "Edit Post"
  172. quote_post_title: "Quote whole post"
  173. bold_label: "B"
  174. bold_title: "Strong"
  175. bold_text: "strong text"
  176. italic_label: "I"
  177. italic_title: "Emphasis"
  178. italic_text: "emphasized text"
  179. link_title: "Hyperlink"
  180. link_description: "enter link description here"
  181. link_dialog_title: "Insert Hyperlink"
  182. link_optional_text: "optional title"
  183. link_url_placeholder: "http://example.com"
  184. quote_title: "Blockquote"
  185. quote_text: "Blockquote"
  186. blockquote_text: "Blockquote"
  187. code_title: "Preformatted text"
  188. code_text: "indent preformatted text by 4 spaces"
  189. paste_code_text: "type or paste code here"
  190. upload_title: "Upload"
  191. upload_description: "enter upload description here"
  192. olist_title: "Numbered List"
  193. ulist_title: "Bulleted List"
  194. list_item: "List item"
  195. toggle_direction: "Toggle Direction"
  196. help: "Markdown Editing Help"
  197. collapse: "minimize the composer panel"
  198. abandon: "close composer and discard draft"
  199. modal_ok: "OK"
  200. modal_cancel: "Cancel"
  201. cant_send_pm: "Sorry, you can't send a message to %{username}."
  202. yourself_confirm:
  203. title: "Did you forget to add recipients?"
  204. body: "Right now this message is only being sent to yourself!"