Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt.js 522B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Itens por página:',
  4. rowsPerPageAll: 'Todos',
  5. pageText: '{0}-{1} de {2}',
  6. noResultsText: 'Nenhum dado encontrado',
  7. nextPage: 'Próxima página',
  8. prevPage: 'Página anterior'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Linhas por página:'
  12. },
  13. noDataText: 'Não há dados disponíveis',
  14. carousel: {
  15. prev: 'Visual anterior',
  16. next: 'Próximo visual'
  17. }
  18. };
  19. //# sourceMappingURL=pt.js.map