2b1f1527064a3b8d0a0fc83d0a7d86d02fc314fff3ca0d94cce6f32c97dc548a8ceb2ebbb9669a898c674c6487ad76214cca6e98ccd0ee914e88290f30cb11 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var hr = {
  4. name: "hr",
  5. el: {
  6. breadcrumb: {
  7. label: "Breadcrumb"
  8. },
  9. colorpicker: {
  10. confirm: "OK",
  11. clear: "O\u010Disti",
  12. defaultLabel: "color picker",
  13. description: "current color is {color}. press enter to select a new color.",
  14. alphaLabel: "pick alpha value"
  15. },
  16. datepicker: {
  17. now: "Sada",
  18. today: "Danas",
  19. cancel: "Otka\u017Ei",
  20. clear: "O\u010Disti",
  21. confirm: "OK",
  22. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  23. monthTablePrompt: "Use the arrow keys and enter to select the month",
  24. yearTablePrompt: "Use the arrow keys and enter to select the year",
  25. selectedDate: "Selected date",
  26. selectDate: "Odaberi datum",
  27. selectTime: "Odaberi vrijeme",
  28. startDate: "Datum po\u010Detka",
  29. startTime: "Vrijeme po\u010Detka",
  30. endDate: "Datum zavr\u0161etka",
  31. endTime: "Vrijeme zavr\u0161etka",
  32. prevYear: "Prethodna godina",
  33. nextYear: "Sljede\u0107a godina",
  34. prevMonth: "Prethodni mjesec",
  35. nextMonth: "Sljede\u0107i mjesec",
  36. year: "",
  37. month1: "Sije\u010Danj",
  38. month2: "Velja\u010Da",
  39. month3: "O\u017Eujak",
  40. month4: "Travanj",
  41. month5: "Svibanj",
  42. month6: "Lipanj",
  43. month7: "Srpanj",
  44. month8: "Kolovoz",
  45. month9: "Rujan",
  46. month10: "Listopad",
  47. month11: "Studeni",
  48. month12: "Prosinac",
  49. weeks: {
  50. sun: "Ned",
  51. mon: "Pon",
  52. tue: "Uto",
  53. wed: "Sri",
  54. thu: "\u010Cet",
  55. fri: "Pet",
  56. sat: "Sub"
  57. },
  58. weeksFull: {
  59. sun: "Sunday",
  60. mon: "Monday",
  61. tue: "Tuesday",
  62. wed: "Wednesday",
  63. thu: "Thursday",
  64. fri: "Friday",
  65. sat: "Saturday"
  66. },
  67. months: {
  68. jan: "Jan",
  69. feb: "Feb",
  70. mar: "Mar",
  71. apr: "Apr",
  72. may: "May",
  73. jun: "Jun",
  74. jul: "Jul",
  75. aug: "Aug",
  76. sep: "Sep",
  77. oct: "Oct",
  78. nov: "Nov",
  79. dec: "Dec"
  80. }
  81. },
  82. inputNumber: {
  83. decrease: "decrease number",
  84. increase: "increase number"
  85. },
  86. select: {
  87. loading: "U\u010Ditavanje",
  88. noMatch: "Nema prona\u0111enih podataka",
  89. noData: "Nema podataka",
  90. placeholder: "Izaberi"
  91. },
  92. mention: {
  93. loading: "U\u010Ditavanje"
  94. },
  95. dropdown: {
  96. toggleDropdown: "Toggle Dropdown"
  97. },
  98. cascader: {
  99. noMatch: "Nema prona\u0111enih podataka",
  100. loading: "U\u010Ditavanje",
  101. placeholder: "Izaberi",
  102. noData: "Nema podataka"
  103. },
  104. pagination: {
  105. goto: "Idi na",
  106. pagesize: "/stranica",
  107. total: "Ukupno {total}",
  108. pageClassifier: "",
  109. page: "Page",
  110. prev: "Go to previous page",
  111. next: "Go to next page",
  112. currentPage: "page {pager}",
  113. prevPages: "Previous {pager} pages",
  114. nextPages: "Next {pager} pages",
  115. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  116. },
  117. dialog: {
  118. close: "Close this dialog"
  119. },
  120. drawer: {
  121. close: "Close this dialog"
  122. },
  123. messagebox: {
  124. title: "Poruka",
  125. confirm: "OK",
  126. cancel: "Otka\u017Ei",
  127. error: "Pogre\u0161an unos",
  128. close: "Close this dialog"
  129. },
  130. upload: {
  131. deleteTip: "pritisnite izbri\u0161i za brisanje",
  132. delete: "Izbri\u0161i",
  133. preview: "Pregled",
  134. continue: "Nastavak"
  135. },
  136. slider: {
  137. defaultLabel: "slider between {min} and {max}",
  138. defaultRangeStartLabel: "pick start value",
  139. defaultRangeEndLabel: "pick end value"
  140. },
  141. table: {
  142. emptyText: "Nema podataka",
  143. confirmFilter: "Potvrdi",
  144. resetFilter: "Resetiraj",
  145. clearFilter: "Sve",
  146. sumText: "Suma"
  147. },
  148. tour: {
  149. next: "Next",
  150. previous: "Previous",
  151. finish: "Finish",
  152. close: "Close this dialog"
  153. },
  154. tree: {
  155. emptyText: "Nema podataka"
  156. },
  157. transfer: {
  158. noMatch: "Nema prona\u0111enih podataka",
  159. noData: "Nema podataka",
  160. titles: ["Lista 1", "Lista 2"],
  161. filterPlaceholder: "Unesite klju\u010Dnu rije\u010D",
  162. noCheckedFormat: "{total} stavki",
  163. hasCheckedFormat: "{checked}/{total} checked"
  164. },
  165. image: {
  166. error: "FAILED"
  167. },
  168. pageHeader: {
  169. title: "Back"
  170. },
  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. }
  181. };
  182. exports["default"] = hr;
  183. //# sourceMappingURL=hr.js.map