hy-am.mjs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //#region ../../packages/locale/lang/hy-am.ts
  2. var hy_am_default = {
  3. name: "hy-am",
  4. el: {
  5. breadcrumb: { label: "Breadcrumb" },
  6. colorpicker: {
  7. confirm: "Լաւ",
  8. clear: "Մաքրել",
  9. defaultLabel: "color picker",
  10. description: "current color is {color}. press enter to select a new color.",
  11. alphaLabel: "pick alpha value",
  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: "Use the arrow keys and enter to select the day of the month",
  26. monthTablePrompt: "Use the arrow keys and enter to select the month",
  27. yearTablePrompt: "Use the arrow keys and enter to select the year",
  28. selectedDate: "Selected date",
  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: "Sunday",
  63. mon: "Monday",
  64. tue: "Tuesday",
  65. wed: "Wednesday",
  66. thu: "Thursday",
  67. fri: "Friday",
  68. sat: "Saturday"
  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: "decrease number",
  87. increase: "increase number"
  88. },
  89. select: {
  90. loading: "Բեռնում",
  91. noMatch: "Համապատասխան տուեալներ չկան",
  92. noData: "Տվյալներ չկան",
  93. placeholder: "Ընտրել"
  94. },
  95. mention: { loading: "Բեռնում" },
  96. dropdown: { toggleDropdown: "Toggle Dropdown" },
  97. cascader: {
  98. noMatch: "Համապատասխան տուեալներ չկան",
  99. loading: "Բեռնում",
  100. placeholder: "Ընտրել",
  101. noData: "Տվյալներ չկան"
  102. },
  103. pagination: {
  104. goto: "Անցնել",
  105. pagesize: " էջում",
  106. total: "Ընդամենը {total}",
  107. pageClassifier: "",
  108. page: "Page",
  109. prev: "Go to previous page",
  110. next: "Go to next page",
  111. currentPage: "page {pager}",
  112. prevPages: "Previous {pager} pages",
  113. nextPages: "Next {pager} pages",
  114. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  115. },
  116. dialog: { close: "Close this dialog" },
  117. drawer: { close: "Close this dialog" },
  118. messagebox: {
  119. title: "Հաղորդագրութիւն",
  120. confirm: "Լաւ",
  121. cancel: "Չեղարկել",
  122. error: "Անվաւեր տուեալների մուտք",
  123. close: "Close this dialog"
  124. },
  125. upload: {
  126. deleteTip: "Սեղմեք [Ջնջել] ջնջելու համար",
  127. delete: "Ջնջել",
  128. preview: "Նախադիտում",
  129. continue: "Շարունակել"
  130. },
  131. slider: {
  132. defaultLabel: "slider between {min} and {max}",
  133. defaultRangeStartLabel: "pick start value",
  134. defaultRangeEndLabel: "pick end value"
  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: "Next",
  152. previous: "Previous",
  153. finish: "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: "FAILED" },
  166. pageHeader: { title: "Back" },
  167. popconfirm: {
  168. confirmButtonText: "Yes",
  169. cancelButtonText: "No"
  170. },
  171. carousel: {
  172. leftArrow: "Carousel arrow left",
  173. rightArrow: "Carousel arrow right",
  174. indicator: "Carousel switch to index {index}"
  175. }
  176. }
  177. };
  178. //#endregion
  179. export { hy_am_default as default };
  180. //# sourceMappingURL=hy-am.mjs.map