zh-cn.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. const zhCn= {
  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. "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. "page": "页",
  79. "prev": "上一页",
  80. "next": "下一页",
  81. "currentPage": "第 {pager} 页",
  82. "prevPages": "向前 {pager} 页",
  83. "nextPages": "向后 {pager} 页",
  84. "deprecationWarning": "你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"
  85. },
  86. "messagebox": {
  87. "title": "提示",
  88. "confirm": "确定",
  89. "cancel": "取消",
  90. "error": "输入的数据不合法!"
  91. },
  92. "upload": {
  93. "deleteTip": "按 delete 键可删除",
  94. "delete": "删除",
  95. "preview": "查看图片",
  96. "continue": "继续上传"
  97. },
  98. "table": {
  99. "emptyText": "暂无数据",
  100. "confirmFilter": "筛选",
  101. "resetFilter": "重置",
  102. "clearFilter": "全部",
  103. "sumText": "合计"
  104. },
  105. "tree": {
  106. "emptyText": "暂无数据"
  107. },
  108. "transfer": {
  109. "noMatch": "无匹配数据",
  110. "noData": "无数据",
  111. "titles": [
  112. "列表 1",
  113. "列表 2"
  114. ],
  115. "filterPlaceholder": "请输入搜索内容",
  116. "noCheckedFormat": "共 {total} 项",
  117. "hasCheckedFormat": "已选 {checked}/{total} 项"
  118. },
  119. "image": {
  120. "error": "加载失败"
  121. },
  122. "pageHeader": {
  123. "title": "返回"
  124. },
  125. "popconfirm": {
  126. "confirmButtonText": "确定",
  127. "cancelButtonText": "取消"
  128. }
  129. }
  130. };
  131. export default zhCn;