diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:41:39 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:41:39 +0200 |
| commit | 64a36b67b82e4579ec1dafc5b0febd92e029a2c2 (patch) | |
| tree | 42de82726590c8acd46dafccece4f41a574ef623 /i18n/en.yaml | |
| parent | 731b53a02d16cc2b704668237314d778b6dbab1f (diff) | |
| download | danixxyz-64a36b67b82e4579ec1dafc5b0febd92e029a2c2.tar.gz danixxyz-64a36b67b82e4579ec1dafc5b0febd92e029a2c2.zip | |
feat: add Repository page i18n strings (English)
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 09ab7f3..43bd4d5 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -115,3 +115,25 @@ redPill: other: "Take the red pill" easterEggTitle: other: "Choose Wisely" + +# 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" |
