bfeddf3217
* Replace hardcoded text with i18n * Add categoriesTitle text * Add categoriesTitle text * Add new strings available Co-authored-by: Daniel Pessoa <cobalto@users.noreply.github.com>
42 lines
728 B
TOML
42 lines
728 B
TOML
[toggleMenu]
|
|
other = "Toggle Menu"
|
|
|
|
[relatedContents]
|
|
other = "Related contents"
|
|
|
|
[lastUpdatedOn]
|
|
other ="Last updated on"
|
|
|
|
[widgetArchivesTitle]
|
|
other = "Archives"
|
|
|
|
[widgetArchivesMore]
|
|
other = "More"
|
|
|
|
[widgetTagCloudTitle]
|
|
other = "Tags"
|
|
|
|
[categoriesTitle]
|
|
other = "Categories"
|
|
|
|
[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)"
|
|
|
|
[footerBuiltWith]
|
|
other = "Built with {{ .Generator }}"
|
|
|
|
[footerDesignedBy]
|
|
other = "Theme {{ .Theme }} designed by {{ .DesignedBy }}"
|