news-analyze/i18n/locales/zh-tw.json
吳元皓 f89e6aaa48 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.
2025-05-13 00:18:19 +08:00

39 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"localeflag": "🇹🇼",
"core": {
"sitename": "新聞盲點平台"
},
"nav": {
"home": "首頁",
"dailybriefing": "今日報導",
"learnmore": "了解更多"
},
"home": {
"nonMoving": "嗨!這是你的",
"moving": {
"newsPlatform": "新聞平台",
"miniWikipedia": "迷你維基百科",
"newsComparePlatform": "新聞觀點比對平台"
},
"startusing": "開始使用!",
"learnmore": "了解更多",
"whydes": "台灣的新聞是要痲是來自中國控制的媒體,或是來自只想獲得點閱的記者。",
"howdes": " 我們使用使用 Python 寫的網頁爬蟲來搜尋最新的新聞並將其存入Postgres資料庫中。"
},
"dailybriefing": "今日報導",
"Welcome": "歡迎",
"loading": "載入中...",
"app": {
"hotnews": "熱門新聞",
"news": "新聞",
"sources": "資料來源",
"about": "關於這個網站",
"settings": "設定",
"leave": "離開",
"login": "登入",
"license": "授權",
"search": "搜尋",
"chatbot": "聊天機器人",
"starred": "收藏"
}
}