# ENGLISH translations about = "About" articles = "Articles" contact = "Contact" home = "Home" more = "more" reading_time = "Estimated reading time: {{ . }} min" word_count = "{{ . }} words" # 404 404_title = "Page not found" 404_description = "The requested page does not exist." 404_homepage = "Back to the homepage" # List list_description = "All posts in {{ . }}" list_empty = "No posts in this section." # Navigation back_top = "Back to top" navmenu = "Website navigation" next = "Next" previous = "Previous" # Pagination page = "Page" page_current = "Current page" page_go_to = "Go to page" page_navigation = "Page navigation" page_next = "Next page" page_position = "Page {{ . }} of {{ . }}" page_previous = "Previous page" # Posts posts = "Posts" posts_all_description = "All posts on this website, from newest to oldest." posts_all_view = "View all posts" posts_empty = "This site does not have any posts yet." posts_navigation = "Post navigation" posts_next = "Next post:" posts_previous = "Previous post:" posts_recent = "Recent Posts" # Search search = "Search" search_description = "Find posts by search term." search_label = "Search all posts" search_matches = "matches" search_placeholder = "Type at least 3 characters to search..." search_reset = "Clear search" # Tags tags = "Tags" tags_all = "All tags" tags_all_description = "Overview of all topics covered on this site:" tags_empty = "No tags found." tags_navigation = "Tag navigation" tags_no_posts = "No posts found with this tag." tags_postcount_number = "{{ . }} posts found" tags_postcount_title = "Number of posts" tags_posts_list = "Posts with this tag:" tags_with = "Tagged with:" # Theme toggle_dark = "Switch to dark mode" toggle_light = "Switch to light mode"