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 619B

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=ar.js.map