zh-CN.js 2.6 KB

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