uz-uz.ts 2.8 KB

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