it.js 3.2 KB

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