mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 02:14:29 +08:00
Add info about more results to full-page search frontend.
This commit is contained in:
parent
e5ee4ccc48
commit
44bd8f3837
@ -126,7 +126,11 @@
|
|||||||
|
|
||||||
{{#if hasResults}}
|
{{#if hasResults}}
|
||||||
<h3 class="search-footer">
|
<h3 class="search-footer">
|
||||||
|
{{#if model.grouped_search_result.more_full_page_results}}
|
||||||
|
{{i18n "search.more_results"}}
|
||||||
|
{{else}}
|
||||||
{{i18n "search.no_more_results"}}
|
{{i18n "search.no_more_results"}}
|
||||||
|
{{/if}}
|
||||||
</h3>
|
</h3>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
@ -1321,6 +1321,7 @@ en:
|
|||||||
searching: "Searching ..."
|
searching: "Searching ..."
|
||||||
post_format: "#{{post_number}} by {{username}}"
|
post_format: "#{{post_number}} by {{username}}"
|
||||||
results_page: "Search Results"
|
results_page: "Search Results"
|
||||||
|
more_results: "There are more results. Please narrow your search criteria."
|
||||||
|
|
||||||
context:
|
context:
|
||||||
user: "Search posts by @{{username}}"
|
user: "Search posts by @{{username}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user