mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
31 lines
442 B
TOML
31 lines
442 B
TOML
[categories]
|
|
one = "kategorie"
|
|
|
|
[tags]
|
|
one = "tag"
|
|
|
|
[series]
|
|
one = "série"
|
|
|
|
[authors]
|
|
|
|
[posts]
|
|
|
|
[reading_time]
|
|
other = "Délka čtení: {{ .Count }}"
|
|
|
|
[page_not_found]
|
|
other = "Stránka nenalezena"
|
|
|
|
[page_does_not_exist]
|
|
other = "Omlouváme se, stránka nebyla nalezena."
|
|
|
|
[head_back]
|
|
other = "Můžete se vrátit na <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Stránka používá"
|
|
|
|
[see_also]
|
|
other = "Podívejte se také na"
|