mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
- 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.
39 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|