🔧 🌱 Complete the local search feature.

This commit is contained in:
凡梦星尘
2022-07-31 11:02:55 +08:00
parent 6cbffe48b7
commit 9a4883832f
14 changed files with 465 additions and 117 deletions

View File

@@ -140,4 +140,13 @@ PageViewsLabel:
other: Total Page Views
FooterPowerby:
other: "Power by %s"
other: "Power by %s"
SearchPh:
other: Searching...
SearchEmpty:
other: "We didn't find any results for the search: ${query}"
SearchHits:
hits: "${hits} results found"
SearchHitsTime:
other: "${hits} results found in ${time} ms"

View File

@@ -141,4 +141,13 @@ PageViewsLabel:
other: 总访问量
FooterPowerby:
other: 由 %s 强力驱动
other: 由 %s 强力驱动
SearchPh:
other: 搜索...
SearchEmpty:
other: "没有找到任何搜索结果:${query}"
SearchHits:
hits: "找到 ${hits} 个搜索结果"
SearchHitsTime:
other: "找到 ${hits} 个搜索结果(用时 ${time} 毫秒)"