pt.mjs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //#region ../../packages/locale/lang/pt.ts
  2. var pt_default = {
  3. name: "pt",
  4. el: {
  5. breadcrumb: { label: "Breadcrumb" },
  6. colorpicker: {
  7. confirm: "Confirmar",
  8. clear: "Limpar",
  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: "Agora",
  21. today: "Hoje",
  22. cancel: "Cancelar",
  23. clear: "Limpar",
  24. confirm: "Confirmar",
  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: "Selecione a data",
  30. selectTime: "Selecione a hora",
  31. startDate: "Data de inicio",
  32. startTime: "Hora de inicio",
  33. endDate: "Data de fim",
  34. endTime: "Hora de fim",
  35. prevYear: "Previous Year",
  36. nextYear: "Next Year",
  37. prevMonth: "Previous Month",
  38. nextMonth: "Next Month",
  39. year: "",
  40. month1: "Janeiro",
  41. month2: "Fevereiro",
  42. month3: "Março",
  43. month4: "Abril",
  44. month5: "Maio",
  45. month6: "Junho",
  46. month7: "Julho",
  47. month8: "Agosto",
  48. month9: "Setembro",
  49. month10: "Outubro",
  50. month11: "Novembro",
  51. month12: "Dezembro",
  52. weeks: {
  53. sun: "Dom",
  54. mon: "Seg",
  55. tue: "Ter",
  56. wed: "Qua",
  57. thu: "Qui",
  58. fri: "Sex",
  59. sat: "Sab"
  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: "Jan",
  72. feb: "Fev",
  73. mar: "Mar",
  74. apr: "Abr",
  75. may: "Mai",
  76. jun: "Jun",
  77. jul: "Jul",
  78. aug: "Ago",
  79. sep: "Set",
  80. oct: "Out",
  81. nov: "Nov",
  82. dec: "Dez"
  83. }
  84. },
  85. inputNumber: {
  86. decrease: "decrease number",
  87. increase: "increase number"
  88. },
  89. select: {
  90. loading: "A carregar",
  91. noMatch: "Sem correspondência",
  92. noData: "Sem dados",
  93. placeholder: "Selecione"
  94. },
  95. mention: { loading: "A carregar" },
  96. dropdown: { toggleDropdown: "Toggle Dropdown" },
  97. cascader: {
  98. noMatch: "Sem correspondência",
  99. loading: "A carregar",
  100. placeholder: "Selecione",
  101. noData: "Sem dados"
  102. },
  103. pagination: {
  104. goto: "Ir para",
  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: "Mensagem",
  120. confirm: "Confirmar",
  121. cancel: "Cancelar",
  122. error: "Erro!",
  123. close: "Close this dialog"
  124. },
  125. upload: {
  126. deleteTip: "press delete to remove",
  127. delete: "Apagar",
  128. preview: "Previsualizar",
  129. continue: "Continuar"
  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: "Sem dados",
  138. confirmFilter: "Confirmar",
  139. resetFilter: "Limpar",
  140. clearFilter: "Todos",
  141. sumText: "Sum",
  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: "Sem dados" },
  157. transfer: {
  158. noMatch: "Sem correspondência",
  159. noData: "Sem dados",
  160. titles: ["List 1", "List 2"],
  161. filterPlaceholder: "Enter keyword",
  162. noCheckedFormat: "{total} items",
  163. hasCheckedFormat: "{checked}/{total} checked"
  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 { pt_default as default };
  180. //# sourceMappingURL=pt.mjs.map