en.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /*! Element Plus v2.2.27 */
  2. (function (global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define(factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleEn = factory());
  6. })(this, (function () { 'use strict';
  7. var en = {
  8. name: "en",
  9. el: {
  10. colorpicker: {
  11. confirm: "OK",
  12. clear: "Clear",
  13. defaultLabel: "color picker",
  14. description: "current color is {color}. press enter to select a new color."
  15. },
  16. datepicker: {
  17. now: "Now",
  18. today: "Today",
  19. cancel: "Cancel",
  20. clear: "Clear",
  21. confirm: "OK",
  22. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  23. monthTablePrompt: "Use the arrow keys and enter to select the month",
  24. yearTablePrompt: "Use the arrow keys and enter to select the year",
  25. selectedDate: "Selected date",
  26. selectDate: "Select date",
  27. selectTime: "Select time",
  28. startDate: "Start Date",
  29. startTime: "Start Time",
  30. endDate: "End Date",
  31. endTime: "End Time",
  32. prevYear: "Previous Year",
  33. nextYear: "Next Year",
  34. prevMonth: "Previous Month",
  35. nextMonth: "Next Month",
  36. year: "",
  37. month1: "January",
  38. month2: "February",
  39. month3: "March",
  40. month4: "April",
  41. month5: "May",
  42. month6: "June",
  43. month7: "July",
  44. month8: "August",
  45. month9: "September",
  46. month10: "October",
  47. month11: "November",
  48. month12: "December",
  49. week: "week",
  50. weeks: {
  51. sun: "Sun",
  52. mon: "Mon",
  53. tue: "Tue",
  54. wed: "Wed",
  55. thu: "Thu",
  56. fri: "Fri",
  57. sat: "Sat"
  58. },
  59. weeksFull: {
  60. sun: "Sunday",
  61. mon: "Monday",
  62. tue: "Tuesday",
  63. wed: "Wednesday",
  64. thu: "Thursday",
  65. fri: "Friday",
  66. sat: "Saturday"
  67. },
  68. months: {
  69. jan: "Jan",
  70. feb: "Feb",
  71. mar: "Mar",
  72. apr: "Apr",
  73. may: "May",
  74. jun: "Jun",
  75. jul: "Jul",
  76. aug: "Aug",
  77. sep: "Sep",
  78. oct: "Oct",
  79. nov: "Nov",
  80. dec: "Dec"
  81. }
  82. },
  83. inputNumber: {
  84. decrease: "decrease number",
  85. increase: "increase number"
  86. },
  87. select: {
  88. loading: "Loading",
  89. noMatch: "No matching data",
  90. noData: "No data",
  91. placeholder: "Select"
  92. },
  93. dropdown: {
  94. toggleDropdown: "Toggle Dropdown"
  95. },
  96. cascader: {
  97. noMatch: "No matching data",
  98. loading: "Loading",
  99. placeholder: "Select",
  100. noData: "No data"
  101. },
  102. pagination: {
  103. goto: "Go to",
  104. pagesize: "/page",
  105. total: "Total {total}",
  106. pageClassifier: "",
  107. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  108. },
  109. dialog: {
  110. close: "Close this dialog"
  111. },
  112. drawer: {
  113. close: "Close this dialog"
  114. },
  115. messagebox: {
  116. title: "Message",
  117. confirm: "OK",
  118. cancel: "Cancel",
  119. error: "Illegal input",
  120. close: "Close this dialog"
  121. },
  122. upload: {
  123. deleteTip: "press delete to remove",
  124. delete: "Delete",
  125. preview: "Preview",
  126. continue: "Continue"
  127. },
  128. slider: {
  129. defaultLabel: "slider between {min} and {max}",
  130. defaultRangeStartLabel: "pick start value",
  131. defaultRangeEndLabel: "pick end value"
  132. },
  133. table: {
  134. emptyText: "No Data",
  135. confirmFilter: "Confirm",
  136. resetFilter: "Reset",
  137. clearFilter: "All",
  138. sumText: "Sum"
  139. },
  140. tree: {
  141. emptyText: "No Data"
  142. },
  143. transfer: {
  144. noMatch: "No matching data",
  145. noData: "No data",
  146. titles: ["List 1", "List 2"],
  147. filterPlaceholder: "Enter keyword",
  148. noCheckedFormat: "{total} items",
  149. hasCheckedFormat: "{checked}/{total} checked"
  150. },
  151. image: {
  152. error: "FAILED"
  153. },
  154. pageHeader: {
  155. title: "Back"
  156. },
  157. popconfirm: {
  158. confirmButtonText: "Yes",
  159. cancelButtonText: "No"
  160. }
  161. }
  162. };
  163. return en;
  164. }));