client.en.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. send_message:
  68. label: "Send Message"
  69. recipient: "Recipient"
  70. create_topic:
  71. label: "Create Topic"
  72. category: "Category"
  73. add_fields: "Add Fields"
  74. update_profile:
  75. label: "Update Profile"
  76. wizard_field: "Wizard Field"
  77. profile_field: "Profile Field"
  78. wizard_js:
  79. wizard:
  80. completed: "You have completed this wizard."
  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 or town."
  109. countrycode: "Please enter a country."
  110. geo_location: "Search and select a result."