ar-QA.js 917B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export default [
  9. [
  10. [
  11. 'فجرًا', 'صباحًا', 'ظهرًا', 'بعد الظهر', 'مساءً',
  12. 'منتصف الليل', 'ليلاً'
  13. ],
  14. [
  15. 'فجرًا', 'ص', 'ظهرًا', 'بعد الظهر', 'مساءً', 'منتصف الليل',
  16. 'ليلاً'
  17. ],
  18. [
  19. 'فجرًا', 'صباحًا', 'ظهرًا', 'بعد الظهر', 'مساءً',
  20. 'منتصف الليل', 'ليلاً'
  21. ]
  22. ],
  23. ,
  24. [
  25. ['03:00', '06:00'], ['06:00', '12:00'], ['12:00', '13:00'], ['13:00', '18:00'],
  26. ['18:00', '24:00'], ['00:00', '01:00'], ['01:00', '03:00']
  27. ]
  28. ];
  29. //# sourceMappingURL=ar-QA.js.map