cz.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'OK',
  7. clear: 'Vymazat'
  8. },
  9. datepicker: {
  10. now: 'Teď',
  11. today: 'Dnes',
  12. cancel: 'Zrušit',
  13. clear: 'Vymazat',
  14. confirm: 'OK',
  15. selectDate: 'Vybrat datum',
  16. selectTime: 'Vybrat čas',
  17. startDate: 'Datum Začátku',
  18. startTime: 'Čas Začátku',
  19. endDate: 'Datum Konce',
  20. endTime: 'Čas Konce',
  21. prevYear: 'Previous Year', // to be translated
  22. nextYear: 'Next Year', // to be translated
  23. prevMonth: 'Previous Month', // to be translated
  24. nextMonth: 'Next Month', // to be translated
  25. day: 'Den',
  26. week: 'Týden',
  27. month: 'Měsíc',
  28. year: 'Rok',
  29. month1: 'Leden',
  30. month2: 'Únor',
  31. month3: 'Březen',
  32. month4: 'Duben',
  33. month5: 'Květen',
  34. month6: 'Červen',
  35. month7: 'Červenec',
  36. month8: 'Srpen',
  37. month9: 'Září',
  38. month10: 'Říjen',
  39. month11: 'Listopad',
  40. month12: 'Prosinec',
  41. weeks: {
  42. sun: 'Ne',
  43. mon: 'Po',
  44. tue: 'Út',
  45. wed: 'St',
  46. thu: 'Čt',
  47. fri: 'Pá',
  48. sat: 'So'
  49. },
  50. months: {
  51. jan: 'Led',
  52. feb: 'Úno',
  53. mar: 'Bře',
  54. apr: 'Dub',
  55. may: 'Kvě',
  56. jun: 'Čer',
  57. jul: 'Čvc',
  58. aug: 'Srp',
  59. sep: 'Zář',
  60. oct: 'Říj',
  61. nov: 'Lis',
  62. dec: 'Pro'
  63. }
  64. },
  65. select: {
  66. loading: 'Načítání',
  67. noMatch: 'Žádná shoda',
  68. noData: 'Žádná data',
  69. placeholder: 'Vybrat'
  70. },
  71. cascader: {
  72. noMatch: 'Žádná shoda',
  73. loading: 'Načítání',
  74. placeholder: 'Vybrat'
  75. },
  76. pagination: {
  77. goto: 'Jít na',
  78. pagesize: 'na stranu',
  79. total: 'Vše {total}',
  80. pageClassifier: ''
  81. },
  82. messagebox: {
  83. title: 'Zpráva',
  84. confirm: 'OK',
  85. cancel: 'Zrušit',
  86. error: 'Neplatný vstup'
  87. },
  88. upload: {
  89. deleteTip: 'press delete to remove', // to be translated
  90. delete: 'Vymazat',
  91. preview: 'Náhled',
  92. continue: 'Pokračovat'
  93. },
  94. table: {
  95. emptyText: 'Žádná data',
  96. confirmFilter: 'Potvrdit',
  97. resetFilter: 'Resetovat',
  98. clearFilter: 'Vše',
  99. sumText: 'Sum' // to be translated
  100. },
  101. tree: {
  102. emptyText: 'Žádná data'
  103. },
  104. transfer: {
  105. noMatch: 'Žádná shoda',
  106. noData: 'Žádná data',
  107. titles: ['List 1', 'List 2'], // to be translated
  108. filterPlaceholder: 'Enter keyword', // to be translated
  109. noCheckedFormat: '{total} items', // to be translated
  110. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  111. }
  112. }
  113. };