mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add new translations and chatbot window
- Updated English and Traditional Chinese translations to include "search", "chatbot", and "starred". - Added "chatbot" menu item to the desktop application. - Refactored window management functions for better clarity and organization. - Created a new chatbot component with a basic template.
This commit is contained in:
parent
a06e696e24
commit
f89e6aaa48
5 changed files with 111 additions and 114 deletions
|
@ -31,6 +31,9 @@
|
|||
"settings": "settings",
|
||||
"leave": "Leave",
|
||||
"login": "Login",
|
||||
"license": "License"
|
||||
"license": "License",
|
||||
"search": "Search",
|
||||
"chatbot": "Chatbot",
|
||||
"starred": "Starred"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,6 +31,9 @@
|
|||
"settings": "設定",
|
||||
"leave": "離開",
|
||||
"login": "登入",
|
||||
"license": "授權"
|
||||
"license": "授權",
|
||||
"search": "搜尋",
|
||||
"chatbot": "聊天機器人",
|
||||
"starred": "收藏"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue