summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml8
-rw-r--r--i18n/en.toml8
2 files changed, 16 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index bda9260..e675b16 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -28,6 +28,14 @@
recent = "Neueste Beiträge"
view_all = "Alle Beiträge"
+[search]
+ description = "Beiträge mit Wortsuche finden."
+ label = "Alle Beiträge durchsuchen"
+ matches = "Treffer"
+ placeholder = "Mindestens drei Buchstaben tippen, um zu suchen..."
+ reset = "Suche löschen"
+ title = "Suche"
+
[tags]
all = "Alle Schlagwörter"
empty = "Keine Schlagwörter gefunden."
diff --git a/i18n/en.toml b/i18n/en.toml
index fbf4cb8..4fadaee 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -28,6 +28,14 @@
recent = "Recent Posts"
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 = "All tags"
empty = "No tags found."