新增小游戏:A to Z
This commit is contained in:
@@ -550,6 +550,10 @@ return{
|
||||
pong={
|
||||
reset="Restart",
|
||||
},
|
||||
AtoZ={
|
||||
level="Level",
|
||||
reset="Reset",
|
||||
},
|
||||
savedata={
|
||||
exportUnlock="Export progress",
|
||||
exportData="Export statistics",
|
||||
|
||||
@@ -549,6 +549,10 @@ return{
|
||||
pong={
|
||||
reset="Redémarrer",
|
||||
},
|
||||
AtoZ={
|
||||
-- level="Level",
|
||||
reset="Redémarrer",
|
||||
},
|
||||
help={
|
||||
dict="little Z",
|
||||
staff="Staff",
|
||||
|
||||
@@ -554,6 +554,10 @@ return{
|
||||
pong={
|
||||
reset="Reiniciar",
|
||||
},
|
||||
AtoZ={
|
||||
-- level="Level",
|
||||
reset="Reiniciar",
|
||||
},
|
||||
savedata={
|
||||
-- exportUnlock="Export Unlock",
|
||||
-- exportData="Export Data",
|
||||
|
||||
@@ -486,6 +486,10 @@ return{
|
||||
pong={
|
||||
reset="R",
|
||||
},
|
||||
AtoZ={
|
||||
level="_ _ _",
|
||||
reset="R",
|
||||
},
|
||||
},
|
||||
getTip=function()
|
||||
local L="!@#$%^&*()-=_+[]{}\\|;:\'\",<.>/?"
|
||||
|
||||
@@ -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="导出统计数据",
|
||||
|
||||
Reference in New Issue
Block a user