cs.mjs 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*! Element Plus v2.7.5 */
  2. var cs = {
  3. name: "cs",
  4. el: {
  5. breadcrumb: {
  6. label: "Breadcrumb"
  7. },
  8. colorpicker: {
  9. confirm: "OK",
  10. clear: "Vymazat"
  11. },
  12. datepicker: {
  13. now: "Te\u010F",
  14. today: "Dnes",
  15. cancel: "Zru\u0161it",
  16. clear: "Vymazat",
  17. confirm: "OK",
  18. selectDate: "Vybrat datum",
  19. selectTime: "Vybrat \u010Das",
  20. startDate: "Datum za\u010D\xE1tku",
  21. startTime: "\u010Cas za\u010D\xE1tku",
  22. endDate: "Datum konce",
  23. endTime: "\u010Cas konce",
  24. prevYear: "P\u0159edchoz\xED rok",
  25. nextYear: "P\u0159\xED\u0161t\xED rok",
  26. prevMonth: "P\u0159edchoz\xED m\u011Bs\xEDc",
  27. nextMonth: "P\u0159\xED\u0161t\xED m\u011Bs\xEDc",
  28. day: "Den",
  29. week: "T\xFDden",
  30. month: "M\u011Bs\xEDc",
  31. year: "Rok",
  32. month1: "Leden",
  33. month2: "\xDAnor",
  34. month3: "B\u0159ezen",
  35. month4: "Duben",
  36. month5: "Kv\u011Bten",
  37. month6: "\u010Cerven",
  38. month7: "\u010Cervenec",
  39. month8: "Srpen",
  40. month9: "Z\xE1\u0159\xED",
  41. month10: "\u0158\xEDjen",
  42. month11: "Listopad",
  43. month12: "Prosinec",
  44. weeks: {
  45. sun: "Ne",
  46. mon: "Po",
  47. tue: "\xDAt",
  48. wed: "St",
  49. thu: "\u010Ct",
  50. fri: "P\xE1",
  51. sat: "So"
  52. },
  53. months: {
  54. jan: "Led",
  55. feb: "\xDAno",
  56. mar: "B\u0159e",
  57. apr: "Dub",
  58. may: "Kv\u011B",
  59. jun: "\u010Cer",
  60. jul: "\u010Cvc",
  61. aug: "Srp",
  62. sep: "Z\xE1\u0159",
  63. oct: "\u0158\xEDj",
  64. nov: "Lis",
  65. dec: "Pro"
  66. }
  67. },
  68. select: {
  69. loading: "Na\u010D\xEDt\xE1n\xED",
  70. noMatch: "\u017D\xE1dn\xE1 shoda",
  71. noData: "\u017D\xE1dn\xE1 data",
  72. placeholder: "Vybrat"
  73. },
  74. cascader: {
  75. noMatch: "\u017D\xE1dn\xE1 shoda",
  76. loading: "Na\u010D\xEDt\xE1n\xED",
  77. placeholder: "Vybrat",
  78. noData: "\u017D\xE1dn\xE1 data"
  79. },
  80. pagination: {
  81. goto: "J\xEDt na",
  82. pagesize: "na stranu",
  83. total: "Celkem {total}",
  84. pageClassifier: "",
  85. page: "Page",
  86. prev: "Go to previous page",
  87. next: "Go to next page",
  88. currentPage: "page {pager}",
  89. prevPages: "Previous {pager} pages",
  90. nextPages: "Next {pager} pages"
  91. },
  92. messagebox: {
  93. title: "Zpr\xE1va",
  94. confirm: "OK",
  95. cancel: "Zru\u0161it",
  96. error: "Neplatn\xFD vstup"
  97. },
  98. upload: {
  99. deleteTip: "Stisknout pro smaz\xE1n\xED",
  100. delete: "Vymazat",
  101. preview: "N\xE1hled",
  102. continue: "Pokra\u010Dovat"
  103. },
  104. table: {
  105. emptyText: "\u017D\xE1dn\xE1 data",
  106. confirmFilter: "Potvrdit",
  107. resetFilter: "Resetovat",
  108. clearFilter: "V\u0161e",
  109. sumText: "Celkem"
  110. },
  111. tree: {
  112. emptyText: "\u017D\xE1dn\xE1 data"
  113. },
  114. transfer: {
  115. noMatch: "\u017D\xE1dn\xE1 shoda",
  116. noData: "\u017D\xE1dn\xE1 data",
  117. titles: ["Seznam 1", "Seznam 2"],
  118. filterPlaceholder: "Kl\xED\u010Dov\xE9 slovo",
  119. noCheckedFormat: "{total} polo\u017Eek",
  120. hasCheckedFormat: "{checked}/{total} vybr\xE1no"
  121. },
  122. image: {
  123. error: "FAILED"
  124. },
  125. pageHeader: {
  126. title: "Back"
  127. },
  128. popconfirm: {
  129. confirmButtonText: "Yes",
  130. cancelButtonText: "No"
  131. },
  132. carousel: {
  133. leftArrow: "Carousel arrow left",
  134. rightArrow: "Carousel arrow right",
  135. indicator: "Carousel switch to index {index}"
  136. }
  137. }
  138. };
  139. export { cs as default };