ar_EG.js 1.1 KB

1234567891011121314151617181920212223242526272829
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'ar_EG',
  5. today: 'اليوم',
  6. now: 'الأن',
  7. backToToday: 'العودة إلى اليوم',
  8. ok: 'تأكيد',
  9. clear: 'مسح',
  10. week: 'الأسبوع',
  11. month: 'الشهر',
  12. year: 'السنة',
  13. timeSelect: 'اختيار الوقت',
  14. dateSelect: 'اختيار التاريخ',
  15. monthSelect: 'اختيار الشهر',
  16. yearSelect: 'اختيار السنة',
  17. decadeSelect: 'اختيار العقد',
  18. dateFormat: 'M/D/YYYY',
  19. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  20. previousMonth: 'الشهر السابق (PageUp)',
  21. nextMonth: 'الشهر التالى(PageDown)',
  22. previousYear: 'العام السابق (Control + left)',
  23. nextYear: 'العام التالى (Control + right)',
  24. previousDecade: 'العقد السابق',
  25. nextDecade: 'العقد التالى',
  26. previousCentury: 'القرن السابق',
  27. nextCentury: 'القرن التالى'
  28. });
  29. export default locale;