vi.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/vi', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.vi = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Xóa'
  22. },
  23. datepicker: {
  24. now: 'Hiện tại',
  25. today: 'Hôm nay',
  26. cancel: 'Hủy',
  27. clear: 'Xóa',
  28. confirm: 'OK',
  29. selectDate: 'Chọn ngày',
  30. selectTime: 'Chọn giờ',
  31. startDate: 'Ngày bắt đầu',
  32. startTime: 'Thời gian bắt đầu',
  33. endDate: 'Ngày kết thúc',
  34. endTime: 'Thời gian kết thúc',
  35. prevYear: 'Năm trước',
  36. nextYear: 'Năm tới',
  37. prevMonth: 'Tháng trước',
  38. nextMonth: 'Tháng tới',
  39. year: 'Năm',
  40. month1: 'Tháng 1',
  41. month2: 'Tháng 2',
  42. month3: 'Tháng 3',
  43. month4: 'Tháng 4',
  44. month5: 'Tháng 5',
  45. month6: 'Tháng 6',
  46. month7: 'Tháng 7',
  47. month8: 'Tháng 8',
  48. month9: 'Tháng 9',
  49. month10: 'Tháng 10',
  50. month11: 'Tháng 11',
  51. month12: 'Tháng 12',
  52. // week: 'week',
  53. weeks: {
  54. sun: 'CN',
  55. mon: 'T2',
  56. tue: 'T3',
  57. wed: 'T4',
  58. thu: 'T5',
  59. fri: 'T6',
  60. sat: 'T7'
  61. },
  62. months: {
  63. jan: 'Th.1',
  64. feb: 'Th.2',
  65. mar: 'Th.3',
  66. apr: 'Th.4',
  67. may: 'Th.5',
  68. jun: 'Th.6',
  69. jul: 'Th.7',
  70. aug: 'Th.8',
  71. sep: 'Th.9',
  72. oct: 'Th.10',
  73. nov: 'Th.11',
  74. dec: 'Th.12'
  75. }
  76. },
  77. select: {
  78. loading: 'Đang tải',
  79. noMatch: 'Dữ liệu không phù hợp',
  80. noData: 'Không tìm thấy dữ liệu',
  81. placeholder: 'Chọn'
  82. },
  83. cascader: {
  84. noMatch: 'Dữ liệu không phù hợp',
  85. loading: 'Đang tải',
  86. placeholder: 'Chọn',
  87. noData: 'Không tìm thấy dữ liệu'
  88. },
  89. pagination: {
  90. goto: 'Nhảy tới',
  91. pagesize: '/trang',
  92. total: 'Tổng {total}',
  93. pageClassifier: ''
  94. },
  95. messagebox: {
  96. title: 'Thông báo',
  97. confirm: 'OK',
  98. cancel: 'Hủy',
  99. error: 'Dữ liệu không hợp lệ'
  100. },
  101. upload: {
  102. deleteTip: 'Nhấn xoá để xoá',
  103. delete: 'Xóa',
  104. preview: 'Xem trước',
  105. continue: 'Tiếp tục'
  106. },
  107. table: {
  108. emptyText: 'Không có dữ liệu',
  109. confirmFilter: 'Xác nhận',
  110. resetFilter: 'Làm mới',
  111. clearFilter: 'Xóa hết',
  112. sumText: 'Tổng'
  113. },
  114. tree: {
  115. emptyText: 'Không có dữ liệu'
  116. },
  117. transfer: {
  118. noMatch: 'Dữ liệu không phù hợp',
  119. noData: 'Không tìm thấy dữ liệu',
  120. titles: ['Danh sách 1', 'Danh sách 2'],
  121. filterPlaceholder: 'Nhập từ khóa',
  122. noCheckedFormat: '{total} mục',
  123. hasCheckedFormat: '{checked}/{total} đã chọn '
  124. },
  125. image: {
  126. error: 'LỖI'
  127. },
  128. pageHeader: {
  129. title: 'Quay lại'
  130. },
  131. popconfirm: {
  132. confirmButtonText: 'Ok',
  133. cancelButtonText: 'Huỷ'
  134. },
  135. empty: {
  136. description: 'Không có dữ liệu'
  137. }
  138. }
  139. };
  140. module.exports = exports['default'];
  141. });