cs.js 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /*! Element Plus v2.11.7 */
  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. defaultLabel: "color picker",
  17. description: "current color is {color}. press enter to select a new color.",
  18. alphaLabel: "pick alpha value",
  19. alphaDescription: "alpha {alpha}, current color is {color}",
  20. hueLabel: "pick hue value",
  21. hueDescription: "hue {hue}, current color is {color}",
  22. svLabel: "pick saturation and brightness value",
  23. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  24. predefineDescription: "select {value} as the color"
  25. },
  26. datepicker: {
  27. now: "Te\u010F",
  28. today: "Dnes",
  29. cancel: "Zru\u0161it",
  30. clear: "Vymazat",
  31. confirm: "OK",
  32. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  33. monthTablePrompt: "Use the arrow keys and enter to select the month",
  34. yearTablePrompt: "Use the arrow keys and enter to select the year",
  35. selectedDate: "Selected date",
  36. selectDate: "Vybrat datum",
  37. selectTime: "Vybrat \u010Das",
  38. startDate: "Datum za\u010D\xE1tku",
  39. startTime: "\u010Cas za\u010D\xE1tku",
  40. endDate: "Datum konce",
  41. endTime: "\u010Cas konce",
  42. prevYear: "P\u0159edchoz\xED rok",
  43. nextYear: "P\u0159\xED\u0161t\xED rok",
  44. prevMonth: "P\u0159edchoz\xED m\u011Bs\xEDc",
  45. nextMonth: "P\u0159\xED\u0161t\xED m\u011Bs\xEDc",
  46. year: "Rok",
  47. month1: "Leden",
  48. month2: "\xDAnor",
  49. month3: "B\u0159ezen",
  50. month4: "Duben",
  51. month5: "Kv\u011Bten",
  52. month6: "\u010Cerven",
  53. month7: "\u010Cervenec",
  54. month8: "Srpen",
  55. month9: "Z\xE1\u0159\xED",
  56. month10: "\u0158\xEDjen",
  57. month11: "Listopad",
  58. month12: "Prosinec",
  59. weeks: {
  60. sun: "Ne",
  61. mon: "Po",
  62. tue: "\xDAt",
  63. wed: "St",
  64. thu: "\u010Ct",
  65. fri: "P\xE1",
  66. sat: "So"
  67. },
  68. weeksFull: {
  69. sun: "Sunday",
  70. mon: "Monday",
  71. tue: "Tuesday",
  72. wed: "Wednesday",
  73. thu: "Thursday",
  74. fri: "Friday",
  75. sat: "Saturday"
  76. },
  77. months: {
  78. jan: "Led",
  79. feb: "\xDAno",
  80. mar: "B\u0159e",
  81. apr: "Dub",
  82. may: "Kv\u011B",
  83. jun: "\u010Cer",
  84. jul: "\u010Cvc",
  85. aug: "Srp",
  86. sep: "Z\xE1\u0159",
  87. oct: "\u0158\xEDj",
  88. nov: "Lis",
  89. dec: "Pro"
  90. },
  91. day: "Den",
  92. month: "M\u011Bs\xEDc"
  93. },
  94. inputNumber: {
  95. decrease: "decrease number",
  96. increase: "increase number"
  97. },
  98. select: {
  99. loading: "Na\u010D\xEDt\xE1n\xED",
  100. noMatch: "\u017D\xE1dn\xE1 shoda",
  101. noData: "\u017D\xE1dn\xE1 data",
  102. placeholder: "Vybrat"
  103. },
  104. mention: {
  105. loading: "Na\u010D\xEDt\xE1n\xED"
  106. },
  107. dropdown: {
  108. toggleDropdown: "Toggle Dropdown"
  109. },
  110. cascader: {
  111. noMatch: "\u017D\xE1dn\xE1 shoda",
  112. loading: "Na\u010D\xEDt\xE1n\xED",
  113. placeholder: "Vybrat",
  114. noData: "\u017D\xE1dn\xE1 data"
  115. },
  116. pagination: {
  117. goto: "J\xEDt na",
  118. pagesize: "na stranu",
  119. total: "Celkem {total}",
  120. pageClassifier: "",
  121. page: "Page",
  122. prev: "Go to previous page",
  123. next: "Go to next page",
  124. currentPage: "page {pager}",
  125. prevPages: "Previous {pager} pages",
  126. nextPages: "Next {pager} pages",
  127. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  128. },
  129. dialog: {
  130. close: "Close this dialog"
  131. },
  132. drawer: {
  133. close: "Close this dialog"
  134. },
  135. messagebox: {
  136. title: "Zpr\xE1va",
  137. confirm: "OK",
  138. cancel: "Zru\u0161it",
  139. error: "Neplatn\xFD vstup",
  140. close: "Close this dialog"
  141. },
  142. upload: {
  143. deleteTip: "Stisknout pro smaz\xE1n\xED",
  144. delete: "Vymazat",
  145. preview: "N\xE1hled",
  146. continue: "Pokra\u010Dovat"
  147. },
  148. slider: {
  149. defaultLabel: "slider between {min} and {max}",
  150. defaultRangeStartLabel: "pick start value",
  151. defaultRangeEndLabel: "pick end value"
  152. },
  153. table: {
  154. emptyText: "\u017D\xE1dn\xE1 data",
  155. confirmFilter: "Potvrdit",
  156. resetFilter: "Resetovat",
  157. clearFilter: "V\u0161e",
  158. sumText: "Celkem"
  159. },
  160. tour: {
  161. next: "Next",
  162. previous: "Previous",
  163. finish: "Finish",
  164. close: "Close this dialog"
  165. },
  166. tree: {
  167. emptyText: "\u017D\xE1dn\xE1 data"
  168. },
  169. transfer: {
  170. noMatch: "\u017D\xE1dn\xE1 shoda",
  171. noData: "\u017D\xE1dn\xE1 data",
  172. titles: ["Seznam 1", "Seznam 2"],
  173. filterPlaceholder: "Kl\xED\u010Dov\xE9 slovo",
  174. noCheckedFormat: "{total} polo\u017Eek",
  175. hasCheckedFormat: "{checked}/{total} vybr\xE1no"
  176. },
  177. image: {
  178. error: "FAILED"
  179. },
  180. pageHeader: {
  181. title: "Back"
  182. },
  183. popconfirm: {
  184. confirmButtonText: "Yes",
  185. cancelButtonText: "No"
  186. },
  187. carousel: {
  188. leftArrow: "Carousel arrow left",
  189. rightArrow: "Carousel arrow right",
  190. indicator: "Carousel switch to index {index}"
  191. }
  192. }
  193. };
  194. return cs;
  195. }));