diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-12-28 05:21:24 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-12-28 05:21:47 +0100 |
commit | 13d8e69b93c51776cd7fe73961f6873d756a995e (patch) | |
tree | 25c463bc6b399bd76fc1ab2f20c0c2a1c3a5156f /i18n/en.yml | |
parent | b51598c54eefb8881c0e1b163ceca915120759d5 (diff) | |
download | hugo-minimalist-theme-13d8e69b93c51776cd7fe73961f6873d756a995e.tar.gz hugo-minimalist-theme-13d8e69b93c51776cd7fe73961f6873d756a995e.tar.bz2 hugo-minimalist-theme-13d8e69b93c51776cd7fe73961f6873d756a995e.zip |
search translate
Diffstat (limited to 'i18n/en.yml')
-rw-r--r-- | i18n/en.yml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/i18n/en.yml b/i18n/en.yml index fab158b..b2ead12 100644 --- a/i18n/en.yml +++ b/i18n/en.yml @@ -14,15 +14,22 @@ tag: talk: one: talk other: talks +match_found: + one: "match found" + other: "matches found" # Rest -next: next -prev: prev -see_all: "see all" -about: about -recent_pages: Pages recently edited _blank: " " -translations: translations +about: about author_by: By minute_read: "min read" +next: next +no_match_found: "no match found" +prev: prev +recent_pages: Pages recently edited rss_follow: "Follow {{ .section }} updates via RSS feed" +search: search +search_placeholder: "write your search terms" +search_request: "Please enter a word or phrase above" +see_all: "see all" +translations: translations |