client.en.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. error:
  31. name_required: "Wizards must have a name."
  32. steps_required: "Wizards must have at least one step."
  33. id_required: "All Step, Fields and Actions need an Id"
  34. field:
  35. need_choices: "All dropdowns need a translated choices, custom choies or preset choices."
  36. choices_label_empty: "Custom choice labels cannot be empty."
  37. step:
  38. header: "Steps"
  39. title: "Title"
  40. banner: "Banner"
  41. banner_placeholder: "Image url"
  42. description: "Description"
  43. field:
  44. header: "Fields"
  45. label: "Label"
  46. description: "Description"
  47. choices_label: "Dropdown Choices (use one type)"
  48. choices_translation: "Translation"
  49. choices_custom: "Custom"
  50. choices_preset:
  51. label: "Preset"
  52. categories: "Categories"
  53. filter: "Filter"
  54. choice:
  55. value: "Value"
  56. label: "Label"
  57. required: "Required"
  58. required_label: "Field is Required"
  59. min_length: "Min Length"
  60. min_length_placeholder: "Minimum length in characters"
  61. action:
  62. header: "Actions"
  63. include: "Include Fields"
  64. title: "Title"
  65. post: "Post"
  66. none: "Select a field"
  67. requires_save: "Requires 'Save' to be turned on."
  68. add_fields: "Add Fields To {{type}}"
  69. send_message:
  70. label: "Send Message"
  71. recipient: "Recipient"
  72. create_topic:
  73. label: "Create Topic"
  74. category: "Category"
  75. update_profile:
  76. label: "Update Profile"
  77. wizard_field: "Wizard Field"
  78. profile_field: "Profile Field"
  79. wizard_js:
  80. location:
  81. name:
  82. title: "Name (optional)"
  83. desc: "e.g. P. Sherman Dentist"
  84. street:
  85. title: "Number and Street"
  86. desc: "e.g. 42 Wallaby Way"
  87. postalcode:
  88. title: "Postal Code (Zip)"
  89. desc: "e.g. 2548"
  90. city:
  91. title: "City, Town or Village"
  92. desc: "e.g. Sydney"
  93. country_code:
  94. title: "Country"
  95. placeholder: "Select a Country"
  96. query:
  97. title: "Address"
  98. desc: "e.g. 42 Wallaby Way, Sydney."
  99. geo:
  100. desc: "Locations provided by {{provider}}"
  101. btn:
  102. label: "Find Location"
  103. results: "Locations"
  104. no_results: "No results. Please double check the spelling."
  105. show_map: "Show Map"
  106. validation:
  107. city: "Please enter a city or town."
  108. countrycode: "Please enter a country."
  109. geo_location: "Search and select a result."
  110. select_box:
  111. filter_placeholder: "Search..."
  112. wizard:
  113. completed: "You have completed this wizard."