ca54173c87730599168b9b4b49d634be3d05cd1c620f286161e69e1e65fb37085ebc248afcbd8ef13745b553606f5e4f5b733ed38087822376675c1531ccb5 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. export default {
  2. el: {
  3. colorpicker: {
  4. confirm: '确定',
  5. clear: '清空'
  6. },
  7. datepicker: {
  8. now: '此刻',
  9. today: '今天',
  10. cancel: '取消',
  11. clear: '清空',
  12. confirm: '确定',
  13. selectDate: '选择日期',
  14. selectTime: '选择时间',
  15. startDate: '开始日期',
  16. startTime: '开始时间',
  17. endDate: '结束日期',
  18. endTime: '结束时间',
  19. prevYear: '前一年',
  20. nextYear: '后一年',
  21. prevMonth: '上个月',
  22. nextMonth: '下个月',
  23. year: '年',
  24. month1: '1 月',
  25. month2: '2 月',
  26. month3: '3 月',
  27. month4: '4 月',
  28. month5: '5 月',
  29. month6: '6 月',
  30. month7: '7 月',
  31. month8: '8 月',
  32. month9: '9 月',
  33. month10: '10 月',
  34. month11: '11 月',
  35. month12: '12 月',
  36. // week: '周次',
  37. weeks: {
  38. sun: '日',
  39. mon: '一',
  40. tue: '二',
  41. wed: '三',
  42. thu: '四',
  43. fri: '五',
  44. sat: '六'
  45. },
  46. months: {
  47. jan: '一月',
  48. feb: '二月',
  49. mar: '三月',
  50. apr: '四月',
  51. may: '五月',
  52. jun: '六月',
  53. jul: '七月',
  54. aug: '八月',
  55. sep: '九月',
  56. oct: '十月',
  57. nov: '十一月',
  58. dec: '十二月'
  59. }
  60. },
  61. select: {
  62. loading: '加载中',
  63. noMatch: '无匹配数据',
  64. noData: '无数据',
  65. placeholder: '请选择'
  66. },
  67. cascader: {
  68. noMatch: '无匹配数据',
  69. loading: '加载中',
  70. placeholder: '请选择',
  71. noData: '暂无数据'
  72. },
  73. pagination: {
  74. goto: '前往',
  75. pagesize: '条/页',
  76. total: '共 {total} 条',
  77. pageClassifier: '页'
  78. },
  79. messagebox: {
  80. title: '提示',
  81. confirm: '确定',
  82. cancel: '取消',
  83. error: '输入的数据不合法!'
  84. },
  85. upload: {
  86. deleteTip: '按 delete 键可删除',
  87. delete: '删除',
  88. preview: '查看图片',
  89. continue: '继续上传'
  90. },
  91. table: {
  92. emptyText: '暂无数据',
  93. confirmFilter: '筛选',
  94. resetFilter: '重置',
  95. clearFilter: '全部',
  96. sumText: '合计'
  97. },
  98. tree: {
  99. emptyText: '暂无数据'
  100. },
  101. transfer: {
  102. noMatch: '无匹配数据',
  103. noData: '无数据',
  104. titles: ['列表 1', '列表 2'],
  105. filterPlaceholder: '请输入搜索内容',
  106. noCheckedFormat: '共 {total} 项',
  107. hasCheckedFormat: '已选 {checked}/{total} 项'
  108. },
  109. image: {
  110. error: '加载失败'
  111. },
  112. pageHeader: {
  113. title: '返回'
  114. },
  115. popconfirm: {
  116. confirmButtonText: '确定',
  117. cancelButtonText: '取消'
  118. },
  119. empty: {
  120. description: '暂无数据'
  121. }
  122. }
  123. };