binario/i18n/en.yaml
Noam Lerner 69b90178c1 Add tags support to entry/meta
This commit adds support in having tags in entry.meta.
This includes:
- Updating the README
- Adding values for tags across multiple languages (en, fr, it, pt-br, pt)
- Moving from span to div in entry/meta/categories to make sure each one of
  'tags' and 'categories' sections is in a separate line.
2022-03-19 14:52:57 +02:00

52 lines
1.2 KiB
YAML

# Entry
- id: entry_toc
translation: "Table of Contents"
# Entry meta
- id: meta_lastmod
translation: "Updated"
- id: meta_categories
translation: "Categories"
- id: meta_tags
translation: "Tags"
# Share
- id: share-caption
translation: "Share on"
- id: save-caption
translation: "Save to"
# Related
- id: related_title
translation: "Related"
# Footer
- id: footer_credits
translation: "Powered by <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> and \
<a href=\"https://github.com/vimux/binario\" rel=\"nofollow noopener\" target=\"_blank\">Binario</a> theme."
# "No posts" empty state
- id: empty_title
translation: "You don't have any posts yet!"
- id: empty_text_start
translation: "As posts are added in your <code>mainSections</code> folders"
- id: empty_text_end
translation: "they'll appear here"
- id: empty_tip
translation: "<b>Tip:</b> You could change <code>mainSections</code> folders in site config file."
# 404
- id: page404_title
translation: "404 Page not found"
- id: page404_lead
translation: "Sorry, the page you were looking for doesn't exist."
- id: page404_link
translation: "Go back to main page"