新增小游戏:get10
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: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048",
|
||||
"Type the following codes in the search bar of this dictionary for some fun minigames!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048\nGet the ten: gtt",
|
||||
},
|
||||
|
||||
--English
|
||||
|
||||
@@ -765,7 +765,7 @@ return{
|
||||
{"小游戏",
|
||||
"minigame xiaoyouxi",
|
||||
"other",
|
||||
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048",
|
||||
"输入以下词语,小游戏免费玩!\n\n15-Puzzle: 15p\nSchulte Grid: sltg\nPong: pong\nAtoZ: atoz\nUltimate Tic-tac-toe: uttt\ncubefield: cbf\n2048: 2048\nGet the ten: gtt",
|
||||
},
|
||||
|
||||
--英文
|
||||
|
||||
@@ -639,6 +639,10 @@ return{
|
||||
replay1="P",
|
||||
replay2="P",
|
||||
},
|
||||
mg_get10={
|
||||
reset="Reset",
|
||||
blind="Blind",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="Export progress",
|
||||
exportData="Export statistics",
|
||||
|
||||
@@ -544,6 +544,16 @@ return{
|
||||
keyboard="Clavier",
|
||||
reset="Redémarrer",
|
||||
},
|
||||
mg_2048={
|
||||
reset="Réinitialiser",
|
||||
blind="Aveugler",
|
||||
-- tapControl="Tap control",
|
||||
-- skip="Skip Round",
|
||||
},
|
||||
mg_get10={
|
||||
reset="Réinitialiser",
|
||||
blind="Aveugler",
|
||||
},
|
||||
help={
|
||||
manual="Manuel",
|
||||
dict="Little Z",
|
||||
|
||||
@@ -629,6 +629,16 @@ return{
|
||||
keyboard="Teclado",
|
||||
reset="Reiniciar",
|
||||
},
|
||||
mg_2048={
|
||||
reset="Resetar",
|
||||
blind="Cego",
|
||||
-- tapControl="Tap control",
|
||||
-- skip="Skip Round",
|
||||
},
|
||||
mg_get10={
|
||||
reset="Resetar",
|
||||
blind="Cego",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="Exportar progresso",
|
||||
exportData="Exportar estatística",
|
||||
|
||||
@@ -546,6 +546,16 @@ return{
|
||||
-- keyboard="Keyboard",
|
||||
reset="Reiniciar",
|
||||
},
|
||||
mg_2048={
|
||||
reset="Reiniciar",
|
||||
blind="A ciegas",
|
||||
-- tapControl="Tap control",
|
||||
-- skip="Skip Round",
|
||||
},
|
||||
mg_get10={
|
||||
reset="Reiniciar",
|
||||
blind="A ciegas",
|
||||
},
|
||||
savedata={
|
||||
-- exportUnlock="Export Unlock",
|
||||
-- exportData="Export Data",
|
||||
|
||||
@@ -477,6 +477,16 @@ return{
|
||||
keyboard="[##]",
|
||||
reset="R",
|
||||
},
|
||||
mg_2048={
|
||||
reset="R",
|
||||
blind="???",
|
||||
tapControl="_↓",
|
||||
skip=">>",
|
||||
},
|
||||
mg_get10={
|
||||
reset="R",
|
||||
blind="???",
|
||||
},
|
||||
},
|
||||
getTip=function()
|
||||
local L="!@#$%^&*()-=_+[]{}\\|;:\'\",<.>/?"
|
||||
|
||||
@@ -641,6 +641,10 @@ return{
|
||||
replay1="P",
|
||||
replay2="P",
|
||||
},
|
||||
mg_get10={
|
||||
reset="重置",
|
||||
blind="盲打",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="导出地图进度",
|
||||
exportData="导出统计数据",
|
||||
|
||||
Reference in New Issue
Block a user