taoke.ts 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. export default {
  2. 'menu.settings': '系统设置',
  3. 'menu.settings.config': '全局配置',
  4. 'menu.jd': '京东联盟',
  5. 'menu.jd.updateCookies': '更新 JD Cookies',
  6. 'menu.jd.list': '联盟账号管理',
  7. 'menu.pdd': '多多联盟',
  8. 'menu.pdd.updateCookies': '更新 PDD Cookies',
  9. 'menu.pdd.list': '联盟账号管理',
  10. 'menu.taobao': '口令',
  11. 'menu.taobaoCoupon': '优惠券',
  12. 'menu.taobao.updateCookies': '更新Cookies',
  13. 'menu.taobao.list': '联盟账号管理',
  14. 'taobao.cookies.label': 'Cookies',
  15. 'taobao.cookies.placeholder': '粘贴整段Cookies',
  16. 'form.saveSuccess': '保存成功',
  17. 'form.save': '保存',
  18. 'form.cancel': '取消',
  19. 'form.reset': '重置',
  20. 'form.button.withdraw': '撤回',
  21. 'menu.taobao.income_report': '收入报表',
  22. 'menu.taobao.report_daily': '收入列表',
  23. 'menu.taobao.bill_dailys': '联盟预计收益',
  24. 'menu.taobao.orders': '联盟推广订单',
  25. 'menu.jd.bill_dailys': '效果统计-推广效果',
  26. 'menu.jd.estimate_comm': '结算中心-收入概览',
  27. 'menu.list.searchTable': '查询表格',
  28. 'searchTable.form.number': '集合编号',
  29. 'searchTable.form.number.placeholder': '请输入集合编号',
  30. 'searchTable.form.name': '集合名称',
  31. 'searchTable.form.name.placeholder': '请输入集合名称',
  32. 'searchTable.form.contentType': '内容体裁',
  33. 'searchTable.form.contentType.img': '图文',
  34. 'searchTable.form.contentType.horizontalVideo': '横版短视频',
  35. 'searchTable.form.contentType.verticalVideo': '竖版小视频',
  36. 'searchTable.form.filterType': '筛选方式',
  37. 'searchTable.form.filterType.artificial': '人工筛选',
  38. 'searchTable.form.filterType.rules': '规则筛选',
  39. 'searchTable.form.lastTime': '最后更新',
  40. 'searchTable.form.order_date': '订单日期',
  41. 'searchTable.form.report_date': '报表日期',
  42. 'searchTable.form.status': '状态',
  43. 'searchTable.form.status.online': '已上线',
  44. 'searchTable.form.status.offline': '已下线',
  45. 'searchTable.form.search': '查询',
  46. 'searchTable.form.reset': '重置',
  47. 'searchTable.form.selectDefault': '全部',
  48. 'searchTable.operation.create': '新建',
  49. 'searchTable.operation.import': '批量导入',
  50. 'searchTable.operation.download': '下载',
  51. // columns
  52. 'searchTable.columns.index': '#',
  53. 'searchTable.columns.number': '集合编号',
  54. 'searchTable.columns.name': '集合名称',
  55. 'searchTable.columns.contentType': '内容体裁',
  56. 'searchTable.columns.filterType': '筛选方式',
  57. 'searchTable.columns.count': '内容量',
  58. 'searchTable.columns.lastTime': '最后更新',
  59. 'searchTable.columns.status': '状态',
  60. 'searchTable.columns.operations': '操作',
  61. 'searchTable.columns.operations.view': '查看',
  62. // size
  63. 'searchTable.size.mini': '迷你',
  64. 'searchTable.size.small': '偏小',
  65. 'searchTable.size.medium': '中等',
  66. 'searchTable.size.large': '偏大',
  67. // actions
  68. 'searchTable.actions.refresh': '刷新',
  69. 'searchTable.actions.density': '密度',
  70. 'searchTable.actions.columnSetting': '列设置',
  71. };