news-analyze/i18n/locales/en.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

{
"localeflag": "🇺🇸",
"core": {
"sitename": "BlindSpec"
},
"nav": {
"home": "Home",
"dailybriefing": "Daily Briefing",
"learnmore": "About"
},
"home": {
"nonMoving": "Hi! This is your ",
"moving": {
"newsPlatform": "News Platform",
"miniWikipedia": "Mini Wikipedia",
"newsComparePlatform": "news comparison platform"
},
"startusing": "Let's Start!",
"learnmore": "Learn more",
"whydes": "Taiwan news mostly came from China-controlled media or from reporters who uses inappropriate content to farm clicks.",
"howdes": "We use web scraping to search for the latest news, and store it into a postgres database."
},
"dailybriefing": "Daily Briefing",
"Welcome": "Welcome",
"loading": "Loading...",
"app": {
"hotnews": "Hot News",
"news": "News",
"sources": "Sources",
"about": "About this website",
"settings": "settings",
"leave": "Leave",
"login": "Login",
"license": "License",
"search": "Search",
"chatbot": "Chatbot",
"starred": "Starred"
}
}