summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-04 20:05:27 +0200
committerArne Rief <riearn@proton.me>2025-09-04 20:05:27 +0200
commit26df3baeb1afcb4c41ec99f940b237b9589caa42 (patch)
treeee970fe0810d56a4b83174d282127593ba418547 /i18n
parent2204aa9db535af9b0c38487f74a56bd0ac9f07e2 (diff)
Ready for deployment
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml5
-rw-r--r--i18n/en.toml3
2 files changed, 7 insertions, 1 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index e675b16..fd13734 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -10,7 +10,8 @@
[list]
default_description = "Alle Beiträge in {{ . }}"
empty = "Keine Beiträge in diesem Bereich."
- reading_time= "Geschätzte Lesezeit: {{ . }} min"
+ reading_time = "Geschätzte Lesezeit: {{ . }} min"
+ word_count = "{{ . }} Wörter"
[pagination]
current = "Aktuelle Seite"
@@ -21,6 +22,8 @@
previous_page = "Vorherige Seite"
[posts]
+ all_description = "Alle Beiträge auf dieser Webseite, vom Neuesten zum Ältesten."
+ empty = "Auf dieser Seite gibt es noch keine Beiträge."
name = "Beiträge"
navigation = "Beitrag Navigation"
next = "Nächster Beitrag:"
diff --git a/i18n/en.toml b/i18n/en.toml
index 4fadaee..dc49095 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -11,6 +11,7 @@
default_description = "All posts in {{ . }}"
empty = "No posts in this section."
reading_time= "Estimated reading time: {{ . }} min"
+ word_count = "{{ . }} words"
[pagination]
current = "Current page"
@@ -21,6 +22,8 @@
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:"