智慧水务管理系统 - 精河县供水工程综合管理平台

it.js 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. Object.defineProperties(exports, {
  2. __esModule: { value: true },
  3. [Symbol.toStringTag]: { value: "Module" }
  4. });
  5. //#region ../../packages/locale/lang/it.ts
  6. var it_default = {
  7. name: "it",
  8. el: {
  9. breadcrumb: { label: "Breadcrumb" },
  10. colorpicker: {
  11. confirm: "OK",
  12. clear: "Pulisci",
  13. defaultLabel: "color picker",
  14. description: "current color is {color}. press enter to select a new color.",
  15. alphaLabel: "pick alpha value",
  16. alphaDescription: "alpha {alpha}, current color is {color}",
  17. hueLabel: "pick hue value",
  18. hueDescription: "hue {hue}, current color is {color}",
  19. svLabel: "pick saturation and brightness value",
  20. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  21. predefineDescription: "select {value} as the color"
  22. },
  23. datepicker: {
  24. now: "Ora",
  25. today: "Oggi",
  26. cancel: "Cancella",
  27. clear: "Pulisci",
  28. confirm: "OK",
  29. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  30. monthTablePrompt: "Use the arrow keys and enter to select the month",
  31. yearTablePrompt: "Use the arrow keys and enter to select the year",
  32. selectedDate: "Selected date",
  33. selectDate: "Seleziona data",
  34. selectTime: "Seleziona ora",
  35. startDate: "Data inizio",
  36. startTime: "Ora inizio",
  37. endDate: "Data fine",
  38. endTime: "Ora fine",
  39. prevYear: "Anno precedente",
  40. nextYear: "Anno successivo",
  41. prevMonth: "Mese precedente",
  42. nextMonth: "Mese successivo",
  43. year: "",
  44. month1: "Gennaio",
  45. month2: "Febbraio",
  46. month3: "Marzo",
  47. month4: "Aprile",
  48. month5: "Maggio",
  49. month6: "Giugno",
  50. month7: "Luglio",
  51. month8: "Agosto",
  52. month9: "Settembre",
  53. month10: "Ottobre",
  54. month11: "Novembre",
  55. month12: "Dicembre",
  56. weeks: {
  57. sun: "Dom",
  58. mon: "Lun",
  59. tue: "Mar",
  60. wed: "Mer",
  61. thu: "Gio",
  62. fri: "Ven",
  63. sat: "Sab"
  64. },
  65. weeksFull: {
  66. sun: "Sunday",
  67. mon: "Monday",
  68. tue: "Tuesday",
  69. wed: "Wednesday",
  70. thu: "Thursday",
  71. fri: "Friday",
  72. sat: "Saturday"
  73. },
  74. months: {
  75. jan: "Gen",
  76. feb: "Feb",
  77. mar: "Mar",
  78. apr: "Apr",
  79. may: "Mag",
  80. jun: "Giu",
  81. jul: "Lug",
  82. aug: "Ago",
  83. sep: "Set",
  84. oct: "Ott",
  85. nov: "Nov",
  86. dec: "Dic"
  87. }
  88. },
  89. inputNumber: {
  90. decrease: "decrease number",
  91. increase: "increase number"
  92. },
  93. select: {
  94. loading: "Caricamento",
  95. noMatch: "Nessuna corrispondenza",
  96. noData: "Nessun dato",
  97. placeholder: "Seleziona"
  98. },
  99. mention: { loading: "Caricamento" },
  100. dropdown: { toggleDropdown: "Toggle Dropdown" },
  101. cascader: {
  102. noMatch: "Nessuna corrispondenza",
  103. loading: "Caricamento",
  104. placeholder: "Seleziona",
  105. noData: "Nessun dato"
  106. },
  107. pagination: {
  108. goto: "Vai a",
  109. pagesize: "/page",
  110. total: "Totale {total}",
  111. pageClassifier: "",
  112. page: "Page",
  113. prev: "Go to previous page",
  114. next: "Go to next page",
  115. currentPage: "page {pager}",
  116. prevPages: "Previous {pager} pages",
  117. nextPages: "Next {pager} pages",
  118. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  119. },
  120. dialog: { close: "Close this dialog" },
  121. drawer: { close: "Close this dialog" },
  122. messagebox: {
  123. title: "Message",
  124. confirm: "OK",
  125. cancel: "Cancella",
  126. error: "Input non valido",
  127. close: "Close this dialog"
  128. },
  129. upload: {
  130. deleteTip: "Premi cancella per rimuovere",
  131. delete: "Cancella",
  132. preview: "Anteprima",
  133. continue: "Continua"
  134. },
  135. slider: {
  136. defaultLabel: "slider between {min} and {max}",
  137. defaultRangeStartLabel: "pick start value",
  138. defaultRangeEndLabel: "pick end value"
  139. },
  140. table: {
  141. emptyText: "Nessun dato",
  142. confirmFilter: "Conferma",
  143. resetFilter: "Reset",
  144. clearFilter: "Tutti",
  145. sumText: "Somma",
  146. selectAllLabel: "Select all rows",
  147. selectRowLabel: "Select this row",
  148. expandRowLabel: "Expand this row",
  149. collapseRowLabel: "Collapse this row",
  150. sortLabel: "Sort by {column}",
  151. filterLabel: "Filter by {column}"
  152. },
  153. tag: { close: "Close this tag" },
  154. tour: {
  155. next: "Next",
  156. previous: "Previous",
  157. finish: "Finish",
  158. close: "Close this dialog"
  159. },
  160. tree: { emptyText: "Nessun dato" },
  161. transfer: {
  162. noMatch: "Nessuna corrispondenza",
  163. noData: "Nessun dato",
  164. titles: ["Lista 1", "Lista 2"],
  165. filterPlaceholder: "Inserisci filtro",
  166. noCheckedFormat: "{total} elementi",
  167. hasCheckedFormat: "{checked}/{total} selezionati"
  168. },
  169. image: { error: "FAILED" },
  170. pageHeader: { title: "Back" },
  171. popconfirm: {
  172. confirmButtonText: "Yes",
  173. cancelButtonText: "No"
  174. },
  175. carousel: {
  176. leftArrow: "Carousel arrow left",
  177. rightArrow: "Carousel arrow right",
  178. indicator: "Carousel switch to index {index}"
  179. },
  180. inputOTP: {
  181. groupLabel: "OTP Input",
  182. defaultLabel: "Please enter OTP character {index}"
  183. }
  184. }
  185. };
  186. //#endregion
  187. exports.default = it_default;
  188. //# sourceMappingURL=it.js.map