diff options
Diffstat (limited to 'i18n/en.toml')
| -rw-r--r-- | i18n/en.toml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..690db3c --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,46 @@ +# ENGLISH translations +[common] + more = "more" + next = "Next" + previous = "Previous" + +[header] + navmenu = "Website navigation" + +[list] + default_description = "All posts in {{ . }}" + empty = "No posts in this section." + reading_time= "Estimated reading time: {{ . }} min" + +[pagination] + current = "Current page" + go_to = "Go to page" + label = "Page navigation" + next_page = "Next page" + position = "Page {{ . }} of {{ . }}" + previous_page = "Previous page" + +[posts] + name = "Posts" + navigation = "Post navigation" + next = "Next post:" + previous = "Previous post:" + recent = "Recent Posts" + view_all = "View all posts" + +[tags] + all = "All tags" + empty = "No tags found." + name = "Tags" + navigation = "Tag navigation" + no_posts = "No posts found with this tag." + overview_all = "Overview of all topics covered on this site:" + postcount_number = "{{ . }} posts found" + postcount_title = "Number of posts" + posts_list = "Posts with this tag:" + tagged_with = "Tagged with:" + +[404] + title = "Page not found" + description = "The requested page does not exist." + homepage = "Back to the homepage" |
