修复本地混战模式ai死亡时报错,微调胜利/失败文本显示相关代码
This commit is contained in:
@@ -36,8 +36,10 @@ return{
|
||||
combo="Combo",maxcmb="Max Combo",
|
||||
pc="Perfect Clear",ko="KO",
|
||||
|
||||
win="You Win!",
|
||||
win="Win",
|
||||
lose="Lose",
|
||||
finish="Finish",
|
||||
gamewin="You Win!",
|
||||
gameover="Game Over",
|
||||
pause="Pause",
|
||||
pauseCount="Pauses",
|
||||
|
||||
@@ -37,8 +37,10 @@ return{
|
||||
pc="Perfect Clear",ko="KO",
|
||||
|
||||
|
||||
win="Gagné !",
|
||||
-- win="Win",
|
||||
-- lose="Lose",
|
||||
finish="Terminé",
|
||||
gamewin="Gagné !",
|
||||
gameover="Fin du jeu",
|
||||
pause="Pause",
|
||||
pauseCount="Pauses",
|
||||
|
||||
@@ -37,8 +37,10 @@ return{
|
||||
combo="Combo",maxcmb="Combo máximo",
|
||||
pc="Tudo limpo",ko="KO",
|
||||
|
||||
win="Você venceu!",
|
||||
-- win="Win",
|
||||
-- lose="Lose",
|
||||
finish="Terminou",
|
||||
gamewin="Você venceu!",
|
||||
gameover="Fim de jogo",
|
||||
pause="Pausa",
|
||||
pauseCount="Pausas",
|
||||
|
||||
@@ -36,8 +36,10 @@ return{
|
||||
combo="Combo",maxcmb="Combo Máx.",
|
||||
pc="Perfect Clear",ko="KO",
|
||||
|
||||
win="Victoria",
|
||||
-- win="Win",
|
||||
-- lose="Lose",
|
||||
finish="Fin",
|
||||
gamewin="Victoria",
|
||||
gameover="Fin del Juego",
|
||||
pause="Pausa",
|
||||
pauseCount="Veces pausadas",
|
||||
|
||||
@@ -25,7 +25,9 @@ return{
|
||||
missionFailed="-X_X-",
|
||||
|
||||
win=": )",
|
||||
lose=": (",
|
||||
finish="&",
|
||||
gamewin=">>",
|
||||
gameover="x",
|
||||
pause="=",
|
||||
pauseCount="==",
|
||||
|
||||
@@ -26,9 +26,11 @@ return{
|
||||
combo="连击",maxcmb="最大连",
|
||||
pc="消干净了",ko="淘汰",
|
||||
|
||||
win="成了",
|
||||
win="好了",
|
||||
lose="挂了",
|
||||
finish="可以的",
|
||||
gameover="挂了",
|
||||
gamewin="成了",
|
||||
gameover="没了",
|
||||
pause="歇会",
|
||||
pauseCount="歇多久了",
|
||||
finesse_ap="您",
|
||||
|
||||
@@ -37,7 +37,9 @@ return{
|
||||
pc="Perfect Clear",ko="KO",
|
||||
|
||||
win="胜利",
|
||||
lose="失败",
|
||||
finish="完成",
|
||||
gamewin="胜利",
|
||||
gameover="游戏结束",
|
||||
pause="暂停",
|
||||
pauseCount="暂停统计",
|
||||
|
||||
Reference in New Issue
Block a user