mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
breaking change: 重構 gallery 標籤外掛
improvement: 首頁社交圖標左右邊距調整 feat: 文章版權增加圖標 improvement: 重構 main.js 代碼 improvement: 優化 pjax 下的性能 fix: 修復子目錄下,pjax 跳轉 404 錯誤 feat: getScript 增加 attribute 配置 improvement: 優化手機端 toc 打開和關閉特效 improvement: 文章進入特效改為 transform, 優化 stylus improvement: 目錄側邊欄出現滾動條時,元素不會被擠壓 feat: 文章左右對齊 improvement: 處理 waline 的 url 後面多 / 導致跨域的問題 fix: 修復夜間模式下,小屏幕的toc 滾動條顏色不明顯的 bug fix: 修復設置字體超過17px時,toc 裏面的邊框異常的 bug improvement: 優化語言文件部分用詞 improvement: disqus 和 disqusjs 的評論數獲取不到時,顯示為 0 improvement: disqusjs 的評論數改為 api 獲取 improvement: 代碼優化 improvement: 更新 plugins.yml
This commit is contained in:
@@ -3,9 +3,9 @@ footer:
|
||||
theme: Theme
|
||||
|
||||
copy:
|
||||
success: Copy successfully
|
||||
error: Copy error
|
||||
noSupport: The browser does not support
|
||||
success: Copy Successful
|
||||
error: Copy Error
|
||||
noSupport: Browser Not Supported
|
||||
|
||||
page:
|
||||
articles: Articles
|
||||
@@ -15,15 +15,15 @@ page:
|
||||
|
||||
card_post_count: comments
|
||||
|
||||
no_title: No title
|
||||
no_title: Untitled
|
||||
|
||||
post:
|
||||
created: Created
|
||||
updated: Updated
|
||||
wordcount: Word count
|
||||
min2read: Reading time
|
||||
min2read_unit: min
|
||||
page_pv: Post View
|
||||
wordcount: Word Count
|
||||
min2read: Reading Time
|
||||
min2read_unit: mins
|
||||
page_pv: Post Views
|
||||
comments: Comments
|
||||
copyright:
|
||||
author: Author
|
||||
@@ -47,8 +47,8 @@ search:
|
||||
hits_stats: '${hits} results found'
|
||||
|
||||
pagination:
|
||||
prev: Previous Post
|
||||
next: Next Post
|
||||
prev: Previous
|
||||
next: Next
|
||||
|
||||
comment: Comment
|
||||
|
||||
@@ -65,33 +65,33 @@ aside:
|
||||
headline: Info
|
||||
article_name: Article
|
||||
runtime:
|
||||
name: Run time
|
||||
name: Runtime
|
||||
unit: days
|
||||
last_push_date:
|
||||
name: Last Push
|
||||
name: Last Update
|
||||
site_wordcount: Total Count
|
||||
site_uv_name: UV
|
||||
site_pv_name: PV
|
||||
more_button: More
|
||||
more_button: View More
|
||||
card_newest_comments:
|
||||
headline: Newest Comments
|
||||
headline: Latest Comments
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
error: Unable to retrieve comments, please check the configuration
|
||||
zero: No comments
|
||||
image: image
|
||||
link: link
|
||||
code: code
|
||||
card_toc: Catalog
|
||||
card_toc: Contents
|
||||
card_post_series: Series
|
||||
|
||||
date_suffix:
|
||||
just: Just
|
||||
just: Just now
|
||||
min: minutes ago
|
||||
hour: hours ago
|
||||
day: days ago
|
||||
month: months ago
|
||||
|
||||
donate: Donate
|
||||
donate: Sponsor
|
||||
share: Share
|
||||
|
||||
rightside:
|
||||
@@ -102,7 +102,7 @@ rightside:
|
||||
toc: Table Of Contents
|
||||
scroll_to_comment: Scroll To Comments
|
||||
setting: Setting
|
||||
aside: Toggle between single-column and double-column
|
||||
aside: Toggle between Single-column and Double-column
|
||||
chat: Chat
|
||||
|
||||
copy_copyright:
|
||||
@@ -112,12 +112,12 @@ copy_copyright:
|
||||
info: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
|
||||
|
||||
Snackbar:
|
||||
chs_to_cht: Traditional Chinese Activated Manually
|
||||
cht_to_chs: Simplified Chinese Activated Manually
|
||||
day_to_night: Dark Mode Activated Manually
|
||||
night_to_day: Light Mode Activated Manually
|
||||
chs_to_cht: You have switched to Traditional Chinese
|
||||
cht_to_chs: You have switched to Simplified Chinese
|
||||
day_to_night: You have switched to Dark Mode
|
||||
night_to_day: You have switched to Light Mode
|
||||
|
||||
loading: Loading...
|
||||
load_more: Load More
|
||||
|
||||
error404: Page not found
|
||||
error404: Page Not Found
|
||||
|
||||
@@ -3,9 +3,9 @@ footer:
|
||||
theme: Theme
|
||||
|
||||
copy:
|
||||
success: Copy successfully
|
||||
error: Copy error
|
||||
noSupport: The browser does not support
|
||||
success: Copy Successful
|
||||
error: Copy Error
|
||||
noSupport: Browser Not Supported
|
||||
|
||||
page:
|
||||
articles: Articles
|
||||
@@ -15,15 +15,15 @@ page:
|
||||
|
||||
card_post_count: comments
|
||||
|
||||
no_title: No title
|
||||
no_title: Untitled
|
||||
|
||||
post:
|
||||
created: Created
|
||||
updated: Updated
|
||||
wordcount: Word count
|
||||
min2read: Reading time
|
||||
min2read_unit: min
|
||||
page_pv: Post View
|
||||
wordcount: Word Count
|
||||
min2read: Reading Time
|
||||
min2read_unit: mins
|
||||
page_pv: Post Views
|
||||
comments: Comments
|
||||
copyright:
|
||||
author: Author
|
||||
@@ -47,8 +47,8 @@ search:
|
||||
hits_stats: '${hits} results found'
|
||||
|
||||
pagination:
|
||||
prev: Previous Post
|
||||
next: Next Post
|
||||
prev: Previous
|
||||
next: Next
|
||||
|
||||
comment: Comment
|
||||
|
||||
@@ -65,44 +65,44 @@ aside:
|
||||
headline: Info
|
||||
article_name: Article
|
||||
runtime:
|
||||
name: Run time
|
||||
name: Runtime
|
||||
unit: days
|
||||
last_push_date:
|
||||
name: Last Push
|
||||
name: Last Update
|
||||
site_wordcount: Total Count
|
||||
site_uv_name: UV
|
||||
site_pv_name: PV
|
||||
more_button: More
|
||||
more_button: View More
|
||||
card_newest_comments:
|
||||
headline: Newest Comments
|
||||
headline: Latest Comments
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
error: Unable to retrieve comments, please check the configuration
|
||||
zero: No comments
|
||||
image: image
|
||||
link: link
|
||||
code: code
|
||||
card_toc: Catalog
|
||||
card_toc: Contents
|
||||
card_post_series: Series
|
||||
|
||||
date_suffix:
|
||||
just: Just
|
||||
just: Just now
|
||||
min: minutes ago
|
||||
hour: hours ago
|
||||
day: days ago
|
||||
month: months ago
|
||||
|
||||
donate: Donate
|
||||
donate: Sponsor
|
||||
share: Share
|
||||
|
||||
rightside:
|
||||
readmode_title: Read Mode
|
||||
translate_title: Switch Between Traditional Chinese And Simplified Chinese
|
||||
night_mode_title: Switch Between Light And Dark Mode
|
||||
translate_title: Toggle Between Traditional Chinese And Simplified Chinese
|
||||
night_mode_title: Toggle Between Light And Dark Mode
|
||||
back_to_top: Back To Top
|
||||
toc: Table Of Contents
|
||||
scroll_to_comment: Scroll To Comments
|
||||
setting: Setting
|
||||
aside: Toggle between single-column and double-column
|
||||
aside: Toggle between Single-column and Double-column
|
||||
chat: Chat
|
||||
|
||||
copy_copyright:
|
||||
@@ -112,12 +112,12 @@ copy_copyright:
|
||||
info: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
|
||||
|
||||
Snackbar:
|
||||
chs_to_cht: Traditional Chinese Activated Manually
|
||||
cht_to_chs: Simplified Chinese Activated Manually
|
||||
day_to_night: Dark Mode Activated Manually
|
||||
night_to_day: Light Mode Activated Manually
|
||||
chs_to_cht: You have switched to Traditional Chinese
|
||||
cht_to_chs: You have switched to Simplified Chinese
|
||||
day_to_night: You have switched to Dark Mode
|
||||
night_to_day: You have switched to Light Mode
|
||||
|
||||
loading: Loading...
|
||||
load_more: Load More
|
||||
|
||||
error404: Page not found
|
||||
error404: Page Not Found
|
||||
@@ -92,7 +92,7 @@ date_suffix:
|
||||
day: 天前
|
||||
month: 个月前
|
||||
|
||||
donate: 打赏
|
||||
donate: 赞助
|
||||
share: 分享
|
||||
|
||||
rightside:
|
||||
@@ -113,8 +113,8 @@ copy_copyright:
|
||||
info: 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
|
||||
|
||||
Snackbar:
|
||||
chs_to_cht: 你已切换为繁体
|
||||
cht_to_chs: 你已切换为简体
|
||||
chs_to_cht: 你已切换为繁体中文
|
||||
cht_to_chs: 你已切换为简体中文
|
||||
day_to_night: 你已切换为深色模式
|
||||
night_to_day: 你已切换为浅色模式
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ page:
|
||||
|
||||
card_post_count: 條評論
|
||||
|
||||
no_title: 無題
|
||||
no_title: 無標題
|
||||
|
||||
post:
|
||||
created: 發表於
|
||||
@@ -83,7 +83,7 @@ aside:
|
||||
link: 連結
|
||||
code: 程式碼
|
||||
card_toc: 目錄
|
||||
card_post_series: 系列文章
|
||||
card_post_series: 文章系列
|
||||
|
||||
date_suffix:
|
||||
just: 剛剛
|
||||
@@ -92,14 +92,14 @@ date_suffix:
|
||||
day: 天前
|
||||
month: 個月前
|
||||
|
||||
donate: 打賞
|
||||
donate: 贊助
|
||||
share: 分享
|
||||
|
||||
rightside:
|
||||
readmode_title: 閱讀模式
|
||||
translate_title: 簡繁轉換
|
||||
night_mode_title: 淺色和深色模式轉換
|
||||
back_to_top: 回到頂部
|
||||
back_to_top: 返回頂部
|
||||
toc: 目錄
|
||||
scroll_to_comment: 直達評論
|
||||
setting: 設定
|
||||
@@ -110,11 +110,11 @@ copy_copyright:
|
||||
author: 作者
|
||||
link: 連結
|
||||
source: 來源
|
||||
info: 著作權歸作者所有。商業轉載請聯絡作者獲得授權,非商業轉載請註明出處。
|
||||
info: 著作權歸作者所有。商業轉載請聯繫作者獲得授權,非商業轉載請註明出處。
|
||||
|
||||
Snackbar:
|
||||
chs_to_cht: 你已切換為繁體
|
||||
cht_to_chs: 你已切換為簡體
|
||||
chs_to_cht: 你已切換為繁體中文
|
||||
cht_to_chs: 你已切換為簡體中文
|
||||
day_to_night: 你已切換為深色模式
|
||||
night_to_day: 你已切換為淺色模式
|
||||
|
||||
|
||||
Reference in New Issue
Block a user