client.en.yml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. save: "Save Changes"
  38. remove: "Delete Wizard"
  39. header: "Wizard"
  40. add: "Add"
  41. url: "Url"
  42. key: "Key"
  43. value: "Value"
  44. id: "Id"
  45. id_placeholder: "Underscored. Cannot be changed."
  46. key_placeholder: "Translation key"
  47. custom_text_placeholder: "Overrides translation"
  48. type: "Type"
  49. none: "Make a selection"
  50. select_field: "Wizard Field"
  51. error:
  52. name_required: "Wizards must have a name."
  53. steps_required: "Wizards must have at least one step."
  54. id_required: "All wizards, steps, fields and actions need an id."
  55. type_required: "All fields need a type."
  56. after_time_need_time: "After time is enabled but no time is set."
  57. after_time_invalid: "After time is invalid."
  58. field:
  59. need_choices: "All dropdowns need choices."
  60. choices_label_empty: "Custom choice labels cannot be empty."
  61. step:
  62. header: "Steps"
  63. title: "Title"
  64. banner: "Banner"
  65. banner_placeholder: "Image url"
  66. description: "Description"
  67. field:
  68. type: "Choose a type"
  69. header: "Fields"
  70. label: "Label"
  71. description: "Description"
  72. dropdown_none: "None"
  73. dropdown_none_placeholder: "Translation Key"
  74. choices_label: "Dropdown Choices"
  75. choices_type: "Choose a type"
  76. choices_translation: "Translation"
  77. choices_custom: "Custom"
  78. choices_preset:
  79. label: "Preset"
  80. categories: "Categories"
  81. filter: "Preset Filter"
  82. choice:
  83. value: "Value"
  84. label: "Label"
  85. required: "Required"
  86. required_label: "Field is Required"
  87. min_length: "Min Length"
  88. min_length_placeholder: "Minimum length in characters"
  89. action:
  90. header: "Actions<sup>*</sup>"
  91. include: "Include Fields"
  92. title: "Title"
  93. post: "Post"
  94. add_fields: "{{type}} Fields"
  95. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  96. topic_attr: "Topic Attribute"
  97. send_message:
  98. label: "Send Message"
  99. recipient: "Recipient"
  100. create_topic:
  101. label: "Create Topic"
  102. category: "Category"
  103. update_profile:
  104. label: "Update Profile"
  105. profile_field: "Profile Field"
  106. post_builder:
  107. checkbox: "Post Builder"
  108. label: "Builder"
  109. user_fields: "User Fields: "
  110. wizard_fields: "Wizard Fields: "
  111. placeholder: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
  112. wizard_js:
  113. location:
  114. name:
  115. title: "Name (optional)"
  116. desc: "e.g. P. Sherman Dentist"
  117. street:
  118. title: "Number and Street"
  119. desc: "e.g. 42 Wallaby Way"
  120. postalcode:
  121. title: "Postal Code (Zip)"
  122. desc: "e.g. 2548"
  123. city:
  124. title: "City, Town or Village"
  125. desc: "e.g. Sydney"
  126. country_code:
  127. title: "Country"
  128. placeholder: "Select a Country"
  129. query:
  130. title: "Address"
  131. desc: "e.g. 42 Wallaby Way, Sydney."
  132. geo:
  133. desc: "Locations provided by {{provider}}"
  134. btn:
  135. label: "Find Location"
  136. results: "Locations"
  137. no_results: "No results. Please double check the spelling."
  138. show_map: "Show Map"
  139. validation:
  140. city: "Please enter a city, town or village."
  141. countrycode: "Please enter a country."
  142. geo_location: "Search and select a result."
  143. select_kit:
  144. filter_placeholder: "Search..."
  145. wizard:
  146. completed: "You have completed this wizard."
  147. not_permitted: "You need to be trust level {{level}} or higher to access this wizard."