forked from auroral-ui/hexo-theme-aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added traditional chinese language support
- Loading branch information
Showing
17 changed files
with
219 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"menu": { | ||
"home": "首頁", | ||
"about": "關於", | ||
"archives": "歸檔", | ||
"categories": "分類", | ||
"tags": "標簽", | ||
"post": "文章", | ||
"message-board": "留言闆", | ||
"search": "搜索結果", | ||
"not-found": "無法找到頁面" | ||
}, | ||
"home": { | ||
"recommended": "推薦文章" | ||
}, | ||
"titles": { | ||
"articles": "文章列錶", | ||
"about": "關於我", | ||
"category_list": "分類", | ||
"tag_list": "標簽", | ||
"toc": "文章目錄", | ||
"comment": "評論區", | ||
"recent_comment": "最近評論" | ||
}, | ||
"settings": { | ||
"months": [ | ||
"一月", | ||
"二月", | ||
"三月", | ||
"四月", | ||
"五月", | ||
"六月", | ||
"七月", | ||
"八月", | ||
"九月", | ||
"十月", | ||
"十一月", | ||
"十二月" | ||
], | ||
"articles": "文章", | ||
"categories": "分類", | ||
"tags": "標簽", | ||
"words": "文字", | ||
"visitor_count": "總共訪客數", | ||
"visit_count": "總共訪問數", | ||
"button-all": "全部", | ||
"paginator": { | ||
"newer": "新的", | ||
"older": "以往", | ||
"prev": "上一篇更回味", | ||
"next": "下一篇更精彩" | ||
}, | ||
"more-tags": "查看更多", | ||
"admin-user": "博主", | ||
"shared-on": "發佈於", | ||
"recently-search": "最近搜索", | ||
"search-result": "一共找到 [total] 個結果", | ||
"no-recent-search": "沒有最近搜索記錄。", | ||
"no-search-result": "沒有找到任何記錄。", | ||
"cmd-to-select": "查看", | ||
"cmd-to-navigate": "選擇", | ||
"cmd-to-close": "關閉", | ||
"searched-by": "搜索引擎", | ||
"tips-back-to-top": "返回頂部", | ||
"tips-open-menu": "打開菜單", | ||
"tips-back-to-home": "返回首頁", | ||
"tips-open-search": "打開搜索", | ||
"default-category": "文章", | ||
"default-tag": "未分類", | ||
"empty-tag": "目前沒有標簽", | ||
"empty-recent-comments": "目前沒有最新評論", | ||
"pinned": "置頂", | ||
"featured": "推薦", | ||
"page-views-value": "瀏覽次數:", | ||
"site-running-for": "建站天數:", | ||
"site-running-for-unit": "天", | ||
"links": "友情鏈接", | ||
"links-slogan": "與無數博主共同進步", | ||
"links-random-visit": "隨機訪問", | ||
"links-apply": "申請友鏈", | ||
"links-badge-personal": "個人", | ||
"links-badge-personal-desc": "記錄關於自己的點點滴滴", | ||
"links-badge-tech": "技術", | ||
"links-badge-tech-desc": "技術為主的博主們", | ||
"links-badge-designer": "設計", | ||
"links-badge-designer-desc": "設計為主的博主們", | ||
"links-badge-vip": "贊助者", | ||
"links-badge-vip-desc": "最近贊助本站的友友們", | ||
"notification-random-jump": "正在隨機挑選一位幸運博主" | ||
} | ||
} |
Oops, something went wrong.