-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Misaka-L/main
feature: algolia localization
- Loading branch information
Showing
3 changed files
with
100 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
{ | ||
"placeholder": "Search the VRChat docs" | ||
"placeholder": "Search the VRChat docs", | ||
"translations": { | ||
"buttonText": "Search", | ||
"buttonAriaLabel": "Search", | ||
"resetButtonTitle": "Clear the query", | ||
"resetButtonAriaLabel": "Clear the query", | ||
"cancelButtonText": "Cancel", | ||
"cancelButtonAriaLabel": "Cancel", | ||
"searchInputLabel": "Search", | ||
"recentSearchesTitle": "Recent", | ||
"noRecentSearchesText": "No recent searches", | ||
"saveRecentSearchButtonTitle": "Save this search", | ||
"removeRecentSearchButtonTitle": "Remove this search from history", | ||
"favoriteSearchesTitle": "Favorite", | ||
"removeFavoriteSearchButtonTitle": "Remove this search from favorites", | ||
"titleText": "Unable to fetch results", | ||
"helpText": "You might want to check your network connection.", | ||
"selectText": "to select", | ||
"selectKeyAriaLabel": "Enter key", | ||
"navigateText": "to navigate", | ||
"navigateUpKeyAriaLabel": "Arrow up", | ||
"navigateDownKeyAriaLabel": "Arrow down", | ||
"closeText": "to close", | ||
"closeKeyAriaLabel": "Escape key", | ||
"searchByText": "Search by", | ||
"noResultsText": "No results for", | ||
"suggestedQueryText": "Try searching for", | ||
"reportMissingResultsText": "Believe this query should return results?", | ||
"reportMissingResultsLinkText": "Let us know." | ||
} | ||
} |
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