hexo-theme-shokax 0.3.13 → 0.3.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. package/CODE_OF_CONDUCT.md +128 -128
  2. package/CONTRIBUTING.md +58 -58
  3. package/LICENSE +660 -660
  4. package/LICENSE-shoka +21 -21
  5. package/README.md +99 -99
  6. package/README_en.MD +90 -90
  7. package/UsageRestrictions.md +25 -25
  8. package/_config.yml +370 -370
  9. package/_images.yml +9 -9
  10. package/languages/README.md +19 -19
  11. package/languages/default.yml +1 -1
  12. package/languages/en.yml +153 -153
  13. package/languages/ja.yml +153 -153
  14. package/languages/zh-CN.yml +153 -153
  15. package/languages/zh-HK.yml +153 -153
  16. package/languages/zh-TW.yml +153 -153
  17. package/layout/_alternate/atom.ejs +30 -30
  18. package/layout/_alternate/json.ejs +16 -16
  19. package/layout/_alternate/rss.ejs +34 -34
  20. package/layout/_mixin/breadcrumb.pug +33 -33
  21. package/layout/_mixin/card.pug +38 -38
  22. package/layout/_mixin/comment.pug +41 -41
  23. package/layout/_mixin/postmeta.pug +29 -29
  24. package/layout/_mixin/segment.pug +32 -32
  25. package/layout/_mixin/sidebar.pug +40 -40
  26. package/layout/_mixin/widgets.pug +33 -33
  27. package/layout/_partials/footer.pug +42 -42
  28. package/layout/_partials/head/head.pug +57 -57
  29. package/layout/_partials/head/head_com.pug +17 -17
  30. package/layout/_partials/head/pwa.pug +18 -18
  31. package/layout/_partials/header.pug +18 -18
  32. package/layout/_partials/layout.pug +139 -139
  33. package/layout/_partials/loading.pug +13 -13
  34. package/layout/_partials/pagination.pug +4 -4
  35. package/layout/_partials/post/copyright.pug +20 -20
  36. package/layout/_partials/post/footer.pug +25 -25
  37. package/layout/_partials/post/nav.pug +13 -13
  38. package/layout/_partials/post/post.pug +41 -41
  39. package/layout/_partials/post/reward.pug +18 -18
  40. package/layout/_partials/sidebar/menu.pug +37 -37
  41. package/layout/_partials/sidebar/overview.pug +42 -42
  42. package/layout/_partials/third-party/baidu-analytics.pug +11 -11
  43. package/layout/_partials/third-party/clarity.pug +8 -8
  44. package/layout/_partials/third-party/google-analytics.pug +9 -9
  45. package/layout/archive.pug +118 -118
  46. package/layout/category.pug +59 -59
  47. package/layout/index.pug +33 -33
  48. package/layout/page.pug +55 -55
  49. package/layout/post.pug +36 -36
  50. package/layout/tag.pug +43 -43
  51. package/package.json +47 -47
  52. package/scripts/helpers/asset.js +61 -61
  53. package/scripts/plugin/check.js +2 -2
  54. package/scripts/tags/links.js +4 -4
  55. package/source/assets/algolia_logo.svg +9 -9
  56. package/source/assets/logo.svg +16 -16
  57. package/source/css/_colors.styl +207 -207
  58. package/source/css/_common/components/components.styl +6 -6
  59. package/source/css/_common/components/highlight/highlight.styl +357 -357
  60. package/source/css/_common/components/highlight/operation.styl +21 -21
  61. package/source/css/_common/components/pages/collapse.styl +119 -119
  62. package/source/css/_common/components/pages/home.styl +391 -391
  63. package/source/css/_common/components/pages/pages.styl +56 -56
  64. package/source/css/_common/components/pages/tag-cloud.styl +12 -12
  65. package/source/css/_common/components/post/breadcrumb.styl +39 -39
  66. package/source/css/_common/components/post/copyright.styl +41 -41
  67. package/source/css/_common/components/post/expand.styl +263 -263
  68. package/source/css/_common/components/post/footer.styl +11 -11
  69. package/source/css/_common/components/post/header.styl +79 -79
  70. package/source/css/_common/components/post/nav.styl +63 -63
  71. package/source/css/_common/components/post/post.styl +29 -29
  72. package/source/css/_common/components/post/reward.styl +50 -50
  73. package/source/css/_common/components/post/rtl.styl +12 -12
  74. package/source/css/_common/components/post/tags.styl +39 -39
  75. package/source/css/_common/components/tags/collapse.styl +72 -72
  76. package/source/css/_common/components/tags/container.styl +49 -49
  77. package/source/css/_common/components/tags/label.styl +12 -12
  78. package/source/css/_common/components/tags/links.styl +77 -77
  79. package/source/css/_common/components/tags/list.styl +131 -131
  80. package/source/css/_common/components/tags/note.styl +70 -70
  81. package/source/css/_common/components/tags/player.styl +361 -361
  82. package/source/css/_common/components/tags/quiz.styl +200 -200
  83. package/source/css/_common/components/tags/tabs.styl +89 -89
  84. package/source/css/_common/components/tags/tags.styl +9 -9
  85. package/source/css/_common/components/third-party/loading.styl +222 -222
  86. package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
  87. package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
  88. package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
  89. package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
  90. package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
  91. package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
  92. package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
  93. package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
  94. package/source/css/_common/components/third-party/pace.styl +18 -18
  95. package/source/css/_common/components/third-party/search.styl +167 -167
  96. package/source/css/_common/components/third-party/theme.styl +151 -151
  97. package/source/css/_common/components/third-party/third-party.styl +22 -22
  98. package/source/css/_common/components/third-party/widgets.styl +57 -57
  99. package/source/css/_common/outline/footer/footer.styl +69 -69
  100. package/source/css/_common/outline/header/brand.styl +77 -77
  101. package/source/css/_common/outline/header/header.styl +20 -20
  102. package/source/css/_common/outline/header/image.styl +85 -85
  103. package/source/css/_common/outline/header/menu.styl +117 -117
  104. package/source/css/_common/outline/header/nav.styl +81 -81
  105. package/source/css/_common/outline/header/right.styl +15 -15
  106. package/source/css/_common/outline/header/tool.styl +207 -207
  107. package/source/css/_common/outline/header/waves.styl +57 -57
  108. package/source/css/_common/outline/mobile.styl +46 -46
  109. package/source/css/_common/outline/outline.styl +78 -78
  110. package/source/css/_common/outline/sidebar/author.styl +59 -59
  111. package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
  112. package/source/css/_common/outline/sidebar/menu.styl +63 -63
  113. package/source/css/_common/outline/sidebar/quick.styl +43 -43
  114. package/source/css/_common/outline/sidebar/related.styl +56 -56
  115. package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
  116. package/source/css/_common/outline/sidebar/social.styl +69 -69
  117. package/source/css/_common/outline/sidebar/state.styl +37 -37
  118. package/source/css/_common/outline/sidebar/tab.styl +71 -71
  119. package/source/css/_common/outline/sidebar/toc.styl +47 -47
  120. package/source/css/_common/scaffolding/animate.styl +322 -322
  121. package/source/css/_common/scaffolding/base.styl +190 -190
  122. package/source/css/_common/scaffolding/buttons.styl +48 -48
  123. package/source/css/_common/scaffolding/divider.styl +36 -36
  124. package/source/css/_common/scaffolding/iconfont.styl +443 -443
  125. package/source/css/_common/scaffolding/normalize.styl +273 -273
  126. package/source/css/_common/scaffolding/pagination.styl +81 -81
  127. package/source/css/_common/scaffolding/ribbon.styl +38 -38
  128. package/source/css/_common/scaffolding/scaffolding.styl +14 -14
  129. package/source/css/_common/scaffolding/scrollbar.styl +37 -37
  130. package/source/css/_common/scaffolding/tables.styl +50 -50
  131. package/source/css/_common/scaffolding/tip.styl +19 -19
  132. package/source/css/_common/scaffolding/toggles.styl +59 -59
  133. package/source/css/_iconfont.styl +455 -455
  134. package/source/css/_mixins.styl +148 -148
  135. package/source/css/_variables.styl +89 -89
  136. package/source/css/app.styl +41 -41
  137. package/source/css/comment.styl +3 -3
  138. package/source/css/mermaid.styl +5 -5
  139. package/source/css/optimize.styl +5 -5
  140. package/source/js/_app/pjax/refresh.js +1 -1
