zh-CN.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. noData: '暂无数据'
  74. },
  75. pagination: {
  76. goto: '前往',
  77. pagesize: '条/页',
  78. total: '共 {total} 条',
  79. pageClassifier: '页'
  80. },
  81. messagebox: {
  82. title: '提示',
  83. confirm: '确定',
  84. cancel: '取消',
  85. error: '输入的数据不合法!'
  86. },
  87. upload: {
  88. deleteTip: '按 delete 键可删除',
  89. delete: '删除',
  90. preview: '查看图片',
  91. continue: '继续上传'
  92. },
  93. table: {
  94. emptyText: '暂无数据',
  95. confirmFilter: '筛选',
  96. resetFilter: '重置',
  97. clearFilter: '全部',
  98. sumText: '合计'
  99. },
  100. tree: {
  101. emptyText: '暂无数据'
  102. },
  103. transfer: {
  104. noMatch: '无匹配数据',
  105. noData: '无数据',
  106. titles: ['列表 1', '列表 2'],
  107. filterPlaceholder: '请输入搜索内容',
  108. noCheckedFormat: '共 {total} 项',
  109. hasCheckedFormat: '已选 {checked}/{total} 项'
  110. },
  111. image: {
  112. error: '加载失败'
  113. },
  114. pageHeader: {
  115. title: '返回'
  116. },
  117. popconfirm: {
  118. confirmButtonText: '确定',
  119. cancelButtonText: '取消'
  120. },
  121. empty: {
  122. description: '暂无数据'
  123. }
  124. }
  125. };