mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
- Deleted unused `headlines.vue`, `admin.vue`, and `newsorg.vue` layouts. - Consolidated `newsOrgAbout` functionality into a single `newsOrgAbout.vue` component. - Added error handling page with dynamic error messages. - Updated navigation to include a new "Learn More" link. - Adjusted translations for "Learn More" in both English and Traditional Chinese. - Increased dimensions for the "Hot News" app window.
24 lines
542 B
JSON
24 lines
542 B
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"
|
|
},
|
|
"dailybriefing": "Daily Briefing",
|
|
"Welcome": "Welcome",
|
|
"loading": "Loading..."
|
|
}
|