diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:58:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:58:06 +0200 |
| commit | 7277872c5b36e8699b7595f546bd68973c117dd4 (patch) | |
| tree | 8483bc9934906c81ec8326b32c0c84ed51bc0cfb /i18n | |
| parent | 0089bcff60f425e3ad4331e11539f2584833badb (diff) | |
| download | danixxyz-7277872c5b36e8699b7595f546bd68973c117dd4.tar.gz danixxyz-7277872c5b36e8699b7595f546bd68973c117dd4.zip | |
test: verify 404 page functionality (keyboard navigation, easter egg, dark mode, responsive)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 14 | ||||
| -rw-r--r-- | i18n/it.yaml | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index b0ccab3..13b6128 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -92,9 +92,9 @@ notFound: notFoundHeading: other: "404" notFoundMessage: - other: "Sorry, the page you're looking for doesn't exist." + other: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." searchPlaceholder: - other: "Search the site..." + other: "Search articles..." searchButton: other: "Search" recentArticles: @@ -104,17 +104,17 @@ goHome: browseArticles: other: "Browse Articles" contactSupport: - other: "Contact Me" + other: "Get in Touch" followWhiteRabbit: other: "Follow the white rabbit" noSearchResults: - other: "No results found" + other: "No articles found matching your search." bluePill: - other: "Take the blue pill" + other: "Stay Here" redPill: - other: "Take the red pill" + other: "Show Me More" easterEggTitle: - other: "Choose Wisely" + other: "Choose Your Path" # Repository Page repositoryTitle: diff --git a/i18n/it.yaml b/i18n/it.yaml index 11e7fca..b91e78b 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -92,9 +92,9 @@ notFound: notFoundHeading: other: "404" notFoundMessage: - other: "Scusa, la pagina che cerchi non esiste." + other: "Mi dispiace, la pagina che stai cercando non esiste. Prova a cercare o sfoglia gli articoli qui sotto." searchPlaceholder: - other: "Cerca nel sito..." + other: "Cerca articoli..." searchButton: other: "Cerca" recentArticles: @@ -108,13 +108,13 @@ contactSupport: followWhiteRabbit: other: "Segui il coniglio bianco" noSearchResults: - other: "Nessun risultato trovato" + other: "Nessun articolo trovato che corrisponda alla tua ricerca." bluePill: - other: "Prendi la pillola blu" + other: "Rimani Qui" redPill: - other: "Prendi la pillola rossa" + other: "Mostrami di Più" easterEggTitle: - other: "Scegli con Saggezza" + other: "Scegli il Tuo Percorso" # Repository Page repositoryTitle: |
