hugo-theme-stack/i18n/en.toml
Victor Lourme 3423a92749 i18n: added missing translations
* Note for term.html: I had to remove the "humanize" and "singularize" operators because this seems to work only for English. Exemple with French: Catégories was transforming to Catégory (accent was kept but "y" was added). So categories we're splited in 2 translations : one for singular, one for plurial.
2020-11-18 17:38:23 +01:00

47 lines
738 B
TOML

[toggleMenu]
other = "Toggle Menu"
[relatedContents]
other = "Related contents"
[lastUpdatedOn]
other ="Last updated on"
[widgetArchivesTitle]
other = "Archives"
[widgetArchivesMore]
other = "More"
[widgetTagCloudTitle]
other = "Tags"
[notFoundTitle]
other = "Not Found"
[notFoundSubtitle]
other = "This page does not exist."
[searchTitle]
other = "Search"
[searchPlaceholder]
other = "Type something..."
[searchResultTitle]
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
[searchResultPost]
other = "Post"
[categories]
other = "Categories"
[category]
other = "Category"
[footerBuiltWith]
other = "Built with"
[footerDesignedBy]
other = "designed by"