智慧水务管理系统 - 精河县供水工程综合管理平台

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. Object.defineProperties(exports, {
  2. __esModule: { value: true },
  3. [Symbol.toStringTag]: { value: "Module" }
  4. });
  5. //#region ../../packages/locale/lang/cs.ts
  6. var cs_default = {
  7. name: "cs",
  8. el: {
  9. breadcrumb: { label: "Breadcrumb" },
  10. colorpicker: {
  11. confirm: "OK",
  12. clear: "Vymazat",
  13. defaultLabel: "color picker",
  14. description: "current color is {color}. press enter to select a new color.",
  15. alphaLabel: "pick alpha value",
  16. alphaDescription: "alpha {alpha}, current color is {color}",
  17. hueLabel: "pick hue value",
  18. hueDescription: "hue {hue}, current color is {color}",
  19. svLabel: "pick saturation and brightness value",
  20. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  21. predefineDescription: "select {value} as the color"
  22. },
  23. datepicker: {
  24. now: "Teď",
  25. today: "Dnes",
  26. cancel: "Zrušit",
  27. clear: "Vymazat",
  28. confirm: "OK",
  29. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  30. monthTablePrompt: "Use the arrow keys and enter to select the month",
  31. yearTablePrompt: "Use the arrow keys and enter to select the year",
  32. selectedDate: "Selected date",
  33. selectDate: "Vybrat datum",
  34. selectTime: "Vybrat čas",
  35. startDate: "Datum začátku",
  36. startTime: "Čas začátku",
  37. endDate: "Datum konce",
  38. endTime: "Čas konce",
  39. prevYear: "Předchozí rok",
  40. nextYear: "Příští rok",
  41. prevMonth: "Předchozí měsíc",
  42. nextMonth: "Příští měsíc",
  43. year: "Rok",
  44. month1: "Leden",
  45. month2: "Únor",
  46. month3: "Březen",
  47. month4: "Duben",
  48. month5: "Květen",
  49. month6: "Červen",
  50. month7: "Červenec",
  51. month8: "Srpen",
  52. month9: "Září",
  53. month10: "Říjen",
  54. month11: "Listopad",
  55. month12: "Prosinec",
  56. weeks: {
  57. sun: "Ne",
  58. mon: "Po",
  59. tue: "Út",
  60. wed: "St",
  61. thu: "Čt",
  62. fri: "Pá",
  63. sat: "So"
  64. },
  65. weeksFull: {
  66. sun: "Sunday",
  67. mon: "Monday",
  68. tue: "Tuesday",
  69. wed: "Wednesday",
  70. thu: "Thursday",
  71. fri: "Friday",
  72. sat: "Saturday"
  73. },
  74. months: {
  75. jan: "Led",
  76. feb: "Úno",
  77. mar: "Bře",
  78. apr: "Dub",
  79. may: "Kvě",
  80. jun: "Čer",
  81. jul: "Čvc",
  82. aug: "Srp",
  83. sep: "Zář",
  84. oct: "Říj",
  85. nov: "Lis",
  86. dec: "Pro"
  87. },
  88. day: "Den",
  89. month: "Měsíc"
  90. },
  91. inputNumber: {
  92. decrease: "decrease number",
  93. increase: "increase number"
  94. },
  95. select: {
  96. loading: "Načítání",
  97. noMatch: "Žádná shoda",
  98. noData: "Žádná data",
  99. placeholder: "Vybrat"
  100. },
  101. mention: { loading: "Načítání" },
  102. dropdown: { toggleDropdown: "Toggle Dropdown" },
  103. cascader: {
  104. noMatch: "Žádná shoda",
  105. loading: "Načítání",
  106. placeholder: "Vybrat",
  107. noData: "Žádná data"
  108. },
  109. pagination: {
  110. goto: "Jít na",
  111. pagesize: "na stranu",
  112. total: "Celkem {total}",
  113. pageClassifier: "",
  114. page: "Page",
  115. prev: "Go to previous page",
  116. next: "Go to next page",
  117. currentPage: "page {pager}",
  118. prevPages: "Previous {pager} pages",
  119. nextPages: "Next {pager} pages",
  120. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  121. },
  122. dialog: { close: "Close this dialog" },
  123. drawer: { close: "Close this dialog" },
  124. messagebox: {
  125. title: "Zpráva",
  126. confirm: "OK",
  127. cancel: "Zrušit",
  128. error: "Neplatný vstup",
  129. close: "Close this dialog"
  130. },
  131. upload: {
  132. deleteTip: "Stisknout pro smazání",
  133. delete: "Vymazat",
  134. preview: "Náhled",
  135. continue: "Pokračovat"
  136. },
  137. slider: {
  138. defaultLabel: "slider between {min} and {max}",
  139. defaultRangeStartLabel: "pick start value",
  140. defaultRangeEndLabel: "pick end value"
  141. },
  142. table: {
  143. emptyText: "Žádná data",
  144. confirmFilter: "Potvrdit",
  145. resetFilter: "Resetovat",
  146. clearFilter: "Vše",
  147. sumText: "Celkem",
  148. selectAllLabel: "Select all rows",
  149. selectRowLabel: "Select this row",
  150. expandRowLabel: "Expand this row",
  151. collapseRowLabel: "Collapse this row",
  152. sortLabel: "Sort by {column}",
  153. filterLabel: "Filter by {column}"
  154. },
  155. tag: { close: "Close this tag" },
  156. tour: {
  157. next: "Next",
  158. previous: "Previous",
  159. finish: "Finish",
  160. close: "Close this dialog"
  161. },
  162. tree: { emptyText: "Žádná data" },
  163. transfer: {
  164. noMatch: "Žádná shoda",
  165. noData: "Žádná data",
  166. titles: ["Seznam 1", "Seznam 2"],
  167. filterPlaceholder: "Klíčové slovo",
  168. noCheckedFormat: "{total} položek",
  169. hasCheckedFormat: "{checked}/{total} vybráno"
  170. },
  171. image: { error: "FAILED" },
  172. pageHeader: { title: "Back" },
  173. popconfirm: {
  174. confirmButtonText: "Yes",
  175. cancelButtonText: "No"
  176. },
  177. carousel: {
  178. leftArrow: "Carousel arrow left",
  179. rightArrow: "Carousel arrow right",
  180. indicator: "Carousel switch to index {index}"
  181. },
  182. inputOTP: {
  183. groupLabel: "OTP Input",
  184. defaultLabel: "Please enter OTP character {index}"
  185. }
  186. }
  187. };
  188. //#endregion
  189. exports.default = cs_default;
  190. //# sourceMappingURL=cs.js.map