website-htmx-rustelo-code/site/i18n/locales/en/pages/recipes.ftl

93 lines
4.2 KiB
Text
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
# Recipes page specific translations - English
# Page Metadata
recipes-page-title = Technical Recipes
recipes-page-description = Collection of practical recipes and implementation guides for modern development
recipes-page-keywords = recipes, cooking, code, guides
# Page Header
recipes-page-subtitle = Practical code recipes and implementation guides for modern development challenges. Focused on Rust, DevOps, and cloud-native solutions.
# Category Page Header
recipes-category-page-title = Technical Recipes
recipes-category-page-description = Recipes filtered by category - discover practical solutions for specific technology areas.
recipes-category-page-keywords = recipes, categories, guides, solutions
# Recipe Post/Viewer
recipe-post-title = Recipe
recipe-post-description = View recipe details and code examples
recipe-post-keywords = recipe, code, guide
recipes-filtered-category-page-keywords = recipes, category, code, solutions, filtered, technology
# Recipes Content
recipes-featured = Featured Recipes
recipes-featured-description = Curated practical solutions for the most common development challenges
recipes-all = All Recipes
recipes-all-recipes = All Recipes
view-recipe = View Recipe
view-all-recipes = View All Recipes
recipes-difficulty = Difficulty
recipes-view-recipe = View Recipe →
recipes-need-custom-recipe = Need a Custom Recipe?
recipes-custom-recipe-description = Can't find a solution for your specific challenge? Let me create a custom recipe for your use case.
recipes-request-custom-recipe = Request Custom Recipe
recipes-error-loading-recipes = Error loading recipes. Please try again later.
# Recipe Actions
recipes-need-custom-recipe-title = Need a Custom Recipe?
recipes-need-custom-recipe-desc = Can't find a solution for your specific challenge? Let me create a custom recipe for your use case.
recipes-request-custom-recipe-btn = Request Custom Recipe
recipes-browse-blog-posts-btn = Browse Blog Posts
recipes-view-recipe-btn = View Recipe
recipes-contact-url = /contact
recipes-blog-url = /blog
# Recipe Categories
recipes-categories = Categories
recipes-rust-programming = Rust Programming
recipes-docker = Docker
recipes-kubernetes = Kubernetes
recipes-devops = DevOps
recipes-microservices = Microservices
recipes-infrastructure = Infrastructure
recipes-async-programming = Async Programming
recipes-web-development = Web Development
recipes-architecture = Architecture
recipes-cicd = CI/CD
# Additional recipe-specific translations
recipes-disabled-title = Recipes Temporarily Unavailable
recipes-disabled-message = The recipes section is currently disabled. Please check back later or contact us for assistance.
recipes-loading = Loading recipes...
recipes-error-loading-featured = Error loading featured recipes
recipes-error-loading-recipes-grid = Error loading recipes grid
# Placeholder content for when data is being loaded
recipes-grid-placeholder = Loading recipes grid...
# Category browsing section
recipes-browse-categories-title = Browse by Category
recipes-browse-categories-description = Explore recipes organized by category and difficulty level.
# Content grid messages
recipes-no-posts-in-category = No recipes found in this category
recipes-view-all-posts = View All Recipes
# Category-specific titles and descriptions
recipes-cat-async-programming-title = Async Programming
recipes-cat-async-programming-desc = Asynchronous programming patterns, futures, async/await, and concurrent execution techniques
recipes-cat-cicd-title = CI/CD & Automation
recipes-cat-cicd-desc = Continuous integration, continuous deployment, automated testing, and deployment pipeline recipes
recipes-cat-docker-title = Docker & Containerization
recipes-cat-docker-desc = Docker container recipes, multi-stage builds, optimization techniques, and containerization best practices
recipes-cat-kubernetes-title = Kubernetes & Orchestration
recipes-cat-kubernetes-desc = Kubernetes deployment patterns, service mesh configurations, and container orchestration solutions
recipes-cat-rust-programming-title = Rust Programming
recipes-cat-rust-programming-desc = Rust language recipes, performance optimization, memory management, and ecosystem integration
# Generic content messages (used by UnifiedContentGrid)
# Moved to content-kinds.ftl to avoid duplication