thewwwdotcom-blog/themes/anatole/i18n/en.toml
2024-10-17 11:07:52 +02:00

55 lines
856 B
TOML

[category]
other = "category"
[tag]
other = "tag"
[reading_time]
one = "One-minute read"
other = "{{ .Count }}-minute read"
[old_content_warning]
one = "Warning: This post is over {{ .Count }} day old. The information may be out of date."
other = "Warning: This post is over {{ .Count }} days old. The information may be out of date."
[page_not_found]
other = "Page Not Found"
[page_does_not_exist]
other = "Sorry, this page does not exist."
[head_back]
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
[comments]
other = "comments"
[send]
other = "Send"
[read_more]
other = "Read more"
[name]
other = "Name"
[email]
other = "Email"
[message]
other = "Message"
[warning]
other = "Warning"
[info]
other = "Info"
[update]
other = "Update"
[series_posts]
other = "Posts in this series"
[related_posts]
other = "Related Posts"