词典添加swap词条

This commit is contained in:
MrZ626
2021-09-28 02:15:37 +08:00
parent 9896918c35
commit c99bc2c38d
2 changed files with 12 additions and 2 deletions

View File

@@ -458,7 +458,12 @@ return{
{"Hold",
"hold",
"term",
"Save your current piece for later use, and take out a previously held piece (or next piece in the next queue, if no piece was held) to place instead. You can only perform this once per piece.\n\nTechmino Exclusive: Techmino has a \"In-place hold\" feature. When enabled, pieces that spawn from the Hold queue will spawn at where your currently-controlling piece is, instead of at the top of the matrix.",
"Save your current piece for later use, and take out a previously held piece (or next piece in the next queue, if no piece was held) to place instead. You can only perform this once per piece in most cases.\n\nTechmino Exclusive: Techmino has a \"In-place hold\" feature. When enabled, pieces that spawn from the Hold queue will spawn at where your currently-controlling piece is, instead of at the top of the matrix.",
},
{"Swap",
"swap hold",
"term",
"Like *hold*, swap your current piece and the first piece of next queue. You can also only perform this once per piece in most cases.",
},
{"Misdrop",
"md misdrop",

View File

@@ -480,7 +480,12 @@ return{
{"Hold",
"暂存 交换 hold zancun",
"term",
"暂存功能将手里的方块和hold槽中的交换不能连续使用。\n用来调整块序,更容易摆出你想要的形状。\n本游戏中有一个“物理hold”机制开启后hold换出的方块会直接出现在当前方块所在的位置",
"暂存功能将手里的方块和hold槽中的交换一般不能连续使用。\n用来调整块序,更容易摆出你想要的形状。\n本游戏中有一个“物理hold”机制开启后hold换出的方块会直接出现在当前方块所在的位置",
},
{"Swap",
"交换 swap hold jiaohuan zancun",
"term",
"交换功能hold的另一种表现形式将手里的方块和next槽中的第一个交换一般同样不能连续使用。",
},
{"Misdrop",
"误 md misdrop",