|
| 1 | +# General |
| 2 | +- id: read_more |
| 3 | + translation: "Lue enemmän…" |
| 4 | + |
| 5 | +- id: menu_label |
| 6 | + translation: "Valikko" |
| 7 | + |
| 8 | +- id: sidemenu_title |
| 9 | + translation: "Valikko" |
| 10 | + |
| 11 | +# Post meta |
| 12 | +- id: meta_lastmod |
| 13 | + translation: "Viimeksi muutettu" |
| 14 | + |
| 15 | +- id: meta_translations |
| 16 | + translation: "Käännökset" |
| 17 | + |
| 18 | +# Table of Contents |
| 19 | +- id: toc_title |
| 20 | + translation: "Sisältöluettelo" |
| 21 | + |
| 22 | +# Post nav |
| 23 | +- id: post_nav_prev |
| 24 | + translation: "Edellinen" |
| 25 | + |
| 26 | +- id: post_nav_next |
| 27 | + translation: "Seuraava" |
| 28 | + |
| 29 | +# Authorbox |
| 30 | +- id: authorbox_name |
| 31 | + translation: "Kirjoittaja {{ .Name }}" |
| 32 | + |
| 33 | +# Sidebar |
| 34 | +- id: sidebar_warning |
| 35 | + translation: "VAROITUS" |
| 36 | + |
| 37 | +- id: sidebar_recommendation |
| 38 | + translation: "Ystävällisesti aktivoi ainakin yksi sidebar widget." |
| 39 | + |
| 40 | +# Search widget |
| 41 | +- id: search_placeholder |
| 42 | + translation: "Etsi…" |
| 43 | + |
| 44 | +# Languages widget |
| 45 | +- id: languages_title |
| 46 | + translation: "Kieli" |
| 47 | + |
| 48 | +# Categories widget |
| 49 | +- id: categories_title |
| 50 | + translation: "Kategoriat" |
| 51 | + |
| 52 | +# Recent Posts widget |
| 53 | +- id: recent_title |
| 54 | + translation: "Viimeisimmät kirjoitukset" |
| 55 | + |
| 56 | +# Social widget |
| 57 | +- id: social_title |
| 58 | + translation: "Sosiaalinen media" |
| 59 | + |
| 60 | +# Tags List widget |
| 61 | +- id: tags_title |
| 62 | + translation: "Tagit" |
| 63 | + |
| 64 | +# Footer |
| 65 | +- id: footer_credits |
| 66 | + translation: |
| 67 | + "Generoitu <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> och \ |
| 68 | + <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> teemalla." |
| 69 | + |
| 70 | +# 404 |
| 71 | +- id: 404_title |
| 72 | + translation: "404. Sivua ei löytynyt" |
| 73 | + |
| 74 | +- id: 404_text |
| 75 | + translation: |
| 76 | + "Etsimäsi sivu näyttää olevan siirretty, poistettu tai sitä ei ole olemassa. Käytä hakua tai mene osoitteeseen" |
| 77 | + |
| 78 | +- id: 404_linktext |
| 79 | + translation: "etusivulle" |
| 80 | + |
| 81 | +# No posts empty state |
| 82 | +- id: noposts_warning_title |
| 83 | + translation: "Sinulla ei ole kirjoituksia vielä" |
| 84 | + |
| 85 | +- id: noposts_warning_description |
| 86 | + translation: |
| 87 | + "Kun julkistat jotain mihin tahansa hakemistoon (sektio) <b>content</b> hakemiston alle niin se näkyy täällä. Vain yksi \ |
| 88 | + sektio (eniten kirjoituksia) näkyy pääsivulle vakiona." |
| 89 | + |
| 90 | +- id: noposts_warning_tip |
| 91 | + translation: |
| 92 | + "<b>Vihje:</b> Voit näyttää niin monta sektiota kuin haluat \ |
| 93 | + <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \ |
| 94 | + konfiguraatioparametrilla." |
0 commit comments