pt.mjs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. export default {
  2. badge: 'Distintivo',
  3. open: 'Abrir',
  4. close: 'Fechar',
  5. dismiss: 'Dismiss',
  6. confirmEdit: {
  7. ok: 'OK',
  8. cancel: 'Cancel'
  9. },
  10. dataIterator: {
  11. noResultsText: 'Nenhum dado encontrado',
  12. loadingText: 'Carregando itens...'
  13. },
  14. dataTable: {
  15. itemsPerPageText: 'Linhas por página:',
  16. ariaLabel: {
  17. sortDescending: 'Ordenado decrescente.',
  18. sortAscending: 'Ordenado crescente.',
  19. sortNone: 'Não ordenado.',
  20. activateNone: 'Ative para remover a ordenação.',
  21. activateDescending: 'Ative para ordenar decrescente.',
  22. activateAscending: 'Ative para ordenar crescente.'
  23. },
  24. sortBy: 'Ordenar por'
  25. },
  26. dataFooter: {
  27. itemsPerPageText: 'Itens por página:',
  28. itemsPerPageAll: 'Todos',
  29. nextPage: 'Próxima página',
  30. prevPage: 'Página anterior',
  31. firstPage: 'Primeira página',
  32. lastPage: 'Última página',
  33. pageText: '{0}-{1} de {2}'
  34. },
  35. dateRangeInput: {
  36. divider: 'to'
  37. },
  38. datePicker: {
  39. itemsSelected: '{0} selecionados',
  40. range: {
  41. title: 'Selecione as datas',
  42. header: 'Digite as datas'
  43. },
  44. title: 'Selecione a data',
  45. header: 'Digite a data',
  46. input: {
  47. placeholder: 'Insira a data'
  48. }
  49. },
  50. noDataText: 'Não há dados disponíveis',
  51. carousel: {
  52. prev: 'Visão anterior',
  53. next: 'Próxima visão',
  54. ariaLabel: {
  55. delimiter: 'Slide {0} de {1} do carrossel'
  56. }
  57. },
  58. calendar: {
  59. moreEvents: 'Mais {0}',
  60. today: 'Today'
  61. },
  62. input: {
  63. clear: 'Limpar {0}',
  64. prependAction: '{0} prepended action',
  65. appendAction: '{0} appended action',
  66. otp: 'Por favor insira o caracter OTP {0}'
  67. },
  68. fileInput: {
  69. counter: '{0} arquivo(s)',
  70. counterSize: '{0} arquivo(s) ({1} no total)'
  71. },
  72. fileUpload: {
  73. title: 'Drag and drop files here',
  74. divider: 'or',
  75. browse: 'Browse Files'
  76. },
  77. timePicker: {
  78. am: 'AM',
  79. pm: 'PM',
  80. title: 'Select Time'
  81. },
  82. pagination: {
  83. ariaLabel: {
  84. root: 'Navegação de paginação',
  85. next: 'Próxima página',
  86. previous: 'Página anterior',
  87. page: 'Ir à página {0}',
  88. currentPage: 'Página atual, página {0}',
  89. first: 'Primeira página',
  90. last: 'Última página'
  91. }
  92. },
  93. stepper: {
  94. next: 'Próximo',
  95. prev: 'Anterior'
  96. },
  97. rating: {
  98. ariaLabel: {
  99. item: 'Avaliação {0} de {1}'
  100. }
  101. },
  102. loading: 'Carregando...',
  103. infiniteScroll: {
  104. loadMore: 'Carregar mais',
  105. empty: 'Não há mais dados'
  106. }
  107. };
  108. //# sourceMappingURL=pt.mjs.map