cs.js 5.2 KB

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