export default { "merchant.category.page.title": "商户分类", "merchant.category.page.description": "管理校园商户分类,方便对商户进行归类管理", "merchant.category.id": "ID", "merchant.category.name": "分类名称", "merchant.category.name.required": "分类名称不能为空", "merchant.category.slug": "标识", "merchant.category.slug.required": "分类标识不能为空", "merchant.category.description": "描述", "merchant.category.icon": "图标", "merchant.category.sort": "排序", "merchant.category.status": "状态", "merchant.category.status.0": "禁用", "merchant.category.status.1": "正常", "merchant.category.created_at": "创建时间", "merchant.category.updated_at": "更新时间", };