| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- export default {
- 'menu.settings': '系统设置',
- 'menu.settings.config': '全局配置',
- 'menu.jd': '京东联盟',
- 'menu.jd.updateCookies': '更新 JD Cookies',
- 'menu.jd.list': '联盟账号管理',
-
- 'menu.pdd': '多多联盟',
- 'menu.pdd.updateCookies': '更新 PDD Cookies',
- 'menu.pdd.list': '联盟账号管理',
- 'menu.taobao': '口令',
- 'menu.taobaoCoupon': '优惠券',
- 'menu.taobao.updateCookies': '更新Cookies',
- 'menu.taobao.list': '联盟账号管理',
- 'taobao.cookies.label': 'Cookies',
- 'taobao.cookies.placeholder': '粘贴整段Cookies',
- 'form.saveSuccess': '保存成功',
- 'form.save': '保存',
- 'form.cancel': '取消',
- 'form.reset': '重置',
- 'form.button.withdraw': '撤回',
- 'menu.taobao.income_report': '收入报表',
- 'menu.taobao.report_daily': '收入列表',
- 'menu.taobao.bill_dailys': '联盟预计收益',
- 'menu.taobao.orders': '联盟推广订单',
- 'menu.jd.bill_dailys': '效果统计-推广效果',
- 'menu.jd.estimate_comm': '结算中心-收入概览',
- 'menu.list.searchTable': '查询表格',
- 'searchTable.form.number': '集合编号',
- 'searchTable.form.number.placeholder': '请输入集合编号',
- 'searchTable.form.name': '集合名称',
- 'searchTable.form.name.placeholder': '请输入集合名称',
- 'searchTable.form.contentType': '内容体裁',
- 'searchTable.form.contentType.img': '图文',
- 'searchTable.form.contentType.horizontalVideo': '横版短视频',
- 'searchTable.form.contentType.verticalVideo': '竖版小视频',
- 'searchTable.form.filterType': '筛选方式',
- 'searchTable.form.filterType.artificial': '人工筛选',
- 'searchTable.form.filterType.rules': '规则筛选',
- 'searchTable.form.lastTime': '最后更新',
- 'searchTable.form.order_date': '订单日期',
- 'searchTable.form.report_date': '报表日期',
- 'searchTable.form.status': '状态',
- 'searchTable.form.status.online': '已上线',
- 'searchTable.form.status.offline': '已下线',
- 'searchTable.form.search': '查询',
- 'searchTable.form.reset': '重置',
- 'searchTable.form.selectDefault': '全部',
- 'searchTable.operation.create': '新建',
- 'searchTable.operation.import': '批量导入',
- 'searchTable.operation.download': '下载',
- // columns
- 'searchTable.columns.index': '#',
- 'searchTable.columns.number': '集合编号',
- 'searchTable.columns.name': '集合名称',
- 'searchTable.columns.contentType': '内容体裁',
- 'searchTable.columns.filterType': '筛选方式',
- 'searchTable.columns.count': '内容量',
- 'searchTable.columns.lastTime': '最后更新',
- 'searchTable.columns.status': '状态',
- 'searchTable.columns.operations': '操作',
- 'searchTable.columns.operations.view': '查看',
- // size
- 'searchTable.size.mini': '迷你',
- 'searchTable.size.small': '偏小',
- 'searchTable.size.medium': '中等',
- 'searchTable.size.large': '偏大',
- // actions
- 'searchTable.actions.refresh': '刷新',
- 'searchTable.actions.density': '密度',
- 'searchTable.actions.columnSetting': '列设置',
- };
|