a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324
  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. ['24.00', '12.00', 'zj', 'd', 'p', 'zv', 'po'],
  11. ['opoln.', 'opold.', 'zjut.', 'dop.', 'pop.', 'zveč.', 'ponoči'],
  12. ['opolnoči', 'opoldne', 'zjutraj', 'dopoldan', 'popoldan', 'zvečer', 'ponoči']
  13. ],
  14. [
  15. ['24.00', '12.00', 'j', 'd', 'p', 'v', 'n'],
  16. ['poln.', 'pold.', 'jut.', 'dop.', 'pop.', 'zveč.', 'noč'],
  17. ['polnoč', 'poldne', 'jutro', 'dopoldne', 'popoldne', 'večer', 'noč']
  18. ],
  19. [
  20. '00:00', '12:00', ['06:00', '10:00'], ['10:00', '12:00'], ['12:00', '18:00'],
  21. ['18:00', '22:00'], ['22:00', '06:00']
  22. ]
  23. ];
  24. //# sourceMappingURL=sl.js.map