From c9cebe5fe881653b774cbd2059a16de32ec0fb7a Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 23 Mar 2022 17:21:54 +0200 Subject: [PATCH] Add finnish translation (#565) * Add finnish translation * Add finnish translation to the README * Use a more fitting word for prev in finnish translation Co-authored-by: Emruz Hossain --- README.md | 1 + i18n/fi.toml | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 i18n/fi.toml diff --git a/README.md b/README.md index 4ae1b9d..2971be9 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ For more details about the features please visit [here](https://toha-guides.netl - 日本語 - 한국어 - русский +- suomi - Tiếng Việt To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). diff --git a/i18n/fi.toml b/i18n/fi.toml new file mode 100644 index 0000000..f5f3021 --- /dev/null +++ b/i18n/fi.toml @@ -0,0 +1,126 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Koti" + +[posts] +other = "Artikkelit" + +[toc_heading] +other = "Sisällysluettelo" + +[tags] +other = "Tagit" + +[categories] +other = "Kategoriat" + +[at] +other = "at" + +[resume] +other = "Ansioluetteloni" + +[navigation] +other = "Navigointi" + +[contact_me] +other = "Ota yhteyttä minuun:" + +[email] +other = "Sähköposti" + +[phone] +other = "Puhelin" + +[newsletter_text] +other = "Pysy ajan tasalla tilaamalla sähköposti-ilmoitukset" + +[newsletter_input_placeholder] +other = "Syötä sähköpostiosoite" + +[newsletter_warning] +other = "Syöttämällä sähköpostin, hyväksyt että haluat vastaanottaa uutiskirjeen tältä sivustolta." + +[submit] +other = "Lähetä" + +[hugoAttributionText] +other = "Voimanlähteenä" + +[prev] +other = "Edellinen" + +[next] +other = "Seuraava" + +[share_on] +other = "Jaa" + +[improve_this_page] +other = "Paranna tätä sivua" + +[out_of] +other = "out of" + +[publications] +other = "Julkaisut" + +[taken_courses] +other = "Käydyt kurssit" + +[course_name] +other = "Kurssin nimi" + +[total_credit] +other = "Opintopisteet yhteensä" + +[obtained_credit] +other = "Saadut opintopisteet" + +[extracurricular_activities] +other = "Opetusohjelman ulkopuolinen toiminta" + +[show_more] +other = "Näytä lisää" + +[show_less] +other = "Näytä vähemmän" + +[responsibilities] +other = "Työtehtävät:" + +[present] +other = "Tämä päivä" + +[comments_javascript] +other = "Ole hyvä ja enabloi JavaScript katsoaksesi" + +[comments_by] +other = "kommentit mahdollistavat" + +[read] +other = "Lue" + +[project_star] +other = "Tähti" + +[project_details] +other = "Yksityiskohdat" + +[err_404] +other = "Sivua jota etsit ei löydy." + +[more] +other = "Lisää" + +[view_certificate] +other = "Katso todistus" + +[notes] +other = "Muistiinpanot" + +[disclaimer_text] +other = "Vastuuilmoitus" + +[search] +other = "Haku"