diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:38:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:38:01 +0200 |
| commit | 653c623f7e4e1fa28e047fa64b83eb9940adffc3 (patch) | |
| tree | 7b1dfa07476dec271731519dae8071fd6e658206 /i18n | |
| parent | def2c6eaf7de58c94edf2216f3b304e9c01394ea (diff) | |
| download | danixxyz-653c623f7e4e1fa28e047fa64b83eb9940adffc3.tar.gz danixxyz-653c623f7e4e1fa28e047fa64b83eb9940adffc3.zip | |
feat: add 404 page i18n strings (Italian)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/it.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/i18n/it.yaml b/i18n/it.yaml index 2d11f54..a34fd6a 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -85,3 +85,33 @@ form_save: "Salva" # Social follow: "Seguimi" contactMe: "Contattami" + +# 404 Page +notFound: + other: "Pagina Non Trovata" +notFoundHeading: + other: "404" +notFoundMessage: + other: "Scusa, la pagina che cerchi non esiste." +searchPlaceholder: + other: "Cerca nel sito..." +searchButton: + other: "Cerca" +recentArticles: + other: "Articoli Recenti" +goHome: + other: "Torna a Casa" +browseArticles: + other: "Sfoglia Articoli" +contactSupport: + other: "Contattami" +followWhiteRabbit: + other: "Segui il coniglio bianco" +noSearchResults: + other: "Nessun risultato trovato" +bluePill: + other: "Prendi la pillola blu" +redPill: + other: "Prendi la pillola rossa" +easterEggTitle: + other: "Scegli con Saggezza" |
