cs.js 3.6 KB

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