summaryrefslogtreecommitdiff
path: root/i18n/en.toml
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-08-16 22:42:03 +0200
committerArne Rief <riearn@proton.me>2025-08-16 22:42:03 +0200
commitf0506acd6f70da636b8fdb23439c85bbf2392b40 (patch)
treed9c4082aafa3e20a37174beecadcab54286f9cd9 /i18n/en.toml
parent1bf4d8aca6f81f2dddd0262e74b278cd9985b53d (diff)
HTML templates done
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml46
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"