hugo-theme-contentful/i18n/en.toml

44 lines
533 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"
2020-10-21 03:28:02 +00:00
[table_of_contents]
other = "Table of contents"
2019-09-20 16:11:12 +00:00
2020-10-21 03:28:02 +00:00
# General
2020-05-11 15:59:06 +00:00
[and]
2020-05-12 17:41:43 +00:00
other = "and"
2020-05-11 15:59:06 +00:00
2019-09-20 16:11:12 +00:00
[back_to_home]
other = "Back to home"
2020-05-09 07:19:04 +00:00
[multilingual]
other = "Available in other languages"
2020-10-21 03:28:02 +00:00
[page_not_found]
other = "Page not found"