client.en.yml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. after_time_need_time: "After time is enabled but no time is set."
  54. after_time_invalid: "After time is invalid."
  55. field:
  56. need_choices: "All dropdowns need choices."
  57. choices_label_empty: "Custom choice labels cannot be empty."
  58. step:
  59. header: "Steps"
  60. title: "Title"
  61. banner: "Banner"
  62. banner_placeholder: "Image url"
  63. description: "Description"
  64. field:
  65. header: "Fields"
  66. label: "Label"
  67. description: "Description"
  68. dropdown_none: "None"
  69. dropdown_none_placeholder: "Translation Key"
  70. choices_label: "Dropdown Choices"
  71. choices_type: "Choose a type"
  72. choices_translation: "Translation"
  73. choices_custom: "Custom"
  74. choices_preset:
  75. label: "Preset"
  76. categories: "Categories"
  77. filter: "Preset Filter"
  78. choice:
  79. value: "Value"
  80. label: "Label"
  81. required: "Required"
  82. required_label: "Field is Required"
  83. min_length: "Min Length"
  84. min_length_placeholder: "Minimum length in characters"
  85. action:
  86. header: "Actions<sup>*</sup>"
  87. include: "Include Fields"
  88. title: "Title"
  89. post: "Post"
  90. add_fields: "Add Fields To {{type}}"
  91. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  92. topic_attr: "Topic Attribute"
  93. send_message:
  94. label: "Send Message"
  95. recipient: "Recipient"
  96. create_topic:
  97. label: "Create Topic"
  98. category: "Category"
  99. update_profile:
  100. label: "Update Profile"
  101. profile_field: "Profile Field"
  102. wizard_js:
  103. location:
  104. name:
  105. title: "Name (optional)"
  106. desc: "e.g. P. Sherman Dentist"
  107. street:
  108. title: "Number and Street"
  109. desc: "e.g. 42 Wallaby Way"
  110. postalcode:
  111. title: "Postal Code (Zip)"
  112. desc: "e.g. 2548"
  113. city:
  114. title: "City, Town or Village"
  115. desc: "e.g. Sydney"
  116. country_code:
  117. title: "Country"
  118. placeholder: "Select a Country"
  119. query:
  120. title: "Address"
  121. desc: "e.g. 42 Wallaby Way, Sydney."
  122. geo:
  123. desc: "Locations provided by {{provider}}"
  124. btn:
  125. label: "Find Location"
  126. results: "Locations"
  127. no_results: "No results. Please double check the spelling."
  128. show_map: "Show Map"
  129. validation:
  130. city: "Please enter a city, town or village."
  131. countrycode: "Please enter a country."
  132. geo_location: "Search and select a result."
  133. select_box:
  134. filter_placeholder: "Search..."
  135. wizard:
  136. completed: "You have completed this wizard."