Files
hugo-coder-timeline/i18n/tr.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
791 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 = "kategori"
other = "categories"
[tags]
one = "tag"
other = "tags"
[series]
one = "dizi"
other = "series"
[authors]
one = "yazar"
other = "authors"
[posts]
other = "Gönderiler"
[reading_time]
one = "Bir dakikalık okuma"
other = "{{ .Count }} dakikalık okuma"
[page_not_found]
other = "Sayfa Bulunamadı"
[page_does_not_exist]
other = "Özür dileriz, böyle bir sayfa yok."
[head_back]
other = "<a href=\"{{ . }}\">Ana sayfaya</a> dönebilirsiniz."
[licensed_under]
other = "Licensed under"
[powered_by]
other = "Site program altyapısı"
[see_also]
other = "Ayrıca bakınız"
[note]
other = "note"
[tip]
other = "tip"
[example]
other = "example"
[question]
other = "question"
[info]
other = "info"
[warning]
other = "warning"
[error]
other = "error"