export default { // 页面标题 "system.carousel.page.title": "首页轮播图管理", "system.carousel.page.description": "管理首页轮播图图片及跳转链接", // 字段 "system.carousel.id": "ID", "system.carousel.title": "轮播图标题", "system.carousel.title.required": "轮播图标题不能为空", "system.carousel.image": "轮播图片", "system.carousel.image.required": "轮播图片不能为空", "system.carousel.link": "跳转链接", "system.carousel.link.placeholder": "请输入跳转链接", "system.carousel.status": "状态", "system.carousel.status.required": "状态不能为空", "system.carousel.status.normal": "启用", "system.carousel.status.disabled": "禁用", "system.carousel.sort": "排序", "system.carousel.createdAt": "创建时间", "system.carousel.updatedAt": "更新时间", };