130 lines
4 KiB
Text
130 lines
4 KiB
Text
# Content Kind Translations
|
|
# Dynamic translations for different content types
|
|
|
|
# Content kind names
|
|
content-kind-blog = Blog
|
|
content-kind-recetas = Recipes
|
|
content-kind-content = Content
|
|
content-kind-tutoriales = Tutorials
|
|
|
|
# Content kind descriptions
|
|
content-kind-blog-description = Technical articles and insights
|
|
content-kind-recetas-description = Solutions and best practices
|
|
content-kind-content-description = General content and documentation
|
|
content-kind-tutoriales-description = Step-by-step tutorials
|
|
|
|
# Page titles
|
|
content-kind-blog-page-title = { $title ->
|
|
[blog] Blog - { $site_name }
|
|
*[other] { $title } - { $site_name }
|
|
}
|
|
|
|
content-kind-recetas-page-title = { $title ->
|
|
[recetas] Recipes - { $site_name }
|
|
*[other] { $title } - { $site_name }
|
|
}
|
|
|
|
# Navigation labels
|
|
content-nav-back-to = { $content_kind ->
|
|
[blog] Back to Blog
|
|
[recetas] Back to Recipes
|
|
[content] Back to Content
|
|
[tutoriales] Back to Tutorials
|
|
*[other] Back to { $content_kind }
|
|
}
|
|
|
|
# Feature support
|
|
content-supports-features = { $content_kind ->
|
|
[blog] true
|
|
[tutoriales] true
|
|
*[other] false
|
|
}
|
|
|
|
content-supports-emojis = { $content_kind ->
|
|
[recetas] true
|
|
*[other] false
|
|
}
|
|
|
|
# Style modes
|
|
content-style-mode = { $content_kind ->
|
|
[blog] row
|
|
[recetas] grid
|
|
[content] row
|
|
[tutoriales] row
|
|
*[other] row
|
|
}
|
|
|
|
# CTA views
|
|
content-cta-view = { $content_kind ->
|
|
[blog] BlogCTAView
|
|
[recetas] RecetasCTAView
|
|
[tutoriales] TutorialesCTAView
|
|
*[other] DefaultCTAView
|
|
}
|
|
|
|
# Shared content messages (used by UnifiedContentGrid)
|
|
content-no-items-found = No items found
|
|
content-all-categories = All Categories
|
|
|
|
# Filter UI labels (used by UnifiedCategoryFilter)
|
|
content-filter-categories = Categories
|
|
content-filter-tags = Tags
|
|
content-filter-all = All
|
|
content-filter-show-all = Show All
|
|
|
|
# Content Manager UI
|
|
content-manager-title = Content Management
|
|
content-manager-new-content = New Content
|
|
content-manager-filter-type = Content Type:
|
|
content-manager-filter-language = Language:
|
|
content-manager-all-types = All Types
|
|
content-manager-all-languages = All Languages
|
|
content-manager-refresh = Refresh
|
|
|
|
# Content Manager Table Headers
|
|
content-manager-table-title = Title
|
|
content-manager-table-type = Type
|
|
content-manager-table-language = Language
|
|
content-manager-table-status = Status
|
|
content-manager-table-updated = Updated
|
|
content-manager-table-actions = Actions
|
|
|
|
# Content Manager Status
|
|
content-manager-status-published = Published
|
|
content-manager-status-draft = Draft
|
|
|
|
# Content Manager Actions
|
|
content-manager-action-edit = Edit
|
|
content-manager-action-publish = Publish
|
|
content-manager-action-unpublish = Unpublish
|
|
content-manager-action-delete = Delete
|
|
|
|
# Content Manager Notes
|
|
content-manager-note-label = Note:
|
|
content-manager-note-text = This is a mockup of the content management interface. Full functionality with API integration will be implemented in future updates.
|
|
|
|
# Content Manager Sample Data
|
|
content-manager-sample-category = General
|
|
content-manager-sample-blog-title = Sample Blog Post
|
|
content-manager-sample-blog-content = # Sample Blog Post\n\nThis is a sample blog post for demonstration purposes.
|
|
content-manager-sample-blog-excerpt = A sample blog post demonstrating the content management system.
|
|
content-manager-sample-recipes-title = Sample Recipe
|
|
content-manager-sample-recipes-content = # Sample Recipe\n\n## Ingredients\n- Sample ingredient 1\n- Sample ingredient 2\n\n## Instructions\n1. Sample step 1\n2. Sample step 2
|
|
content-manager-sample-recipes-excerpt = A sample recipe demonstrating the content management system.
|
|
|
|
# Language Display Names
|
|
language-en = English
|
|
language-es = Español
|
|
|
|
# Content Type Display Names (fallbacks if not in content-kinds)
|
|
content-kind-recipes = Recipes
|
|
|
|
content-featured-post = Featured Post
|
|
content-recent-posts = Recent Posts
|
|
content-read-full-article = Read full article →
|
|
content-read-more = Read more →
|
|
content-back-to-all-posts = ← Back to all posts
|
|
|
|
content-failed-to-load = Failed to load content
|
|
content-view-all = View all
|
|
content-related-view-all = Related: View all
|