Add AI (don) name and title to CLang files
This commit is contained in:
parent
eb0ce7333b
commit
e7ba1ba3ac
@ -294,6 +294,9 @@ namespace TJAPlayer3
|
||||
[901] = "Restart",
|
||||
[902] = "Quit",
|
||||
|
||||
[910] = "AI",
|
||||
[911] = "Deus-Ex-Machina",
|
||||
|
||||
[9000] = "Off",
|
||||
[9001] = "On",
|
||||
[9002] = "None",
|
||||
|
@ -285,6 +285,9 @@ namespace TJAPlayer3
|
||||
[901] = "Recommencer",
|
||||
[902] = "Quitter",
|
||||
|
||||
[910] = "IA",
|
||||
[911] = "Deus-Ex-Machina",
|
||||
|
||||
[9000] = "Non",
|
||||
[9001] = "Oui",
|
||||
[9002] = "Aucun",
|
||||
|
@ -349,6 +349,9 @@ namespace TJAPlayer3
|
||||
[901] = "やりなおす",
|
||||
[902] = "演奏中止",
|
||||
|
||||
[910] = "AIドン",
|
||||
[911] = "デウス・エクス・マキナ",
|
||||
|
||||
[9000] = "しない",
|
||||
[9001] = "する",
|
||||
[9002] = "なし",
|
||||
|
@ -54,8 +54,8 @@ namespace TJAPlayer3
|
||||
|
||||
string[] stages = { "初", "二", "三", "四", "五", "六", "七", "八", "九", "極" };
|
||||
|
||||
string name = "AIドン";
|
||||
string title = "デウス・エクス・マキナ";
|
||||
string name = CLangManager.LangInstance.GetString(910);
|
||||
string title = CLangManager.LangInstance.GetString(911);
|
||||
string dan = stages[Math.Max(0, TJAPlayer3.ConfigIni.nAILevel - 1)] + "面";
|
||||
|
||||
if (TJAPlayer3.ConfigIni.nAILevel == 0 || actualPlayer == 0)
|
||||
|
@ -255,6 +255,11 @@
|
||||
901 : Restart
|
||||
902 : Exit
|
||||
|
||||
# AI nameplate informations (91X)
|
||||
|
||||
910 : AI
|
||||
911 : Deus-ex-machina
|
||||
|
||||
# Song selection page options (900X)
|
||||
|
||||
9000 : Off
|
||||
|
Loading…
x
Reference in New Issue
Block a user