diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 5 | ||||
| -rw-r--r-- | i18n/it.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 8e6a186..970e917 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -55,6 +55,11 @@ postCount: one: "1 post" other: "{{ . }} posts" +# Obsolete articles +obsolete_label: "Obsolete article" +obsolete_warning: "This article is outdated and may no longer be accurate." +obsolete_read_updated: "Read the updated version" + # Article types life: "Life" photo: "Photo" diff --git a/i18n/it.yaml b/i18n/it.yaml index 76e5a54..523324d 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -55,6 +55,11 @@ postCount: one: "1 articolo" other: "{{ . }} articoli" +# Obsolete articles +obsolete_label: "Articolo obsoleto" +obsolete_warning: "Questo articolo è obsoleto e potrebbe non essere più accurato." +obsolete_read_updated: "Leggi la versione aggiornata" + # Article types life: "Vita" photo: "Foto" |
