a zip code crypto-currency system good for red ONLY

cs.js 786B

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. ['půl.', 'pol.', 'r.', 'd.', 'o.', 'v.', 'n.'],
  11. ['půln.', 'pol.', 'r.', 'dop.', 'odp.', 'več.', 'v n.'],
  12. ['půlnoc', 'poledne', 'ráno', 'dopoledne', 'odpoledne', 'večer', 'v noci']
  13. ],
  14. [
  15. ['půl.', 'pol.', 'ráno', 'dop.', 'odp.', 'več.', 'noc'],
  16. ['půlnoc', 'poledne', 'ráno', 'dopoledne', 'odpoledne', 'večer', 'noc'],
  17. ],
  18. [
  19. '00:00', '12:00', ['04:00', '09:00'], ['09:00', '12:00'], ['12:00', '18:00'],
  20. ['18:00', '22:00'], ['22:00', '04:00']
  21. ]
  22. ];
  23. //# sourceMappingURL=cs.js.map