uz-UZ.js 2.9 KB

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