hr.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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.ElementPlusLocaleHr = factory());
  6. })(this, (function () { 'use strict';
  7. var hr = {
  8. name: "hr",
  9. el: {
  10. colorpicker: {
  11. confirm: "OK",
  12. clear: "O\u010Disti"
  13. },
  14. datepicker: {
  15. now: "Sada",
  16. today: "Danas",
  17. cancel: "Otka\u017Ei",
  18. clear: "O\u010Disti",
  19. confirm: "OK",
  20. selectDate: "Odaberi datum",
  21. selectTime: "Odaberi vrijeme",
  22. startDate: "Datum po\u010Detka",
  23. startTime: "Vrijeme po\u010Detka",
  24. endDate: "Datum zavr\u0161etka",
  25. endTime: "Vrijeme zavr\u0161etka",
  26. prevYear: "Prethodna godina",
  27. nextYear: "Sljede\u0107a godina",
  28. prevMonth: "Prethodni mjesec",
  29. nextMonth: "Sljede\u0107i mjesec",
  30. year: "",
  31. month1: "Sije\u010Danj",
  32. month2: "Velja\u010Da",
  33. month3: "O\u017Eujak",
  34. month4: "Travanj",
  35. month5: "Svibanj",
  36. month6: "Lipanj",
  37. month7: "Srpanj",
  38. month8: "Kolovoz",
  39. month9: "Rujan",
  40. month10: "Listopad",
  41. month11: "Studeni",
  42. month12: "Prosinac",
  43. week: "tjedan",
  44. weeks: {
  45. sun: "Ned",
  46. mon: "Pon",
  47. tue: "Uto",
  48. wed: "Sri",
  49. thu: "\u010Cet",
  50. fri: "Pet",
  51. sat: "Sub"
  52. },
  53. months: {
  54. jan: "Jan",
  55. feb: "Feb",
  56. mar: "Mar",
  57. apr: "Apr",
  58. may: "May",
  59. jun: "Jun",
  60. jul: "Jul",
  61. aug: "Aug",
  62. sep: "Sep",
  63. oct: "Oct",
  64. nov: "Nov",
  65. dec: "Dec"
  66. }
  67. },
  68. select: {
  69. loading: "U\u010Ditavanje",
  70. noMatch: "Nema prona\u0111enih podataka",
  71. noData: "Nema podataka",
  72. placeholder: "Izaberi"
  73. },
  74. cascader: {
  75. noMatch: "Nema prona\u0111enih podataka",
  76. loading: "U\u010Ditavanje",
  77. placeholder: "Izaberi",
  78. noData: "Nema podataka"
  79. },
  80. pagination: {
  81. goto: "Idi na",
  82. pagesize: "/stranica",
  83. total: "Ukupno {total}",
  84. pageClassifier: ""
  85. },
  86. messagebox: {
  87. title: "Poruka",
  88. confirm: "OK",
  89. cancel: "Otka\u017Ei",
  90. error: "Pogre\u0161an unos"
  91. },
  92. upload: {
  93. deleteTip: "pritisnite izbri\u0161i za brisanje",
  94. delete: "Izbri\u0161i",
  95. preview: "Pregled",
  96. continue: "Nastavak"
  97. },
  98. table: {
  99. emptyText: "Nema podataka",
  100. confirmFilter: "Potvrdi",
  101. resetFilter: "Resetiraj",
  102. clearFilter: "Sve",
  103. sumText: "Suma"
  104. },
  105. tree: {
  106. emptyText: "Nema podataka"
  107. },
  108. transfer: {
  109. noMatch: "Nema prona\u0111enih podataka",
  110. noData: "Nema podataka",
  111. titles: ["Lista 1", "Lista 2"],
  112. filterPlaceholder: "Unesite klju\u010Dnu rije\u010D",
  113. noCheckedFormat: "{total} stavki",
  114. hasCheckedFormat: "{checked}/{total} checked"
  115. },
  116. image: {
  117. error: "FAILED"
  118. },
  119. pageHeader: {
  120. title: "Back"
  121. },
  122. popconfirm: {
  123. confirmButtonText: "Yes",
  124. cancelButtonText: "No"
  125. }
  126. }
  127. };
  128. return hr;
  129. }));