feat: add tones for corrections (#589)
This commit is contained in:
parent
bbc4936521
commit
9d6c8fda32
@ -11,15 +11,15 @@
|
||||
|
||||
local corrections = {
|
||||
-- 错音
|
||||
["hun dun"] = { text = "馄饨", comment = "hun tun" },
|
||||
["zhu jiao"] = { text = "主角", comment = "zhu jue" },
|
||||
["jiao se"] = { text = "角色", comment = "jue se" },
|
||||
["pi sa"] = { text = "比萨", comment = "bi sa" },
|
||||
["chi pi sa"] = { text = "吃比萨", comment = "chi bi sa" },
|
||||
["pi sa bing"] = { text = "比萨饼", comment = "bi sa bing" },
|
||||
["shui fu"] = { text = "说服", comment = "shuo fu" },
|
||||
["dao hang"] = { text = "道行", comment = "dao heng" },
|
||||
["mo yang"] = { text = "模样", comment = "mu yang" },
|
||||
["hun dun"] = { text = "馄饨", comment = "hún tun" },
|
||||
["zhu jiao"] = { text = "主角", comment = "zhǔ jué" },
|
||||
["jiao se"] = { text = "角色", comment = "júe sè" },
|
||||
["pi sa"] = { text = "比萨", comment = "bǐ sà" },
|
||||
["chi pi sa"] = { text = "吃比萨", comment = "chī bǐ sà" },
|
||||
["pi sa bing"] = { text = "比萨饼", comment = "bǐ sà bǐng" },
|
||||
["shui fu"] = { text = "说服", comment = "shuō fú" },
|
||||
["dao hang"] = { text = "道行", comment = "dào héng" },
|
||||
["mo yang"] = { text = "模样", comment = "mú yàng" },
|
||||
["you mo you yang"] = { text = "有模有样", comment = "you mu you yang" },
|
||||
["yi mo yi yang"] = { text = "一模一样", comment = "yi mu yi yang" },
|
||||
["zhuang mo zuo yang"] = { text = "装模作样", comment = "zhuang mu zuo yang" },
|
||||
@ -37,7 +37,7 @@ local corrections = {
|
||||
["xin kuan ti pang"] = { text = "心宽体胖", comment = "xin kuan ti pan" },
|
||||
["mai yuan"] = { text = "埋怨", comment = "man yuan" },
|
||||
["xu yu wei she"] = { text = "虚与委蛇", comment = "xu yu wei yi" },
|
||||
["mu na"] = { text = "木讷", comment = "mu ne" },
|
||||
["mu na"] = { text = "木讷", comment = "mù nè" },
|
||||
["du le le"] = { text = "独乐乐", comment = "du yue le" },
|
||||
["zhong le le"] = { text = "众乐乐", comment = "zhong yue le" },
|
||||
["xun ma"] = { text = "荨麻", comment = "qian ma" },
|
||||
@ -68,9 +68,9 @@ local corrections = {
|
||||
["pan yang hu"] = { text = "鄱阳湖", comment = "po yang hu" },
|
||||
["bo jing"] = { text = "脖颈", comment = "bo geng" },
|
||||
["bo jing er"] = { text = "脖颈儿", comment = "bo geng er" },
|
||||
["jie zha"] = { text = "结扎", comment = "jie za" },
|
||||
["hai shen wei"] = { text = "海参崴", comment = "hai shen wai" },
|
||||
["hou pu"] = { text = "厚朴", comment = "hou po" },
|
||||
["jie zha"] = { text = "结扎", comment = "jié zā" },
|
||||
["hai shen wei"] = { text = "海参崴", comment = "hǎi shēn wǎi" },
|
||||
["hou pu"] = { text = "厚朴", comment = "hòu pò" },
|
||||
-- 错字
|
||||
["pu jie"] = { text = "扑街", comment = "仆街" },
|
||||
["pu gai"] = { text = "扑街", comment = "仆街" },
|
||||
|
Loading…
Reference in New Issue
Block a user