az.js 3.5 KB

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