mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-03 07:04:07 +00:00
add localisable strings for search
This commit is contained in:
parent
4347d91c57
commit
33bca3d390
@ -5,6 +5,9 @@ Filter/Caption: Filter
|
|||||||
Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]]
|
Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]]
|
||||||
Filter/Matches: //<small><<resultCount>> matches</small>//
|
Filter/Matches: //<small><<resultCount>> matches</small>//
|
||||||
Matches: //<small><<resultCount>> matches</small>//
|
Matches: //<small><<resultCount>> matches</small>//
|
||||||
|
Matches/All: All matches:
|
||||||
|
Matches/Title: Title matches:
|
||||||
|
Search: Search
|
||||||
Shadows/Caption: Shadows
|
Shadows/Caption: Shadows
|
||||||
Shadows/Hint: Search for shadow tiddlers
|
Shadows/Hint: Search for shadow tiddlers
|
||||||
Shadows/Matches: //<small><<resultCount>> matches</small>//
|
Shadows/Matches: //<small><<resultCount>> matches</small>//
|
||||||
|
@ -3,11 +3,11 @@ tags: $:/tags/SearchResults
|
|||||||
caption: {{$:/language/Search/DefaultResults/Caption}}
|
caption: {{$:/language/Search/DefaultResults/Caption}}
|
||||||
|
|
||||||
\define searchResultList()
|
\define searchResultList()
|
||||||
//<small>Title matches:</small>//
|
//<small>{{$:/language/Search/Matches/Title}}</small>//
|
||||||
|
|
||||||
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||||
|
|
||||||
//<small>All matches:</small>//
|
//<small>{{$:/language/Search/Matches/All}}</small>//
|
||||||
|
|
||||||
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||||
|
|
||||||
|
@ -5,6 +5,9 @@ Filter/Caption: 필터
|
|||||||
Filter/Hint: [[필터 표현식|http://tiddlywiki.com/static/Filters.html]]을 통해 검색합니다
|
Filter/Hint: [[필터 표현식|http://tiddlywiki.com/static/Filters.html]]을 통해 검색합니다
|
||||||
Filter/Matches: //<small><<resultCount>>개 일치</small>//
|
Filter/Matches: //<small><<resultCount>>개 일치</small>//
|
||||||
Matches: //<small><<resultCount>>개 일치</small>//
|
Matches: //<small><<resultCount>>개 일치</small>//
|
||||||
|
Matches/All: 모든 일치:
|
||||||
|
Matches/Title: 제목 일치:
|
||||||
|
Search: 검색
|
||||||
Shadows/Caption: 섀도우
|
Shadows/Caption: 섀도우
|
||||||
Shadows/Hint: 섀도우 티들러에 대해 검색합니다
|
Shadows/Hint: 섀도우 티들러에 대해 검색합니다
|
||||||
Shadows/Matches: //<small><<resultCount>>개 일치</small>//
|
Shadows/Matches: //<small><<resultCount>>개 일치</small>//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user