新增小游戏:Don't touch white

This commit is contained in:
MrZ626
2021-02-24 01:10:59 +08:00
parent 3a250447b0
commit d62b91659c
10 changed files with 229 additions and 3 deletions

View File

@@ -759,7 +759,7 @@ return{
{"Minigame",
"minigame",
"other",
"Type the following codes in the search bar of this dictionary for some fun minigames!\n\n15-Puzzle: 15p\nSchulte Grid: grid\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\nCubefield: cube\n2048: 2048\nJust get ten: ten\nTapping speed test: tap",
"Type the following codes in the search bar of this dictionary for some fun minigames!\n\n15-Puzzle: 15p\nSchulte Grid: grid\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\nCubefield: cube\n2048: 2048\nJust get ten: ten\nTapping speed test: tap\nDon't touch white: dtw",
},
--English

View File

@@ -131,7 +131,7 @@ return{
{"Tetris Effect",
"tec tetriseffectconnect",
"game",
"一个win/ps4平台方块特效方块游戏只有单机模式手感不算太好想看特效的可以一试只是去玩方块的不是很建议\n有一个拓展版本Tetris Effect: Connect增加了联网对战包含普通对战zone对战经典对战和boss战四个模式",
"一个win/ps4平台方块特效方块游戏只有单机模式手感不算太好想看特效的可以一试只是去玩方块的不是很建议\n有一个拓展版本Tetris Effect: Connected增加了联网对战包含普通对战zone对战经典对战和boss战四个模式",
},
{"Techmino",
"techmino tieke",
@@ -770,7 +770,7 @@ return{
{"小游戏",
"minigame xiaoyouxi",
"other",
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: grid\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\nCubefield: cube\n2048: 2048\nJust get ten: ten\nTapping speed test: tap",
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: grid\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\nCubefield: cube\n2048: 2048\nJust get ten: ten\nTapping speed test: tap\nDon't touch white: dtw",
},
--英文

View File

@@ -646,6 +646,10 @@ return{
next="Next",
blind="Blind",
},
mg_dtw={
reset="Reset",
mode="Mode",
},
savedata={
exportUnlock="Export progress",
exportData="Export statistics",

View File

@@ -560,6 +560,10 @@ return{
next="Prévisualisations",
blind="Aveugler",
},
mg_dtw={
reset="Réinitialiser",
-- mode="Mode",
},
help={
manual="Manuel",
dict="Little Z",

View File

@@ -645,6 +645,10 @@ return{
next="Próxima",
blind="Cego",
},
mg_dtw={
reset="Resetar",
-- mode="Mode",
},
savedata={
exportUnlock="Exportar progresso",
exportData="Exportar estatística",

View File

@@ -562,6 +562,10 @@ return{
next="Siguiente",
blind="A ciegas",
},
mg_dtw={
reset="Reiniciar",
-- mode="Mode",
},
savedata={
-- exportUnlock="Export Unlock",
-- exportData="Export Data",

View File

@@ -489,6 +489,10 @@ return{
next="",
blind="???",
},
mg_dtw={
reset="R",
mode="?",
},
},
getTip=function()
local L="!@#$%^&*()-=_+[]{}\\|;:\'\",<.>/?"

View File

@@ -648,6 +648,10 @@ return{
next="预览",
blind="盲打",
},
mg_dtw={
reset="重置",
mode="模式",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",