client.en.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. save: "Save Changes"
  18. remove: "Delete Wizard"
  19. header: "Wizard"
  20. add: "Add"
  21. url: "Url"
  22. key: "Key"
  23. value: "Value"
  24. id: "Id"
  25. id_placeholder: "Underscored. Cannot be changed."
  26. key_placeholder: "Translation key"
  27. custom_text_placeholder: "Overrides translation"
  28. type: "Type"
  29. none: "Make a selection"
  30. select_field: "Wizard Field"
  31. error:
  32. name_required: "Wizards must have a name."
  33. steps_required: "Wizards must have at least one step."
  34. id_required: "All wizards, steps, fields and actions need an id."
  35. field:
  36. need_choices: "All dropdowns need choices."
  37. choices_label_empty: "Custom choice labels cannot be empty."
  38. step:
  39. header: "Steps"
  40. title: "Title"
  41. banner: "Banner"
  42. banner_placeholder: "Image url"
  43. description: "Description"
  44. field:
  45. header: "Fields"
  46. label: "Label"
  47. description: "Description"
  48. choices_label: "Dropdown Choices"
  49. choices_type: "Choose a type"
  50. choices_translation: "Translation"
  51. choices_custom: "Custom"
  52. choices_preset:
  53. label: "Preset"
  54. categories: "Categories"
  55. filter: "Preset Filter"
  56. choice:
  57. value: "Value"
  58. label: "Label"
  59. required: "Required"
  60. required_label: "Field is Required"
  61. min_length: "Min Length"
  62. min_length_placeholder: "Minimum length in characters"
  63. action:
  64. header: "Actions<sup>*</sup>"
  65. include: "Include Fields"
  66. title: "Title"
  67. post: "Post"
  68. add_fields: "Add Fields To {{type}}"
  69. available_fields: "* If 'Save wizard submissions' is disabled, only the fields of the current step are available to the current step's actions."
  70. topic_attr: "Topic Attribute"
  71. send_message:
  72. label: "Send Message"
  73. recipient: "Recipient"
  74. create_topic:
  75. label: "Create Topic"
  76. category: "Category"
  77. update_profile:
  78. label: "Update Profile"
  79. profile_field: "Profile Field"
  80. wizard_js:
  81. location:
  82. name:
  83. title: "Name (optional)"
  84. desc: "e.g. P. Sherman Dentist"
  85. street:
  86. title: "Number and Street"
  87. desc: "e.g. 42 Wallaby Way"
  88. postalcode:
  89. title: "Postal Code (Zip)"
  90. desc: "e.g. 2548"
  91. city:
  92. title: "City, Town or Village"
  93. desc: "e.g. Sydney"
  94. country_code:
  95. title: "Country"
  96. placeholder: "Select a Country"
  97. query:
  98. title: "Address"
  99. desc: "e.g. 42 Wallaby Way, Sydney."
  100. geo:
  101. desc: "Locations provided by {{provider}}"
  102. btn:
  103. label: "Find Location"
  104. results: "Locations"
  105. no_results: "No results. Please double check the spelling."
  106. show_map: "Show Map"
  107. validation:
  108. city: "Please enter a city, town or village."
  109. countrycode: "Please enter a country."
  110. geo_location: "Search and select a result."
  111. select_box:
  112. filter_placeholder: "Search..."
  113. wizard:
  114. completed: "You have completed this wizard."