From def2c6eaf7de58c94edf2216f3b304e9c01394ea Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 10:37:28 +0200 Subject: feat: add 404 page i18n strings (English) --- i18n/en.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'i18n/en.yaml') diff --git a/i18n/en.yaml b/i18n/en.yaml index 5533849..09ab7f3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -85,3 +85,33 @@ form_save: "Save" # Social follow: "Follow me" contactMe: "Contact me" + +# 404 Page +notFound: + other: "Page Not Found" +notFoundHeading: + other: "404" +notFoundMessage: + other: "Sorry, the page you're looking for doesn't exist." +searchPlaceholder: + other: "Search the site..." +searchButton: + other: "Search" +recentArticles: + other: "Recent Articles" +goHome: + other: "Go Home" +browseArticles: + other: "Browse Articles" +contactSupport: + other: "Contact Me" +followWhiteRabbit: + other: "Follow the white rabbit" +noSearchResults: + other: "No results found" +bluePill: + other: "Take the blue pill" +redPill: + other: "Take the red pill" +easterEggTitle: + other: "Choose Wisely" -- cgit v1.2.3