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.

ro.js 567B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Articole pe pagină:',
  4. rowsPerPageAll: 'Toate',
  5. pageText: '{0}-{1} din {2}',
  6. noResultsText: 'Nu au fost găsite înregistrări care să se potrivească',
  7. nextPage: 'Pagina următoare',
  8. prevPage: 'Pagina anterioară'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Rânduri pe pagină:'
  12. },
  13. noDataText: 'Nu există date disponibile',
  14. carousel: {
  15. prev: 'Anterior vizual',
  16. next: 'Următorul vizual'
  17. }
  18. };
  19. //# sourceMappingURL=ro.js.map