diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:37:28 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:37:28 +0200 |
| commit | def2c6eaf7de58c94edf2216f3b304e9c01394ea (patch) | |
| tree | 75dec98270214d1fa8953a1ec5837de16320e2c2 | |
| parent | b4e2de497eb8787c9ca54981b29c7fc6b691aa97 (diff) | |
| download | danixxyz-def2c6eaf7de58c94edf2216f3b304e9c01394ea.tar.gz danixxyz-def2c6eaf7de58c94edf2216f3b304e9c01394ea.zip | |
feat: add 404 page i18n strings (English)
| -rw-r--r-- | i18n/en.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
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" |
