Skip to content

Commit

Permalink
调整教程第八关的文本
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 23, 2024
1 parent e6a38ae commit 6c8748f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/language/lang_en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ local L={
tutorial_finessePractice="5. Finesse Practice",
tutorial_allclearPractice="6. All Clear Practice (WIP)",
tutorial_techrashPractice="7. Techrash Practice",
tutorial_finessePlus="8. Elegant Stack",
tutorial_finessePlus="8. Elegant Moves",

tutorial_notpass="Failed",
tutorial_pass="PASS",
Expand Down Expand Up @@ -362,7 +362,7 @@ local L={
tutorial_techrashPractice_1="7. Techrash Practice",
tutorial_techrashPractice_2="Clear as much Techrashes as possible",

tutorial_finessePlus_1="8. Elegant Stack",
tutorial_finessePlus_1="8. Elegant Moves",
tutorial_finessePlus_2="Use as less key-pressing as possible",
}
return L
6 changes: 3 additions & 3 deletions assets/language/lang_zh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ local L={
tutorial_finessePractice="5.极简练习",
tutorial_allclearPractice="6.全消练习 (WIP)",
tutorial_techrashPractice="7.消四练习",
tutorial_finessePlus="8.优雅堆叠",
tutorial_finessePlus="8.优雅操作",

tutorial_notpass="Failed",
tutorial_pass="PASS",
Expand Down Expand Up @@ -361,7 +361,7 @@ local L={
tutorial_techrashPractice_1="7.消四练习",
tutorial_techrashPractice_2="尽可能做消四",

tutorial_finessePlus_1="8.优雅堆叠",
tutorial_finessePlus_2="用尽可能少的按键数",
tutorial_finessePlus_1="8.优雅操作",
tutorial_finessePlus_2="尽可能少按键",
}
return L

0 comments on commit 6c8748f

Please sign in to comment.