Add English translation
This commit is contained in:
@@ -209,6 +209,7 @@ return {
|
||||
tryAnotherBuild="UTF-8 decoding error. If you are using Microsoft Windows, please try to download the build with the different architecture. If you are using the x86 version of Techmino, try downloading the x64 version and vice versa.",
|
||||
|
||||
modInstruction="Choose your modifiers here!\nMods allow you to change the rules in various ways, but they can also crash the game. Feel free to play the game your way!\nNote that scores are not saved when using mods. You can also toggle mods using your keyboard keys (hold Shift to reverse).",
|
||||
modApplyAtInstruction="Choose when you want the mod to be applied.\npreInit: Apply the mod before loading the game mode. This is the default option from version 0.17.15 and earlier. Some mods may experience errors when using this option.\npostInit: Apply the mod after loading the game mode. This can fix some errors in preInit. However, the mod may be disabled in some cases, such as after completing a stage in the game.\nalways: Apply the mod throughout the entire game. This option will help you keep the mod's effects in any situation.",
|
||||
modInfo={
|
||||
next="NEXT\nOverrides the number of Next pieces displayed.",
|
||||
hold="HOLD\nOverrides the number of Hold pieces displayed.",
|
||||
@@ -449,7 +450,7 @@ C. Gamepad
|
||||
},
|
||||
mod={
|
||||
title="Mods",
|
||||
modPatch="Enable mod patch",
|
||||
applyAt="Apply mods at",
|
||||
reset="Reset (tab)",
|
||||
unranked="Unranked",
|
||||
},
|
||||
|
||||
@@ -216,7 +216,7 @@ return {
|
||||
tryAnotherBuild="CO LOI KHI GIAI MA UTF-8! Neu dang choi Techmino tren Windows: hay doi tu x86 sang x64 va nguoc lai.",
|
||||
|
||||
modInstruction="Hãy chọn modifier bạn muốn.\nMod cho phép bạn có thể tùy biến game, nhưng cũng có thể làm game sập.\nKể cả thế, hãy thoải mái và chơi theo cách của bạn!\nBạn có thể dùng bàn phím để chọn mod (giữ Shift để chọn lùi)\nĐiểm sẽ không được lưu lại khi dùng mod.",
|
||||
modApplyAtInstruction="Chọn thời điểm bạn muốn mod được áp dụng.\npreInit: Áp dụng mod trước khi nạp chế độ chơi. Đây là tùy chọn mặc định từ phiên bản 0.17.15 trở về trước. Có thể gặp lỗi ở một số mod khi dùng tùy chọn này.\npostInit: Áp dụng mod sau khi nạp chế độ chơi, có thể sửa được một số lỗi ở preInit. Tuy nhiên, mod có thể bị mất tác dụng ở một số trường hợp, VD như sau khi hoàn thành một chặng trong game.\nalways: Áp dụng mod trong suốt cả màn chạy. Tùy chọn này sẽ giúp bạn giữ lại tác dụng của mod dù ở bất kì trường hợp nào.",
|
||||
modApplyAtInstruction="Chọn thời điểm bạn muốn mod được áp dụng.\npreInit: Áp dụng mod trước khi nạp chế độ chơi. Đây là tùy chọn mặc định từ phiên bản 0.17.15 trở về trước. Có thể gặp lỗi ở một số mod khi dùng tùy chọn này.\npostInit: Áp dụng mod sau khi nạp chế độ chơi, có thể sửa được một số lỗi ở preInit. Tuy nhiên, mod có thể bị mất tác dụng ở một số trường hợp, VD như sau khi hoàn thành một chặng trong game.\nalways: Áp dụng mod trong suốt cả game. Tùy chọn này sẽ giúp bạn giữ lại tác dụng của mod dù ở bất kì trường hợp nào.",
|
||||
modInfo={
|
||||
next="NEXT\nGhi đè số gạch hiển thị ở hàng NEXT",
|
||||
hold="HOLD\nGhi đè số lượng gạch được giữ ở cột HOLD",
|
||||
@@ -458,7 +458,7 @@ C. Tay cầm chơi game (Gamepad):
|
||||
mod={
|
||||
title="Mods",
|
||||
reset="Đặt lại (tab)",
|
||||
modApplyAt="Áp dụng mod khi",
|
||||
ApplyAt="Áp dụng mod khi",
|
||||
unranked ="Không tính điểm",
|
||||
},
|
||||
pause={
|
||||
|
||||
@@ -142,7 +142,7 @@ end
|
||||
scene.widgetList={
|
||||
WIDGET.newText{name='title', x= 80,y=50,font=70,align='L'},
|
||||
WIDGET.newText{name='unranked', x= 970,y=70,color='Y',font=50,align='R'},
|
||||
WIDGET.newSelector{name='modApplyAt',x=1100,y=100,w=230,color='Y',font=20,list={'preInit','postInit','always'},disp=function() return GAME.modApplyAt end,code=function(v) GAME.modApplyAt=v end},
|
||||
WIDGET.newSelector{name='applyAt',x=1100,y=100,w=230,color='Y',font=20,list={'preInit','postInit','always'},disp=function() return GAME.modApplyAt end,code=function(v) GAME.modApplyAt=v end},
|
||||
WIDGET.newButton{name='reset', x=1140,y=540,w=170,h=80,font=25,code=pressKey'tab'},
|
||||
WIDGET.newButton{name='back', x=1140,y=640,w=170,h=80,sound='back',font=60,fText=CHAR.icon.back,code=backScene},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user