新增小游戏:get10

This commit is contained in:
MrZ626
2021-02-10 19:20:28 +08:00
parent 28c38e84da
commit fbd435a018
10 changed files with 304 additions and 2 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: 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

View File

@@ -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",
},
--英文

View File

@@ -639,6 +639,10 @@ return{
replay1="P",
replay2="P",
},
mg_get10={
reset="Reset",
blind="Blind",
},
savedata={
exportUnlock="Export progress",
exportData="Export statistics",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -477,6 +477,16 @@ return{
keyboard="[##]",
reset="R",
},
mg_2048={
reset="R",
blind="???",
tapControl="_↓",
skip=">>",
},
mg_get10={
reset="R",
blind="???",
},
},
getTip=function()
local L="!@#$%^&*()-=_+[]{}\\|;:\'\",<.>/?"

View File

@@ -641,6 +641,10 @@ return{
replay1="P",
replay2="P",
},
mg_get10={
reset="重置",
blind="盲打",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",