az.js 2.8 KB

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