client.en.yml 4.5 KB

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