ca.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /*! Element Plus v2.13.5 */
  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.ElementPlusLocaleCa = factory()));
  6. })(this, function() {
  7. //#region ../../packages/locale/lang/ca.ts
  8. var ca_default = {
  9. name: "ca",
  10. el: {
  11. breadcrumb: { label: "Breadcrumb" },
  12. colorpicker: {
  13. confirm: "Confirmar",
  14. clear: "Netejar",
  15. defaultLabel: "color picker",
  16. description: "current color is {color}. press enter to select a new color.",
  17. alphaLabel: "pick alpha value",
  18. alphaDescription: "alpha {alpha}, current color is {color}",
  19. hueLabel: "pick hue value",
  20. hueDescription: "hue {hue}, current color is {color}",
  21. svLabel: "pick saturation and brightness value",
  22. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  23. predefineDescription: "select {value} as the color"
  24. },
  25. datepicker: {
  26. now: "Ara",
  27. today: "Avui",
  28. cancel: "Cancel·lar",
  29. clear: "Netejar",
  30. confirm: "Confirmar",
  31. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  32. monthTablePrompt: "Use the arrow keys and enter to select the month",
  33. yearTablePrompt: "Use the arrow keys and enter to select the year",
  34. selectedDate: "Selected date",
  35. selectDate: "Seleccionar data",
  36. selectTime: "Seleccionar hora",
  37. startDate: "Data Inici",
  38. startTime: "Hora Inici",
  39. endDate: "Data Final",
  40. endTime: "Hora Final",
  41. prevYear: "Any anterior",
  42. nextYear: "Pròxim Any",
  43. prevMonth: "Mes anterior",
  44. nextMonth: "Pròxim Mes",
  45. year: "",
  46. month1: "Gener",
  47. month2: "Febrer",
  48. month3: "Març",
  49. month4: "Abril",
  50. month5: "Maig",
  51. month6: "Juny",
  52. month7: "Juliol",
  53. month8: "Agost",
  54. month9: "Setembre",
  55. month10: "Octubre",
  56. month11: "Novembre",
  57. month12: "Desembre",
  58. weeks: {
  59. sun: "Dg",
  60. mon: "Dl",
  61. tue: "Dt",
  62. wed: "Dc",
  63. thu: "Dj",
  64. fri: "Dv",
  65. sat: "Ds"
  66. },
  67. weeksFull: {
  68. sun: "Sunday",
  69. mon: "Monday",
  70. tue: "Tuesday",
  71. wed: "Wednesday",
  72. thu: "Thursday",
  73. fri: "Friday",
  74. sat: "Saturday"
  75. },
  76. months: {
  77. jan: "Gen",
  78. feb: "Febr",
  79. mar: "Març",
  80. apr: "Abr",
  81. may: "Maig",
  82. jun: "Juny",
  83. jul: "Jul",
  84. aug: "Ag",
  85. sep: "Set",
  86. oct: "Oct",
  87. nov: "Nov",
  88. dec: "Des"
  89. }
  90. },
  91. inputNumber: {
  92. decrease: "decrease number",
  93. increase: "increase number"
  94. },
  95. select: {
  96. loading: "Carregant",
  97. noMatch: "No hi ha dades que coincideixin",
  98. noData: "Sense Dades",
  99. placeholder: "Seleccionar"
  100. },
  101. mention: { loading: "Carregant" },
  102. dropdown: { toggleDropdown: "Toggle Dropdown" },
  103. cascader: {
  104. noMatch: "No hi ha dades que coincideixin",
  105. loading: "Carregant",
  106. placeholder: "Seleccionar",
  107. noData: "Sense Dades"
  108. },
  109. pagination: {
  110. goto: "Anar a",
  111. pagesize: "/pàgina",
  112. total: "Total {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: { close: "Close this dialog" },
  123. drawer: { close: "Close this dialog" },
  124. messagebox: {
  125. title: "Message",
  126. confirm: "Acceptar",
  127. cancel: "Cancel·lar",
  128. error: "Entrada invàlida",
  129. close: "Close this dialog"
  130. },
  131. upload: {
  132. deleteTip: "premi eliminar per descartar",
  133. delete: "Eliminar",
  134. preview: "Vista Prèvia",
  135. continue: "Continuar"
  136. },
  137. slider: {
  138. defaultLabel: "slider between {min} and {max}",
  139. defaultRangeStartLabel: "pick start value",
  140. defaultRangeEndLabel: "pick end value"
  141. },
  142. table: {
  143. emptyText: "Sense Dades",
  144. confirmFilter: "Confirmar",
  145. resetFilter: "Netejar",
  146. clearFilter: "Tot",
  147. sumText: "Tot",
  148. selectAllLabel: "Select all rows",
  149. selectRowLabel: "Select this row",
  150. expandRowLabel: "Expand this row",
  151. collapseRowLabel: "Collapse this row",
  152. sortLabel: "Sort by {column}",
  153. filterLabel: "Filter by {column}"
  154. },
  155. tag: { close: "Close this tag" },
  156. tour: {
  157. next: "Next",
  158. previous: "Previous",
  159. finish: "Finish",
  160. close: "Close this dialog"
  161. },
  162. tree: { emptyText: "Sense Dades" },
  163. transfer: {
  164. noMatch: "No hi ha dades que coincideixin",
  165. noData: "Sense Dades",
  166. titles: ["Llista 1", "Llista 2"],
  167. filterPlaceholder: "Introdueix la paraula clau",
  168. noCheckedFormat: "{total} ítems",
  169. hasCheckedFormat: "{checked}/{total} seleccionats"
  170. },
  171. image: { error: "HA FALLAT" },
  172. pageHeader: { title: "Tornar" },
  173. popconfirm: {
  174. confirmButtonText: "Sí",
  175. cancelButtonText: "No"
  176. },
  177. carousel: {
  178. leftArrow: "Carousel arrow left",
  179. rightArrow: "Carousel arrow right",
  180. indicator: "Carousel switch to index {index}"
  181. }
  182. }
  183. };
  184. //#endregion
  185. return ca_default;
  186. });