mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
33 lines
444 B
TOML
33 lines
444 B
TOML
[category]
|
|
other = "分類"
|
|
|
|
[tag]
|
|
other = "標籤"
|
|
|
|
[series]
|
|
other = "系列"
|
|
|
|
[author]
|
|
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 = "參見"
|
|
|
|
[posts]
|
|
other = "文章" |