diff options
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." |
