mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations field.php (Finnish)
This commit is contained in:
parent
00108651f1
commit
09982d79ad
@ -134,7 +134,7 @@ return [
|
|||||||
'home' => 'Koti',
|
'home' => 'Koti',
|
||||||
'list-page' => 'Luettelosivu',
|
'list-page' => 'Luettelosivu',
|
||||||
'search' => 'Hae',
|
'search' => 'Hae',
|
||||||
'reset' => 'Reset',
|
'reset' => 'Nollaa',
|
||||||
'recommended' => 'Suositellut mainokset sinulle',
|
'recommended' => 'Suositellut mainokset sinulle',
|
||||||
'filter' => 'Suodattaa',
|
'filter' => 'Suodattaa',
|
||||||
'sort' => 'Järjestellä',
|
'sort' => 'Järjestellä',
|
||||||
@ -156,6 +156,7 @@ return [
|
|||||||
'phone_gsm' => 'GSM-puhelin',
|
'phone_gsm' => 'GSM-puhelin',
|
||||||
'phone_office' => 'Toimistopuhelin',
|
'phone_office' => 'Toimistopuhelin',
|
||||||
'add_to_favorites' => "Lisää suosikkeihin",
|
'add_to_favorites' => "Lisää suosikkeihin",
|
||||||
|
'add_to_cart'=> "Lisää ostoskoriin",
|
||||||
'send' => 'Lähettää',
|
'send' => 'Lähettää',
|
||||||
'search_name' => 'Haun nimi',
|
'search_name' => 'Haun nimi',
|
||||||
'my_favorite_searches' => 'Suosikkihaut',
|
'my_favorite_searches' => 'Suosikkihaut',
|
||||||
@ -272,6 +273,9 @@ return [
|
|||||||
'in_the_last_month' => [
|
'in_the_last_month' => [
|
||||||
'name' => 'Viime kuussa'
|
'name' => 'Viime kuussa'
|
||||||
],
|
],
|
||||||
|
'in_the_last_two_days' => [
|
||||||
|
'name' => 'Kahdessa viimeisessä päivässä'
|
||||||
|
],
|
||||||
'ads_with_photo' => [
|
'ads_with_photo' => [
|
||||||
'name' => 'Mainokset valokuvalla'
|
'name' => 'Mainokset valokuvalla'
|
||||||
],
|
],
|
||||||
@ -338,9 +342,9 @@ return [
|
|||||||
'owner' => 'Omistaja',
|
'owner' => 'Omistaja',
|
||||||
'default_owner_instruction' => 'Omistaja määrittää oletusasetukset nykyiselle käyttäjälle, jos ketään ei ole valittu',
|
'default_owner_instruction' => 'Omistaja määrittää oletusasetukset nykyiselle käyttäjälle, jos ketään ei ole valittu',
|
||||||
'create_page_subtitle' => 'Luo mainos moitteettomasti syöttämällä yksityiskohtaiset tiedot mainoksestasi.',
|
'create_page_subtitle' => 'Luo mainos moitteettomasti syöttämällä yksityiskohtaiset tiedot mainoksestasi.',
|
||||||
'with_my_phone_numbers' => 'With my phone numbers',
|
'with_my_phone_numbers' => 'Puhelinnumeroillani',
|
||||||
'not_with_my_phone_numbers' => "I don't want to be reached by phone",
|
'not_with_my_phone_numbers' => "En halua olla tavoitettavissa puhelimitse",
|
||||||
'how_can_you_be_contacted' => "How can you be contacted?",
|
'how_can_you_be_contacted' => "Miten sinuun saa yhteyttä?",
|
||||||
|
|
||||||
// Listing page
|
// Listing page
|
||||||
'ad_title' => 'Mainoksen otsikko',
|
'ad_title' => 'Mainoksen otsikko',
|
||||||
@ -378,8 +382,23 @@ return [
|
|||||||
'name' => 'Julkaisupäivä'
|
'name' => 'Julkaisupäivä'
|
||||||
],
|
],
|
||||||
'tax' => [
|
'tax' => [
|
||||||
'name' => 'Tax'
|
'name' => 'Verottaa'
|
||||||
],
|
],
|
||||||
'name_a_z' => 'Name (A to Z)',
|
'name_a_z' => 'Nimi (A–Z)',
|
||||||
'name_z_a' => 'Name (Z to A)',
|
'name_z_a' => 'Nimi (Z - A)',
|
||||||
|
'select_lang_ads' => 'valitse mainosten kieli',
|
||||||
|
|
||||||
|
// Report
|
||||||
|
'product_stock_report' => 'Tuotevarastoraportti',
|
||||||
|
'active_passive_products_report' => 'Active-Passive Products -raportti',
|
||||||
|
'unexplained_products_report' => 'Selittämättömien tuotteiden raportti',
|
||||||
|
'non_image_products_report' => 'Ei-kuvatuotteiden raportti',
|
||||||
|
'product' => 'Tuote',
|
||||||
|
'count' => 'Kreivi',
|
||||||
|
'undefined_product' => 'Määrittelemätön tuote',
|
||||||
|
'pages_without_meta_information_report' => 'Sivut ilman metatietoraporttia',
|
||||||
|
'page' => 'Sivu',
|
||||||
|
'undefined_page' => 'Määrittämätön sivu',
|
||||||
|
'id' => 'ID',
|
||||||
|
'custom_field' => 'Mukautettu kenttä',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user