From c99bc2c38daf0d5b041c74330c3253f6e475d410 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 28 Sep 2021 02:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8D=E5=85=B8=E6=B7=BB=E5=8A=A0swap?= =?UTF-8?q?=E8=AF=8D=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/language/dict_en.lua | 7 ++++++- parts/language/dict_zh.lua | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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",