news-analyze/i18n/locales/en.json
吳元皓 930713042e refactor: remove GitHub authentication API endpoints and add new components
- 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.
2025-05-11 14:37:46 +08:00

22 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..."
}