it.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*! Element Plus v2.9.1 */
  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.ElementPlusLocaleIt = factory());
  6. })(this, (function () { 'use strict';
  7. var it = {
  8. name: "it",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "OK",
  15. clear: "Pulisci"
  16. },
  17. datepicker: {
  18. now: "Ora",
  19. today: "Oggi",
  20. cancel: "Cancella",
  21. clear: "Pulisci",
  22. confirm: "OK",
  23. selectDate: "Seleziona data",
  24. selectTime: "Seleziona ora",
  25. startDate: "Data inizio",
  26. startTime: "Ora inizio",
  27. endDate: "Data fine",
  28. endTime: "Ora fine",
  29. prevYear: "Anno precedente",
  30. nextYear: "Anno successivo",
  31. prevMonth: "Mese precedente",
  32. nextMonth: "Mese successivo",
  33. year: "",
  34. month1: "Gennaio",
  35. month2: "Febbraio",
  36. month3: "Marzo",
  37. month4: "Aprile",
  38. month5: "Maggio",
  39. month6: "Giugno",
  40. month7: "Luglio",
  41. month8: "Agosto",
  42. month9: "Settembre",
  43. month10: "Ottobre",
  44. month11: "Novembre",
  45. month12: "Dicembre",
  46. weeks: {
  47. sun: "Dom",
  48. mon: "Lun",
  49. tue: "Mar",
  50. wed: "Mer",
  51. thu: "Gio",
  52. fri: "Ven",
  53. sat: "Sab"
  54. },
  55. months: {
  56. jan: "Gen",
  57. feb: "Feb",
  58. mar: "Mar",
  59. apr: "Apr",
  60. may: "Mag",
  61. jun: "Giu",
  62. jul: "Lug",
  63. aug: "Ago",
  64. sep: "Set",
  65. oct: "Ott",
  66. nov: "Nov",
  67. dec: "Dic"
  68. }
  69. },
  70. select: {
  71. loading: "Caricamento",
  72. noMatch: "Nessuna corrispondenza",
  73. noData: "Nessun dato",
  74. placeholder: "Seleziona"
  75. },
  76. mention: {
  77. loading: "Caricamento"
  78. },
  79. cascader: {
  80. noMatch: "Nessuna corrispondenza",
  81. loading: "Caricamento",
  82. placeholder: "Seleziona",
  83. noData: "Nessun dato"
  84. },
  85. pagination: {
  86. goto: "Vai a",
  87. pagesize: "/page",
  88. total: "Totale {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. confirm: "OK",
  99. cancel: "Cancella",
  100. error: "Input non valido"
  101. },
  102. upload: {
  103. deleteTip: "Premi cancella per rimuovere",
  104. delete: "Cancella",
  105. preview: "Anteprima",
  106. continue: "Continua"
  107. },
  108. table: {
  109. emptyText: "Nessun dato",
  110. confirmFilter: "Conferma",
  111. resetFilter: "Reset",
  112. clearFilter: "Tutti",
  113. sumText: "Somma"
  114. },
  115. tree: {
  116. emptyText: "Nessun dato"
  117. },
  118. transfer: {
  119. noMatch: "Nessuna corrispondenza",
  120. noData: "Nessun dato",
  121. titles: ["Lista 1", "Lista 2"],
  122. filterPlaceholder: "Inserisci filtro",
  123. noCheckedFormat: "{total} elementi",
  124. hasCheckedFormat: "{checked}/{total} selezionati"
  125. },
  126. image: {
  127. error: "FAILED"
  128. },
  129. pageHeader: {
  130. title: "Back"
  131. },
  132. popconfirm: {
  133. confirmButtonText: "Yes",
  134. cancelButtonText: "No"
  135. },
  136. carousel: {
  137. leftArrow: "Carousel arrow left",
  138. rightArrow: "Carousel arrow right",
  139. indicator: "Carousel switch to index {index}"
  140. }
  141. }
  142. };
  143. return it;
  144. }));