Files
chill.social/i18n/en.toml

193 lines
2.6 KiB
TOML

# English UI translations for chill.social
# Site level file: overrides themes/chill-theme/i18n/en.toml
# Common UI translations
[readMore]
other = "Read more"
[readTime]
other = "min read"
[published]
other = "Published"
[updated]
other = "Updated"
[by]
other = "by"
[shareOn]
other = "Share on"
[relatedPosts]
other = "Related articles"
[categories]
other = "Categories"
[tags]
other = "Tags"
[allPosts]
other = "All articles"
[search]
other = "Search"
[searchPlaceholder]
other = "Search articles..."
[noResults]
other = "No results found"
[backToHome]
other = "Back to home"
[404Title]
other = "Page not found"
[404Message]
other = "The page you are looking for does not exist or has been moved."
[download]
other = "Download"
# Navigation
[home]
other = "Home"
[about]
other = "About"
[contact]
other = "Contact"
# Blog
[latestPosts]
other = "Latest articles"
[recentArticles]
other = "Recent articles"
[popularTags]
other = "Popular tags"
[subscribeNewsletter]
other = "Subscribe to the newsletter"
[subscribeDescription]
other = "Get the latest articles straight to your inbox"
[emailPlaceholder]
other = "Enter your email"
[subscribe]
other = "Subscribe"
[subscribeDisclaimer]
other = "We respect your privacy. You can unsubscribe at any time."
# Footer
[copyright]
other = "© {{ .Year }} {{ .SiteName }}. All rights reserved."
[allRightsReserved]
other = "All rights reserved."
[designedBy]
other = "Designed by"
[builtWith]
other = "Built with"
[and]
other = "and"
# Language switcher
[language]
other = "Language"
[switchLanguage]
other = "Change language"
# Features
[seeItInAction]
other = "See it in action"
[discoverFeature]
other = "Discover"
[features]
other = "Features"
# Pricing
[popular]
other = "Popular"
[mostPopular]
other = "Most popular"
[VAT]
other = "excl. VAT"
[perHour]
other = "/hour"
[perDay]
other = "/day"
[perhalfDay]
other = "/half day"
[perMonth]
other = "/month"
[perYear]
other = "/year"
[perUser]
other = "/user"
[selfHosted]
other = "Self-hosted"
# Documentation
[documentation]
other = "Documentation"
# Pagination
[previous]
other = "Previous"
[next]
other = "Next"
# Homepage
[trustedByCompanies]
other = "Trusted by leading organisations"
[lovedByTeams]
other = "Loved by teams everywhere"
[testimonialsDescription]
other = "Find out what our users think of their experience with the platform."
# Blog Post
[tableOfContents]
other = "Table of contents"
[minRead]
other = "min read"
[previousPost]
other = "Previous article"
[nextPost]
other = "Next article"
[dateFormat]
other = "January 2, 2006"
[networkError]
other = "Network error, please try again."