mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 01:57:38 +08:00
impr(quotes): add thai quotes (@potsaweSe) (#6191)
### Description Add thai quotes from Harry Potter and the Sorcerer's stone Translattion: - Mr. and Mrs. Dursley, of number four, Privet Drive, were proud to say that they were perfectly normal, thank you very much. They were the last people you’d expect to be involved in anything strange or mysterious, because they just didn’t hold with such nonsense. - “The Potters, that’s right, that’s what I heard ” “ yes, their son, Harry ” Mr. Dursley stopped dead. Fear flooded him. He looked back at the whisperers as if he wanted to say something to them, but thought better of it. ### Checks - [x] Adding quotes? - [x] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language or a theme? - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [ ] If is a theme, did you add the theme.css? - 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.--> Closes # <!-- 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
4dfd10a035
commit
649f9d2dd4
1 changed files with 12 additions and 0 deletions
|
@ -102,6 +102,18 @@
|
|||
"source": "Zhuge Liang (Kongming)",
|
||||
"length": 75,
|
||||
"id": 16
|
||||
},
|
||||
{
|
||||
"text": "นายและนางเดอร์สลีย์เจ้าของบ้านเลขที่สี่ ซอยพรีเว็ต ภาคภูมิใจนักที่จะบอกว่าพวกเขาเป็นคนปกติธรรมดาที่สุด เชื่อเขาเลย พวกเขาจะเป็นมนุษย์คู่สุดท้ายที่คุณจะคิดถึงว่ามีอะไรเกี่ยวข้องกับเรื่องแปลกประหลาดหรือลึกลับ เพราะพวกเขาจะไม่มีวันเข้าไปยุ่งเกี่ยวกับเรื่องไร้สาระแบบนั้นเด็ดขาด",
|
||||
"source": "Harry Potter and the Sorcerer's stone",
|
||||
"length": 274,
|
||||
"id": 17
|
||||
},
|
||||
{
|
||||
"text": "\"พวกพอตเตอร์ ใช่แล้ว ที่ฉันได้ยินมา....\" \"ใช่ ลูกชายของพวกเขา แฮร์รี่\" นายเดอร์สลีย์หยุดยืนตัวแข็ง ความกลัวหลั่งไหลท่วมร่างอ้วนใหญ่ เขาเหลียวกลับไปดูพวกคนที่กำลังกระซิบกระซาบกัน ทำท่าเหมือนจะพูดอะไรด้วย แต่แล้วก็เปลี่ยนใจ",
|
||||
"source": "Harry Potter and the Sorcerer's stone",
|
||||
"length": 221,
|
||||
"id": 18
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue