新增小游戏:Don't touch white
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
|
||||
--英文
|
||||
|
||||
@@ -646,6 +646,10 @@ return{
|
||||
next="Next",
|
||||
blind="Blind",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="Reset",
|
||||
mode="Mode",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="Export progress",
|
||||
exportData="Export statistics",
|
||||
|
||||
@@ -560,6 +560,10 @@ return{
|
||||
next="Prévisualisations",
|
||||
blind="Aveugler",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="Réinitialiser",
|
||||
-- mode="Mode",
|
||||
},
|
||||
help={
|
||||
manual="Manuel",
|
||||
dict="Little Z",
|
||||
|
||||
@@ -645,6 +645,10 @@ return{
|
||||
next="Próxima",
|
||||
blind="Cego",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="Resetar",
|
||||
-- mode="Mode",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="Exportar progresso",
|
||||
exportData="Exportar estatística",
|
||||
|
||||
@@ -562,6 +562,10 @@ return{
|
||||
next="Siguiente",
|
||||
blind="A ciegas",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="Reiniciar",
|
||||
-- mode="Mode",
|
||||
},
|
||||
savedata={
|
||||
-- exportUnlock="Export Unlock",
|
||||
-- exportData="Export Data",
|
||||
|
||||
@@ -489,6 +489,10 @@ return{
|
||||
next="→",
|
||||
blind="???",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="R",
|
||||
mode="?",
|
||||
},
|
||||
},
|
||||
getTip=function()
|
||||
local L="!@#$%^&*()-=_+[]{}\\|;:\'\",<.>/?"
|
||||
|
||||
@@ -648,6 +648,10 @@ return{
|
||||
next="预览",
|
||||
blind="盲打",
|
||||
},
|
||||
mg_dtw={
|
||||
reset="重置",
|
||||
mode="模式",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="导出地图进度",
|
||||
exportData="导出统计数据",
|
||||
|
||||
Reference in New Issue
Block a user