cs.js 4.1 KB

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