az.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. export default {
  2. name: 'az',
  3. el: {
  4. colorpicker: {
  5. confirm: 'Təsdiqlə',
  6. clear: 'Təmizlə',
  7. },
  8. datepicker: {
  9. now: 'İndi',
  10. today: 'Bugün',
  11. cancel: 'İmtina',
  12. clear: 'Təmizlə',
  13. confirm: 'Təsdiqlə',
  14. selectDate: 'Tarix seç',
  15. selectTime: 'Saat seç',
  16. startDate: 'Başlanğıc Tarixi',
  17. startTime: 'Başlanğıc Saatı',
  18. endDate: 'Bitmə Tarixi',
  19. endTime: 'Bitmə Saatı',
  20. prevYear: 'Öncəki il',
  21. nextYear: 'Sonrakı il',
  22. prevMonth: 'Öncəki ay',
  23. nextMonth: 'Sonrakı ay',
  24. year: '',
  25. month1: 'Yanvar',
  26. month2: 'Fevral',
  27. month3: 'Mart',
  28. month4: 'Aprel',
  29. month5: 'May',
  30. month6: 'İyun',
  31. month7: 'İyul',
  32. month8: 'Avqust',
  33. month9: 'Sentyabr',
  34. month10: 'Oktyabr',
  35. month11: 'Noyabr',
  36. month12: 'Dekabr',
  37. week: 'həftə',
  38. weeks: {
  39. sun: 'Baz',
  40. mon: 'B.e',
  41. tue: 'Ç.a',
  42. wed: 'Çər',
  43. thu: 'C.a',
  44. fri: 'Cüm',
  45. sat: 'Şən',
  46. },
  47. months: {
  48. jan: 'Yan',
  49. feb: 'Fev',
  50. mar: 'Mar',
  51. apr: 'Apr',
  52. may: 'May',
  53. jun: 'İyn',
  54. jul: 'İyl',
  55. aug: 'Avq',
  56. sep: 'Sen',
  57. oct: 'Okt',
  58. nov: 'Noy',
  59. dec: 'Dek',
  60. },
  61. },
  62. select: {
  63. loading: 'Yüklənir',
  64. noMatch: 'Nəticə tapılmadı',
  65. noData: 'Məlumat yoxdur',
  66. placeholder: 'Seç',
  67. },
  68. cascader: {
  69. noMatch: 'Nəticə tapılmadı',
  70. loading: 'Yüklənir',
  71. placeholder: 'Seç',
  72. noData: 'Məlumat yoxdur',
  73. },
  74. pagination: {
  75. goto: 'Get',
  76. pagesize: '/səhifə',
  77. total: 'Toplam {total}',
  78. pageClassifier: '',
  79. },
  80. messagebox: {
  81. title: 'Mesaj',
  82. confirm: 'Təsdiqlə',
  83. cancel: 'İmtina',
  84. error: 'Səhv',
  85. },
  86. upload: {
  87. deleteTip: 'Sürüşdürmədən sonra sil',
  88. delete: 'Sil',
  89. preview: 'Ön izlə',
  90. continue: 'Davam et',
  91. },
  92. table: {
  93. emptyText: 'Məlumat yoxdur',
  94. confirmFilter: 'Təsdiqlə',
  95. resetFilter: 'Sıfırla',
  96. clearFilter: 'Bütün',
  97. sumText: 'Cəmi',
  98. },
  99. tree: {
  100. emptyText: 'Məlumat yoxdur',
  101. },
  102. transfer: {
  103. noMatch: 'Nəticə tapılmadı',
  104. noData: 'Məlumat yoxdur',
  105. titles: ['Siyahı 1', 'Siyahı 2'],
  106. filterPlaceholder: 'Kəlimələri daxil et',
  107. noCheckedFormat: '{total} ədəd',
  108. hasCheckedFormat: '{checked}/{total} seçildi',
  109. },
  110. image: {
  111. error: 'SƏHV', // to be translated
  112. },
  113. pageHeader: {
  114. title: 'Geri', // to be translated
  115. },
  116. popconfirm: {
  117. confirmButtonText: 'Bəli', // to be translated
  118. cancelButtonText: 'Xeyr', // to be translated
  119. },
  120. empty: {
  121. description: 'Məlumat yoxdur',
  122. },
  123. },
  124. }