client.en.yml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. send_message:
  105. label: "Send Message"
  106. recipient: "Recipient"
  107. create_topic:
  108. label: "Create Topic"
  109. category: "Category"
  110. update_profile:
  111. label: "Update Profile"
  112. profile_field: "Profile Field"
  113. post_builder:
  114. checkbox: "Post Builder"
  115. label: "Builder"
  116. user_fields: "User Fields: "
  117. wizard_fields: "Wizard Fields: "
  118. placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
  119. custom_title: "Custom Title"
  120. custom_category:
  121. label: "Custom Category"
  122. wizard_field: "Wizard Field"
  123. user_field: "User Field"
  124. wizard_js:
  125. location:
  126. name:
  127. title: "Name (optional)"
  128. desc: "e.g. P. Sherman Dentist"
  129. street:
  130. title: "Number and Street"
  131. desc: "e.g. 42 Wallaby Way"
  132. postalcode:
  133. title: "Postal Code (Zip)"
  134. desc: "e.g. 2090"
  135. neighbourhood:
  136. title: "Neighbourhood"
  137. desc: "e.g. Cremorne Point"
  138. city:
  139. title: "City, Town or Village"
  140. desc: "e.g. Sydney"
  141. country_code:
  142. title: "Country"
  143. placeholder: "Select a Country"
  144. query:
  145. title: "Address"
  146. desc: "e.g. 42 Wallaby Way, Sydney."
  147. geo:
  148. desc: "Locations provided by {{provider}}"
  149. btn:
  150. label: "Find Location"
  151. results: "Locations"
  152. no_results: "No results. Please double check the spelling."
  153. show_map: "Show Map"
  154. validation:
  155. neighbourhood: "Please enter a neighbourhood."
  156. city: "Please enter a city, town or village."
  157. countrycode: "Please select a country."
  158. geo_location: "Search and select a result."
  159. select_kit:
  160. filter_placeholder: "Search..."
  161. wizard:
  162. completed: "You have completed this wizard."
  163. not_permitted: "You need to be trust level {{level}} or higher to access this wizard."
  164. none: "There is no wizard here."
  165. return_to_site: "Return to {{siteName}}"
  166. wizard_composer:
  167. show_preview: "Preview Post"
  168. hide_preview: "Edit Post"
  169. quote_post_title: "Quote whole post"
  170. bold_label: "B"
  171. bold_title: "Strong"
  172. bold_text: "strong text"
  173. italic_label: "I"
  174. italic_title: "Emphasis"
  175. italic_text: "emphasized text"
  176. link_title: "Hyperlink"
  177. link_description: "enter link description here"
  178. link_dialog_title: "Insert Hyperlink"
  179. link_optional_text: "optional title"
  180. link_url_placeholder: "http://example.com"
  181. quote_title: "Blockquote"
  182. quote_text: "Blockquote"
  183. blockquote_text: "Blockquote"
  184. code_title: "Preformatted text"
  185. code_text: "indent preformatted text by 4 spaces"
  186. paste_code_text: "type or paste code here"
  187. upload_title: "Upload"
  188. upload_description: "enter upload description here"
  189. olist_title: "Numbered List"
  190. ulist_title: "Bulleted List"
  191. list_item: "List item"
  192. toggle_direction: "Toggle Direction"
  193. help: "Markdown Editing Help"
  194. collapse: "minimize the composer panel"
  195. abandon: "close composer and discard draft"
  196. modal_ok: "OK"
  197. modal_cancel: "Cancel"
  198. cant_send_pm: "Sorry, you can't send a message to %{username}."
  199. yourself_confirm:
  200. title: "Did you forget to add recipients?"
  201. body: "Right now this message is only being sent to yourself!"