vi.mjs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*! Element Plus v2.11.7 */
  2. var vi = {
  3. name: "vi",
  4. el: {
  5. breadcrumb: {
  6. label: "Breadcrumb"
  7. },
  8. colorpicker: {
  9. confirm: "OK",
  10. clear: "X\xF3a",
  11. defaultLabel: "color picker",
  12. description: "current color is {color}. press enter to select a new color.",
  13. alphaLabel: "pick alpha value",
  14. alphaDescription: "alpha {alpha}, current color is {color}",
  15. hueLabel: "pick hue value",
  16. hueDescription: "hue {hue}, current color is {color}",
  17. svLabel: "pick saturation and brightness value",
  18. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  19. predefineDescription: "select {value} as the color"
  20. },
  21. datepicker: {
  22. now: "Hi\u1EC7n t\u1EA1i",
  23. today: "H\xF4m nay",
  24. cancel: "H\u1EE7y",
  25. clear: "X\xF3a",
  26. confirm: "OK",
  27. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  28. monthTablePrompt: "Use the arrow keys and enter to select the month",
  29. yearTablePrompt: "Use the arrow keys and enter to select the year",
  30. selectedDate: "Selected date",
  31. selectDate: "Ch\u1ECDn ng\xE0y",
  32. selectTime: "Ch\u1ECDn gi\u1EDD",
  33. startDate: "Ng\xE0y b\u1EAFt \u0111\u1EA7u",
  34. startTime: "Th\u1EDDi gian b\u1EAFt \u0111\u1EA7u",
  35. endDate: "Ng\xE0y k\u1EBFt th\xFAc",
  36. endTime: "Th\u1EDDi gian k\u1EBFt th\xFAc",
  37. prevYear: "N\u0103m tr\u01B0\u1EDBc",
  38. nextYear: "N\u0103m t\u1EDBi",
  39. prevMonth: "Th\xE1ng tr\u01B0\u1EDBc",
  40. nextMonth: "Th\xE1ng t\u1EDBi",
  41. year: "N\u0103m",
  42. month1: "Th\xE1ng 1",
  43. month2: "Th\xE1ng 2",
  44. month3: "Th\xE1ng 3",
  45. month4: "Th\xE1ng 4",
  46. month5: "Th\xE1ng 5",
  47. month6: "Th\xE1ng 6",
  48. month7: "Th\xE1ng 7",
  49. month8: "Th\xE1ng 8",
  50. month9: "Th\xE1ng 9",
  51. month10: "Th\xE1ng 10",
  52. month11: "Th\xE1ng 11",
  53. month12: "Th\xE1ng 12",
  54. weeks: {
  55. sun: "CN",
  56. mon: "T2",
  57. tue: "T3",
  58. wed: "T4",
  59. thu: "T5",
  60. fri: "T6",
  61. sat: "T7"
  62. },
  63. weeksFull: {
  64. sun: "Sunday",
  65. mon: "Monday",
  66. tue: "Tuesday",
  67. wed: "Wednesday",
  68. thu: "Thursday",
  69. fri: "Friday",
  70. sat: "Saturday"
  71. },
  72. months: {
  73. jan: "Th.1",
  74. feb: "Th.2",
  75. mar: "Th.3",
  76. apr: "Th.4",
  77. may: "Th.5",
  78. jun: "Th.6",
  79. jul: "Th.7",
  80. aug: "Th.8",
  81. sep: "Th.9",
  82. oct: "Th.10",
  83. nov: "Th.11",
  84. dec: "Th.12"
  85. }
  86. },
  87. inputNumber: {
  88. decrease: "decrease number",
  89. increase: "increase number"
  90. },
  91. select: {
  92. loading: "\u0110ang t\u1EA3i",
  93. noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
  94. noData: "Kh\xF4ng t\xECm th\u1EA5y d\u1EEF li\u1EC7u",
  95. placeholder: "Ch\u1ECDn"
  96. },
  97. mention: {
  98. loading: "\u0110ang t\u1EA3i"
  99. },
  100. dropdown: {
  101. toggleDropdown: "Toggle Dropdown"
  102. },
  103. cascader: {
  104. noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
  105. loading: "\u0110ang t\u1EA3i",
  106. placeholder: "Ch\u1ECDn",
  107. noData: "Kh\xF4ng t\xECm th\u1EA5y d\u1EEF li\u1EC7u"
  108. },
  109. pagination: {
  110. goto: "Nh\u1EA3y t\u1EDBi",
  111. pagesize: "/trang",
  112. total: "T\u1ED5ng {total}",
  113. pageClassifier: "",
  114. page: "Page",
  115. prev: "Go to previous page",
  116. next: "Go to next page",
  117. currentPage: "page {pager}",
  118. prevPages: "Previous {pager} pages",
  119. nextPages: "Next {pager} pages",
  120. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  121. },
  122. dialog: {
  123. close: "Close this dialog"
  124. },
  125. drawer: {
  126. close: "Close this dialog"
  127. },
  128. messagebox: {
  129. title: "Th\xF4ng b\xE1o",
  130. confirm: "OK",
  131. cancel: "H\u1EE7y",
  132. error: "D\u1EEF li\u1EC7u kh\xF4ng h\u1EE3p l\u1EC7",
  133. close: "Close this dialog"
  134. },
  135. upload: {
  136. deleteTip: "Nh\u1EA5n xo\xE1 \u0111\u1EC3 xo\xE1",
  137. delete: "X\xF3a",
  138. preview: "Xem tr\u01B0\u1EDBc",
  139. continue: "Ti\u1EBFp t\u1EE5c"
  140. },
  141. slider: {
  142. defaultLabel: "slider between {min} and {max}",
  143. defaultRangeStartLabel: "pick start value",
  144. defaultRangeEndLabel: "pick end value"
  145. },
  146. table: {
  147. emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
  148. confirmFilter: "X\xE1c nh\u1EADn",
  149. resetFilter: "L\xE0m m\u1EDBi",
  150. clearFilter: "X\xF3a h\u1EBFt",
  151. sumText: "T\u1ED5ng"
  152. },
  153. tour: {
  154. next: "Ti\u1EBFp",
  155. previous: "Tr\u01B0\u1EDBc",
  156. finish: "Ho\xE0n th\xE0nh",
  157. close: "Close this dialog"
  158. },
  159. tree: {
  160. emptyText: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
  161. },
  162. transfer: {
  163. noMatch: "D\u1EEF li\u1EC7u kh\xF4ng ph\xF9 h\u1EE3p",
  164. noData: "Kh\xF4ng t\xECm th\u1EA5y d\u1EEF li\u1EC7u",
  165. titles: ["Danh s\xE1ch 1", "Danh s\xE1ch 2"],
  166. filterPlaceholder: "Nh\u1EADp t\u1EEB kh\xF3a",
  167. noCheckedFormat: "{total} m\u1EE5c",
  168. hasCheckedFormat: "{checked}/{total} \u0111\xE3 ch\u1ECDn "
  169. },
  170. image: {
  171. error: "L\u1ED6I"
  172. },
  173. pageHeader: {
  174. title: "Quay l\u1EA1i"
  175. },
  176. popconfirm: {
  177. confirmButtonText: "Ok",
  178. cancelButtonText: "Hu\u1EF7"
  179. },
  180. carousel: {
  181. leftArrow: "Carousel arrow left",
  182. rightArrow: "Carousel arrow right",
  183. indicator: "Carousel switch to index {index}"
  184. }
  185. }
  186. };
  187. export { vi as default };