@easyops-cn/docusaurus-search-local 0.49.1 → 0.49.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.49.2](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.49.1...v0.49.2) (2025-03-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Add Japanese locale ([9a920db](https://github.com/easyops-cn/docusaurus-search-local/commit/9a920db9c91f4ce7f13227c8109874e5deec9d21))
11
+
5
12
  ## [0.49.1](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.49.0...v0.49.1) (2025-03-12)
6
13
 
7
14
 
@@ -0,0 +1,12 @@
1
+ {
2
+ "theme.SearchBar.label": "検索",
3
+ "theme.SearchBar.seeAll": "すべての結果を見る",
4
+ "theme.SearchBar.noResultsText": "結果が見つかりません。",
5
+ "theme.SearchBar.searchInContext": "「{context}」のすべての結果を見る",
6
+ "theme.SearchBar.seeAllOutsideContext": "「{context}」以外のすべての結果を見る",
7
+ "theme.SearchPage.existingResultsTitle": "検索:{query}",
8
+ "theme.SearchPage.emptyResultsTitle": "検索したい語句を入力してください。",
9
+ "theme.SearchPage.documentsFound.plurals": "検索数:{count}件",
10
+ "theme.SearchPage.noResultsText": "結果が見つかりません。",
11
+ "theme.SearchPage.searchContext.everywhere": "すべての場所"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyops-cn/docusaurus-search-local",
3
- "version": "0.49.1",
3
+ "version": "0.49.2",
4
4
  "description": "An offline/local search plugin for Docusaurus v3",
5
5
  "repository": {
6
6
  "type": "git",