kankanSpace.js 380 B

1234567891011121314
  1. module.exports = {
  2. "title": "KanKan-Space",
  3. "typeAll": "All",
  4. "typeHouse": "Real-estate",
  5. "typeExihibition": "Exhibition",
  6. "typeSubject": "Museum",
  7. "typeShop": "E-commerce",
  8. "typeFoot": "Catering",
  9. "typeOther": "Others",
  10. "recommend": "Recommend",
  11. "hot": "Hot",
  12. "new": "Newest",
  13. "placeholder": "Please Enter the Keywords to Search"
  14. }