ro.mjs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //#region ../../packages/locale/lang/ro.ts
  2. var ro_default = {
  3. name: "ro",
  4. el: {
  5. breadcrumb: { label: "Breadcrumb" },
  6. colorpicker: {
  7. confirm: "OK",
  8. clear: "Șterge",
  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: "Acum",
  21. today: "Azi",
  22. cancel: "Anulează",
  23. clear: "Șterge",
  24. confirm: "OK",
  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: "Selectează data",
  30. selectTime: "Selectează ora",
  31. startDate: "Data de început",
  32. startTime: "Ora de început",
  33. endDate: "Data de sfârșit",
  34. endTime: "Ora de sfârșit",
  35. prevYear: "Anul trecut",
  36. nextYear: "Anul următor",
  37. prevMonth: "Luna trecută",
  38. nextMonth: "Luna următoare",
  39. year: "",
  40. month1: "Ianuarie",
  41. month2: "Februarie",
  42. month3: "Martie",
  43. month4: "Aprilie",
  44. month5: "Mai",
  45. month6: "Iunie",
  46. month7: "Iulie",
  47. month8: "August",
  48. month9: "Septembrie",
  49. month10: "Octombrie",
  50. month11: "Noiembrie",
  51. month12: "Decembrie",
  52. weeks: {
  53. sun: "Du",
  54. mon: "Lu",
  55. tue: "Ma",
  56. wed: "Mi",
  57. thu: "Jo",
  58. fri: "Vi",
  59. sat: "Sâ"
  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: "Ian",
  72. feb: "Feb",
  73. mar: "Mar",
  74. apr: "Apr",
  75. may: "Mai",
  76. jun: "Iun",
  77. jul: "Iul",
  78. aug: "Aug",
  79. sep: "Sep",
  80. oct: "Oct",
  81. nov: "Noi",
  82. dec: "Dec"
  83. }
  84. },
  85. inputNumber: {
  86. decrease: "decrease number",
  87. increase: "increase number"
  88. },
  89. select: {
  90. loading: "Se încarcă",
  91. noMatch: "Nu există date potrivite",
  92. noData: "Nu există date",
  93. placeholder: "Selectează"
  94. },
  95. mention: { loading: "Se încarcă" },
  96. dropdown: { toggleDropdown: "Toggle Dropdown" },
  97. cascader: {
  98. noMatch: "Nu există date potrivite",
  99. loading: "Se încarcă",
  100. placeholder: "Selectează",
  101. noData: "Nu există date"
  102. },
  103. pagination: {
  104. goto: "Go to",
  105. pagesize: "/pagina",
  106. total: "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: "Mesaj",
  120. confirm: "OK",
  121. cancel: "Anulează",
  122. error: "Date introduse eronate",
  123. close: "Close this dialog"
  124. },
  125. upload: {
  126. deleteTip: "apăsați pe ștergeți pentru a elimina",
  127. delete: "șterge",
  128. preview: "previzualizare",
  129. continue: "continuă"
  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: "Nu există date",
  138. confirmFilter: "Confirmă",
  139. resetFilter: "Resetează",
  140. clearFilter: "Tot",
  141. sumText: "Suma",
  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: "Nu există date" },
  157. transfer: {
  158. noMatch: "Nu există date potrivite",
  159. noData: "Nu există date",
  160. titles: ["Lista 1", "Lista 2"],
  161. filterPlaceholder: "Introduceți cuvântul cheie",
  162. noCheckedFormat: "{total} elemente",
  163. hasCheckedFormat: "{checked}/{total} verificate"
  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 { ro_default as default };
  180. //# sourceMappingURL=ro.mjs.map