mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-12 16:19:45 +00:00
5ec874d64e
* LiveRe: commenting system * busuanzi: count web traffic
47 lines
873 B
TOML
47 lines
873 B
TOML
archive = "Archive"
|
|
tags = "Tags"
|
|
categories = "Categories"
|
|
|
|
[footer]
|
|
powered = "Powered by %s"
|
|
theme = "Theme"
|
|
|
|
[posts]
|
|
prev = "Prev"
|
|
next = "Next"
|
|
prev_post = "Prev"
|
|
next_post = "Next"
|
|
toc = "Contents"
|
|
readmore = "Read more.."
|
|
reward = "Reward"
|
|
rewardAlipay = "alipay"
|
|
rewardWechat = "wechat"
|
|
seeMarkDown = "The Markdown version »"
|
|
|
|
[posts.header]
|
|
wordCount = "%d word"
|
|
readingTime = "%d min read"
|
|
|
|
[copyright]
|
|
author = "Author"
|
|
lastMod = "LastMod"
|
|
markdown = "Markdown"
|
|
license = "License"
|
|
|
|
[counter]
|
|
[counter.archives]
|
|
zero = "No Posts"
|
|
other = "%d Posts In Total"
|
|
|
|
[counter.tagcloud]
|
|
zero = "No tags"
|
|
other = "%d Tags In Total"
|
|
|
|
[counter.categories]
|
|
zero = "No Categories"
|
|
other = "%d Categories In Total"
|
|
|
|
[traffic]
|
|
siteUV = "site uv: %s"
|
|
sitePV = "site pv: %s"
|
|
pagePV = "%s times read"
|