cs.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /*! Element Plus v2.7.5 */
  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. cascader: {
  80. noMatch: "\u017D\xE1dn\xE1 shoda",
  81. loading: "Na\u010D\xEDt\xE1n\xED",
  82. placeholder: "Vybrat",
  83. noData: "\u017D\xE1dn\xE1 data"
  84. },
  85. pagination: {
  86. goto: "J\xEDt na",
  87. pagesize: "na stranu",
  88. total: "Celkem {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. title: "Zpr\xE1va",
  99. confirm: "OK",
  100. cancel: "Zru\u0161it",
  101. error: "Neplatn\xFD vstup"
  102. },
  103. upload: {
  104. deleteTip: "Stisknout pro smaz\xE1n\xED",
  105. delete: "Vymazat",
  106. preview: "N\xE1hled",
  107. continue: "Pokra\u010Dovat"
  108. },
  109. table: {
  110. emptyText: "\u017D\xE1dn\xE1 data",
  111. confirmFilter: "Potvrdit",
  112. resetFilter: "Resetovat",
  113. clearFilter: "V\u0161e",
  114. sumText: "Celkem"
  115. },
  116. tree: {
  117. emptyText: "\u017D\xE1dn\xE1 data"
  118. },
  119. transfer: {
  120. noMatch: "\u017D\xE1dn\xE1 shoda",
  121. noData: "\u017D\xE1dn\xE1 data",
  122. titles: ["Seznam 1", "Seznam 2"],
  123. filterPlaceholder: "Kl\xED\u010Dov\xE9 slovo",
  124. noCheckedFormat: "{total} polo\u017Eek",
  125. hasCheckedFormat: "{checked}/{total} vybr\xE1no"
  126. },
  127. image: {
  128. error: "FAILED"
  129. },
  130. pageHeader: {
  131. title: "Back"
  132. },
  133. popconfirm: {
  134. confirmButtonText: "Yes",
  135. cancelButtonText: "No"
  136. },
  137. carousel: {
  138. leftArrow: "Carousel arrow left",
  139. rightArrow: "Carousel arrow right",
  140. indicator: "Carousel switch to index {index}"
  141. }
  142. }
  143. };
  144. return cs;
  145. }));