123456789101112131415161718192021222324 |
- export default {
- header: {
- all: "All Properties",
- search: "Search",
- searchPlaceholder: "请输入楼盘名",
- city: "珠海",
- },
- body: {
- hot: "Popular Properties",
- },
- footer: {
- copyright: "版权所有 © 2023 房产管理系统",
- },
- details: {
- tel: "咨询电话",
- projectAddress: "address",
- openTime: "最新开盘",
- cadInfo: "户型介绍",
- moneyUnit: "元/平(单价) ",
- totalUnit: "万/套(总价) ",
-
- },
- };
|