mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
* 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.
47 lines
738 B
TOML
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" |