@@ -1,153 +1,153 @@
1
- ---
2
- name: 简体中文
3
- favicon:
4
- show: (●´3`●)やれやれだぜ
5
- hide: (´Д`)大変だ!
6
-
7
- title:
8
- archive: 归档
9
- category: 分类
10
- tag: 标签
11
- all: 全部
12
- not_found: Σ( ° △ °|||)︴404!何も見えない
13
- category_in: 分类于"%s"的文章
14
- tag_in: 包含标签"%s"的文章
15
- archive_in: 发表于"%s"的文章
16
-
17
- menu:
18
- home: 首页
19
- posts: 文章
20
- archives: 归档
21
- categories: 分类
22
- tags: 标签
23
- about: 关于
24
- search: 搜索
25
- census: 博客访问统计
26
- aboutsite: 关于本站
27
- updata: 更新日志
28
- statistics: 统计
29
- admiration: 赞赏博主
30
- friends: 友链
31
- privacy: 隐私政策
32
-
33
- sidebar:
34
- overview: 站点概览
35
- toc: 文章目录
36
- related: 系列文章
37
-
38
- index:
39
- sticky: 置顶文章
40
- category: 精选分类
41
- posts: 文章列表
42
- random_posts: 随机文章
43
- recent_comments: 最新评论
44
-
45
- post:
46
- posted: 发表于
47
- edited: 更新于
48
- created: 创建时间
49
- modified: 修改时间
50
- edit: 编辑
51
- in: 分类于
52
- read_more: 阅读全文
53
- untitled: 未命名
54
- sticky: 置顶
55
- views: 阅读次数
56
- related_posts: 相关文章
57
- next: 下一篇
58
- prev: 上一篇
59
- copyright:
60
- author: 本文作者
61
- link: 本文链接
62
- license_title: 版权声明
63
- license_content: "本站所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
64
- nocopy: "<span class=\"red\">本页内容禁止转载!</span>"
65
-
66
- footer:
67
- powered: "基于 %s"
68
- total_views: 总访问量
69
- total_visitors: 总访客量
70
-
71
- counter:
72
- index:
73
- post: "%d 篇文章"
74
- category: "%d 个子项,"
75
- tag_cloud:
76
- zero: 暂无标签
77
- one: 目前共计 1 个标签
78
- other: "目前共计 %d 个标签"
79
- categories:
80
- zero: 暂无分类
81
- one: 目前共计 1 个分类
82
- other: "目前共计 %d 个分类"
83
- archive_posts:
84
- zero: 暂无文章。
85
- one: 目前共计 1 篇文章。
86
- other: "目前共计 %d 篇文章。"
87
-
88
- state:
89
- posts: 文章
90
- tags: 标签
91
- categories: 分类
92
-
93
- search:
94
- placeholder: 文章搜索
95
- empty: "关于 「 ${query} 」,什么也没搜到"
96
- stats: "${time} ms 内找到 ${hits} 条结果"
97
-
98
- cheers:
99
- um: 嗯..
100
- ok: 还行
101
- nice: 不错
102
- good: 很好
103
- great: 非常好
104
- excellent: 太棒了
105
-
106
- keep_on: 继续努力。
107
-
108
- symbol:
109
- comma: ","
110
- period: "。"
111
- colon: ":"
112
- year: 年
113
- month: 月
114
-
115
- reward:
116
- donate: 赞赏
117
- text: 请我喝[茶]~( ̄▽ ̄)~*
118
- wechatpay: 微信支付
119
- alipay: 支付宝
120
- paypal: 贝宝
121
- bitcoin: 比特币
122
-
123
- follow_me:
124
- welcome: 欢迎关注我的其它发布渠道
125
-
126
- accessibility:
127
- nav_toggle: 切换导航栏
128
- prev_page: 上一页
129
- next_page: 下一页
130
-
131
- symbols_count_time:
132
- count: 本文字数
133
- count_total: 站点总字数
134
- time: 阅读时长
135
- time_total: 站点阅读时长
136
- time_minutes: 分钟
137
- word: 字
138
- view: 次
139
-
140
- tips:
141
- copyright: "复制成功,转载请遵守 %s 协议。"
142
- nocopy: "复制失败,本页内容禁止转载!"
143
-
144
- quiz:
145
- choice: 单选题
146
- multiple: 多选题
147
- true_false: 判断题
148
- essay: 问答题
149
- gap_fill: 填空题
150
- mistake: 错题备注
151
-
152
- outime:
153
- template: "<div class=\"note warning\"><p><span class=\"label warning\">文章时效性提示</span><br>这是一篇发布于 {{publish}} 天前,最后一次更新在 {{updated}} 天前的文章,部分信息可能已经发生改变,请注意甄别。</p></div>"
1
+ ---
2
+ name: 简体中文
3
+ favicon:
4
+ show: (●´3`●)やれやれだぜ
5
+ hide: (´Д`)大変だ!
6
+
7
+ title:
8
+ archive: 归档
9
+ category: 分类
10
+ tag: 标签
11
+ all: 全部
12
+ not_found: Σ( ° △ °|||)︴404!何も見えない
13
+ category_in: 分类于"%s"的文章
14
+ tag_in: 包含标签"%s"的文章
15
+ archive_in: 发表于"%s"的文章
16
+
17
+ menu:
18
+ home: 首页
19
+ posts: 文章
20
+ archives: 归档
21
+ categories: 分类
22
+ tags: 标签
23
+ about: 关于
24
+ search: 搜索
25
+ census: 博客访问统计
26
+ aboutsite: 关于本站
27
+ updata: 更新日志
28
+ statistics: 统计
29
+ admiration: 赞赏博主
30
+ friends: 友链
31
+ privacy: 隐私政策
32
+
33
+ sidebar:
34
+ overview: 站点概览
35
+ toc: 文章目录
36
+ related: 系列文章
37
+
38
+ index:
39
+ sticky: 置顶文章
40
+ category: 精选分类
41
+ posts: 文章列表
42
+ random_posts: 随机文章
43
+ recent_comments: 最新评论
44
+
45
+ post:
46
+ posted: 发表于
47
+ edited: 更新于
48
+ created: 创建时间
49
+ modified: 修改时间
50
+ edit: 编辑
51
+ in: 分类于
52
+ read_more: 阅读全文
53
+ untitled: 未命名
54
+ sticky: 置顶
55
+ views: 阅读次数
56
+ related_posts: 相关文章
57
+ next: 下一篇
58
+ prev: 上一篇
59
+ copyright:
60
+ author: 本文作者
61
+ link: 本文链接
62
+ license_title: 版权声明
63
+ license_content: "本站所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
64
+ nocopy: "<span class=\"red\">本页内容禁止转载!</span>"
65
+
66
+ footer:
67
+ powered: "基于 %s"
68
+ total_views: 总访问量
69
+ total_visitors: 总访客量
70
+
71
+ counter:
72
+ index:
73
+ post: "%d 篇文章"
74
+ category: "%d 个子项,"
75
+ tag_cloud:
76
+ zero: 暂无标签
77
+ one: 目前共计 1 个标签
78
+ other: "目前共计 %d 个标签"
79
+ categories:
80
+ zero: 暂无分类
81
+ one: 目前共计 1 个分类
82
+ other: "目前共计 %d 个分类"
83
+ archive_posts:
84
+ zero: 暂无文章。
85
+ one: 目前共计 1 篇文章。
86
+ other: "目前共计 %d 篇文章。"
87
+
88
+ state:
89
+ posts: 文章
90
+ tags: 标签
91
+ categories: 分类
92
+
93
+ search:
94
+ placeholder: 文章搜索
95
+ empty: "关于 「 ${query} 」,什么也没搜到"
96
+ stats: "${time} ms 内找到 ${hits} 条结果"
97
+
98
+ cheers:
99
+ um: 嗯..
100
+ ok: 还行
101
+ nice: 不错
102
+ good: 很好
103
+ great: 非常好
104
+ excellent: 太棒了
105
+
106
+ keep_on: 继续努力。
107
+
108
+ symbol:
109
+ comma: ","
110
+ period: "。"
111
+ colon: ":"
112
+ year: 年
113
+ month: 月
114
+
115
+ reward:
116
+ donate: 赞赏
117
+ text: 请我喝[茶]~( ̄▽ ̄)~*
118
+ wechatpay: 微信支付
119
+ alipay: 支付宝
120
+ paypal: 贝宝
121
+ bitcoin: 比特币
122
+
123
+ follow_me:
124
+ welcome: 欢迎关注我的其它发布渠道
125
+
126
+ accessibility:
127
+ nav_toggle: 切换导航栏
128
+ prev_page: 上一页
129
+ next_page: 下一页
130
+
131
+ symbols_count_time:
132
+ count: 本文字数
133
+ count_total: 站点总字数
134
+ time: 阅读时长
135
+ time_total: 站点阅读时长
136
+ time_minutes: 分钟
137
+ word: 字
138
+ view: 次
139
+
140
+ tips:
141
+ copyright: "复制成功,转载请遵守 %s 协议。"
142
+ nocopy: "复制失败,本页内容禁止转载!"
143
+
144
+ quiz:
145
+ choice: 单选题
146
+ multiple: 多选题
147
+ true_false: 判断题
148
+ essay: 问答题
149
+ gap_fill: 填空题
150
+ mistake: 错题备注
151
+
152
+ outime:
153
+ template: "<div class=\"note warning\"><p><span class=\"label warning\">文章时效性提示</span><br>这是一篇发布于 {{publish}} 天前,最后一次更新在 {{updated}} 天前的文章,部分信息可能已经发生改变,请注意甄别。</p></div>"
@@ -1,153 +1,153 @@
1
- ---
2
- name: 繁體中文(香港)
3
- favicon:
4
- show: (●´3`●)復活成功
5
- hide: (´Д`)瀏覽器崩潰啦
6
-
7
- title:
8
- archive: 歸檔
9
- category: 分類
10
- tag: 標籤
11
- all: 全部
12
- not_found: Σ( ° △ °|||)︴404!何も見えない
13
- category_in: 分類於"%s"的文章
14
- tag_in: 包含標籤"%s"的文章
15
- archive_in: 發表於"%s"的文章
16
-
17
- menu:
18
- home: 首頁
19
- posts: 文章
20
- archives: 歸檔
21
- categories: 分類
22
- tags: 標籤
23
- about: 關於
24
- search: 檢索
25
- census: 博客訪問統計
26
- aboutsite: 關於本站
27
- updata: 更新日誌
28
- statistics: 統計
29
- admiration: 讚賞博主
30
- friends: 友鏈
31
- privacy: 隱私政策
32
-
33
- sidebar:
34
- overview: 本站概覽
35
- toc: 文章目錄
36
- related: 系列文章
37
-
38
- index:
39
- sticky: 置頂文章
40
- category: 精選分類
41
- posts: 文章列表
42
- random_posts: 隨機文章
43
- recent_comments: 最新評論
44
-
45
- post:
46
- posted: 發表於
47
- edited: 更新於
48
- created: 創建時間
49
- modified: 修改時間
50
- edit: 編輯
51
- in: 分類於
52
- read_more: 閱讀全文
53
- untitled: 未命名
54
- sticky: 置頂
55
- views: 閱讀次數
56
- related_posts: 相關文章
57
- next: 下一篇
58
- prev: 上一篇
59
- copyright:
60
- author: 博主
61
- link: 文章連結
62
- license_title: 版權聲明
63
- license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
64
- nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
65
-
66
- footer:
67
- powered: "基於 %s"
68
- total_views: 總瀏覽次數
69
- total_visitors: 訪客總數
70
-
71
- counter:
72
- index:
73
- post: "%d 篇文章"
74
- category: "%d 個子項,"
75
- tag_cloud:
76
- zero: 暫無標籤
77
- one: 目前共有 1 個標籤
78
- other: "目前共有 %d 個標籤"
79
- categories:
80
- zero: 暫無分類
81
- one: 目前共有 1 個分類
82
- other: "目前共有 %d 個分類"
83
- archive_posts:
84
- zero: 暫無文章。
85
- one: 目前共有 1 篇文章。
86
- other: "目前共有 %d 篇文章。"
87
-
88
- state:
89
- posts: 文章
90
- tags: 標籤
91
- categories: 分類
92
-
93
- search:
94
- placeholder: 文章搜索
95
- empty: "關於 「 ${query} 」 ,什麼也沒搜到"
96
- stats: "${time} ms 內找到 ${hits} 條結果"
97
-
98
- cheers:
99
- um: 嗯..
100
- ok: 還行
101
- nice: 好
102
- good: 很好
103
- great: 非常好
104
- excellent: 太棒了
105
-
106
- keep_on: 繼續努力。
107
-
108
- symbol:
109
- comma: ","
110
- period: "。"
111
- colon: ":"
112
- year: 年
113
- month: 月
114
-
115
- reward:
116
- donate: 打賞
117
- text: 請我喝[茶]~( ̄▽ ̄)~*
118
- wechatpay: 微信支付
119
- alipay: 支付寶
120
- paypal: PayPal
121
- bitcoin: 比特幣
122
-
123
- follow_me:
124
- welcome: 歡迎關注我的其它發布渠道
125
-
126
- accessibility:
127
- nav_toggle: 切換導航欄
128
- prev_page: 上一頁
129
- next_page: 下一頁
130
-
131
- symbols_count_time:
132
- count: 本文字數
133
- count_total: 站點總字數
134
- time: 閱讀時長
135
- time_total: 站點閱讀時長
136
- time_minutes: 分鐘
137
- word: 字
138
- view: 次
139
-
140
- tips:
141
- copyright: "複製成功,轉載請遵守 %s 協議。"
142
- nocopy: "複製失敗,本頁內容禁止轉載!"
143
-
144
- quiz:
145
- choice: 單選題
146
- multiple: 多選題
147
- true_false: 判斷題
148
- essay: 問答題
149
- gap_fill: 填空題
150
- mistake: 錯題備註
151
-
152
- outime:
153
- template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"
1
+ ---
2
+ name: 繁體中文(香港)
3
+ favicon:
4
+ show: (●´3`●)復活成功
5
+ hide: (´Д`)瀏覽器崩潰啦
6
+
7
+ title:
8
+ archive: 歸檔
9
+ category: 分類
10
+ tag: 標籤
11
+ all: 全部
12
+ not_found: Σ( ° △ °|||)︴404!何も見えない
13
+ category_in: 分類於"%s"的文章
14
+ tag_in: 包含標籤"%s"的文章
15
+ archive_in: 發表於"%s"的文章
16
+
17
+ menu:
18
+ home: 首頁
19
+ posts: 文章
20
+ archives: 歸檔
21
+ categories: 分類
22
+ tags: 標籤
23
+ about: 關於
24
+ search: 檢索
25
+ census: 博客訪問統計
26
+ aboutsite: 關於本站
27
+ updata: 更新日誌
28
+ statistics: 統計
29
+ admiration: 讚賞博主
30
+ friends: 友鏈
31
+ privacy: 隱私政策
32
+
33
+ sidebar:
34
+ overview: 本站概覽
35
+ toc: 文章目錄
36
+ related: 系列文章
37
+
38
+ index:
39
+ sticky: 置頂文章
40
+ category: 精選分類
41
+ posts: 文章列表
42
+ random_posts: 隨機文章
43
+ recent_comments: 最新評論
44
+
45
+ post:
46
+ posted: 發表於
47
+ edited: 更新於
48
+ created: 創建時間
49
+ modified: 修改時間
50
+ edit: 編輯
51
+ in: 分類於
52
+ read_more: 閱讀全文
53
+ untitled: 未命名
54
+ sticky: 置頂
55
+ views: 閱讀次數
56
+ related_posts: 相關文章
57
+ next: 下一篇
58
+ prev: 上一篇
59
+ copyright:
60
+ author: 博主
61
+ link: 文章連結
62
+ license_title: 版權聲明
63
+ license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!"
64
+ nocopy: "<span class=\"red\">本頁內容禁止轉載!</span>"
65
+
66
+ footer:
67
+ powered: "基於 %s"
68
+ total_views: 總瀏覽次數
69
+ total_visitors: 訪客總數
70
+
71
+ counter:
72
+ index:
73
+ post: "%d 篇文章"
74
+ category: "%d 個子項,"
75
+ tag_cloud:
76
+ zero: 暫無標籤
77
+ one: 目前共有 1 個標籤
78
+ other: "目前共有 %d 個標籤"
79
+ categories:
80
+ zero: 暫無分類
81
+ one: 目前共有 1 個分類
82
+ other: "目前共有 %d 個分類"
83
+ archive_posts:
84
+ zero: 暫無文章。
85
+ one: 目前共有 1 篇文章。
86
+ other: "目前共有 %d 篇文章。"
87
+
88
+ state:
89
+ posts: 文章
90
+ tags: 標籤
91
+ categories: 分類
92
+
93
+ search:
94
+ placeholder: 文章搜索
95
+ empty: "關於 「 ${query} 」 ,什麼也沒搜到"
96
+ stats: "${time} ms 內找到 ${hits} 條結果"
97
+
98
+ cheers:
99
+ um: 嗯..
100
+ ok: 還行
101
+ nice: 好
102
+ good: 很好
103
+ great: 非常好
104
+ excellent: 太棒了
105
+
106
+ keep_on: 繼續努力。
107
+
108
+ symbol:
109
+ comma: ","
110
+ period: "。"
111
+ colon: ":"
112
+ year: 年
113
+ month: 月
114
+
115
+ reward:
116
+ donate: 打賞
117
+ text: 請我喝[茶]~( ̄▽ ̄)~*
118
+ wechatpay: 微信支付
119
+ alipay: 支付寶
120
+ paypal: PayPal
121
+ bitcoin: 比特幣
122
+
123
+ follow_me:
124
+ welcome: 歡迎關注我的其它發布渠道
125
+
126
+ accessibility:
127
+ nav_toggle: 切換導航欄
128
+ prev_page: 上一頁
129
+ next_page: 下一頁
130
+
131
+ symbols_count_time:
132
+ count: 本文字數
133
+ count_total: 站點總字數
134
+ time: 閱讀時長
135
+ time_total: 站點閱讀時長
136
+ time_minutes: 分鐘
137
+ word: 字
138
+ view: 次
139
+
140
+ tips:
141
+ copyright: "複製成功,轉載請遵守 %s 協議。"
142
+ nocopy: "複製失敗,本頁內容禁止轉載!"
143
+
144
+ quiz:
145
+ choice: 單選題
146
+ multiple: 多選題
147
+ true_false: 判斷題
148
+ essay: 問答題
149
+ gap_fill: 填空題
150
+ mistake: 錯題備註
151
+
152
+ outime:
153
+ template: "<div class=\"note warning\"><p><span class=\"label warning\">文章時效性提示</span><br>這是一篇發佈於 {{publish}} 天前,最後一次更新在 {{updated}} 天前的文章,部分信息可能已經發生改變,請注意甄別。</p></div>"