修正部分英文文本,删除部分不需要的文本项,称呼love2d为LÖVE
This commit is contained in:
@@ -35,10 +35,10 @@ return{
|
||||
combo="Combo",maxcmb="Max Combo",
|
||||
pc="Perfect Clear",ko="KO",
|
||||
|
||||
win="Win!",
|
||||
win="Win",
|
||||
lose="Lose",
|
||||
finish="Finish",
|
||||
gamewin="You Win!",
|
||||
gamewin="You Win",
|
||||
gameover="Game Over",
|
||||
pause="Pause",
|
||||
pauseCount="Pauses",
|
||||
@@ -73,7 +73,6 @@ return{
|
||||
newRecord="New Record!",
|
||||
|
||||
getNoticeFail="Failed fetching announcements...",
|
||||
getVersionFail="Update detection failed",
|
||||
oldVersion="Version $1 is now available!",
|
||||
needUpdate="Newer version required!",
|
||||
notFinished="Coming soon!",
|
||||
@@ -92,7 +91,6 @@ return{
|
||||
accessFailed="Access Denied.",
|
||||
|
||||
wsConnecting="Websocket: Connecting",
|
||||
wsSuccessed="WebSocket: Connected.",
|
||||
wsFailed="WebSocket: Connection Failed.",
|
||||
wsClose="WebSocket Closed: ",
|
||||
netTimeout="Network connection timeout",
|
||||
@@ -107,7 +105,6 @@ return{
|
||||
ready="Ready",
|
||||
connStream="Connecting",
|
||||
waitStream="Waiting",
|
||||
champion="$1 won the game!",
|
||||
spectating="Spectating",
|
||||
chatRemain="Online",
|
||||
chatStart="------Beginning of log------",
|
||||
@@ -156,14 +153,7 @@ return{
|
||||
"Finesse:",
|
||||
},
|
||||
radar={"DEF","OFF","ATK","SEND","SPD","DIG"},
|
||||
radarData={
|
||||
"D'PM",
|
||||
"ADPM",
|
||||
"APM",
|
||||
"SPM",
|
||||
"L'PM",
|
||||
"DPM",
|
||||
},
|
||||
radarData={"D'PM","ADPM","APM","SPM","L'PM","DPM"},
|
||||
stat={
|
||||
"Times Launched:",
|
||||
"Play Count:",
|
||||
@@ -181,7 +171,7 @@ return{
|
||||
"This is just an *ordinary* block stacker. Really, that's it.",
|
||||
"It has inspirations from C2/IO/JS/WWC/KOS etc.",
|
||||
"",
|
||||
"Powered by LÖVE/love2d",
|
||||
"Powered by LÖVE",
|
||||
"Any suggestions or bug reports are appreciated!",
|
||||
"Make sure to get the game only from official sources,",
|
||||
"as we can't make sure you're safe if you got it elsewhere.",
|
||||
@@ -190,7 +180,7 @@ return{
|
||||
},
|
||||
staff={
|
||||
"Author: MrZ E-mail: 1046101471@qq.com",
|
||||
"Powered by LÖVE2D",
|
||||
"Powered by LÖVE",
|
||||
"",
|
||||
"Program: MrZ, Particle_G, [FinnTenzor]",
|
||||
"Art: MrZ, ScF, [Gnyar, 旋律星萤, T0722]",
|
||||
@@ -580,7 +570,7 @@ return{
|
||||
l0="L-Spin",
|
||||
l1="L-Spin 1",
|
||||
l2="L-Spin 2",
|
||||
l3="L-Spinn 3",
|
||||
l3="L-Spin 3",
|
||||
|
||||
t0="T-Spin",
|
||||
t1="T-Spin 1",
|
||||
@@ -806,8 +796,8 @@ return{
|
||||
"Changelogs in English can be found on Discord.",
|
||||
"Color clear coming soon!",
|
||||
"COOL!!",
|
||||
"Did I just see a Back-to-Back-to-Back?",
|
||||
"Decreasing DAS and ARR is faster but harder to control.",
|
||||
"Did I just see a Back-to-Back-to-Back?",
|
||||
"Don't let a small glitch ruin your entire day!",
|
||||
"Don't look directly at the bugs!",
|
||||
"Enjoy the Techmino rotation system!",
|
||||
@@ -895,4 +885,4 @@ return{
|
||||
{C.Y,"O-Spin Triple!"},
|
||||
{C.Z,"What? ",C.lC,"Xspin?"},
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user