From fea762d7ab2f15512587240079311ea9b0b61cb5 Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Thu, 18 Mar 2021 02:33:37 +0000 Subject: [PATCH] Added quotes from Discord --- static/quotes/english.json | 42 +++++++++++++++++++++++++++++++++++++ static/quotes/filipino.json | 29 +++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 static/quotes/filipino.json diff --git a/static/quotes/english.json b/static/quotes/english.json index d4a30ee6e..8befd13b9 100644 --- a/static/quotes/english.json +++ b/static/quotes/english.json @@ -32178,6 +32178,48 @@ "source": "Mr. Robot", "length": 43, "id": 5412 + }, + { + "text": "No man or woman alive, magical or not, has ever escaped some form of injury, whether physical, mental, or emotional.", + "source": "J. K. Rowling, The Tales of Beedle the Bard", + "length": 116, + "id": 5413 + }, + { + "text": "Death comes for us all in the end.", + "source": "J. K. Rowling, The Tales of Beedle the Bard", + "length": 34, + "id": 5414 + }, + { + "text": "Magic causes as much trouble as it cures.", + "source": "J. K. Rowling, The Tales of Beedle the Bard", + "length": 41, + "id": 5415 + }, + { + "text": "The heroes and heroines who triumph in his stories are not those with the most powerful magic, but rather those who demonstrate the most kindness, common sense and ingenuity.", + "source": "J. K. Rowling, The Tales of Beedle the Bard", + "length": 174, + "id": 5416 + }, + { + "text": "As the Wheel of Time turns, places wear many names. Men wear many names, many faces. Different faces, but always the same man. Yet no one knows the Great Pattern the Wheel weaves, or even the Pattern of an Age. We can only watch, and study, and hope.", + "source": "Robert Jordan, Wheel of Time: The Eye of the World", + "length": 250, + "id": 5417 + }, + { + "text": "We can't go back, Mat. The Wheel has turned, for better or worse. And it will keep on turning, as lights die and forests dim, storms call and skies break. Turn it will. The Wheel is not hope, and the Wheel does not care, the Wheel simply is. But so long as it turns, folk may hope, folk may care. For with light that fades, another will eventually grow, and each storm that rages must eventually die. As long as the Wheel turns.", + "source": "Robert Jordan, Wheel of Time: The Eye of the World", + "length": 428, + "id": 5418 + }, + { + "text": "You tried to help the people of the market. You mostly failed. This is life. The longer you live, the more you fail. Failure is the mark of a life well lived. In turn, the only way to live without failure is to be of no use to anyone. Trust me, I've practiced", + "source": "Brandon Sanderson, Stormlight Archive: Oathbringer", + "length": 259, + "id": 5419 } ] } \ No newline at end of file diff --git a/static/quotes/filipino.json b/static/quotes/filipino.json new file mode 100644 index 000000000..d037fb323 --- /dev/null +++ b/static/quotes/filipino.json @@ -0,0 +1,29 @@ +{ + "language": "filipino", + "groups": [ + [ + 0, + 100 + ], + [ + 101, + 300 + ], + [ + 301, + 600 + ], + [ + 601, + 9999 + ] + ], + "quotes": [ + { + "text": "Ang hindi magmahal sa sariling wika ay higit sa hayop at malansang isda; kaya ating pagyamaning kusa, gaya ng inang sa atin ay nagpala.", + "source": "Dr. José P. Rizal", + "length": 135, + "id": 1 + } + ] +} \ No newline at end of file