7137c5f258bfcbdc0ba54f4fa8ca28ec83f625b4f80aadf2aa4924f6766dce9129f568c43e98c76acb1b74a8ec56865771d9556790d93dfdb4773bb5d55ec9 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. export default {
  2. el: {
  3. colorpicker: {
  4. confirm: 'Bone',
  5. clear: 'Malplenigi'
  6. },
  7. datepicker: {
  8. now: 'Nun',
  9. today: 'Hodiaŭ',
  10. cancel: 'Nuligi',
  11. clear: 'Malplenigi',
  12. confirm: 'Bone',
  13. selectDate: 'Elektu daton',
  14. selectTime: 'Elektu horon',
  15. startDate: 'Komenca Dato',
  16. startTime: 'Komenca Horo',
  17. endDate: 'Fina Dato',
  18. endTime: 'Fina Horo',
  19. prevYear: 'Antaŭa Jaro',
  20. nextYear: 'Sekva Jaro',
  21. prevMonth: 'Antaŭa Monato',
  22. nextMonth: 'Sekva Monato',
  23. year: 'Jaro',
  24. month1: 'Januaro',
  25. month2: 'Februaro',
  26. month3: 'Marto',
  27. month4: 'Aprilo',
  28. month5: 'Majo',
  29. month6: 'Junio',
  30. month7: 'Julio',
  31. month8: 'Aŭgusto',
  32. month9: 'Septembro',
  33. month10: 'Oktobro',
  34. month11: 'Novembro',
  35. month12: 'Decembro',
  36. week: 'Semajno',
  37. weeks: {
  38. sun: 'Dim',
  39. mon: 'Lun',
  40. tue: 'Mar',
  41. wed: 'Mer',
  42. thu: 'Ĵaŭ',
  43. fri: 'Ven',
  44. sat: 'Sab'
  45. },
  46. months: {
  47. jan: 'Jan',
  48. feb: 'Feb',
  49. mar: 'Mar',
  50. apr: 'Apr',
  51. may: 'Maj',
  52. jun: 'Jun',
  53. jul: 'Jul',
  54. aug: 'Aŭg',
  55. sep: 'Sep',
  56. oct: 'Okt',
  57. nov: 'Nov',
  58. dec: 'Dec'
  59. }
  60. },
  61. select: {
  62. loading: 'Ŝarĝante',
  63. noMatch: 'Neniuj kongruaj datumoj',
  64. noData: 'Neniuj datumoj',
  65. placeholder: 'Bonvolu elekti'
  66. },
  67. cascader: {
  68. noMatch: 'Neniuj kongruaj datumoj',
  69. loading: 'Ŝarĝante',
  70. placeholder: 'Bonvolu elekti',
  71. noData: 'Neniuj datumoj'
  72. },
  73. pagination: {
  74. goto: 'Iru al',
  75. pagesize: '/ paĝo',
  76. total: 'Entute {total}',
  77. pageClassifier: ''
  78. },
  79. messagebox: {
  80. title: 'Mesaĝo',
  81. confirm: 'Bone',
  82. cancel: 'Nuligi',
  83. error: 'Nevalida Enigo!'
  84. },
  85. upload: {
  86. deleteTip: 'Premu "Delete" por forigi',
  87. delete: 'Forigi',
  88. preview: 'Antaŭrigardi',
  89. continue: 'Daŭrigi'
  90. },
  91. table: {
  92. emptyText: 'Neniuj datumoj',
  93. confirmFilter: 'Konfirmi',
  94. resetFilter: 'Restarigi',
  95. clearFilter: 'Ĉiuj',
  96. sumText: 'Sumo'
  97. },
  98. tree: {
  99. emptyText: 'Neniuj datumoj'
  100. },
  101. transfer: {
  102. noMatch: 'Neniuj kongruaj datumoj',
  103. noData: 'Neniuj datumoj',
  104. titles: ['Listo 1', 'Listo 2'],
  105. filterPlaceholder: 'Enigu ŝlosilvorton',
  106. noCheckedFormat: '{total} elementoj',
  107. hasCheckedFormat: '{checked}/{total} elektitaj'
  108. },
  109. image: {
  110. error: 'MALSUKCESIS'
  111. },
  112. pageHeader: {
  113. title: 'Reen'
  114. },
  115. popconfirm: {
  116. confirmButtonText: 'Yes', // to be translated
  117. cancelButtonText: 'No' // to be translated
  118. },
  119. empty: {
  120. description: 'Neniuj datumoj'
  121. }
  122. }
  123. };