Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh-tw.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db8e02bee4657a4ed836adc1f9c446ad687926f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[categories]
one = "分類"

[tags]
one = "標籤"

[series]
one = "系列"

[authors]
one = "作者"

[posts]
other = "文章"

[reading_time]
one = "閱讀時間 1 分鐘"
other = "閱讀時間 {{ .Count }} 分鐘"

[page_not_found]
other = "找不到頁面"

[page_does_not_exist]
other = "此頁面不存在"

[head_back]
other = "返回 <a href=\"{{ . }}\">首頁</a>."

[powered_by]
other = "技術支援"

[see_also]
other = "參見"