diff --git a/parts/language/dict_en.lua b/parts/language/dict_en.lua index cdc3b09d..cda5a609 100644 --- a/parts/language/dict_en.lua +++ b/parts/language/dict_en.lua @@ -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", diff --git a/parts/language/dict_zh.lua b/parts/language/dict_zh.lua index c11845d1..65edf80b 100644 --- a/parts/language/dict_zh.lua +++ b/parts/language/dict_zh.lua @@ -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",