@vuepress-plume/plugin-search 1.0.0-rc.180 → 1.0.0-rc.181

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/node/index.js CHANGED
@@ -246,10 +246,10 @@ const ruSearchLocale = {
246
246
  //#endregion
247
247
  //#region src/node/locales/zh-tw.ts
248
248
  const zhTwSearchLocale = {
249
- placeholder: "搜索文檔",
250
- resetButtonTitle: "重置搜索",
249
+ placeholder: "搜尋文件",
250
+ resetButtonTitle: "重設搜尋",
251
251
  backButtonTitle: "關閉",
252
- noResultsText: "無搜索結果:",
252
+ noResultsText: "無搜尋結果:",
253
253
  footer: {
254
254
  selectText: "選擇",
255
255
  selectKeyAriaLabel: "輸入",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuepress-plume/plugin-search",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.180",
4
+ "version": "1.0.0-rc.181",
5
5
  "description": "The Plugin for VuePress 2 - local search",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",