sw.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'Sawa',
  7. clear: 'Futa'
  8. },
  9. datepicker: {
  10. now: 'Hivi Punde',
  11. today: 'Leo',
  12. cancel: 'Katisha',
  13. clear: 'Futa',
  14. confirm: 'Sawa',
  15. selectDate: 'Chagua tarehe',
  16. selectTime: 'Chagua Muda',
  17. startDate: 'Kuanzia tarehe',
  18. startTime: 'Kuanzia saa',
  19. endDate: 'Mpaka Tarehe',
  20. endTime: 'Mpaka Saa',
  21. prevYear: 'Mwaka uliopita',
  22. nextYear: 'Mwaka ujao',
  23. prevMonth: 'Mwezi uliopita',
  24. nextMonth: 'Mwezi ujao',
  25. year: '',
  26. month1: 'Januari',
  27. month2: 'Februari',
  28. month3: 'Machi',
  29. month4: 'Aprili',
  30. month5: 'Mei',
  31. month6: 'Juni',
  32. month7: 'Jalai',
  33. month8: 'Agosti',
  34. month9: 'Septemba',
  35. month10: 'Oktoba',
  36. month11: 'Novemba',
  37. month12: 'Disemba',
  38. week: 'wili',
  39. weeks: {
  40. sun: 'J2',
  41. mon: 'J3',
  42. tue: 'J4',
  43. wed: 'J5',
  44. thu: 'Alhamis',
  45. fri: 'Ijumaa',
  46. sat: 'J1'
  47. },
  48. months: {
  49. jan: 'Jan',
  50. feb: 'Feb',
  51. mar: 'Mar',
  52. apr: 'Apr',
  53. may: 'Mei',
  54. jun: 'Jun',
  55. jul: 'Jul',
  56. aug: 'Ago',
  57. sep: 'Sep',
  58. oct: 'Okt',
  59. nov: 'Nov',
  60. dec: 'Dec'
  61. }
  62. },
  63. select: {
  64. loading: 'Inapakia',
  65. noMatch: 'Hakuna Matokeo yaliyofanana',
  66. noData: 'Hakuna Matokeo',
  67. placeholder: 'Chagua'
  68. },
  69. cascader: {
  70. noMatch: 'Hakuna Matokeo yaliyofanana',
  71. loading: 'Inapakia',
  72. placeholder: 'Chagua',
  73. noData: 'Hakuna Matokeo'
  74. },
  75. pagination: {
  76. goto: 'Nenda',
  77. pagesize: '/page',
  78. total: 'Jumla {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: 'Ujumbe',
  83. confirm: 'Sawa',
  84. cancel: 'Katisha',
  85. error: 'Maingizo yasiyo sahihi'
  86. },
  87. upload: {
  88. deleteTip: 'bonyeza futa kuondoa',
  89. delete: 'Futa',
  90. preview: 'Onyesha',
  91. continue: 'Endelea'
  92. },
  93. table: {
  94. emptyText: 'Hakuna Data',
  95. confirmFilter: 'Hakikisha',
  96. resetFilter: 'Ondoa Kichujio',
  97. clearFilter: 'Zote',
  98. sumText: 'Jumla'
  99. },
  100. tree: {
  101. emptyText: 'Hakuna Data'
  102. },
  103. transfer: {
  104. noMatch: 'Hakuna Matokeo yaliyofanana',
  105. noData: 'Hakuna Data',
  106. titles: ['List 1', 'List 2'], // to be translated
  107. filterPlaceholder: 'Enter keyword', // to be translated
  108. noCheckedFormat: '{total} ya zote', // to be translated
  109. hasCheckedFormat: '{checked}/{total} zilizochaguliwa' // to be translated
  110. },
  111. image: {
  112. error: 'IMEFELI'
  113. },
  114. pageHeader: {
  115. title: 'Nyuma' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Ndio',
  119. cancelButtonText: 'Hapana'
  120. },
  121. empty: {
  122. description: 'Hakuna Data'
  123. }
  124. }
  125. };