72801c8cc72ce0d0d1d82fce6870e2139e2ed37659394b4e7f7ab1e4606da78fd34b938d8fa273504db00d4537b59ff696769916f2d4eee246ef1c87df5786 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. export default {
  2. el: {
  3. colorpicker: {
  4. confirm: 'Qabul qilish',
  5. clear: 'Tozalash'
  6. },
  7. datepicker: {
  8. now: 'Hozir',
  9. today: 'Bugun',
  10. cancel: 'Bekor qilish',
  11. clear: 'Tozalash',
  12. confirm: 'Qabul qilish',
  13. selectDate: 'Kunni tanlash',
  14. selectTime: 'Soatni tanlash',
  15. startDate: 'Boshlanish sanasi',
  16. startTime: 'Boshlanish vaqti',
  17. endDate: 'Tugash sanasi',
  18. endTime: 'Tugash vaqti',
  19. prevYear: 'Oʻtgan yil',
  20. nextYear: 'Kelgusi yil',
  21. prevMonth: 'Oʻtgan oy',
  22. nextMonth: 'Kelgusi oy',
  23. year: 'Yil',
  24. month1: 'Yanvar',
  25. month2: 'Fevral',
  26. month3: 'Mart',
  27. month4: 'Aprel',
  28. month5: 'May',
  29. month6: 'Iyun',
  30. month7: 'Iyul',
  31. month8: 'Avgust',
  32. month9: 'Sentabr',
  33. month10: 'Oktabr',
  34. month11: 'Noyabr',
  35. month12: 'Dekabr',
  36. week: 'Hafta',
  37. weeks: {
  38. sun: 'Yak',
  39. mon: 'Dush',
  40. tue: 'Sesh',
  41. wed: 'Chor',
  42. thu: 'Pay',
  43. fri: 'Jum',
  44. sat: 'Shan'
  45. },
  46. months: {
  47. jan: 'Yan',
  48. feb: 'Fev',
  49. mar: 'Mar',
  50. apr: 'Apr',
  51. may: 'May',
  52. jun: 'Iyun',
  53. jul: 'Iyul',
  54. aug: 'Avg',
  55. sep: 'Sen',
  56. oct: 'Okt',
  57. nov: 'Noy',
  58. dec: 'Dek'
  59. }
  60. },
  61. select: {
  62. loading: 'Yuklanmoqda',
  63. noMatch: 'Mos maʼlumot yoʻq',
  64. noData: 'Maʼlumot yoʻq',
  65. placeholder: 'Tanlang'
  66. },
  67. cascader: {
  68. noMatch: 'Mos maʼlumot topilmadi',
  69. loading: 'Yuklanmoqda',
  70. placeholder: 'Tanlash',
  71. noData: 'Maʼlumot yoʻq'
  72. },
  73. pagination: {
  74. goto: 'Oʻtish',
  75. pagesize: '/sahifa',
  76. total: 'Barchasi {total} ta',
  77. pageClassifier: ''
  78. },
  79. messagebox: {
  80. title: 'Xabar',
  81. confirm: 'Qabul qilish',
  82. cancel: 'Bekor qilish',
  83. error: 'Xatolik'
  84. },
  85. upload: {
  86. deleteTip: 'Oʻchirish tugmasini bosib oʻchiring',
  87. delete: 'Oʻchirish',
  88. preview: 'Oldindan koʻrish',
  89. continue: 'Davom etish'
  90. },
  91. table: {
  92. emptyText: 'Boʻsh',
  93. confirmFilter: 'Qabul qilish',
  94. resetFilter: 'Oldingi holatga qaytarish',
  95. clearFilter: 'Jami',
  96. sumText: 'Summasi'
  97. },
  98. tree: {
  99. emptyText: 'Maʼlumot yoʻq'
  100. },
  101. transfer: {
  102. noMatch: 'Mos maʼlumot topilmadi',
  103. noData: 'Maʼlumot yoʻq',
  104. titles: ['1-jadval', '2-jadval'],
  105. filterPlaceholder: 'Kalit soʻzni kiriting',
  106. noCheckedFormat: '{total} ta element',
  107. hasCheckedFormat: '{checked}/{total} ta belgilandi'
  108. },
  109. image: {
  110. error: 'Xatolik'
  111. },
  112. pageHeader: {
  113. title: 'Orqaga'
  114. },
  115. popconfirm: {
  116. confirmButtonText: 'Tasdiqlash',
  117. cancelButtonText: 'Bekor qilish'
  118. },
  119. empty: {
  120. description: 'Boʻsh'
  121. }
  122. }
  123. };