diff options
author | arthur <[email protected]> | 2024-11-04 09:14:23 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-04 13:14:23 +0100 |
commit | 9306e1ecf5db921b828d84b0ad8e3157dcda1d02 (patch) | |
tree | 9ac2d1663615800f9efe51533a360021bdb1e5cd | |
parent | 5a125c91e64bbceb3e0d456e664162d967d2fb20 (diff) | |
download | monkeytype-9306e1ecf5db921b828d84b0ad8e3157dcda1d02.tar.gz monkeytype-9306e1ecf5db921b828d84b0ad8e3157dcda1d02.zip |
impr(quotes): add portuguese quotes (@arthvr9) (#5999)
-rw-r--r-- | frontend/static/quotes/portuguese.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/static/quotes/portuguese.json b/frontend/static/quotes/portuguese.json index 6668556e4..0cd8c952e 100644 --- a/frontend/static/quotes/portuguese.json +++ b/frontend/static/quotes/portuguese.json @@ -612,6 +612,30 @@ "source": "Paulo Leminski", "length": 319, "id": 102 + }, + { + "text": "Já sei que você tem medo de me decepcionar, mas espero que te console saber que minhas expectativas sobre você são muito baixas.", + "source": "The Big Bang Theory, Sheldon Cooper", + "length": 128, + "id": 103 + }, + { + "text": "Não vivo para agradar ninguém, pois quando for fazer as minhas escolhas terei de as enfrentar sozinho.", + "source": "Arthur Fleck", + "length": 102, + "id": 104 + }, + { + "text": "Eu não as odeio inteiramente porque elas não existem por inteiro. Eu odeio os detalhes, os cacos que elas são.", + "source": "Antônio Abujamra", + "length": 110, + "id": 105 + }, + { + "text": "Janelas do meu quarto, Do meu quarto de um dos milhões do mundo que ninguém sabe quem é.", + "source": "Tabacaria, Fernando Pessoa", + "length": 88, + "id": 106 } ] } |