mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-10-14 02:55:16 -05:00
I don't think it's ever been that useful. It was originally implemented
as kind of a test of what Hugo output formats were capable of. It waited
for the `ugly` option to get added in `outputFormats` and the novelty of
a new Hugo feature was part of the fun of it.
As mentioned in 7a65f92f53
:
I believe I originally added it because I thought it was somewhat
hard to get from the "View history" commit list to the actual page
but I feel like people who care enough to go looking for the source
code will be willing to use GitHub to find the actual source file.
142 lines
2.2 KiB
YAML
142 lines
2.2 KiB
YAML
# Misc
|
|
credit_comment:
|
|
other: "<!-- bobatheme is available under the MIT license at https://github.com/BBaoVanC/bobatheme. -->"
|
|
|
|
table_of_contents:
|
|
other: "Table of Contents"
|
|
|
|
browser_no_video_support:
|
|
other: "Your browser does not support video."
|
|
browser_no_video_support_link:
|
|
other: "Click here to download it instead."
|
|
|
|
latest_posts:
|
|
other: "Latest Posts"
|
|
|
|
see_also:
|
|
other: "SEE ALSO:"
|
|
|
|
copy_to_clipboard:
|
|
other: "Copy"
|
|
|
|
|
|
# Meta items
|
|
wordcount:
|
|
one: "{{ . }} word"
|
|
other: "{{ . }} words"
|
|
|
|
readingtime:
|
|
one: "{{ . }} min"
|
|
other: "{{ . }} mins"
|
|
|
|
edit_history:
|
|
other: "Edit history"
|
|
|
|
|
|
# Post count
|
|
no_posts:
|
|
other: "No posts here!"
|
|
|
|
post_count:
|
|
one: "{{ . }} post"
|
|
other: "{{ . }} posts"
|
|
|
|
|
|
# Navigation
|
|
read_more:
|
|
other: "Read more"
|
|
see_posts:
|
|
other: "See posts"
|
|
|
|
related_posts:
|
|
other: "Related Posts"
|
|
|
|
older_post:
|
|
other: "Older"
|
|
|
|
newer_post:
|
|
other: "Newer"
|
|
|
|
|
|
# ARIA labels
|
|
aria_heading_link:
|
|
other: "heading link"
|
|
|
|
aria_back_to_top_button:
|
|
other: "back to top button"
|
|
|
|
aria_rss_link:
|
|
other: "RSS feed link"
|
|
|
|
aria_post_meta_edit_history:
|
|
other: "link to page edit history"
|
|
|
|
aria_post_meta_categories:
|
|
other: "categories"
|
|
|
|
aria_post_meta_tags:
|
|
other: "tags"
|
|
|
|
aria_post_meta_reading_time:
|
|
other: "reading time"
|
|
|
|
aria_post_meta_authors:
|
|
other: "authors"
|
|
|
|
aria_post_meta_series:
|
|
other: "series"
|
|
|
|
aria_breadcrumbnav:
|
|
other: "breadcrumb navigation bar"
|
|
|
|
aria_post_metadata:
|
|
other: "post metadata"
|
|
|
|
aria_author_metadata:
|
|
other: "author metadata"
|
|
|
|
aria_taxonomy_metadata:
|
|
other: "taxonomy metadata"
|
|
|
|
aria_post_meta_date:
|
|
other: "date"
|
|
|
|
aria_post_meta_modified_date:
|
|
other: "last modified date"
|
|
|
|
aria_author_post_count:
|
|
other: "post count"
|
|
|
|
aria_author_word_count:
|
|
other: "word count"
|
|
|
|
aria_taxonomy_post_count:
|
|
other: "post count"
|
|
|
|
aria_series_metadata:
|
|
other: "series metadata"
|
|
|
|
aria_navbar:
|
|
other: "navigation bar"
|
|
|
|
aria_table_of_contents:
|
|
other: "table of contents"
|
|
|
|
aria_share_twitter:
|
|
other: "share to twitter button"
|
|
|
|
aria_share_facebook:
|
|
other: "share to facebook button"
|
|
|
|
aria_share_linkedin:
|
|
other: "share to linkedin button"
|
|
|
|
aria_share_reddit:
|
|
other: "share to reddit button"
|
|
|
|
aria_share_telegram:
|
|
other: "share to telegram button"
|
|
|
|
aria_share_print:
|
|
other: "print article button"
|