zh-cn.ts 2.8 KB

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