Skip to content

將 Program.cs 使用者介面文字從英文改為繁體中文#8

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-simplified-to-traditional-chinese
Draft

將 Program.cs 使用者介面文字從英文改為繁體中文#8
Copilot wants to merge 2 commits into
masterfrom
copilot/fix-simplified-to-traditional-chinese

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 10, 2026

Program.cs 的使用者介面字串為英文,與專案其他設定(zh-TW 語音語言、繁體中文 README)不一致。

Changes

  • 使用者提示訊息:開機問候語改為繁體中文,並更新結束指令提示
  • 離開條件:語音辨識結束觸發詞從 "goodbye" 改為 "再見"
  • Console 輸出標籤You Say =您說 =
  • 結束訊息See U Next Time下次見
// Before
Console.WriteLine("I am TalkGPT robot. Please give commands through the microphone...., To exit the program, please say 'goodbye'. ");
while (!text.Contains("goodbye"))
Console.WriteLine("\n\n See U Next Time~ \n\n");

// After
Console.WriteLine("我是 TalkGPT 機器人,請透過麥克風下指令,若要結束程式,請說「再見」。");
while (!text.Contains("再見"))
Console.WriteLine("\n\n 下次見! \n\n");

Copilot AI changed the title [WIP] Fix simplified Chinese to traditional Chinese in the program 將 Program.cs 使用者介面文字從英文改為繁體中文 Apr 10, 2026
Copilot AI requested a review from superlevin April 10, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

程式裡有一段出現簡體中文 請幫我修正成繁體中文

2 participants