版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

cs.mjs 3.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. var cs = {
  2. name: "cs",
  3. el: {
  4. colorpicker: {
  5. confirm: "OK",
  6. clear: "Vymazat"
  7. },
  8. datepicker: {
  9. now: "Te\u010F",
  10. today: "Dnes",
  11. cancel: "Zru\u0161it",
  12. clear: "Vymazat",
  13. confirm: "OK",
  14. selectDate: "Vybrat datum",
  15. selectTime: "Vybrat \u010Das",
  16. startDate: "Datum za\u010D\xE1tku",
  17. startTime: "\u010Cas za\u010D\xE1tku",
  18. endDate: "Datum konce",
  19. endTime: "\u010Cas konce",
  20. prevYear: "P\u0159edchoz\xED rok",
  21. nextYear: "P\u0159\xED\u0161t\xED rok",
  22. prevMonth: "P\u0159edchoz\xED m\u011Bs\xEDc",
  23. nextMonth: "P\u0159\xED\u0161t\xED m\u011Bs\xEDc",
  24. day: "Den",
  25. week: "T\xFDden",
  26. month: "M\u011Bs\xEDc",
  27. year: "Rok",
  28. month1: "Leden",
  29. month2: "\xDAnor",
  30. month3: "B\u0159ezen",
  31. month4: "Duben",
  32. month5: "Kv\u011Bten",
  33. month6: "\u010Cerven",
  34. month7: "\u010Cervenec",
  35. month8: "Srpen",
  36. month9: "Z\xE1\u0159\xED",
  37. month10: "\u0158\xEDjen",
  38. month11: "Listopad",
  39. month12: "Prosinec",
  40. weeks: {
  41. sun: "Ne",
  42. mon: "Po",
  43. tue: "\xDAt",
  44. wed: "St",
  45. thu: "\u010Ct",
  46. fri: "P\xE1",
  47. sat: "So"
  48. },
  49. months: {
  50. jan: "Led",
  51. feb: "\xDAno",
  52. mar: "B\u0159e",
  53. apr: "Dub",
  54. may: "Kv\u011B",
  55. jun: "\u010Cer",
  56. jul: "\u010Cvc",
  57. aug: "Srp",
  58. sep: "Z\xE1\u0159",
  59. oct: "\u0158\xEDj",
  60. nov: "Lis",
  61. dec: "Pro"
  62. }
  63. },
  64. select: {
  65. loading: "Na\u010D\xEDt\xE1n\xED",
  66. noMatch: "\u017D\xE1dn\xE1 shoda",
  67. noData: "\u017D\xE1dn\xE1 data",
  68. placeholder: "Vybrat"
  69. },
  70. cascader: {
  71. noMatch: "\u017D\xE1dn\xE1 shoda",
  72. loading: "Na\u010D\xEDt\xE1n\xED",
  73. placeholder: "Vybrat",
  74. noData: "\u017D\xE1dn\xE1 data"
  75. },
  76. pagination: {
  77. goto: "J\xEDt na",
  78. pagesize: "na stranu",
  79. total: "Celkem {total}",
  80. pageClassifier: "",
  81. page: "Page",
  82. prev: "Go to previous page",
  83. next: "Go to next page",
  84. currentPage: "page {pager}",
  85. prevPages: "Previous {pager} pages",
  86. nextPages: "Next {pager} pages"
  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. export { cs as default };
  131. //# sourceMappingURL=cs.mjs.map