mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08: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.
25 lines
564 B
JSON
25 lines
564 B
JSON
{
|
|
"localeflag": "🇹🇼",
|
|
"core": {
|
|
"sitename": "新聞盲點平台"
|
|
},
|
|
"nav": {
|
|
"home": "首頁",
|
|
"dailybriefing": "今日報導",
|
|
"learnmore": "了解更多"
|
|
},
|
|
"home": {
|
|
"nonMoving": "嗨!這是你的",
|
|
"moving": {
|
|
"newsPlatform": "新聞平台",
|
|
"miniWikipedia": "米你維基百科",
|
|
"newsComparePlatform": "新聞觀點比對平台"
|
|
},
|
|
"startusing": "開始使用!",
|
|
"learnmore": "了解更多"
|
|
},
|
|
"dailybriefing": "今日報導",
|
|
"Welcome": "歡迎",
|
|
"loading": "載入中..."
|
|
}
|