版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

134 regels
3.3 KiB

  1. var az = {
  2. name: "az",
  3. el: {
  4. colorpicker: {
  5. confirm: "T\u0259sdiql\u0259",
  6. clear: "T\u0259mizl\u0259"
  7. },
  8. datepicker: {
  9. now: "\u0130ndi",
  10. today: "Bug\xFCn",
  11. cancel: "\u0130mtina",
  12. clear: "T\u0259mizl\u0259",
  13. confirm: "T\u0259sdiql\u0259",
  14. selectDate: "Tarix se\xE7",
  15. selectTime: "Saat se\xE7",
  16. startDate: "Ba\u015Flan\u011F\u0131c Tarixi",
  17. startTime: "Ba\u015Flan\u011F\u0131c Saat\u0131",
  18. endDate: "Bitm\u0259 Tarixi",
  19. endTime: "Bitm\u0259 Saat\u0131",
  20. prevYear: "\xD6nc\u0259ki il",
  21. nextYear: "Sonrak\u0131 il",
  22. prevMonth: "\xD6nc\u0259ki ay",
  23. nextMonth: "Sonrak\u0131 ay",
  24. year: "",
  25. month1: "Yanvar",
  26. month2: "Fevral",
  27. month3: "Mart",
  28. month4: "Aprel",
  29. month5: "May",
  30. month6: "\u0130yun",
  31. month7: "\u0130yul",
  32. month8: "Avqust",
  33. month9: "Sentyabr",
  34. month10: "Oktyabr",
  35. month11: "Noyabr",
  36. month12: "Dekabr",
  37. week: "h\u0259ft\u0259",
  38. weeks: {
  39. sun: "Baz",
  40. mon: "B.e",
  41. tue: "\xC7.a",
  42. wed: "\xC7\u0259r",
  43. thu: "C.a",
  44. fri: "C\xFCm",
  45. sat: "\u015E\u0259n"
  46. },
  47. months: {
  48. jan: "Yan",
  49. feb: "Fev",
  50. mar: "Mar",
  51. apr: "Apr",
  52. may: "May",
  53. jun: "\u0130yn",
  54. jul: "\u0130yl",
  55. aug: "Avq",
  56. sep: "Sen",
  57. oct: "Okt",
  58. nov: "Noy",
  59. dec: "Dek"
  60. }
  61. },
  62. select: {
  63. loading: "Y\xFCkl\u0259nir",
  64. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  65. noData: "M\u0259lumat yoxdur",
  66. placeholder: "Se\xE7"
  67. },
  68. cascader: {
  69. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  70. loading: "Y\xFCkl\u0259nir",
  71. placeholder: "Se\xE7",
  72. noData: "M\u0259lumat yoxdur"
  73. },
  74. pagination: {
  75. goto: "Get",
  76. pagesize: "/s\u0259hif\u0259",
  77. total: "Toplam {total}",
  78. pageClassifier: "",
  79. page: "Page",
  80. prev: "Go to previous page",
  81. next: "Go to next page",
  82. currentPage: "page {pager}",
  83. prevPages: "Previous {pager} pages",
  84. nextPages: "Next {pager} pages"
  85. },
  86. messagebox: {
  87. title: "Mesaj",
  88. confirm: "T\u0259sdiql\u0259",
  89. cancel: "\u0130mtina",
  90. error: "S\u0259hv"
  91. },
  92. upload: {
  93. deleteTip: "S\xFCr\xFC\u015Fd\xFCrm\u0259d\u0259n sonra sil",
  94. delete: "Sil",
  95. preview: "\xD6n izl\u0259",
  96. continue: "Davam et"
  97. },
  98. table: {
  99. emptyText: "M\u0259lumat yoxdur",
  100. confirmFilter: "T\u0259sdiql\u0259",
  101. resetFilter: "S\u0131f\u0131rla",
  102. clearFilter: "B\xFCt\xFCn",
  103. sumText: "C\u0259mi"
  104. },
  105. tree: {
  106. emptyText: "M\u0259lumat yoxdur"
  107. },
  108. transfer: {
  109. noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
  110. noData: "M\u0259lumat yoxdur",
  111. titles: ["Siyah\u0131 1", "Siyah\u0131 2"],
  112. filterPlaceholder: "K\u0259lim\u0259l\u0259ri daxil et",
  113. noCheckedFormat: "{total} \u0259d\u0259d",
  114. hasCheckedFormat: "{checked}/{total} se\xE7ildi"
  115. },
  116. image: {
  117. error: "S\u018FHV"
  118. },
  119. pageHeader: {
  120. title: "Geri"
  121. },
  122. popconfirm: {
  123. confirmButtonText: "B\u0259li",
  124. cancelButtonText: "Xeyr"
  125. },
  126. empty: {
  127. description: "M\u0259lumat yoxdur"
  128. }
  129. }
  130. };
  131. export { az as default };
  132. //# sourceMappingURL=az.mjs.map