hugo-theme-contentful/i18n/en.toml

38 lines
460 B
TOML
Raw Normal View History

2019-09-20 16:11:12 +00:00
# Pagination
[first_page]
2020-05-09 07:19:04 +00:00
other = "Newest posts"
2019-09-20 16:11:12 +00:00
[prev_page]
2020-05-09 07:19:04 +00:00
other = "Newer posts"
2019-09-20 16:11:12 +00:00
[next_page]
2020-05-09 07:19:04 +00:00
other = "Older posts"
2019-09-20 16:11:12 +00:00
[last_page]
2020-05-09 07:19:04 +00:00
other = "Oldest posts"
# Content
[published_by]
other = "Authors"
[published_on]
other = "Created"
[updated_on]
other = "Updated"
[available_translations]
other = "Translations"
2019-09-20 16:11:12 +00:00
# General
[back_to_home]
other = "Back to home"
2020-05-09 07:19:04 +00:00
[multilingual]
other = "Available in other languages"
[theme_toggle]
other = "Toggle theme"