cs-CZ.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/cs-CZ', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.csCZ = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Vymazat'
  22. },
  23. datepicker: {
  24. now: 'Teď',
  25. today: 'Dnes',
  26. cancel: 'Zrušit',
  27. clear: 'Vymazat',
  28. confirm: 'OK',
  29. selectDate: 'Vybrat datum',
  30. selectTime: 'Vybrat čas',
  31. startDate: 'Datum začátku',
  32. startTime: 'Čas začátku',
  33. endDate: 'Datum konce',
  34. endTime: 'Čas konce',
  35. prevYear: 'Předchozí rok',
  36. nextYear: 'Příští rok',
  37. prevMonth: 'Předchozí měsíc',
  38. nextMonth: 'Příští měsíc',
  39. day: 'Den',
  40. week: 'Týden',
  41. month: 'Měsíc',
  42. year: 'Rok',
  43. month1: 'Leden',
  44. month2: 'Únor',
  45. month3: 'Březen',
  46. month4: 'Duben',
  47. month5: 'Květen',
  48. month6: 'Červen',
  49. month7: 'Červenec',
  50. month8: 'Srpen',
  51. month9: 'Září',
  52. month10: 'Říjen',
  53. month11: 'Listopad',
  54. month12: 'Prosinec',
  55. weeks: {
  56. sun: 'Ne',
  57. mon: 'Po',
  58. tue: 'Út',
  59. wed: 'St',
  60. thu: 'Čt',
  61. fri: 'Pá',
  62. sat: 'So'
  63. },
  64. months: {
  65. jan: 'Led',
  66. feb: 'Úno',
  67. mar: 'Bře',
  68. apr: 'Dub',
  69. may: 'Kvě',
  70. jun: 'Čer',
  71. jul: 'Čvc',
  72. aug: 'Srp',
  73. sep: 'Zář',
  74. oct: 'Říj',
  75. nov: 'Lis',
  76. dec: 'Pro'
  77. }
  78. },
  79. select: {
  80. loading: 'Načítání',
  81. noMatch: 'Žádná shoda',
  82. noData: 'Žádná data',
  83. placeholder: 'Vybrat'
  84. },
  85. cascader: {
  86. noMatch: 'Žádná shoda',
  87. loading: 'Načítání',
  88. placeholder: 'Vybrat',
  89. noData: 'Žádná data'
  90. },
  91. pagination: {
  92. goto: 'Jít na',
  93. pagesize: 'na stranu',
  94. total: 'Celkem {total}',
  95. pageClassifier: ''
  96. },
  97. messagebox: {
  98. title: 'Zpráva',
  99. confirm: 'OK',
  100. cancel: 'Zrušit',
  101. error: 'Neplatný vstup'
  102. },
  103. upload: {
  104. deleteTip: 'Stisknout pro smazání',
  105. delete: 'Vymazat',
  106. preview: 'Náhled',
  107. continue: 'Pokračovat'
  108. },
  109. table: {
  110. emptyText: 'Žádná data',
  111. confirmFilter: 'Potvrdit',
  112. resetFilter: 'Resetovat',
  113. clearFilter: 'Vše',
  114. sumText: 'Celkem'
  115. },
  116. tree: {
  117. emptyText: 'Žádná data'
  118. },
  119. transfer: {
  120. noMatch: 'Žádná shoda',
  121. noData: 'Žádná data',
  122. titles: ['Seznam 1', 'Seznam 2'],
  123. filterPlaceholder: 'Klíčové slovo',
  124. noCheckedFormat: '{total} položek',
  125. hasCheckedFormat: '{checked}/{total} vybráno'
  126. },
  127. image: {
  128. error: 'FAILED' // to be translated
  129. },
  130. pageHeader: {
  131. title: 'Back' // to be translated
  132. },
  133. popconfirm: {
  134. confirmButtonText: 'Yes', // to be translated
  135. cancelButtonText: 'No' // to be translated
  136. },
  137. empty: {
  138. description: 'Žádná data'
  139. }
  140. }
  141. };
  142. module.exports = exports['default'];
  143. });