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.

fa.js 644B

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