Improve the site information display things.

This commit is contained in:
凡梦星尘
2022-09-12 10:22:22 +08:00
parent e79234935b
commit 5634c20a02
5 changed files with 107 additions and 51 deletions

View File

@@ -134,14 +134,13 @@ RewardBitcoin:
PostCommentTitle:
other: Comments
VisitorsLabel:
other: "Visitors: "
PageViewsLabel:
other: "Page Views: "
WordsLabel:
other: "Words: "
ReadTimesLabel:
other: "ReadTimes: "
SiteInfoItems:
runTimes: "Running:"
words: "Words:"
readTimes: "ReadTime:"
visitors: "Visitors:"
pageViews: "Views:"
lastUpdate: "Last Update:"
FooterPowerby:
other: "Power by %s"
@@ -153,4 +152,15 @@ SearchEmpty:
SearchHits:
hits: "${hits} results found"
SearchHitsTime:
other: "${hits} results found in ${time} ms"
other: "${hits} results found in ${time} ms"
DateSuffix:
years: " Year "
days: " Day "
hours: " Hour "
mins: " Min"
month: " Month Ago"
day: " Day Ago"
hour: " Hour Ago"
min: " Min Ago"
just: "Just"

View File

@@ -156,7 +156,10 @@ SearchHitsTime:
other: "找到 ${hits} 个搜索结果(用时 ${time} 毫秒)"
DateSuffix:
days: " "
years: " "
days: " 天 "
hours: " 小时 "
mins: " 分钟"
month: " 个月前"
day: " 天前"
hour: " 小时前"