diff --git a/src/i18n/locales/fi/rightSidebar/about.json b/src/i18n/locales/fi/rightSidebar/about.json index c5538e17e..af764b9a3 100644 --- a/src/i18n/locales/fi/rightSidebar/about.json +++ b/src/i18n/locales/fi/rightSidebar/about.json @@ -1,32 +1,32 @@ { - "title": "About", + "title": "Ohjelmatietoja", "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", + "heading": "Dokumentaatio", + "body": "Haluatko tietää lisää ohjelmasta? Tarvitsetko lisää tietoa kuinka voit auttaa tätä projektia? Ei tarvitse etsiä, on olemassa laaja opas tehty juuri sinulle.", "buttons": { - "documentation": "Documentation" + "documentation": "Dokumentaatio" } }, "bugOrFeatureRequest": { - "heading": "Bug? Feature Request?", - "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "heading": "Ohjelmavirhe? Ehdota ominaisuutta?", + "body": "Jumittaako jokin hakemuksesi edistymistä? Löysitkö pahan ohjelmavirheen joka estää käytön. Keskustele siitä GitHub: n ongelmia sektiossa tai lähetä minulle sähköpostia alla olevien toimintojen avulla.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "Ilmoita ongelmasta", + "sendEmail": "Lähetä sähköpostia" } }, "sourceCode": { - "heading": "Source Code", - "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "heading": "Lähdekoodi", + "body": "Haluatko päästä käsiksi tämän projektin lähdekoodiin. Oletko kehitäjä joka haluaa osallistua avoimen lähdekoodin tuottamiseen? Klikkaa alla olevaa nappia.", "buttons": { "githubRepo": "GitHub Repo" } }, "license": { - "heading": "License Information", - "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "heading": "Lisenssitiedot", + "body": "Projekti on liitetty MIT lisenssiin, josta voit lukea lisää alta. Periaatteessa voit käyttää projektin tuotoksia missä tahansa kunhan annat kunniaa alkuperäisille kehittäjille.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "MIT-Lisenssi" } }, "footer": {