Files
hugo-coder-timeline/i18n/zh-cn.toml
mike 720271a5bf Add a license statement in the footer (#637)
* Add a license param in the config used in footer

Also adds initial EN and NL i18n statements referring to the license.

* Add Michiel to CONTRIBUTOR

* Add example text for i18n of `licensed_under`

* Add safeHTML filter to license value in the footer

Also updates the example config in the exampleSite config.toml to link
to Creative Commons.

* Fix separator dot in footer within License ifdef
2022-01-30 18:25:57 -03:00

62 lines
741 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[categories]
one = "分类"
other = "分类"
[tags]
one = "标签"
other = "标签"
[series]
one = "系列"
other = "系列"
[authors]
one = "作者"
other = "作者"
[posts]
other = "文章"
[reading_time]
one = "阅读时间1 分钟"
other = "阅读时间:{{ .Count }} 分钟"
[page_not_found]
other = "找不到页面"
[page_does_not_exist]
other = "此页面不存在"
[head_back]
other = "返回 <a href=\"{{ . }}\">首页</a>."
[licensed_under]
other = "Licensed under"
[powered_by]
other = "技术支持"
[see_also]
other = "参见"
[note]
other = "注释"
[tip]
other = "提示"
[example]
other = "例子"
[question]
other = "问题"
[info]
other = "信息"
[warning]
other = "警告"
[error]
other = "错误"