新增小游戏:A to Z

This commit is contained in:
MrZ626
2020-11-13 22:40:18 +08:00
parent 78d7168913
commit 383b00d2c7
7 changed files with 132 additions and 0 deletions

View File

@@ -550,6 +550,10 @@ return{
pong={
reset="Restart",
},
AtoZ={
level="Level",
reset="Reset",
},
savedata={
exportUnlock="Export progress",
exportData="Export statistics",

View File

@@ -549,6 +549,10 @@ return{
pong={
reset="Redémarrer",
},
AtoZ={
-- level="Level",
reset="Redémarrer",
},
help={
dict="little Z",
staff="Staff",

View File

@@ -554,6 +554,10 @@ return{
pong={
reset="Reiniciar",
},
AtoZ={
-- level="Level",
reset="Reiniciar",
},
savedata={
-- exportUnlock="Export Unlock",
-- exportData="Export Data",

View File

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

View File

@@ -533,6 +533,7 @@ return{
p15="15 Puzzle",
schulte_G="舒尔特方格",
pong="Pong",
AtoZ="A to Z",
},
p15={
reset="打乱",
@@ -552,6 +553,10 @@ return{
pong={
reset="重置",
},
AtoZ={
level="关卡",
reset="重置",
},
savedata={
exportUnlock="导出地图进度",
exportData="导出统计数据",