Skip to content

Commit

Permalink
Given project name 喔齁喔齁鍵盤 by Aoi
Browse files Browse the repository at this point in the history
  • Loading branch information
KalinLai-void committed Jul 14, 2023
1 parent 7be24b6 commit 06d700d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Keyboard_Audio/AboutForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ System::Void KeyboardAudio::AboutForm::AboutForm_Load(System::Object^ sender, Sy
this->Text = "關於";
label1->Text = "有聲鍵盤 (Keyboard Audio)\r\n"
+ "喔齁喔齁鍵盤(Aoi所賜之專案名)\r\n"
+ "版本: 2.0.0\r\n\r\n"
+ "版本: 2.0.1\r\n\r\n"
+ "此專案為開源\r\n"
+ "若想了解更多細節歡迎查看專案GitHub\r\n\r\n"
+ "開發者: Kalin Lai\r\n"
+ "(aka 風凜魂太 aka KalinKonta)\r\n\r\n";
linkLabel1->Text = "GitHub";
linkLabel2->Text = "Kalin's 推特";
linkLabel2->Text = "推特";
linkLabel3->Text = "[歡迎訂閱] 程式圖示是台灣 VTuber Aoi Hinamori\r\n"
+ "開發靈感源自於她,也是我主推!";
}
Expand All @@ -23,13 +23,13 @@ System::Void KeyboardAudio::AboutForm::AboutForm_Load(System::Object^ sender, Sy
this->Text = "About";
label1->Text = "Keyboard Audio\r\n"
+ "O-Hou O-Hou Keyboard(named by Aoi)\r\n"
+ "Version: 2.0.0\r\n\r\n"
+ "Version: 2.0.1\r\n\r\n"
+ "This project is OPEN-SOURCE.\r\n"
+ "See the project GitHub to see more details.\r\n\r\n"
+ "Made by Kalin Lai\r\n"
+ "(aka 風凜魂太 aka KalinKonta)\r\n\r\n";
linkLabel1->Text = "GitHub";
linkLabel2->Text = "Kalin's Twitter";
linkLabel2->Text = "Twitter";
linkLabel3->Text = "[Promote] Icon is Taiwanese VTuber, Aoi Hinamori.\r\n"
+ "My inspiration for development comes from her.";
}
Expand Down
2 changes: 2 additions & 0 deletions Keyboard_Audio/RootForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ System::Void KeyboardAudio::RootForm::ReloadForm()
// Lang init
if (Main::lang == "zh-TW")
{
this->Text = "喔齁喔齁鍵盤";
Enable_Btn->Text = "點擊啟動";
settingsToolStripMenuItem->Text = "設定";
aboutToolStripMenuItem->Text = "關於";
}
else
{
this->Text = "O-Hou O-Hou Keyboard";
Enable_Btn->Text = "Click to Enable";
settingsToolStripMenuItem->Text = "Settings";
aboutToolStripMenuItem->Text = "About";
Expand Down

0 comments on commit 06d700d

Please sign in to comment.