# Used by [lin](http://astrolet.github.com/lin)'s
# [`Ensemble`](http://astrolet.github.com/lin/annotations/ensemble.html)
# for localization.

# See [`polyglot`](http://astrolet.github.com/upon/annotations/polyglot.html)
# from [upon](http://astrolet.github.com/upon) for details about the data format.

module.exports =

  "MO":
    name:
      en: [ "Selene",         "Moon" ]
      el: [ true,             "Σελήνη" ]
      bg: [ "Селена",         "Луна" ]
  "ME":
    name:
      en: [ "Hermes",         "Mercury" ]
      el: [ true,             "Ἑρμῆς" ]
      bg: [ "Хермес",         "Меркурий" ]
  "VE":
    name:
      en: [ "Aphrodite",      "Venus" ]
      el: [ true,             "Ἀφροδίτη" ]
      bg: [ "Афродита",       "Венера" ]
  "SO":
    name:
      en: [ "Helios",         "Sun" ]
      el: [ true,             "Ἥλιος" ]
      bg: [ "Хелиос",         "Слънце" ]
  "MA":
    name:
      en: [ "Ares",           "Mars" ]
      el: [ true,             "Ἄρης" ]
      bg: [ "Арес",           "Марс" ]
  "JU":
    name:
      en: [ "Zeus",           "Jupiter" ]
      el: [ true,             "Ζεύς" ]
      bg: [ "Зевс",           "Юпитер" ]
  "SA":
    name:
      en: [ "Kronos",         "Saturn" ]
      el: [ true,             "Κρόνος" ]
      bg: [ "Кронос",         "Сатурн" ]

  "NN":
    name:
      en: [ true,             "North Node" ]
  "SN":
    name:
      en: [ true,             "South Node" ]

  "AS":
    name:
      en: [ false,             "Ascendant" ]
  "MC":
    name:
      en: [ false,             "Midheaven" ]
  "DS":
    name:
      en: [ false,             "Descendant" ]
  "IC":
    name:
      en: [ false,             "Imum Coeli" ]

  "UR":
    name:
      en: [ false,            "Uranus" ]
  "NE":
    name:
      en: [ false,            "Neptune" ]
  "PL":
    name:
      en: [ false,            "Pluto" ]

