hexo-theme-shokax 0.0.2-alpha2 → 0.0.2-alpha3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODE_OF_CONDUCT.md +128 -0
- package/CONTRIBUTING.md +56 -0
- package/LICENSE +28 -28
- package/LICENSE-shoka +21 -21
- package/README.md +46 -55
- package/README_en.MD +25 -0
- package/_config.yml +392 -355
- package/_images.yml +100 -100
- package/languages/README.md +19 -19
- package/languages/default.yml +1 -1
- package/languages/en.yml +151 -151
- package/languages/ja.yml +146 -146
- package/languages/zh-CN.yml +154 -154
- package/languages/zh-HK.yml +146 -146
- package/languages/zh-TW.yml +146 -146
- package/layout/_alternate/atom.ejs +30 -30
- package/layout/_alternate/json.ejs +16 -16
- package/layout/_alternate/rss.ejs +34 -34
- package/layout/_mixin/breadcrumb.pug +33 -33
- package/layout/_mixin/card.pug +37 -37
- package/layout/_mixin/comment.pug +66 -12
- package/layout/_mixin/postmeta.pug +30 -30
- package/layout/_mixin/segment.pug +32 -32
- package/layout/_mixin/sidebar.pug +36 -36
- package/layout/_mixin/widgets.pug +31 -29
- package/layout/_partials/footer.pug +40 -40
- package/layout/_partials/head/head.pug +51 -58
- package/layout/_partials/head/head_com.pug +17 -17
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +143 -153
- package/layout/_partials/loading.pug +13 -13
- package/layout/_partials/pagination.pug +4 -4
- package/layout/_partials/post/copyright.pug +20 -20
- package/layout/_partials/post/footer.pug +14 -14
- package/layout/_partials/post/nav.pug +13 -13
- package/layout/_partials/post/post.pug +28 -28
- package/layout/_partials/post/reward.pug +18 -18
- package/layout/_partials/sidebar/menu.pug +37 -37
- package/layout/_partials/sidebar/overview.pug +41 -42
- package/layout/_partials/third-party/baidu-analytics.pug +11 -11
- package/layout/_partials/third-party/clarity.pug +8 -8
- package/layout/archive.pug +118 -118
- package/layout/category.pug +63 -63
- package/layout/index.pug +33 -33
- package/layout/page.pug +56 -56
- package/layout/post.pug +35 -35
- package/layout/tag.pug +43 -43
- package/package.json +35 -35
- package/scripts/filters/locals.js +59 -59
- package/scripts/filters/post.js +23 -23
- package/scripts/generaters/archive.js +141 -141
- package/scripts/generaters/config.js +43 -43
- package/scripts/generaters/images.js +26 -26
- package/scripts/generaters/index.js +110 -110
- package/scripts/generaters/pages.js +19 -19
- package/scripts/generaters/script.js +89 -89
- package/scripts/helpers/asset.js +183 -237
- package/scripts/helpers/engine.js +190 -190
- package/scripts/helpers/list_categories.js +140 -140
- package/scripts/helpers/symbols_count_time.js +76 -76
- package/scripts/plugin/index.js +6 -6
- package/scripts/plugin/lib/injects-point.js +19 -19
- package/scripts/plugin/lib/injects.js +89 -88
- package/scripts/tags/links.js +86 -86
- package/scripts/tags/media.js +19 -19
- package/source/assets/algolia_logo.svg +9 -9
- package/source/assets/logo.svg +16 -16
- package/source/css/_colors.styl +207 -207
- package/source/css/_common/components/components.styl +6 -6
- package/source/css/_common/components/highlight/highlight.styl +353 -353
- package/source/css/_common/components/highlight/operation.styl +21 -21
- package/source/css/_common/components/pages/collapse.styl +119 -119
- package/source/css/_common/components/pages/home.styl +385 -385
- package/source/css/_common/components/pages/pages.styl +56 -56
- package/source/css/_common/components/pages/tag-cloud.styl +12 -12
- package/source/css/_common/components/post/breadcrumb.styl +39 -39
- package/source/css/_common/components/post/copyright.styl +41 -41
- package/source/css/_common/components/post/expand.styl +264 -264
- package/source/css/_common/components/post/footer.styl +11 -11
- package/source/css/_common/components/post/header.styl +79 -79
- package/source/css/_common/components/post/nav.styl +63 -63
- package/source/css/_common/components/post/post.styl +29 -29
- package/source/css/_common/components/post/reward.styl +50 -50
- package/source/css/_common/components/post/rtl.styl +12 -12
- package/source/css/_common/components/post/tags.styl +39 -39
- package/source/css/_common/components/tags/collapse.styl +72 -72
- package/source/css/_common/components/tags/container.styl +49 -49
- package/source/css/_common/components/tags/label.styl +12 -12
- package/source/css/_common/components/tags/links.styl +77 -77
- package/source/css/_common/components/tags/list.styl +131 -131
- package/source/css/_common/components/tags/note.styl +70 -70
- package/source/css/_common/components/tags/player.styl +361 -361
- package/source/css/_common/components/tags/quiz.styl +200 -200
- package/source/css/_common/components/tags/tabs.styl +83 -83
- package/source/css/_common/components/tags/tags.styl +9 -9
- package/source/css/_common/components/third-party/loading.styl +222 -222
- package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
- package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
- package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
- package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
- package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
- package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
- package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
- package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
- package/source/css/_common/components/third-party/pace.styl +18 -18
- package/source/css/_common/components/third-party/search.styl +167 -167
- package/source/css/_common/components/third-party/theme.styl +151 -151
- package/source/css/_common/components/third-party/third-party.styl +22 -22
- package/source/css/_common/components/third-party/valine.styl +548 -548
- package/source/css/_common/components/third-party/widgets.styl +57 -57
- package/source/css/_common/outline/footer/footer.styl +69 -69
- package/source/css/_common/outline/header/brand.styl +77 -77
- package/source/css/_common/outline/header/header.styl +20 -20
- package/source/css/_common/outline/header/image.styl +79 -79
- package/source/css/_common/outline/header/menu.styl +117 -117
- package/source/css/_common/outline/header/nav.styl +81 -81
- package/source/css/_common/outline/header/right.styl +15 -15
- package/source/css/_common/outline/header/tool.styl +207 -207
- package/source/css/_common/outline/header/waves.styl +50 -50
- package/source/css/_common/outline/mobile.styl +46 -46
- package/source/css/_common/outline/outline.styl +78 -78
- package/source/css/_common/outline/sidebar/author.styl +59 -59
- package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
- package/source/css/_common/outline/sidebar/menu.styl +63 -63
- package/source/css/_common/outline/sidebar/quick.styl +43 -43
- package/source/css/_common/outline/sidebar/related.styl +56 -56
- package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
- package/source/css/_common/outline/sidebar/social.styl +69 -69
- package/source/css/_common/outline/sidebar/state.styl +37 -37
- package/source/css/_common/outline/sidebar/tab.styl +71 -71
- package/source/css/_common/outline/sidebar/toc.styl +47 -47
- package/source/css/_common/scaffolding/animate.styl +318 -318
- package/source/css/_common/scaffolding/base.styl +172 -172
- package/source/css/_common/scaffolding/buttons.styl +48 -48
- package/source/css/_common/scaffolding/divider.styl +36 -36
- package/source/css/_common/scaffolding/iconfont.styl +443 -443
- package/source/css/_common/scaffolding/normalize.styl +289 -289
- package/source/css/_common/scaffolding/pagination.styl +81 -81
- package/source/css/_common/scaffolding/ribbon.styl +38 -38
- package/source/css/_common/scaffolding/scaffolding.styl +14 -14
- package/source/css/_common/scaffolding/scrollbar.styl +37 -37
- package/source/css/_common/scaffolding/tables.styl +50 -50
- package/source/css/_common/scaffolding/tip.styl +19 -19
- package/source/css/_common/scaffolding/toggles.styl +59 -59
- package/source/css/_iconfont.styl +451 -451
- package/source/css/_mixins.styl +146 -146
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +36 -36
- package/source/css/comment.styl +5 -5
- package/source/css/mermaid.styl +5 -5
- package/source/js/_app/components.js +330 -330
- package/source/js/_app/global.js +317 -317
- package/source/js/_app/library.js +302 -302
- package/source/js/_app/page.js +623 -623
- package/source/js/_app/player.js +748 -748
- package/source/js/_app/vue.js +43 -43
package/languages/ja.yml
CHANGED
@@ -1,146 +1,146 @@
|
|
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
|
-
|
26
|
-
sidebar:
|
27
|
-
overview: 概要
|
28
|
-
toc: 見出し
|
29
|
-
related: 関連記事
|
30
|
-
|
31
|
-
index:
|
32
|
-
sticky: 固定記事
|
33
|
-
category: 注目のカテゴリ
|
34
|
-
posts: 記事のリスト
|
35
|
-
random_posts: ランダムな記事
|
36
|
-
recent_comments: 最近のコメント
|
37
|
-
|
38
|
-
post:
|
39
|
-
posted: 投稿日
|
40
|
-
edited: 編集日
|
41
|
-
created: 作成日
|
42
|
-
modified: 修正日
|
43
|
-
edit: この記事を編集する
|
44
|
-
in: カテゴリ
|
45
|
-
read_more: 続きを読む
|
46
|
-
untitled: 無題
|
47
|
-
sticky: 固定
|
48
|
-
views: 閲覧数
|
49
|
-
related_posts: 関連記事
|
50
|
-
next: 次の記事
|
51
|
-
prev: 前の記事
|
52
|
-
copyright:
|
53
|
-
author: 著者
|
54
|
-
link: 記事へのリンク
|
55
|
-
license_title: 著作権表示
|
56
|
-
license_content: "このブログ内のすべての記事は、特別な記載がない限り %s の下のライセンスで保護されています。"
|
57
|
-
nocopy: "<span class=\"red\">再印刷は禁止されています。</span>"
|
58
|
-
|
59
|
-
footer:
|
60
|
-
powered: "Powered by %s"
|
61
|
-
total_views: 閲覧合計数
|
62
|
-
total_visitors: 合計閲覧者数
|
63
|
-
|
64
|
-
counter:
|
65
|
-
index:
|
66
|
-
post: "%d 件の記事"
|
67
|
-
category: "%d サブカテゴリ,"
|
68
|
-
tag_cloud:
|
69
|
-
zero: タグなし
|
70
|
-
one: 全 1 タグ
|
71
|
-
other: "全 %d タグ"
|
72
|
-
categories:
|
73
|
-
zero: カテゴリなし
|
74
|
-
one: 全 1 カテゴリ
|
75
|
-
other: "全 %d カテゴリ"
|
76
|
-
archive_posts:
|
77
|
-
zero: ポストなし
|
78
|
-
one: 全 1 ポスト
|
79
|
-
other: "全 %d ポスト"
|
80
|
-
|
81
|
-
state:
|
82
|
-
posts: ポスト
|
83
|
-
tags: タグ
|
84
|
-
categories: カテゴリ
|
85
|
-
|
86
|
-
search:
|
87
|
-
placeholder: 検索…
|
88
|
-
empty: "「 ${query} 」については何も見つかりませんでした"
|
89
|
-
stats: "${time} ms以内に ${hits} 件の結果が見つかりました"
|
90
|
-
|
91
|
-
cheers:
|
92
|
-
um: うーん
|
93
|
-
ok: はい
|
94
|
-
nice: まあまあ
|
95
|
-
good: いいね
|
96
|
-
great: すごい
|
97
|
-
excellent: 最高
|
98
|
-
|
99
|
-
keep_on: もっと書こう!
|
100
|
-
|
101
|
-
symbol:
|
102
|
-
comma: "、"
|
103
|
-
period: "。"
|
104
|
-
colon: ":"
|
105
|
-
year: 年
|
106
|
-
month: 月
|
107
|
-
|
108
|
-
reward:
|
109
|
-
donate: 寄付
|
110
|
-
text: "*~( ̄▽ ̄)~[お茶]を一杯ください"
|
111
|
-
wechatpay: WeChat 支払う
|
112
|
-
alipay: Alipay
|
113
|
-
paypal: PayPal
|
114
|
-
bitcoin: ビットコイン
|
115
|
-
|
116
|
-
follow_me:
|
117
|
-
welcome: Welcome to my other publishing channels
|
118
|
-
|
119
|
-
accessibility:
|
120
|
-
nav_toggle: ナビゲーションバーの切り替え
|
121
|
-
prev_page: 前のページ
|
122
|
-
next_page: 次のページ
|
123
|
-
|
124
|
-
symbols_count_time:
|
125
|
-
count: 単語数
|
126
|
-
count_total: 単語の総数
|
127
|
-
time: 読書の時間
|
128
|
-
time_total: 読書の合計時間
|
129
|
-
time_minutes: 分
|
130
|
-
word: 単語
|
131
|
-
view: 回
|
132
|
-
|
133
|
-
tips:
|
134
|
-
copyright: "コピーは成功しました。 <br> 再印刷については、 %s 契約に従ってください。"
|
135
|
-
nocopy: "コピーに失敗しました。 <br> 再印刷は禁止されています。"
|
136
|
-
|
137
|
-
quiz:
|
138
|
-
choice: 選択
|
139
|
-
multiple: 複数選択
|
140
|
-
true_false: 正誤
|
141
|
-
essay: 問答
|
142
|
-
gap_fill: 空欄
|
143
|
-
mistake: 間違った答え
|
144
|
-
|
145
|
-
outime:
|
146
|
-
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
|
+
|
26
|
+
sidebar:
|
27
|
+
overview: 概要
|
28
|
+
toc: 見出し
|
29
|
+
related: 関連記事
|
30
|
+
|
31
|
+
index:
|
32
|
+
sticky: 固定記事
|
33
|
+
category: 注目のカテゴリ
|
34
|
+
posts: 記事のリスト
|
35
|
+
random_posts: ランダムな記事
|
36
|
+
recent_comments: 最近のコメント
|
37
|
+
|
38
|
+
post:
|
39
|
+
posted: 投稿日
|
40
|
+
edited: 編集日
|
41
|
+
created: 作成日
|
42
|
+
modified: 修正日
|
43
|
+
edit: この記事を編集する
|
44
|
+
in: カテゴリ
|
45
|
+
read_more: 続きを読む
|
46
|
+
untitled: 無題
|
47
|
+
sticky: 固定
|
48
|
+
views: 閲覧数
|
49
|
+
related_posts: 関連記事
|
50
|
+
next: 次の記事
|
51
|
+
prev: 前の記事
|
52
|
+
copyright:
|
53
|
+
author: 著者
|
54
|
+
link: 記事へのリンク
|
55
|
+
license_title: 著作権表示
|
56
|
+
license_content: "このブログ内のすべての記事は、特別な記載がない限り %s の下のライセンスで保護されています。"
|
57
|
+
nocopy: "<span class=\"red\">再印刷は禁止されています。</span>"
|
58
|
+
|
59
|
+
footer:
|
60
|
+
powered: "Powered by %s"
|
61
|
+
total_views: 閲覧合計数
|
62
|
+
total_visitors: 合計閲覧者数
|
63
|
+
|
64
|
+
counter:
|
65
|
+
index:
|
66
|
+
post: "%d 件の記事"
|
67
|
+
category: "%d サブカテゴリ,"
|
68
|
+
tag_cloud:
|
69
|
+
zero: タグなし
|
70
|
+
one: 全 1 タグ
|
71
|
+
other: "全 %d タグ"
|
72
|
+
categories:
|
73
|
+
zero: カテゴリなし
|
74
|
+
one: 全 1 カテゴリ
|
75
|
+
other: "全 %d カテゴリ"
|
76
|
+
archive_posts:
|
77
|
+
zero: ポストなし
|
78
|
+
one: 全 1 ポスト
|
79
|
+
other: "全 %d ポスト"
|
80
|
+
|
81
|
+
state:
|
82
|
+
posts: ポスト
|
83
|
+
tags: タグ
|
84
|
+
categories: カテゴリ
|
85
|
+
|
86
|
+
search:
|
87
|
+
placeholder: 検索…
|
88
|
+
empty: "「 ${query} 」については何も見つかりませんでした"
|
89
|
+
stats: "${time} ms以内に ${hits} 件の結果が見つかりました"
|
90
|
+
|
91
|
+
cheers:
|
92
|
+
um: うーん
|
93
|
+
ok: はい
|
94
|
+
nice: まあまあ
|
95
|
+
good: いいね
|
96
|
+
great: すごい
|
97
|
+
excellent: 最高
|
98
|
+
|
99
|
+
keep_on: もっと書こう!
|
100
|
+
|
101
|
+
symbol:
|
102
|
+
comma: "、"
|
103
|
+
period: "。"
|
104
|
+
colon: ":"
|
105
|
+
year: 年
|
106
|
+
month: 月
|
107
|
+
|
108
|
+
reward:
|
109
|
+
donate: 寄付
|
110
|
+
text: "*~( ̄▽ ̄)~[お茶]を一杯ください"
|
111
|
+
wechatpay: WeChat 支払う
|
112
|
+
alipay: Alipay
|
113
|
+
paypal: PayPal
|
114
|
+
bitcoin: ビットコイン
|
115
|
+
|
116
|
+
follow_me:
|
117
|
+
welcome: Welcome to my other publishing channels
|
118
|
+
|
119
|
+
accessibility:
|
120
|
+
nav_toggle: ナビゲーションバーの切り替え
|
121
|
+
prev_page: 前のページ
|
122
|
+
next_page: 次のページ
|
123
|
+
|
124
|
+
symbols_count_time:
|
125
|
+
count: 単語数
|
126
|
+
count_total: 単語の総数
|
127
|
+
time: 読書の時間
|
128
|
+
time_total: 読書の合計時間
|
129
|
+
time_minutes: 分
|
130
|
+
word: 単語
|
131
|
+
view: 回
|
132
|
+
|
133
|
+
tips:
|
134
|
+
copyright: "コピーは成功しました。 <br> 再印刷については、 %s 契約に従ってください。"
|
135
|
+
nocopy: "コピーに失敗しました。 <br> 再印刷は禁止されています。"
|
136
|
+
|
137
|
+
quiz:
|
138
|
+
choice: 選択
|
139
|
+
multiple: 複数選択
|
140
|
+
true_false: 正誤
|
141
|
+
essay: 問答
|
142
|
+
gap_fill: 空欄
|
143
|
+
mistake: 間違った答え
|
144
|
+
|
145
|
+
outime:
|
146
|
+
template: "<div class=\"note warning\"><p><span class=\"label warning\">記事の適時性の警告</span><br> {{publish}} 日前に公開され、 {{updated}} 日前に最終更新された記事です。 一部情報が変更されている可能性がありますので、ご了承ください。</p></div>"
|
package/languages/zh-CN.yml
CHANGED
@@ -1,154 +1,154 @@
|
|
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
|
-
howtoask: 提问的智慧
|
32
|
-
privacy: 隐私政策
|
33
|
-
|
34
|
-
sidebar:
|
35
|
-
overview: 站点概览
|
36
|
-
toc: 文章目录
|
37
|
-
related: 系列文章
|
38
|
-
|
39
|
-
index:
|
40
|
-
sticky: 置顶文章
|
41
|
-
category: 精选分类
|
42
|
-
posts: 文章列表
|
43
|
-
random_posts: 随机文章
|
44
|
-
recent_comments: 最新评论
|
45
|
-
|
46
|
-
post:
|
47
|
-
posted: 发表于
|
48
|
-
edited: 更新于
|
49
|
-
created: 创建时间
|
50
|
-
modified: 修改时间
|
51
|
-
edit: 编辑
|
52
|
-
in: 分类于
|
53
|
-
read_more: 阅读全文
|
54
|
-
untitled: 未命名
|
55
|
-
sticky: 置顶
|
56
|
-
views: 阅读次数
|
57
|
-
related_posts: 相关文章
|
58
|
-
next: 下一篇
|
59
|
-
prev: 上一篇
|
60
|
-
copyright:
|
61
|
-
author: 本文作者
|
62
|
-
link: 本文链接
|
63
|
-
license_title: 版权声明
|
64
|
-
license_content: "本站所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
|
65
|
-
nocopy: "<span class=\"red\">本页内容禁止转载!</span>"
|
66
|
-
|
67
|
-
footer:
|
68
|
-
powered: "基于 %s"
|
69
|
-
total_views: 总访问量
|
70
|
-
total_visitors: 总访客量
|
71
|
-
|
72
|
-
counter:
|
73
|
-
index:
|
74
|
-
post: "%d 篇文章"
|
75
|
-
category: "%d 个子项,"
|
76
|
-
tag_cloud:
|
77
|
-
zero: 暂无标签
|
78
|
-
one: 目前共计 1 个标签
|
79
|
-
other: "目前共计 %d 个标签"
|
80
|
-
categories:
|
81
|
-
zero: 暂无分类
|
82
|
-
one: 目前共计 1 个分类
|
83
|
-
other: "目前共计 %d 个分类"
|
84
|
-
archive_posts:
|
85
|
-
zero: 暂无文章。
|
86
|
-
one: 目前共计 1 篇文章。
|
87
|
-
other: "目前共计 %d 篇文章。"
|
88
|
-
|
89
|
-
state:
|
90
|
-
posts: 文章
|
91
|
-
tags: 标签
|
92
|
-
categories: 分类
|
93
|
-
|
94
|
-
search:
|
95
|
-
placeholder: 文章搜索
|
96
|
-
empty: "关于 「 ${query} 」,什么也没搜到"
|
97
|
-
stats: "${time} ms 内找到 ${hits} 条结果"
|
98
|
-
|
99
|
-
cheers:
|
100
|
-
um: 嗯..
|
101
|
-
ok: 还行
|
102
|
-
nice: 不错
|
103
|
-
good: 很好
|
104
|
-
great: 非常好
|
105
|
-
excellent: 太棒了
|
106
|
-
|
107
|
-
keep_on: 继续努力。
|
108
|
-
|
109
|
-
symbol:
|
110
|
-
comma: ","
|
111
|
-
period: "。"
|
112
|
-
colon: ":"
|
113
|
-
year: 年
|
114
|
-
month: 月
|
115
|
-
|
116
|
-
reward:
|
117
|
-
donate: 赞赏
|
118
|
-
text: 请我喝[茶]~( ̄▽ ̄)~*
|
119
|
-
wechatpay: 微信支付
|
120
|
-
alipay: 支付宝
|
121
|
-
paypal: 贝宝
|
122
|
-
bitcoin: 比特币
|
123
|
-
|
124
|
-
follow_me:
|
125
|
-
welcome: 欢迎关注我的其它发布渠道
|
126
|
-
|
127
|
-
accessibility:
|
128
|
-
nav_toggle: 切换导航栏
|
129
|
-
prev_page: 上一页
|
130
|
-
next_page: 下一页
|
131
|
-
|
132
|
-
symbols_count_time:
|
133
|
-
count: 本文字数
|
134
|
-
count_total: 站点总字数
|
135
|
-
time: 阅读时长
|
136
|
-
time_total: 站点阅读时长
|
137
|
-
time_minutes: 分钟
|
138
|
-
word: 字
|
139
|
-
view: 次
|
140
|
-
|
141
|
-
tips:
|
142
|
-
copyright: "复制成功,转载请遵守 %s 协议。"
|
143
|
-
nocopy: "复制失败,本页内容禁止转载!"
|
144
|
-
|
145
|
-
quiz:
|
146
|
-
choice: 单选题
|
147
|
-
multiple: 多选题
|
148
|
-
true_false: 判断题
|
149
|
-
essay: 问答题
|
150
|
-
gap_fill: 填空题
|
151
|
-
mistake: 错题备注
|
152
|
-
|
153
|
-
outime:
|
154
|
-
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
|
+
howtoask: 提问的智慧
|
32
|
+
privacy: 隐私政策
|
33
|
+
|
34
|
+
sidebar:
|
35
|
+
overview: 站点概览
|
36
|
+
toc: 文章目录
|
37
|
+
related: 系列文章
|
38
|
+
|
39
|
+
index:
|
40
|
+
sticky: 置顶文章
|
41
|
+
category: 精选分类
|
42
|
+
posts: 文章列表
|
43
|
+
random_posts: 随机文章
|
44
|
+
recent_comments: 最新评论
|
45
|
+
|
46
|
+
post:
|
47
|
+
posted: 发表于
|
48
|
+
edited: 更新于
|
49
|
+
created: 创建时间
|
50
|
+
modified: 修改时间
|
51
|
+
edit: 编辑
|
52
|
+
in: 分类于
|
53
|
+
read_more: 阅读全文
|
54
|
+
untitled: 未命名
|
55
|
+
sticky: 置顶
|
56
|
+
views: 阅读次数
|
57
|
+
related_posts: 相关文章
|
58
|
+
next: 下一篇
|
59
|
+
prev: 上一篇
|
60
|
+
copyright:
|
61
|
+
author: 本文作者
|
62
|
+
link: 本文链接
|
63
|
+
license_title: 版权声明
|
64
|
+
license_content: "本站所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
|
65
|
+
nocopy: "<span class=\"red\">本页内容禁止转载!</span>"
|
66
|
+
|
67
|
+
footer:
|
68
|
+
powered: "基于 %s"
|
69
|
+
total_views: 总访问量
|
70
|
+
total_visitors: 总访客量
|
71
|
+
|
72
|
+
counter:
|
73
|
+
index:
|
74
|
+
post: "%d 篇文章"
|
75
|
+
category: "%d 个子项,"
|
76
|
+
tag_cloud:
|
77
|
+
zero: 暂无标签
|
78
|
+
one: 目前共计 1 个标签
|
79
|
+
other: "目前共计 %d 个标签"
|
80
|
+
categories:
|
81
|
+
zero: 暂无分类
|
82
|
+
one: 目前共计 1 个分类
|
83
|
+
other: "目前共计 %d 个分类"
|
84
|
+
archive_posts:
|
85
|
+
zero: 暂无文章。
|
86
|
+
one: 目前共计 1 篇文章。
|
87
|
+
other: "目前共计 %d 篇文章。"
|
88
|
+
|
89
|
+
state:
|
90
|
+
posts: 文章
|
91
|
+
tags: 标签
|
92
|
+
categories: 分类
|
93
|
+
|
94
|
+
search:
|
95
|
+
placeholder: 文章搜索
|
96
|
+
empty: "关于 「 ${query} 」,什么也没搜到"
|
97
|
+
stats: "${time} ms 内找到 ${hits} 条结果"
|
98
|
+
|
99
|
+
cheers:
|
100
|
+
um: 嗯..
|
101
|
+
ok: 还行
|
102
|
+
nice: 不错
|
103
|
+
good: 很好
|
104
|
+
great: 非常好
|
105
|
+
excellent: 太棒了
|
106
|
+
|
107
|
+
keep_on: 继续努力。
|
108
|
+
|
109
|
+
symbol:
|
110
|
+
comma: ","
|
111
|
+
period: "。"
|
112
|
+
colon: ":"
|
113
|
+
year: 年
|
114
|
+
month: 月
|
115
|
+
|
116
|
+
reward:
|
117
|
+
donate: 赞赏
|
118
|
+
text: 请我喝[茶]~( ̄▽ ̄)~*
|
119
|
+
wechatpay: 微信支付
|
120
|
+
alipay: 支付宝
|
121
|
+
paypal: 贝宝
|
122
|
+
bitcoin: 比特币
|
123
|
+
|
124
|
+
follow_me:
|
125
|
+
welcome: 欢迎关注我的其它发布渠道
|
126
|
+
|
127
|
+
accessibility:
|
128
|
+
nav_toggle: 切换导航栏
|
129
|
+
prev_page: 上一页
|
130
|
+
next_page: 下一页
|
131
|
+
|
132
|
+
symbols_count_time:
|
133
|
+
count: 本文字数
|
134
|
+
count_total: 站点总字数
|
135
|
+
time: 阅读时长
|
136
|
+
time_total: 站点阅读时长
|
137
|
+
time_minutes: 分钟
|
138
|
+
word: 字
|
139
|
+
view: 次
|
140
|
+
|
141
|
+
tips:
|
142
|
+
copyright: "复制成功,转载请遵守 %s 协议。"
|
143
|
+
nocopy: "复制失败,本页内容禁止转载!"
|
144
|
+
|
145
|
+
quiz:
|
146
|
+
choice: 单选题
|
147
|
+
multiple: 多选题
|
148
|
+
true_false: 判断题
|
149
|
+
essay: 问答题
|
150
|
+
gap_fill: 填空题
|
151
|
+
mistake: 错题备注
|
152
|
+
|
153
|
+
outime:
|
154
|
+
template: "<div class=\"note warning\"><p><span class=\"label warning\">文章时效性提示</span><br>这是一篇发布于 {{publish}} 天前,最后一次更新在 {{updated}} 天前的文章,部分信息可能已经发生改变,请注意甄别。</p></div>"
|