diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..16f65e9 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[o:silverstripe:p:silverstripe-fulltextsearch:r:master] +file_filter = lang/.yml +source_file = lang/en.yml +source_lang = en +type = YML diff --git a/lang/en.yml b/lang/en.yml index 19d7848..0a68907 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -2,3 +2,13 @@ en: SilverStripe\FullTextSearch\Solr\Forms\SearchForm: GO: Go 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 diff --git a/lang/fi.yml b/lang/fi.yml index 04c9b60..64d289b 100644 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -4,11 +4,11 @@ fi: SEARCH: Haku SolrResultsPage: SearchQuery: 'Hakusanasi oli' - DidYouMean: 'Tarkoititko' + DidYouMean: Tarkoititko ReadMore: 'Lue lisää' NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.' - Page: 'Sivu' - of: '/' + Page: Sivu + of: / ViewPreviousPage: 'Katso edellinen sivu' - View page number: 'Siirry sivulle' + 'View page number': 'Siirry sivulle' ViewNextPage: 'Katso seuraava sivu'