From: Danilo M. Date: Fri, 17 Apr 2026 08:37:28 +0000 (+0200) Subject: feat: add 404 page i18n strings (English) X-Git-Tag: release_22042026-1342~161 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=def2c6eaf7de58c94edf2216f3b304e9c01394ea;p=danix.xyz-2.git feat: add 404 page i18n strings (English) --- 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"