diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 13:14:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 13:14:46 +0200 |
| commit | fb98e1e94d624605ba6ea75daf5e8ce0400fa629 (patch) | |
| tree | d0fbb57dfb7ad4ca2c60603e77e796e860e841fa /i18n/en.yaml | |
| parent | 9af1bb4f87931012184509a71b1cf60d96730ad9 (diff) | |
| parent | dc4eba2c6a709995a2f4718f9fb407f3057a13b8 (diff) | |
| download | danixxyz-fb98e1e94d624605ba6ea75daf5e8ce0400fa629.tar.gz danixxyz-fb98e1e94d624605ba6ea75daf5e8ce0400fa629.zip | |
Merge branch 'master' into productionrelease_29042026-1314
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 56 |
1 files changed, 32 insertions, 24 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index fe50254..bf35bb4 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -10,6 +10,7 @@ toggleTheme: "Theme" toggleMenu: "Menu" closeMenu: "Close" mainMenu: "Main navigation" +opensInNewTab: "(opens in new tab)" skipToContent: "Skip to main content" email: "Email" contact: "Contact" @@ -44,6 +45,8 @@ updated: "Updated" readingTime: "reading time" min: "min" author: "Author" +words: "words" +articleStats: "stat" category: "Category" categories: "Categories" tag: "Tag" @@ -57,6 +60,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" @@ -145,30 +153,30 @@ redPill: easterEggTitle: other: "Choose Your Path" -# # Repository Page -# repositoryTitle: -# other: "Slackware Repository" -# repositorySubtitle: -# other: "Download and install my curated Slackware packages" -# quickStartTitle: -# other: "Quick Start" -# copyCommand: -# other: "Copy" -# copiedMessage: -# other: "Copied to clipboard!" -# installationTitle: -# other: "Installation" -# usageTitle: -# other: "Usage" -# availablePackagesTitle: -# other: "Available Packages" -# githubReposTitle: -# other: "GitHub SlackBuild Repositories" -# visitGithub: -# other: "Visit GitHub" -# repo_example_1_desc: -# other: "SlackBuild scripts for Example Package 1. Build system and tools for Slackware package management." +# Repository Page +repositoryTitle: + other: "Slackware Repository" +repositorySubtitle: + other: "Download and install my curated Slackware packages" +quickStartTitle: + other: "Quick Start" +copyCommand: + other: "Copy" +copiedMessage: + other: "Copied to clipboard!" +installationTitle: + other: "Installation" +usageTitle: + other: "Usage" +availablePackagesTitle: + other: "Available Packages" +githubReposTitle: + other: "GitHub SlackBuild Repositories" +visitGithub: + other: "Visit GitHub" +repo_example_1_desc: + other: "A curated collection of programs, tools, libraries and various utilities, ready to be compiled and installed on Slackware." # repo_example_2_desc: -# other: "SlackBuild scripts for Example Package 2. A comprehensive package with full documentation and support." +# other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible." # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." |
