a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930
  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. '00:00', '12:00', ['06:00', '12:00'], ['12:00', '18:00'], ['18:00', '21:00'],
  27. ['21:00', '06:00']
  28. ]
  29. ];
  30. //# sourceMappingURL=kk.js.map