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.

ru.js 689B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Записей на странице:',
  4. rowsPerPageAll: 'Все',
  5. pageText: '{0}-{1} из {2}',
  6. noResultsText: 'Не найдено подходящих записей',
  7. nextPage: 'Следующая страница',
  8. prevPage: 'Предыдущая страница'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Строк на странице:'
  12. },
  13. noDataText: 'Отсутствуют данные',
  14. carousel: {
  15. prev: 'Предыдущий визуальный',
  16. next: 'Следующий визуальный'
  17. }
  18. };
  19. //# sourceMappingURL=ru.js.map