修复几个语言fallback错误

This commit is contained in:
MrZ626
2021-01-28 23:29:43 +08:00
parent c9056fe2dc
commit 8d3910b7a0
5 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
return{ return{
fallback=3, fallback=4,
back="Retour", back="Retour",
anykey="Appuyez sur n'importe quelle touche", anykey="Appuyez sur n'importe quelle touche",
-- sureQuit="Press again to exit", -- sureQuit="Press again to exit",

View File

@@ -1,4 +1,5 @@
return{ return{
fallback=4,
back="Voltar", back="Voltar",
anykey="Pressione qualquer tecla", anykey="Pressione qualquer tecla",
sureQuit="Aparte novamente para sair", sureQuit="Aparte novamente para sair",

View File

@@ -1,5 +1,5 @@
return{ return{
fallback=3, fallback=4,
back="Volver", back="Volver",
anykey="Pulsa cualquier tecla", anykey="Pulsa cualquier tecla",
-- sureQuit="Press again to exit", -- sureQuit="Press again to exit",

View File

@@ -1,5 +1,5 @@
return{ return{
fallback=3, fallback=4,
back="X", back="X",
anykey="↓□↓", anykey="↓□↓",
newVersion="&!!!???↓↓", newVersion="&!!!???↓↓",

View File

@@ -230,5 +230,4 @@ return{
["custom_clear"]= {"自定义", "普通"}, ["custom_clear"]= {"自定义", "普通"},
["custom_puzzle"]= {"自定义", "拼图"}, ["custom_puzzle"]= {"自定义", "拼图"},
}, },
getTip=nil,
} }