en.js 481 B

123456789101112131415161718192021222324
  1. export default {
  2. header: {
  3. all: "All Properties",
  4. search: "Search",
  5. searchPlaceholder: "请输入楼盘名",
  6. city: "珠海",
  7. },
  8. body: {
  9. hot: "Popular Properties",
  10. },
  11. footer: {
  12. copyright: "版权所有 © 2023 房产管理系统",
  13. },
  14. details: {
  15. tel: "咨询电话",
  16. projectAddress: "address",
  17. openTime: "最新开盘",
  18. cadInfo: "户型介绍",
  19. moneyUnit: "元/平(单价) ",
  20. totalUnit: "万/套(总价) ",
  21. },
  22. };