mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
impr(quotes): Add English quotes from Andor S1 (@j5155) (#6585)
### Description I added some quotes of various lengths from Andor season 1. ### Checks - [x] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language? - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) - [ ] Add language to `packages/contracts/src/schemas/languages.ts` - [ ] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` - [ ] Add language json file to `frontend/static/languages` - [ ] Adding a theme? - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) - [ ] Add theme to `packages/contracts/src/schemas/themes.ts` - [ ] Add theme to `frontend/src/ts/constants/themes.ts` - [ ] Add theme css file to `frontend/static/themes` - [ ] Adding a layout? - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) - [ ] Add layout to `packages/contracts/src/schemas/layouts.ts` - [ ] Add layout json file to `frontend/static/layouts` - Also please add a screenshot of the theme, it would be extra awesome if you do so! - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. <!-- label(optional scope): pull request title (@your_github_username) --> <!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.--> <!-- the issue(s) your PR resolves if any (delete if that is not the case) --> <!-- please also reference any issues and or PRs related to your pull request --> <!-- Also remove it if you are not following any issues. --> <!-- pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number e.g: [#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) --> <!-- pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
This commit is contained in:
parent
dabaa14341
commit
bf4f1e08a6
1 changed files with 36 additions and 0 deletions
|
@ -38601,6 +38601,42 @@
|
|||
"source": "De Profundis",
|
||||
"length": 77,
|
||||
"id": 7646
|
||||
},
|
||||
{
|
||||
"text": "There will be times when the struggle seems impossible. I know this already. Alone, unsure, dwarfed by the scale of the enemy. Remember this. Freedom is a pure idea. It occurs spontaneously and without instruction. Random acts of insurrection are occurring constantly throughout the galaxy. There are whole armies, battalions that have no idea that they've already enlisted in the cause. Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward. And then remember this. The Imperial need for control is so desperate because it is so unnatural. Tyranny requires constant effort. It breaks, it leaks. Authority is brittle. Oppression is the mask of fear. Remember that. And know this, the day will come when all these skirmishes and battles, these moments of defiance will have flooded the banks of the Empire's authority and then there will be one too many. One single thing will break the siege. Remember this. Try.",
|
||||
"source": "Nemik's Manifesto, Andor Season 1",
|
||||
"length": 984,
|
||||
"id": 7647
|
||||
},
|
||||
{
|
||||
"text": "I've given up all chance at inner peace. I've made my mind a sunless space. I share my dreams with ghosts. I wake up every day to an equation I wrote 15 years ago from which there's only one conclusion: I'm damned for what I do. My anger, my ego, my unwillingness to yield, my eagerness to fight, they've set me on a path from which there is no escape. I yearned to be a savior against injustice without contemplating the cost and by the time I looked down there was no longer any ground beneath my feet. What is my sacrifice? I'm condemned to use the tools of my enemy to defeat them. I burn my decency for someone else's future. I burn my life to make a sunrise that I know I'll never see. And the ego that started this fight will never have a mirror or an audience or the light of gratitude. So what do I sacrifice? Everything!",
|
||||
"source": "Luthen, Andor Season 1",
|
||||
"length": 830,
|
||||
"id": 7648
|
||||
},
|
||||
{
|
||||
"text": "There is a wound that won't heal at the center of the galaxy. There is a darkness reaching like rust into everything around us. We let it grow, and now it's here. It's here, and it's not visiting anymore. It wants to stay. The Empire is a disease that thrives in darkness, it is never more alive than when we sleep. It's easy for the dead to tell you to fight, and maybe it's true, maybe fighting is useless. Perhaps it's too late. But I'll tell you this... If I could do it again, I'd wake up early and be fighting these bastards from the start.",
|
||||
"source": "Maarva, Andor Season 1",
|
||||
"length": 546,
|
||||
"id": 7649
|
||||
},
|
||||
{
|
||||
"text": "I don't have lately. I have always. I have a constant blur of plates spinning and knives on the floor, and needy, panicked faces at the window, of which you are but one of many.",
|
||||
"source": "Kleya, Andor Season 1",
|
||||
"length": 177,
|
||||
"id": 7650
|
||||
},
|
||||
{
|
||||
"text": "Gets to you, doesn't it? That's what a reckoning sounds like. You want it to stop, but it just keeps coming. It's when it stops, that's when you'll really want to start to fret.",
|
||||
"source": "Maarva, Andor Season 1",
|
||||
"length": 177,
|
||||
"id": 7651
|
||||
},
|
||||
{
|
||||
"text": "It's a lie. The Mon Mothma people think they know, it's a lie. It's a projection. It's a front. I've learned from Palpatine. I show you the stone in my hand, you miss the knife at your throat.",
|
||||
"source": "Mon Mothma, Andor Season 1",
|
||||
"length": 192,
|
||||
"id": 7652
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue