a zip code crypto-currency system good for red ONLY

ar-LY.js 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. 'فجرًا', 'صباحًا', 'ظهرًا', 'بعد الظهر', 'مساءً',
  26. 'منتصف الليل', 'ليلاً'
  27. ],
  28. [
  29. 'فجرًا', 'ص', 'ظهرًا', 'بعد الظهر', 'مساءً', 'منتصف الليل',
  30. 'ليلاً'
  31. ],
  32. [
  33. 'فجرًا', 'صباحًا', 'ظهرًا', 'بعد الظهر', 'مساءً',
  34. 'منتصف الليل', 'ليلاً'
  35. ]
  36. ],
  37. [
  38. ['03:00', '06:00'], ['06:00', '12:00'], ['12:00', '13:00'], ['13:00', '18:00'],
  39. ['18:00', '24:00'], ['00:00', '01:00'], ['01:00', '03:00']
  40. ]
  41. ];
  42. //# sourceMappingURL=ar-LY.js.map