diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 14:48:34 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 14:48:34 +0200 |
| commit | c942e4492dbf74a5d41fcbfea22c074b460b50ff (patch) | |
| tree | 952e16a4aad46d06f7045906f1bc4d076a5be139 /themes/danix-xyz-hacker/i18n/en.yaml | |
| parent | 8910a692432ebf8d32948f08172fad943c70b78f (diff) | |
| download | danixxyz-c942e4492dbf74a5d41fcbfea22c074b460b50ff.tar.gz danixxyz-c942e4492dbf74a5d41fcbfea22c074b460b50ff.zip | |
fix: sync footer styling and i18n translations
Add horizontal separators between footer blocks on narrow screens. Right-align quote author in fortune block. Synchronize theme i18n files with root translations (en.yaml and it.yaml).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'themes/danix-xyz-hacker/i18n/en.yaml')
| -rw-r--r-- | themes/danix-xyz-hacker/i18n/en.yaml | 125 |
1 files changed, 111 insertions, 14 deletions
diff --git a/themes/danix-xyz-hacker/i18n/en.yaml b/themes/danix-xyz-hacker/i18n/en.yaml index faa7514..7e8b71f 100644 --- a/themes/danix-xyz-hacker/i18n/en.yaml +++ b/themes/danix-xyz-hacker/i18n/en.yaml @@ -1,16 +1,40 @@ # Navigation & UI +home: "Home" articles: "Articles" -is: "About" +about: "About" here: "Contact" +repo: "Repo" legal: "Privacy" language: "Language" toggleTheme: "Theme" toggleMenu: "Menu" closeMenu: "Close" +skipToContent: "Skip to main content" email: "Email" contact: "Contact" links: "Links" allRightsReserved: "All rights reserved." +footer_built_with: "built with" +footer_features: "features" +footer_made_with: "Made with" +footer_lack_of: "lack of" +footer_lots_of: "lots of" +footer_by: "by" +footer_love: "love" +footer_sleep: "sleep" +footer_coffee: "coffee" +footer_about_name: "Name" +footer_about_role: "role" +footer_about_cert: "cert" +footer_about_os: "os" +footer_about_focus: "focus" +footer_about_role_value: "Cybersecurity Specialist" +footer_about_os_value: "Slackware" +footer_about_os_year: "2005–present" +footer_about_focus_value: "open-source · privacy" +searchArticles: "Search Articles" +searchPlaceholder: "Search by title or content..." +noSearchResults: "No articles found matching your search." # Articles readMore: "Read more" @@ -20,9 +44,14 @@ readingTime: "reading time" min: "min" author: "Author" category: "Category" +categories: "Categories" +tag: "Tag" tags: "Tags" relatedPosts: "Related articles" noRelated: "No related articles." +postCount: + one: "1 post" + other: "{{ . }} posts" # Article types life: "Life" @@ -53,21 +82,89 @@ sending: "Sending..." success: "Message sent successfully!" error: "An error occurred. Please try again." +# Form Components +form_invalid_email: "Please enter a valid email address" +form_password_help: "Must be at least 8 characters" +form_agree_terms: "I agree to the terms and conditions" +form_select_interests: "Select your interests" +form_interest_tech: "Technology" +form_interest_design: "Design" +form_select_preference: "Select a preference" +form_option_a: "Option A" +form_option_b: "Option B" +form_first_name: "First Name" +form_last_name: "Last Name" +form_search: "Search" +form_search_btn: "Search" +form_open_alert: "Open Alert Modal" +form_open_confirm: "Open Confirm Modal" +form_open_content: "Open Content Modal" +form_alert_title: "Alert" +form_alert_message: "This is an alert modal. Click OK to dismiss." +form_ok: "OK" +form_confirm_title: "Confirm Action" +form_confirm_message: "Are you sure you want to continue?" +form_cancel: "Cancel" +form_confirm: "Confirm" +form_content_title: "Modal with Content" +form_content_message: "This modal contains detailed content. You can add forms, lists, or any HTML here." +form_close: "Close" +form_save: "Save" + # Social follow: "Follow me" contactMe: "Contact me" # 404 Page -notFoundHeading: "404" -notFound: "Page Not Found" -notFoundMessage: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." -searchPlaceholder: "Search articles..." -noSearchResults: "No articles found matching your search." -recentArticles: "Recent Articles" -goHome: "Go Home" -browseArticles: "Browse Articles" -contactSupport: "Get in Touch" -followWhiteRabbit: "Follow the white rabbit..." -easterEggTitle: "Choose Your Path" -bluePill: "Stay Here" -redPill: "Show Me More" +notFound: + other: "Page Not Found" +notFoundHeading: + other: "404" +notFoundMessage: + other: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." +searchButton: + other: "Search" +recentArticles: + other: "Recent Articles" +goHome: + other: "Go Home" +browseArticles: + other: "Browse Articles" +contactSupport: + other: "Get in Touch" +followWhiteRabbit: + other: "Follow the white rabbit" +bluePill: + other: "Stay Here" +redPill: + other: "Show Me More" +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." +repo_example_2_desc: + other: "SlackBuild scripts for Example Package 2. A comprehensive package with full documentation and support." +repo_example_3_desc: + other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." |
