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.

fr.js 537B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Élements par page:',
  4. rowsPerPageAll: 'Tous',
  5. pageText: '{0}-{1} de {2}',
  6. noResultsText: 'Aucun enregistrement correspondant trouvé',
  7. nextPage: 'Page suivante',
  8. prevPage: 'Page précédente'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Lignes par page:'
  12. },
  13. noDataText: 'Aucune donnée disponible',
  14. carousel: {
  15. prev: 'Visuel précédent',
  16. next: 'Visuel suivant'
  17. }
  18. };
  19. //# sourceMappingURL=fr.js.map