From 1ed52a84b0d75b6cf4231b97ec51789916a24c60 Mon Sep 17 00:00:00 2001 From: C29H25N3O5 Date: Wed, 17 Nov 2021 11:50:04 -0600 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=8A=E9=9A=90=E5=92=8C?= =?UTF-8?q?=E5=85=A8=E9=9A=90=E7=9A=84=E8=8B=B1=E6=96=87=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 | 6 +++--- parts/language/dict_zh.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/language/dict_en.lua b/parts/language/dict_en.lua index 45e6a953..113b0375 100644 --- a/parts/language/dict_en.lua +++ b/parts/language/dict_en.lua @@ -823,15 +823,15 @@ return{ "term", "The block skin used by the earliest version of Tetris.\nIn the early times, computers were all using Command Line Interface instead of Graphical User Interface, so at that time a single mino in the game of Tetris is represented using two enclosing square brackets [ ]. It looks kinds of like bones so it is sometimes called the bone blocks.\nIn Techmino, bone blocks are defined as \"A single, fancy block skin that all of the blocks use.\". Different block skins may have different types of bone block styles.", }, - {"Half invisible", + {"Semi-invisible", "half invisible", "term", - "",--TODO + "Refers to a rule where the tetrominoes will become invisible after a period of time.\nThis time interval is not definite and it is acceptable to describe it as \"disappear after a few seconds\".", }, {"Invisible", "invisible", "term", - "",--TODO + "Refers to a rule where blocks will disappear instantly when locked onto the field. \nN.B. It is also acceptable to refer to an invisible mode where a disappearing animation is shown. However, this makes the game a lot easier, so in this game, the invisible mode without such animations is referred to as \"Sudden Invisible\".", }, {"MPH mode", "mph", diff --git a/parts/language/dict_zh.lua b/parts/language/dict_zh.lua index 9ad83234..9f57d823 100644 --- a/parts/language/dict_zh.lua +++ b/parts/language/dict_zh.lua @@ -850,7 +850,7 @@ return{ "最早的方块游戏使用的方块样式。\n很久以前的电脑没有可以显示复杂图案的屏幕,只能往上打字,所以一格方块用两个方括号[ ]表示,长得像骨头所以叫骨块。\n基于骨块的特点,本游戏把骨块重新定义为,“所有形状使用的同一个比较花眼的贴图”,不同的皮肤有不同的骨块样式。", }, {"半隐", - "半隐 banyin half invisible", + "半隐 banyin half semi invisible", "term", "指方块锁定经过一段时间后会变隐形的规则\n注:从锁定开始到消失的具体时长不定,可以描述为“过几秒种后消失”", },