hi.mjs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //#region ../../packages/locale/lang/hi.ts
  2. var hi_default = {
  3. name: "hi",
  4. el: {
  5. breadcrumb: { label: "ब्रेडक्रंब" },
  6. colorpicker: {
  7. confirm: "ठीक है",
  8. clear: "हटाएँ",
  9. defaultLabel: "कलर पिकर",
  10. description: "मौजूदा रंग {color} है. कोई नया रंग चुनने के लिए एंटर दबाएँ.",
  11. alphaLabel: "अल्फा मान चुनें",
  12. alphaDescription: "alpha {alpha}, current color is {color}",
  13. hueLabel: "pick hue value",
  14. hueDescription: "hue {hue}, current color is {color}",
  15. svLabel: "pick saturation and brightness value",
  16. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  17. predefineDescription: "select {value} as the color"
  18. },
  19. datepicker: {
  20. now: "अभी",
  21. today: "आज",
  22. cancel: "कैंसिल करें",
  23. clear: "हटाएँ",
  24. confirm: "ठीक है",
  25. dateTablePrompt: "महीने का दिन चुनने के लिए एरो कुंजी का इस्तेमाल करें और एंटर करें",
  26. monthTablePrompt: "महीने चुनने के लिए एरो कुंजी का इस्तेमाल करें और एंटर करें ",
  27. yearTablePrompt: "साल चुनने के लिए एरो कुंजी का इस्तेमाल करें और एंटर करें",
  28. selectedDate: "चुनी गई तारीख",
  29. selectDate: "तारीख चुनें",
  30. selectTime: "समय चुनें",
  31. startDate: "शुरू होने की तारीख",
  32. startTime: "शुरू होने का समय",
  33. endDate: "खत्म होने की तारीख",
  34. endTime: "खत्म होने का समय",
  35. prevYear: "पिछला साल",
  36. nextYear: "अगला साल",
  37. prevMonth: "पिछला महीना",
  38. nextMonth: "अगला महीना",
  39. year: "",
  40. month1: "जनवरी",
  41. month2: "फरवरी",
  42. month3: "मार्च",
  43. month4: "अप्रैल",
  44. month5: "मई",
  45. month6: "जून",
  46. month7: "जुलाई",
  47. month8: "अगस्त",
  48. month9: "सितंबर",
  49. month10: "अक्टूबर",
  50. month11: "नवंबर",
  51. month12: "दिसंबर",
  52. weeks: {
  53. sun: "रवि",
  54. mon: "सोम",
  55. tue: "मंगल",
  56. wed: "बुध",
  57. thu: "गुरु",
  58. fri: "शुक्र",
  59. sat: "शनि"
  60. },
  61. weeksFull: {
  62. sun: "रविवार",
  63. mon: "सोमवार",
  64. tue: "मंगलवार",
  65. wed: "बुधवार",
  66. thu: "गुरुवार",
  67. fri: "शुक्रवार",
  68. sat: "शनिवार"
  69. },
  70. months: {
  71. jan: "जन.",
  72. feb: "फर.",
  73. mar: "मार्च",
  74. apr: "अप्रैल",
  75. may: "मई",
  76. jun: "जून",
  77. jul: "जुलाई",
  78. aug: "अग.",
  79. sep: "सितं.",
  80. oct: "अक्तू.",
  81. nov: "नवं.",
  82. dec: "दिसं."
  83. }
  84. },
  85. inputNumber: {
  86. decrease: "संख्या घटाएँ",
  87. increase: "संख्या बढ़ाएँ"
  88. },
  89. select: {
  90. loading: "लोड हो रहा है",
  91. noMatch: "कोई मैचिंग डेटा नहीं है",
  92. noData: "कोई डेटा नहीं है",
  93. placeholder: "चुनें"
  94. },
  95. mention: { loading: "लोड हो रहा है" },
  96. dropdown: { toggleDropdown: "ड्रॉपडाउन को टॉगल करें" },
  97. cascader: {
  98. noMatch: "कोई मैचिंग डेटा नहीं है",
  99. loading: "लोड हो रहा है",
  100. placeholder: "चुनें",
  101. noData: "कोई डेटा नहीं है"
  102. },
  103. pagination: {
  104. goto: "पर जाएँ",
  105. pagesize: "/पेज",
  106. total: "कुल {total}",
  107. pageClassifier: "",
  108. page: "पेज",
  109. prev: "पिछले पेज पर जाएँ",
  110. next: "अगले पेज पर जाएँ",
  111. currentPage: "पेज {pager}",
  112. prevPages: "पिछले {pager} पेज",
  113. nextPages: "अगले {pager} पेज",
  114. deprecationWarning: "पुरानी पद्धति के उपयोग का पता चला, अधिक जानकारी के लिए एल-पेजिनेशन का डॉक्यूमेंटेशन देखें"
  115. },
  116. dialog: { close: "यह डायलॉग बंद करें" },
  117. drawer: { close: "यह डायलॉग बंद करें" },
  118. messagebox: {
  119. title: "मैसेज",
  120. confirm: "ठीक है",
  121. cancel: "कैंसिल करें",
  122. error: "अवैध इनपुट",
  123. close: "यह डायलॉग बंद करें"
  124. },
  125. upload: {
  126. deleteTip: "हटाने के लिए डिलीट दबाएँ",
  127. delete: "हटाएँ",
  128. preview: "प्रीव्यू",
  129. continue: "जारी रखें"
  130. },
  131. slider: {
  132. defaultLabel: "{min} और {max} के बीच स्लाइडर",
  133. defaultRangeStartLabel: "शुरूआती वैल्यू चुनें",
  134. defaultRangeEndLabel: "समाप्ति की वैल्यू चुनें"
  135. },
  136. table: {
  137. emptyText: "कोई डेटा नहीं है",
  138. confirmFilter: "पुष्टि करें",
  139. resetFilter: "रीसेट करें",
  140. clearFilter: "सभी",
  141. sumText: "जोड़े",
  142. selectAllLabel: "Select all rows",
  143. selectRowLabel: "Select this row",
  144. expandRowLabel: "Expand this row",
  145. collapseRowLabel: "Collapse this row",
  146. sortLabel: "Sort by {column}",
  147. filterLabel: "Filter by {column}"
  148. },
  149. tag: { close: "Close this tag" },
  150. tour: {
  151. next: "अगला",
  152. previous: "पिछला",
  153. finish: "पूरा करें",
  154. close: "Close this dialog"
  155. },
  156. tree: { emptyText: "कोई डेटा नहीं है" },
  157. transfer: {
  158. noMatch: "कोई मैचिंग डेटा नहीं है",
  159. noData: "कोई डेटा नहीं है",
  160. titles: ["लिस्ट 1", "लिस्ट 2"],
  161. filterPlaceholder: "कीवर्ड डालें",
  162. noCheckedFormat: "{total} आइटम",
  163. hasCheckedFormat: "{checked}/{total} चेक किया गया"
  164. },
  165. image: { error: "नहीं हो सका" },
  166. pageHeader: { title: "पीछे जाएँ " },
  167. popconfirm: {
  168. confirmButtonText: "हाँ",
  169. cancelButtonText: "नहीं"
  170. },
  171. carousel: {
  172. leftArrow: "कैरोसेल तीर बाएँ",
  173. rightArrow: "कैरोसेल तीर दाएँ",
  174. indicator: "कैरोसेल इंडेक्स {index} पर स्विच करें"
  175. }
  176. }
  177. };
  178. //#endregion
  179. export { hi_default as default };
  180. //# sourceMappingURL=hi.mjs.map