Files
blog/i18n/en.toml

77 lines
2.4 KiB
TOML

# Shown in language picker for multi-language sites
language_name = "English"
# Tera date format used for listing posts
# (post publication date, tag posts list...).
# Not used in comments, "date_locale" is used instead.
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
date_format = "%B %d, %Y"
date_locale = "en_US"
# Menu items.
# Should match the names in config.extra.nav.links and config.extra.footer.links.
Blog = "Blog"
Demo = "Demo"
Tricks = "Tricks"
Repo = "Repo"
all_tags = "See all tags"
archived = "Archived"
author = "Author"
blog_post_author = "Blog post author"
boosts_from = "Boosts from"
by_author = "By $AUTHOR"
caution = "Caution"
comments = "Comments"
comments_description = "You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below."
comments_noscript = "Loading comments relies on JavaScript. Try enabling JavaScript and reloading, or visit the original post on Mastodon."
comments_qr = "QR code to a Mastodon post"
copy_code = "Copy code"
disclaimer = "Disclaimer"
drafted = "Drafted"
faves_from = "Favorites from"
featured = "Featured"
feed = "Feed"
file_an_issue = "File an Issue"
filter_by_tag = "Filter by tag"
go_to_top = "Go to Top"
important = "Important"
language = "Language"
load_comments = "Load Comments"
loading = "Loading"
many_minutes_read = "$NUMBER minutes read"
many_posts = "$NUMBER posts in total"
many_tags = "$NUMBER tags in total"
minutes_read = "$NUMBER minute read"
newest_to_oldest = "From newest to oldest"
next = "Next"
no_comments = "No comments yet :/"
note = "Note"
one_posts = "$NUMBER post in total"
one_tags = "$NUMBER tag in total"
open_post = "Open Post"
posts = "$NUMBER posts in total"
posts_with_tag = "Posts with tag"
powered_by = "Powered by"
powered_by_and = "and"
previous = "Previous"
published = "Published on"
reload = "Reload"
repo = "Repository"
search = "Search"
search_for = "Search for"
skip_to_content = "Skip to main content"
source = "Website source"
table_of_contents = "Table of Contents"
tags = "tags"
tags_title = "Tags"
theme = "Theme"
theme_dark = "Switch to dark theme"
theme_light = "Switch to light theme"
theme_system = "Use system theme"
tip = "Tip"
trigger_warning = "Trigger Warning"
updated = "Updated on"
view_comment = "View comment at"
view_profile = "View profile at"
warning = "Warning"