mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-06 05:11:45 +08:00
1. fix Traditional Chinese and Simplified Chinese Conversion
2. Add the option to hidden the aside items #2 3. Add the option to change subtitle 4. Add the option to change the font 5. fix read-mode and night-mode 6. fix the bugs of the cover #2
This commit is contained in:
+15
-4
@@ -25,7 +25,7 @@ post:
|
||||
created: Created
|
||||
updated: Updated
|
||||
wordcount: Word count
|
||||
min2read: 'Reading time: %s min'
|
||||
min2read: "Reading time: %s min"
|
||||
page_pv: Post View
|
||||
copyright:
|
||||
author: Author
|
||||
@@ -33,7 +33,6 @@ post:
|
||||
copyright_notice: Copyright Notice
|
||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||
|
||||
|
||||
search: Search
|
||||
algolia_search:
|
||||
input_placeholder: Search for Posts
|
||||
@@ -57,7 +56,7 @@ aside:
|
||||
tags: Tags
|
||||
categories: Categories
|
||||
card_announcement: Announcement
|
||||
card_categories: Categories
|
||||
card_categories: Categories
|
||||
card_tags: Tags
|
||||
card_archives: Archives
|
||||
card_recent_post: Recent Post
|
||||
@@ -70,4 +69,16 @@ aside:
|
||||
site_pv_name: PV
|
||||
|
||||
donate: Donate
|
||||
share: Share
|
||||
share: Share
|
||||
|
||||
bookmark:
|
||||
title: Bookmark
|
||||
message_prev: Press
|
||||
message_next: to bookmark this page
|
||||
|
||||
rightside:
|
||||
readmode_title: Read Mode
|
||||
font_plus_title: Increase font size
|
||||
font_minus_title: Decrease font size
|
||||
translate_title: Traditional Chinese and Simplified Chinese Conversion
|
||||
night_mode_title: Dark Mode
|
||||
|
||||
+14
-5
@@ -25,7 +25,7 @@ post:
|
||||
created: Created
|
||||
updated: Updated
|
||||
wordcount: Word count
|
||||
min2read: 'Reading time: %s min'
|
||||
min2read: "Reading time: %s min"
|
||||
page_pv: Post View
|
||||
copyright:
|
||||
author: Author
|
||||
@@ -33,7 +33,6 @@ post:
|
||||
copyright_notice: Copyright Notice
|
||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||
|
||||
|
||||
search: Search
|
||||
algolia_search:
|
||||
input_placeholder: Search for Posts
|
||||
@@ -57,7 +56,7 @@ aside:
|
||||
tags: Tags
|
||||
categories: Categories
|
||||
card_announcement: Announcement
|
||||
card_categories: Categories
|
||||
card_categories: Categories
|
||||
card_tags: Tags
|
||||
card_archives: Archives
|
||||
card_recent_post: Recent Post
|
||||
@@ -69,6 +68,16 @@ aside:
|
||||
site_uv_name: UV
|
||||
site_pv_name: PV
|
||||
|
||||
|
||||
donate: Donate
|
||||
share: Share
|
||||
share: Share
|
||||
bookmark:
|
||||
title: Bookmark
|
||||
message_prev: Press
|
||||
message_next: to bookmark this page
|
||||
|
||||
rightside:
|
||||
readmode_title: Read Mode
|
||||
font_plus_title: Increase font size
|
||||
font_minus_title: Decrease font size
|
||||
translate_title: Traditional Chinese and Simplified Chinese Conversion
|
||||
night_mode_title: Dark Mode
|
||||
+13
-3
@@ -25,7 +25,7 @@ post:
|
||||
created: 发表于
|
||||
updated: 更新于
|
||||
wordcount: 字数总计
|
||||
min2read: '阅读时长: %s 分钟'
|
||||
min2read: "阅读时长: %s 分钟"
|
||||
page_pv: 阅读量
|
||||
copyright:
|
||||
author: 文章作者
|
||||
@@ -69,6 +69,16 @@ aside:
|
||||
site_uv_name: 本站访客数
|
||||
site_pv_name: 本站总访问量
|
||||
|
||||
|
||||
donate: 打赏
|
||||
share: 分享
|
||||
share: 分享
|
||||
bookmark:
|
||||
title: 添加书签
|
||||
message_prev: 按
|
||||
message_next: 键将本页加入书签
|
||||
|
||||
rightside:
|
||||
readmode_title: 阅读模式
|
||||
font_plus_title: 放大字体
|
||||
font_minus_title: 缩小字体
|
||||
translate_title: 简繁转换
|
||||
night_mode_title: 夜间模式
|
||||
|
||||
+13
-3
@@ -29,7 +29,7 @@ post:
|
||||
updated: 更新於
|
||||
wordcount: 字數總計
|
||||
commentcount: 評論數
|
||||
min2read: '閲讀時長: %s 分鐘'
|
||||
min2read: "閲讀時長: %s 分鐘"
|
||||
page_pv: 閲讀量
|
||||
copyright:
|
||||
author: 文章作者
|
||||
@@ -74,6 +74,16 @@ aside:
|
||||
site_uv_name: 本站訪客數
|
||||
site_pv_name: 本站總訪問量
|
||||
|
||||
|
||||
donate: 打賞
|
||||
share: 分享
|
||||
share: 分享
|
||||
bookmark:
|
||||
title: 添加書籤
|
||||
message_prev: 按
|
||||
message_next: 鍵將本頁加入書籤
|
||||
|
||||
rightside:
|
||||
readmode_title: 閲讀模式
|
||||
font_plus_title: 放大字體
|
||||
font_minus_title: 縮小字體
|
||||
translate_title: 簡繁轉換
|
||||
night_mode_title: 夜間模式
|
||||
Reference in New Issue
Block a user