mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
impr(quotes): created and added quotes in chinese simplified (extoplasm) (#5333)
* added two quotes in chinese_simplified.json * Update chinese_simplified.json miscounted length of first quote * updated quotes, added more * Update chinese_simplified.json miscounted quote lengths (again) (oops)
This commit is contained in:
parent
b2e563429b
commit
802699162c
1 changed files with 102 additions and 0 deletions
102
frontend/static/quotes/chinese_simplified.json
Normal file
102
frontend/static/quotes/chinese_simplified.json
Normal file
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"language": "chinese_simplified",
|
||||
"groups": [
|
||||
[0, 100],
|
||||
[101, 300],
|
||||
[301, 600],
|
||||
[601, 9999]
|
||||
],
|
||||
"quotes": [
|
||||
{
|
||||
"text": "躬自厚而薄责于人,则远怨矣。",
|
||||
"source": "孔子",
|
||||
"length": 14,
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"text": "三人行,必有我师焉,择其善者而从之,择其不善者而改之。",
|
||||
"source": "孔子",
|
||||
"length": 27,
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"text": "知可以战与不可以战者,胜。 ",
|
||||
"source": "《孙子兵法》",
|
||||
"length": 14,
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"text": "知己知彼,百战不殆。",
|
||||
"source": "《孙子兵法》",
|
||||
"length": 10,
|
||||
"id": 4
|
||||
},
|
||||
{
|
||||
"text": "横看成岭侧成峰,远近高低各不同。/n不识庐山真面目,只缘身在此山中。",
|
||||
"source": "《题西林壁》",
|
||||
"length": 34,
|
||||
"id": 5
|
||||
},
|
||||
{
|
||||
"text": "乱生于治,怯生于勇,弱生于强。",
|
||||
"source": "《孙子兵法》",
|
||||
"length": 15,
|
||||
"id": 6
|
||||
},
|
||||
{
|
||||
"text": "路遥知马力,日久见人心。",
|
||||
"source": "《寄欢州》",
|
||||
"length": 12,
|
||||
"id": 7
|
||||
},
|
||||
{
|
||||
"text": "十年树木,百年树人。",
|
||||
"source": "《管子·权修 第三》",
|
||||
"length": 10,
|
||||
"id": 8
|
||||
},
|
||||
{
|
||||
"text": "人逢喜事精神爽。",
|
||||
"source": "《西游记》",
|
||||
"length": 8,
|
||||
"id": 9
|
||||
},
|
||||
{
|
||||
"text": "木已成舟,生米煮成熟饭。",
|
||||
"source": "《三元记·遣妾》",
|
||||
"length": 12,
|
||||
"id": 10
|
||||
},
|
||||
{
|
||||
"text": "冰冻三尺,非一日之寒。",
|
||||
"source": "《论衡》",
|
||||
"length": 11,
|
||||
"id": 11
|
||||
},
|
||||
{
|
||||
"text": "千里之行,始于足下。",
|
||||
"source": "《道德经》",
|
||||
"length": 10,
|
||||
"id": 12
|
||||
},
|
||||
{
|
||||
"text": "小洞不补,大洞吃苦。",
|
||||
"source": "Unknown",
|
||||
"length": 10,
|
||||
"id": 13
|
||||
},
|
||||
{
|
||||
"text": "凡人不可貌相,海水不可斗量。",
|
||||
"source": "Unknown",
|
||||
"length": 14,
|
||||
"id": 14
|
||||
},
|
||||
{
|
||||
"text": "严家出好儿,严师出高徒。",
|
||||
"source": "《学记》",
|
||||
"length": 12,
|
||||
"id": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in a new issue