mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
parent
d666c4f0bf
commit
9b2e9e332c
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[o:silverstripe:p:silverstripe-fulltextsearch:r:master]
|
||||||
|
file_filter = lang/<lang>.yml
|
||||||
|
source_file = lang/en.yml
|
||||||
|
source_lang = en
|
||||||
|
type = YML
|
10
lang/en.yml
10
lang/en.yml
@ -2,3 +2,13 @@ en:
|
|||||||
SilverStripe\FullTextSearch\Solr\Forms\SearchForm:
|
SilverStripe\FullTextSearch\Solr\Forms\SearchForm:
|
||||||
GO: Go
|
GO: Go
|
||||||
SEARCH: Search
|
SEARCH: Search
|
||||||
|
SolrResultsPage:
|
||||||
|
DidYouMean: 'Did you mean'
|
||||||
|
NoResults: 'Sorry, your search query did not return any results.'
|
||||||
|
Page: Page
|
||||||
|
ReadMore: 'Read more about'
|
||||||
|
SearchQuery: 'You searched for'
|
||||||
|
ViewNextPage: 'View the next page'
|
||||||
|
ViewPageNumber: 'View page number'
|
||||||
|
ViewPreviousPage: 'View the previous page'
|
||||||
|
of: of
|
||||||
|
@ -4,11 +4,11 @@ fi:
|
|||||||
SEARCH: Haku
|
SEARCH: Haku
|
||||||
SolrResultsPage:
|
SolrResultsPage:
|
||||||
SearchQuery: 'Hakusanasi oli'
|
SearchQuery: 'Hakusanasi oli'
|
||||||
DidYouMean: 'Tarkoititko'
|
DidYouMean: Tarkoititko
|
||||||
ReadMore: 'Lue lisää'
|
ReadMore: 'Lue lisää'
|
||||||
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
|
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
|
||||||
Page: 'Sivu'
|
Page: Sivu
|
||||||
of: '/'
|
of: /
|
||||||
ViewPreviousPage: 'Katso edellinen sivu'
|
ViewPreviousPage: 'Katso edellinen sivu'
|
||||||
View page number: 'Siirry sivulle'
|
'View page number': 'Siirry sivulle'
|
||||||
ViewNextPage: 'Katso seuraava sivu'
|
ViewNextPage: 'Katso seuraava sivu'
|
||||||
|
Loading…
Reference in New Issue
Block a user