diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 15 | ||||
| -rw-r--r-- | i18n/it.yaml | 15 |
2 files changed, 26 insertions, 4 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 3714ea3..7e9e935 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,8 +5,8 @@ home: "Home" articles: "Articles" about: "About" here: "Contact" -gitrepo: "Git Repository" -repo: "Repo" +gitrepo: "Projects" +repo: "Packages" legal: "Privacy" language: "Language" toggleTheme: "Theme" @@ -184,6 +184,17 @@ repo_example_2_desc: # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." +# Slackware Section +slackware: "Slackware" +slackwareTitle: "Slackware" +slackwareSubtitle: "Projects I build and maintain on Slackware." +projectStatus: "Status" +viewRepo: "View repository" +status-active: "active" +status-maintained: "maintained" +status-wip: "wip" +status-archived: "archived" + # CTA Block shortcode actions_cta: "Open link" diff --git a/i18n/it.yaml b/i18n/it.yaml index 7c7f85b..dd925ad 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -5,8 +5,8 @@ home: "Home" articles: "Articoli" about: "Chi Sono" here: "Contatti" -gitrepo: "Repository Git" -repo: "Repo" +gitrepo: "Progetti" +repo: "Pacchetti" legal: "Privacy" language: "Lingua" toggleTheme: "Tema" @@ -186,6 +186,17 @@ repo_example_2_desc: # repo_example_3_desc: # other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione." +# Sezione Slackware +slackware: "Slackware" +slackwareTitle: "Slackware" +slackwareSubtitle: "Progetti che costruisco e mantengo su Slackware." +projectStatus: "Stato" +viewRepo: "Vedi repository" +status-active: "attivo" +status-maintained: "mantenuto" +status-wip: "in corso" +status-archived: "archiviato" + # Shortcode CTA Block actions_cta: "Apri il link" |
