71 lines
No EOL
2 KiB
Text
71 lines
No EOL
2 KiB
Text
# Blog-specific translations (English)
|
|
|
|
# Page title and description
|
|
blog-title = { -brand-name } Blog
|
|
blog-description = Insights, tutorials, and updates from the { -brand-name } team
|
|
|
|
# Blog navigation
|
|
blog-nav-all-posts = All Posts
|
|
blog-nav-categories = Categories
|
|
blog-nav-tags = Tags
|
|
blog-nav-archive = Archive
|
|
blog-nav-rss = RSS Feed
|
|
|
|
# Post metadata
|
|
post-published-on = Published on { $date }
|
|
post-updated-on = Updated on { $date }
|
|
post-read-time =
|
|
{ $minutes ->
|
|
[one] 1 min read
|
|
*[other] { $minutes } min read
|
|
}
|
|
post-author = By { $author }
|
|
post-category = Category: { $category }
|
|
post-tags = Tagged: { $tags }
|
|
|
|
# Post actions
|
|
post-share = Share this post
|
|
post-edit = Edit post
|
|
post-delete = Delete post
|
|
post-comments =
|
|
{ $count ->
|
|
[0] No comments
|
|
[one] 1 comment
|
|
*[other] { $count } comments
|
|
}
|
|
|
|
# Comments
|
|
comments-title = Comments
|
|
comments-add = Add a comment
|
|
comments-login-required = Please log in to comment
|
|
comments-loading = Loading comments...
|
|
comments-empty = No comments yet. Be the first to comment!
|
|
comments-submit = Post Comment
|
|
comments-reply = Reply
|
|
|
|
# Override global search for blog context
|
|
search-placeholder = Search blog posts...
|
|
search-no-results = No blog posts found for "{ $query }"
|
|
|
|
# Categories
|
|
category-ai = AI & Machine Learning
|
|
category-web-dev = Web Development
|
|
category-performance = Performance
|
|
category-tutorials = Tutorials
|
|
category-announcements = Announcements
|
|
|
|
# Pagination
|
|
pagination-previous = ← Previous Posts
|
|
pagination-next = Next Posts →
|
|
pagination-page = Page { $current } of { $total }
|
|
|
|
# Related posts
|
|
related-posts-title = Related Posts
|
|
related-posts-more = More like this
|
|
|
|
# Newsletter signup (blog-specific override)
|
|
newsletter-title = Stay Updated
|
|
newsletter-description = Get the latest { -brand-name } insights delivered to your inbox
|
|
newsletter-email-placeholder = Your email address
|
|
newsletter-subscribe = Subscribe to Blog
|
|
newsletter-success = Thanks for subscribing to our blog! |