a zip code crypto-currency system good for red ONLY

fa.js 763B

1234567891011121314151617181920212223
  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. ['نیمه\u200cشب', 'ظهر', 'صبح', 'ب.ظ.', 'عصر', 'شب'],
  12. ['نیمه\u200cشب', 'ظهر', 'صبح', 'بعدازظهر', 'عصر', 'شب']
  13. ],
  14. [
  15. ['ن', 'ظ', 'ص', 'ب.ظ.', 'ع', 'ش'],
  16. ['نیمه\u200cشب', 'ظهر', 'صبح', 'بعدازظهر', 'عصر', 'شب'],
  17. ],
  18. [
  19. '00:00', '12:00', ['04:00', '12:00'], ['12:00', '17:00'], ['17:00', '19:00'],
  20. ['19:00', '04:00']
  21. ]
  22. ];
  23. //# sourceMappingURL=fa.js.map