mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
- Deleted GitHub callback and authentication handler files. - Added new component for displaying headlines. - Implemented hot news feed component with external API fetching. - Created dynamic news provider page with routing. - Developed news organization about page with animations and data fetching. - Introduced a code of conduct document.
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"core": {
|
|
"sitename": "BlindSpec"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"dailybriefing": "Daily Briefing"
|
|
},
|
|
"home": {
|
|
"nonMoving": "Hi! This is your ",
|
|
"moving": {
|
|
"newsPlatform": "News Platform",
|
|
"miniWikipedia": "Mini Wikipedia",
|
|
"newsComparePlatform": "news comparison platform"
|
|
},
|
|
"startusing": "Let's Start!",
|
|
"learnmore": "Learn More"
|
|
},
|
|
"dailybriefing": "Daily Briefing",
|
|
"Welcome": "Welcome",
|
|
"loading": "Loading..."
|
|
}
|