1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

add localisable strings for search

This commit is contained in:
Myeongjin 2015-10-18 18:09:41 +09:00
parent 4347d91c57
commit 33bca3d390
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,9 @@ Filter/Caption: Filter
Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]]
Filter/Matches: //<small><<resultCount>> matches</small>//
Matches: //<small><<resultCount>> matches</small>//
Matches/All: All matches:
Matches/Title: Title matches:
Search: Search
Shadows/Caption: Shadows
Shadows/Hint: Search for shadow tiddlers
Shadows/Matches: //<small><<resultCount>> matches</small>//

View File

@ -3,11 +3,11 @@ tags: $:/tags/SearchResults
caption: {{$:/language/Search/DefaultResults/Caption}}
\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"/>
//<small>All matches:</small>//
//<small>{{$:/language/Search/Matches/All}}</small>//
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>

View File

@ -5,6 +5,9 @@ Filter/Caption: 필터
Filter/Hint: [[필터 표현식|http://tiddlywiki.com/static/Filters.html]]을 통해 검색합니다
Filter/Matches: //<small><<resultCount>>개 일치</small>//
Matches: //<small><<resultCount>>개 일치</small>//
Matches/All: 모든 일치:
Matches/Title: 제목 일치:
Search: 검색
Shadows/Caption: 섀도우
Shadows/Hint: 섀도우 티들러에 대해 검색합니다
Shadows/Matches: //<small><<resultCount>>개 일치</small>//