diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:41:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:41:05 +0200 |
| commit | 731b53a02d16cc2b704668237314d778b6dbab1f (patch) | |
| tree | 01fea8e412cf6ec9505281f47e0d658a32f0cd96 /themes/danix-xyz-hacker/i18n | |
| parent | 653c623f7e4e1fa28e047fa64b83eb9940adffc3 (diff) | |
| download | danixxyz-731b53a02d16cc2b704668237314d778b6dbab1f.tar.gz danixxyz-731b53a02d16cc2b704668237314d778b6dbab1f.zip | |
feat: create 404 error page with search, recent articles, and easter egg
Diffstat (limited to 'themes/danix-xyz-hacker/i18n')
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/en.yaml | 15 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/it.yaml | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/i18n/en.yaml b/themes/danix-xyz-hacker/i18n/en.yaml index 164b6a8..be5e352 100644 --- a/themes/danix-xyz-hacker/i18n/en.yaml +++ b/themes/danix-xyz-hacker/i18n/en.yaml @@ -49,3 +49,18 @@ error: "An error occurred. Please try again." # Social follow: "Follow me" contactMe: "Contact me" + +# 404 Page +notFoundHeading: "404" +notFound: "Page Not Found" +notFoundMessage: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." +searchPlaceholder: "Search articles..." +noSearchResults: "No articles found matching your search." +recentArticles: "Recent Articles" +goHome: "Go Home" +browseArticles: "Browse Articles" +contactSupport: "Get in Touch" +followWhiteRabbit: "Follow the white rabbit..." +easterEggTitle: "Choose Your Path" +bluePill: "Stay Here" +redPill: "Show Me More" diff --git a/themes/danix-xyz-hacker/i18n/it.yaml b/themes/danix-xyz-hacker/i18n/it.yaml index 926bf01..4c2bf82 100644 --- a/themes/danix-xyz-hacker/i18n/it.yaml +++ b/themes/danix-xyz-hacker/i18n/it.yaml @@ -49,3 +49,18 @@ error: "Si è verificato un errore. Riprova." # Social follow: "Seguimi" contactMe: "Contattami" + +# 404 Page +notFoundHeading: "404" +notFound: "Pagina Non Trovata" +notFoundMessage: "Mi dispiace, la pagina che stai cercando non esiste. Prova a cercare o sfoglia gli articoli qui sotto." +searchPlaceholder: "Cerca articoli..." +noSearchResults: "Nessun articolo trovato che corrisponda alla tua ricerca." +recentArticles: "Articoli Recenti" +goHome: "Torna a Casa" +browseArticles: "Sfoglia Articoli" +contactSupport: "Contattami" +followWhiteRabbit: "Segui il coniglio bianco..." +easterEggTitle: "Scegli il Tuo Percorso" +bluePill: "Rimani Qui" +redPill: "Mostrami di Più" |
