it.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /*! Element Plus v2.7.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.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. cascader: {
  77. noMatch: "Nessuna corrispondenza",
  78. loading: "Caricamento",
  79. placeholder: "Seleziona",
  80. noData: "Nessun dato"
  81. },
  82. pagination: {
  83. goto: "Vai a",
  84. pagesize: "/page",
  85. total: "Totale {total}",
  86. pageClassifier: "",
  87. page: "Page",
  88. prev: "Go to previous page",
  89. next: "Go to next page",
  90. currentPage: "page {pager}",
  91. prevPages: "Previous {pager} pages",
  92. nextPages: "Next {pager} pages"
  93. },
  94. messagebox: {
  95. confirm: "OK",
  96. cancel: "Cancella",
  97. error: "Input non valido"
  98. },
  99. upload: {
  100. deleteTip: "Premi cancella per rimuovere",
  101. delete: "Cancella",
  102. preview: "Anteprima",
  103. continue: "Continua"
  104. },
  105. table: {
  106. emptyText: "Nessun dato",
  107. confirmFilter: "Conferma",
  108. resetFilter: "Reset",
  109. clearFilter: "Tutti",
  110. sumText: "Somma"
  111. },
  112. tree: {
  113. emptyText: "Nessun dato"
  114. },
  115. transfer: {
  116. noMatch: "Nessuna corrispondenza",
  117. noData: "Nessun dato",
  118. titles: ["Lista 1", "Lista 2"],
  119. filterPlaceholder: "Inserisci filtro",
  120. noCheckedFormat: "{total} elementi",
  121. hasCheckedFormat: "{checked}/{total} selezionati"
  122. },
  123. image: {
  124. error: "FAILED"
  125. },
  126. pageHeader: {
  127. title: "Back"
  128. },
  129. popconfirm: {
  130. confirmButtonText: "Yes",
  131. cancelButtonText: "No"
  132. },
  133. carousel: {
  134. leftArrow: "Carousel arrow left",
  135. rightArrow: "Carousel arrow right",
  136. indicator: "Carousel switch to index {index}"
  137. }
  138. }
  139. };
  140. return it;
  141. }));