summaryrefslogtreecommitdiff
path: root/i18n/en.toml
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml126
1 files changed, 65 insertions, 61 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index a053395..826674e 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,62 +1,66 @@
# 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"
- word_count = "{{ . }} words"
-
-[pagination]
- current = "Current page"
- go_to = "Go to page"
- label = "Page navigation"
- next_page = "Next page"
- position = "Page {{ . }} of {{ . }}"
- previous_page = "Previous page"
-
-[posts]
- all_description = "All posts on this website, from newest to oldest."
- empty = "This site does not have any posts yet."
- name = "Posts"
- navigation = "Post navigation"
- next = "Next post:"
- previous = "Previous post:"
- recent = "Recent Posts"
- top = "Back to top"
- view_all = "View all posts"
-
-[search]
- description = "Find posts by search term."
- label = "Search all posts"
- matches = "matches"
- placeholder = "Type at least 3 characters to search..."
- reset = "Clear search"
- title = "Search"
-
-[tags]
- all_title = "All tags"
- all_description = "Overview of all topics covered on this site:"
- empty = "No tags found."
- name = "Tags"
- navigation = "Tag navigation"
- no_posts = "No posts found with this tag."
- postcount_number = "{{ . }} posts found"
- postcount_title = "Number of posts"
- posts_list = "Posts with this tag:"
- tagged_with = "Tagged with:"
-
-[theme]
- toggle_dark = "Switch to dark mode"
- toggle_light = "Switch to light mode"
-
-[404]
- title = "Page not found"
- description = "The requested page does not exist."
- homepage = "Back to the homepage"
+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"