From 4c6d997cba338557ec4101d8b8af07d5d727cd8c Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Mon, 25 Aug 2025 22:35:46 -0400 Subject: [PATCH] feat: Add zh-TW locale --- docusaurus-search-local/locales/zh-TW.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docusaurus-search-local/locales/zh-TW.json diff --git a/docusaurus-search-local/locales/zh-TW.json b/docusaurus-search-local/locales/zh-TW.json new file mode 100644 index 000000000..4b2cd0565 --- /dev/null +++ b/docusaurus-search-local/locales/zh-TW.json @@ -0,0 +1,12 @@ +{ + "theme.SearchBar.label": "搜尋", + "theme.SearchBar.seeAll": "查看全部搜尋結果", + "theme.SearchBar.noResultsText": "沒有找到任何結果", + "theme.SearchBar.searchInContext": "“查看{context}”內的全部結果", + "theme.SearchBar.seeAllOutsideContext": "查看“{context}”以外的全部結果", + "theme.SearchPage.existingResultsTitle": "“{query}”的搜尋結果", + "theme.SearchPage.emptyResultsTitle": "搜尋文件", + "theme.SearchPage.documentsFound.plurals": "共找到 {count} 篇文件", + "theme.SearchPage.noResultsText": "沒有找到任何結果", + "theme.SearchPage.searchContext.everywhere": "所有" +}