element-plus_es_locale_lang_zh-cn.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. import "./chunk-HM4MQYWN.js";
  2. // node_modules/element-plus/es/locale/lang/zh-cn.mjs
  3. var zhCn = {
  4. name: "zh-cn",
  5. el: {
  6. colorpicker: {
  7. confirm: "确定",
  8. clear: "清空"
  9. },
  10. datepicker: {
  11. now: "此刻",
  12. today: "今天",
  13. cancel: "取消",
  14. clear: "清空",
  15. confirm: "确定",
  16. selectDate: "选择日期",
  17. selectTime: "选择时间",
  18. startDate: "开始日期",
  19. startTime: "开始时间",
  20. endDate: "结束日期",
  21. endTime: "结束时间",
  22. prevYear: "前一年",
  23. nextYear: "后一年",
  24. prevMonth: "上个月",
  25. nextMonth: "下个月",
  26. year: "年",
  27. month1: "1 月",
  28. month2: "2 月",
  29. month3: "3 月",
  30. month4: "4 月",
  31. month5: "5 月",
  32. month6: "6 月",
  33. month7: "7 月",
  34. month8: "8 月",
  35. month9: "9 月",
  36. month10: "10 月",
  37. month11: "11 月",
  38. month12: "12 月",
  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. page: "页",
  81. prev: "上一页",
  82. next: "下一页",
  83. currentPage: "第 {pager} 页",
  84. prevPages: "向前 {pager} 页",
  85. nextPages: "向后 {pager} 页",
  86. deprecationWarning: "你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"
  87. },
  88. messagebox: {
  89. title: "提示",
  90. confirm: "确定",
  91. cancel: "取消",
  92. error: "输入的数据不合法!"
  93. },
  94. upload: {
  95. deleteTip: "按 delete 键可删除",
  96. delete: "删除",
  97. preview: "查看图片",
  98. continue: "继续上传"
  99. },
  100. table: {
  101. emptyText: "暂无数据",
  102. confirmFilter: "筛选",
  103. resetFilter: "重置",
  104. clearFilter: "全部",
  105. sumText: "合计"
  106. },
  107. tree: {
  108. emptyText: "暂无数据"
  109. },
  110. transfer: {
  111. noMatch: "无匹配数据",
  112. noData: "无数据",
  113. titles: ["列表 1", "列表 2"],
  114. filterPlaceholder: "请输入搜索内容",
  115. noCheckedFormat: "共 {total} 项",
  116. hasCheckedFormat: "已选 {checked}/{total} 项"
  117. },
  118. image: {
  119. error: "加载失败"
  120. },
  121. pageHeader: {
  122. title: "返回"
  123. },
  124. popconfirm: {
  125. confirmButtonText: "确定",
  126. cancelButtonText: "取消"
  127. }
  128. }
  129. };
  130. export {
  131. zhCn as default
  132. };
  133. //# sourceMappingURL=element-plus_es_locale_lang_zh-cn.js.map