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.

ar.js 704B

123456789101112131415161718192021222324
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = {
  6. dataIterator: {
  7. rowsPerPageText: 'العناصر لكل صفحة:',
  8. rowsPerPageAll: 'الكل',
  9. pageText: '{0}-{1} من {2}',
  10. noResultsText: 'لا توجد سجلات مطابقة',
  11. nextPage: 'الصفحة التالية',
  12. prevPage: 'الصفحة السابقة'
  13. },
  14. dataTable: {
  15. rowsPerPageText: 'الصفوف لكل صفحة:'
  16. },
  17. noDataText: 'لا توجد بيانات متاحة',
  18. carousel: {
  19. prev: 'الصورة السابقة',
  20. next: 'البصري التالي'
  21. }
  22. };
  23. //# sourceMappingURL=ar.js.map