website-htmx-rustelo-code/site/i18n/locales/en/pages/blog.ftl
2026-07-10 03:44:13 +01:00

77 lines
3.5 KiB
Text

# Blog page specific translations - English
# Page Header
blog-page-title = Blog & Insights
blog-page-description = Thoughts, experiences, and technical insights from the world of Rust, infrastructure and Web3.
blog-page-subtitle = Thoughts, experiences, and technical insights from the world of Rust, infrastructure and Web3.
# Category Page Header
blog-category-page-title = Blog & Insights
blog-category-page-description = Articles filtered by category - dive deep into specific topics and areas of expertise.
blog-category-page-keywords = blog, category, articles, filtered, topics
# Blog Content
blog-featured-post = Featured Post
blog-recent-posts = Recent Posts
blog-read-full-article = Read full article →
blog-read-more = Read more →
blog-back-to-all-posts = ← Back to all posts
# Blog Loading
blog-error-loading = Error loading blog posts. Please try again later.
blog-loading-content = Loading blog content...
blog-error-loading-featured-posts = Error loading featured posts
blog-error-loading-recent-posts = Error loading recent posts
blog-error-loading-prescriptions-grid = Error loading prescriptions grid
blog-stay-updated = Stay Updated
blog-newsletter-description = Get notified about new posts, insights, and industry developments.
blog-email-placeholder = Your email address
blog-subscribe = Subscribe
blog-browse-blog-posts = Browse Blog Posts
blog-load-more-posts = Load More Posts
# Placeholder content for when data is being loaded
blog-featured-posts-placeholder = Loading featured posts...
blog-recent-posts-placeholder = Loading recent posts...
blog-subscription-form-placeholder = Loading subscription form...
# Category browsing section
blog-browse-categories-title = Browse by Category
blog-browse-categories-description = Explore articles organized by technology and expertise areas.
# Sample post content
blog-sample-post-date = December 15, 2024
blog-sample-post-title = Building Scalable Rust Applications
blog-sample-post-excerpt = Learn how to architect and build Rust applications that scale from prototype to production with proper error handling and performance optimization.
blog-sample-post-url = /blog/rust-scalable-applications
# Category URLs and names
blog-category-rust-url = /blog/rust
blog-category-infrastructure-url = /blog/infrastructure
blog-category-web3-url = /blog/web3
blog-category-rust-name = Rust Development
blog-category-infrastructure-name = Infrastructure
blog-category-web3-name = Web3 & Blockchain
# Content grid messages
blog-no-posts-in-category = No posts found in this category
blog-view-all-posts = View All Posts
# Category-specific titles and descriptions
blog-cat-architecture-title = Architecture & Design
blog-cat-architecture-desc = System design patterns, architectural decisions, and software architecture best practices
blog-cat-devops-title = DevOps & Infrastructure
blog-cat-devops-desc = DevOps practices, CI/CD pipelines, infrastructure automation, and deployment strategies
blog-cat-infrastructure-title = Infrastructure Management
blog-cat-infrastructure-desc = Server infrastructure, cloud platforms, containerization, and infrastructure as code
blog-cat-rust-title = Rust Development
blog-cat-rust-desc = Rust programming language tips, patterns, performance optimization, and ecosystem insights
blog-cat-web3-title = Web3 & Blockchain
blog-cat-web3-desc = Blockchain development, smart contracts, DeFi protocols, and decentralized technologies
# Generic content messages (used by UnifiedContentGrid)
# Moved to content-kinds.ftl to avoid duplication