-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87d27fd
commit 3d13685
Showing
8 changed files
with
71 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
export const algoliaTranslations = { | ||
button: { | ||
buttonText: "搜索", | ||
}, | ||
modal: { | ||
searchBox: { | ||
resetButtonTitle: "清除查询条件", | ||
resetButtonAriaLabel: "清除查询条件", | ||
cancelButtonText: "取消", | ||
cancelButtonAriaLabel: "取消", | ||
}, | ||
startScreen: { | ||
recentSearchesTitle: "搜索历史", | ||
noRecentSearchesText: "没有搜索历史", | ||
saveRecentSearchButtonTitle: "保存到搜索历史", | ||
removeRecentSearchButtonTitle: "从搜索历史中移除", | ||
favoriteSearchesTitle: "收藏", | ||
removeFavoriteSearchButtonTitle: "从收藏中移除", | ||
}, | ||
errorScreen: { | ||
titleText: "无法获取结果", | ||
helpText: "你可能需要检查你的网络连接", | ||
}, | ||
footer: { | ||
selectText: "选择", | ||
navigateText: "切换", | ||
closeText: "关闭", | ||
searchByText: "搜索供应商", | ||
}, | ||
noResultsScreen: { | ||
noResultsText: "无法找到相关结果", | ||
suggestedQueryText: "你可以尝试查询", | ||
reportMissingResultsText: "你认为这个查询应该有结果?", | ||
reportMissingResultsLinkText: "向我们反馈", | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters