From a59b10c76d2a7bd63bdfac8ca2d4e0b21d0f1215 Mon Sep 17 00:00:00 2001 From: Jeff Blankenburg Date: Wed, 3 May 2017 13:28:48 -0400 Subject: [PATCH] Added data folder --- data/facts-de-DE.js | 22 ++++++++++++++++++++++ data/facts-en-GB.js | 21 +++++++++++++++++++++ data/facts-en-US.js | 21 +++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 data/facts-de-DE.js create mode 100644 data/facts-en-GB.js create mode 100644 data/facts-en-US.js diff --git a/data/facts-de-DE.js b/data/facts-de-DE.js new file mode 100644 index 00000000..b69ebf1f --- /dev/null +++ b/data/facts-de-DE.js @@ -0,0 +1,22 @@ +var data = [ + "Ein Jahr dauert auf dem Merkur nur 88 Tage.", + "Die Venus ist zwar weiter von der Sonne entfernt, hat aber höhere Temperaturen als Merkur.", + "Venus dreht sich entgegen dem Uhrzeigersinn, möglicherweise aufgrund eines früheren Zusammenstoßes mit einem Asteroiden.", + "Auf dem Mars erscheint die Sonne nur halb so groß wie auf der Erde.", + "Die Erde ist der einzige Planet, der nicht nach einem Gott benannt ist.", + "Jupiter hat den kürzesten Tag aller Planeten.", + "Die Milchstraßengalaxis wird in etwa 5 Milliarden Jahren mit der Andromeda-Galaxis zusammenstoßen.", + "Die Sonne macht rund 99,86 % der Masse im Sonnensystem aus.", + "Die Sonne ist eine fast perfekte Kugel.", + "Eine Sonnenfinsternis kann alle ein bis zwei Jahre eintreten. Sie ist daher ein seltenes Ereignis.", + "Der Saturn strahlt zweieinhalb mal mehr Energie in den Weltraum aus als er von der Sonne erhält.", + "Die Temperatur in der Sonne kann 15 Millionen Grad Celsius erreichen.", + "Der Mond entfernt sich von unserem Planeten etwa 3,8 cm pro Jahr." +]; + +var SKILL_NAME = "Weltraumwissen auf Deutsch"; +var GET_FACT_MESSAGE = "Hier sind deine Fakten: "; +var HELP_MESSAGE = "Du kannst sagen, „Nenne mir einen Fakt über den Weltraum“, oder du kannst „Beenden“ sagen... Wie kann ich dir helfen?"; +var HELP_REPROMPT = "Wie kann ich dir helfen?"; +var STOP_MESSAGE = "Auf Wiedersehen!"; + diff --git a/data/facts-en-GB.js b/data/facts-en-GB.js new file mode 100644 index 00000000..6ee1700b --- /dev/null +++ b/data/facts-en-GB.js @@ -0,0 +1,21 @@ +var data = [ + "A year on Mercury is just 88 days long.", + "Despite being farther from the Sun, Venus experiences higher temperatures than Mercury.", + "Venus rotates counter-clockwise, possibly because of a collision in the past with an asteroid.", + "On Mars, the Sun appears about half the size as it does on Earth.", + "Earth is the only planet not named after a god.", + "Jupiter has the shortest day of all the planets.", + "The Milky Way galaxy will collide with the Andromeda Galaxy in about 5 billion years.", + "The Sun contains 99.86% of the mass in the Solar System.", + "The Sun is an almost perfect sphere.", + "A total solar eclipse can happen once every 1 to 2 years. This makes them a rare event.", + "Saturn radiates two and a half times more energy into space than it receives from the sun.", + "The temperature inside the Sun can reach 15 million degrees Celsius.", + "The Moon is moving approximately 3.8 cm away from our planet every year." +]; + +var SKILL_NAME = "British Space Facts"; +var GET_FACT_MESSAGE = "Here's your fact: "; +var HELP_MESSAGE = "You can say tell me a space fact, or, you can say exit... What can I help you with?"; +var HELP_REPROMPT = "What can I help you with?"; +var STOP_MESSAGE = "Goodbye!"; \ No newline at end of file diff --git a/data/facts-en-US.js b/data/facts-en-US.js new file mode 100644 index 00000000..8d85a3fa --- /dev/null +++ b/data/facts-en-US.js @@ -0,0 +1,21 @@ +var data = [ + "A year on Mercury is just 88 days long.", + "Despite being farther from the Sun, Venus experiences higher temperatures than Mercury.", + "Venus rotates counter-clockwise, possibly because of a collision in the past with an asteroid.", + "On Mars, the Sun appears about half the size as it does on Earth.", + "Earth is the only planet not named after a god.", + "Jupiter has the shortest day of all the planets.", + "The Milky Way galaxy will collide with the Andromeda Galaxy in about 5 billion years.", + "The Sun contains 99.86% of the mass in the Solar System.", + "The Sun is an almost perfect sphere.", + "A total solar eclipse can happen once every 1 to 2 years. This makes them a rare event.", + "Saturn radiates two and a half times more energy into space than it receives from the sun.", + "The temperature inside the Sun can reach 15 million degrees Celsius.", + "The Moon is moving approximately 3.8 cm away from our planet every year." +]; + +var SKILL_NAME = "American Space Facts"; +var GET_FACT_MESSAGE = "Here's your fact: "; +var HELP_MESSAGE = "You can say tell me a space fact, or, you can say exit... What can I help you with?"; +var HELP_REPROMPT = "What can I help you with?"; +var STOP_MESSAGE = "Goodbye!"; \ No newline at end of file