File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
src/client/theme/SearchBar Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22 "theme.SearchBar.label" : " Suche" ,
33 "theme.SearchBar.seeAll" : " Alle Ergebnisse anzeigen" ,
44 "theme.SearchBar.noResultsText" : " Keine Ergebnisse" ,
5+ "theme.SearchBar.searchInContext" : " Alle Ergebnisse innerhalb von \" {context}\" anzeigen" ,
6+ "theme.SearchBar.seeAllOutsideContext" : " Alle Ergebnisse außerhalb von \" {context}\" anzeigen" ,
57 "theme.SearchPage.existingResultsTitle" : " Suchergebnisse für \" {query}\" " ,
68 "theme.SearchPage.emptyResultsTitle" : " Suche in der Dokumentation" ,
79 "theme.SearchPage.documentsFound.plurals" : " 1 Dokument gefunden|{count} Dokumente gefunden" ,
Original file line number Diff line number Diff line change 22 "theme.SearchBar.label" : " Tìm kiếm..." ,
33 "theme.SearchBar.seeAll" : " Xem tất cả kết quả được tìm thấy" ,
44 "theme.SearchBar.noResultsText" : " Không tìm thấy kết quả nào" ,
5- "theme.SearchPage.existingResultsTitle" : " Tìm kiếm theo tiêu đề: “{query}”" ,
5+ "theme.SearchBar.searchInContext" : " Xem tất cả kết quả bên trong \" {context}\" " ,
6+ "theme.SearchBar.seeAllOutsideContext" : " Xem tất cả kết quả bên ngoài \" {context}\" " ,
7+ "theme.SearchPage.existingResultsTitle" : " Tìm kiếm theo tiêu đề: \" {query}\" " ,
68 "theme.SearchPage.emptyResultsTitle" : " Tìm kiếm theo tiêu đề" ,
79 "theme.SearchPage.documentsFound.plurals" : " Có {count} kết quả được tìm thấy" ,
810 "theme.SearchPage.noResultsText" : " Không tìm thấy kết quả nào" ,
Original file line number Diff line number Diff line change 22 "theme.SearchBar.label" : " 搜索" ,
33 "theme.SearchBar.seeAll" : " 查看全部结果" ,
44 "theme.SearchBar.noResultsText" : " 没有找到任何文档" ,
5- "theme.SearchPage.existingResultsTitle" : " “{query}” 的搜索结果" ,
5+ "theme.SearchBar.searchInContext" : " 查看“{context}”以内的全部结果" ,
6+ "theme.SearchBar.seeAllOutsideContext" : " 查看“{context}”以外的全部结果" ,
7+ "theme.SearchPage.existingResultsTitle" : " “{query}”的搜索结果" ,
68 "theme.SearchPage.emptyResultsTitle" : " 搜索文档" ,
79 "theme.SearchPage.documentsFound.plurals" : " 共找到 {count} 篇文档" ,
810 "theme.SearchPage.noResultsText" : " 没有找到任何文档" ,
Original file line number Diff line number Diff line change @@ -184,15 +184,15 @@ export default function SearchBar({
184184 linkText = translate (
185185 {
186186 id : "theme.SearchBar.seeAllOutsideContext" ,
187- message : " See results outside {context}",
187+ message : ' See all results outside " {context}"' ,
188188 } ,
189189 { context : translatedSearchContext }
190190 ) ;
191191 } else {
192192 linkText = translate (
193193 {
194194 id : "theme.SearchBar.searchInContext" ,
195- message : " See all results in {context}",
195+ message : ' See all results within " {context}"' ,
196196 } ,
197197 { context : translatedSearchContext }
198198 ) ;
You can’t perform that action at this time.
0 commit comments