1
0
mirror of synced 2025-02-17 19:09:25 +01:00

Add AI (don) name and title to CLang files

This commit is contained in:
0aubsq 2022-04-02 15:30:23 +02:00
parent eb0ce7333b
commit e7ba1ba3ac
5 changed files with 16 additions and 2 deletions

View File

@ -294,6 +294,9 @@ namespace TJAPlayer3
[901] = "Restart",
[902] = "Quit",
[910] = "AI",
[911] = "Deus-Ex-Machina",
[9000] = "Off",
[9001] = "On",
[9002] = "None",

View File

@ -285,6 +285,9 @@ namespace TJAPlayer3
[901] = "Recommencer",
[902] = "Quitter",
[910] = "IA",
[911] = "Deus-Ex-Machina",
[9000] = "Non",
[9001] = "Oui",
[9002] = "Aucun",

View File

@ -349,6 +349,9 @@ namespace TJAPlayer3
[901] = "やりなおす",
[902] = "演奏中止",
[910] = "AIドン",
[911] = "デウス・エクス・マキナ",
[9000] = "しない",
[9001] = "する",
[9002] = "なし",

View File

@ -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)

View File

@ -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