pt.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /*! Element Plus v2.2.27 */
  2. (function (global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define(factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocalePt = factory());
  6. })(this, (function () { 'use strict';
  7. var pt = {
  8. name: "pt",
  9. el: {
  10. colorpicker: {
  11. confirm: "Confirmar",
  12. clear: "Limpar"
  13. },
  14. datepicker: {
  15. now: "Agora",
  16. today: "Hoje",
  17. cancel: "Cancelar",
  18. clear: "Limpar",
  19. confirm: "Confirmar",
  20. selectDate: "Selecione a data",
  21. selectTime: "Selecione a hora",
  22. startDate: "Data de inicio",
  23. startTime: "Hora de inicio",
  24. endDate: "Data de fim",
  25. endTime: "Hora de fim",
  26. prevYear: "Previous Year",
  27. nextYear: "Next Year",
  28. prevMonth: "Previous Month",
  29. nextMonth: "Next Month",
  30. year: "",
  31. month1: "Janeiro",
  32. month2: "Fevereiro",
  33. month3: "Mar\xE7o",
  34. month4: "Abril",
  35. month5: "Maio",
  36. month6: "Junho",
  37. month7: "Julho",
  38. month8: "Agosto",
  39. month9: "Setembro",
  40. month10: "Outubro",
  41. month11: "Novembro",
  42. month12: "Dezembro",
  43. weeks: {
  44. sun: "Dom",
  45. mon: "Seg",
  46. tue: "Ter",
  47. wed: "Qua",
  48. thu: "Qui",
  49. fri: "Sex",
  50. sat: "Sab"
  51. },
  52. months: {
  53. jan: "Jan",
  54. feb: "Fev",
  55. mar: "Mar",
  56. apr: "Abr",
  57. may: "Mai",
  58. jun: "Jun",
  59. jul: "Jul",
  60. aug: "Ago",
  61. sep: "Set",
  62. oct: "Out",
  63. nov: "Nov",
  64. dec: "Dez"
  65. }
  66. },
  67. select: {
  68. loading: "A carregar",
  69. noMatch: "Sem correspond\xEAncia",
  70. noData: "Sem dados",
  71. placeholder: "Selecione"
  72. },
  73. cascader: {
  74. noMatch: "Sem correspond\xEAncia",
  75. loading: "A carregar",
  76. placeholder: "Selecione",
  77. noData: "Sem dados"
  78. },
  79. pagination: {
  80. goto: "Ir para",
  81. pagesize: "/pagina",
  82. total: "Total {total}",
  83. pageClassifier: ""
  84. },
  85. messagebox: {
  86. title: "Mensagem",
  87. confirm: "Confirmar",
  88. cancel: "Cancelar",
  89. error: "Erro!"
  90. },
  91. upload: {
  92. deleteTip: "press delete to remove",
  93. delete: "Apagar",
  94. preview: "Previsualizar",
  95. continue: "Continuar"
  96. },
  97. table: {
  98. emptyText: "Sem dados",
  99. confirmFilter: "Confirmar",
  100. resetFilter: "Limpar",
  101. clearFilter: "Todos",
  102. sumText: "Sum"
  103. },
  104. tree: {
  105. emptyText: "Sem dados"
  106. },
  107. transfer: {
  108. noMatch: "Sem correspond\xEAncia",
  109. noData: "Sem dados",
  110. titles: ["List 1", "List 2"],
  111. filterPlaceholder: "Enter keyword",
  112. noCheckedFormat: "{total} items",
  113. hasCheckedFormat: "{checked}/{total} checked"
  114. },
  115. image: {
  116. error: "FAILED"
  117. },
  118. pageHeader: {
  119. title: "Back"
  120. },
  121. popconfirm: {
  122. confirmButtonText: "Yes",
  123. cancelButtonText: "No"
  124. }
  125. }
  126. };
  127. return pt;
  128. }));