From 908d933ab85310fc9049ac9f179be01371412ef2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:31:33 +0530 Subject: [PATCH 01/25] New translations awards.json (Finnish) --- src/i18n/locales/fi/leftSidebar/awards.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/awards.json b/src/i18n/locales/fi/leftSidebar/awards.json index 4a52c12a9..58bc3df33 100644 --- a/src/i18n/locales/fi/leftSidebar/awards.json +++ b/src/i18n/locales/fi/leftSidebar/awards.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Otsikko" }, "subtitle": { - "label": "Subtitle" + "label": "Alaotsikko" } } From 97e05e01e439053e682aee8ceca2b0dc05e28e10 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:31:35 +0530 Subject: [PATCH 02/25] New translations languages.json (Finnish) --- src/i18n/locales/fi/leftSidebar/languages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/languages.json b/src/i18n/locales/fi/leftSidebar/languages.json index 21cb24836..391bc6399 100644 --- a/src/i18n/locales/fi/leftSidebar/languages.json +++ b/src/i18n/locales/fi/leftSidebar/languages.json @@ -3,9 +3,9 @@ "label": "Name" }, "level": { - "label": "Level" + "label": "Taso" }, "rating": { - "label": "Rating" + "label": "Arvio" } } From 273c81242c49c98d4e02bdbbdae58d12e066e20c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:31:36 +0530 Subject: [PATCH 03/25] New translations profile.json (Finnish) --- src/i18n/locales/fi/leftSidebar/profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json index 6f109ed6a..27dfb90f5 100644 --- a/src/i18n/locales/fi/leftSidebar/profile.json +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -9,7 +9,7 @@ "label": "Last Name" }, "subtitle": { - "label": "Subtitle" + "label": "Alaotsikko" }, "address": { "label": "Address", From 17fd577a227384d0e72326c671a5fa296bf04aae Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:31:38 +0530 Subject: [PATCH 04/25] New translations work.json (Finnish) --- src/i18n/locales/fi/leftSidebar/work.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/work.json b/src/i18n/locales/fi/leftSidebar/work.json index 9859754c3..a7fafefd5 100644 --- a/src/i18n/locales/fi/leftSidebar/work.json +++ b/src/i18n/locales/fi/leftSidebar/work.json @@ -3,6 +3,6 @@ "label": "Name" }, "role": { - "label": "Role" + "label": "Työtehtävä" } } From 7d6221327d5cd691a7993f9e991331cfcbcbf7a9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:44:40 +0530 Subject: [PATCH 05/25] New translations app.json (Finnish) --- src/i18n/locales/fi/app/app.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json index bcf8db166..6954c9bda 100644 --- a/src/i18n/locales/fi/app/app.json +++ b/src/i18n/locales/fi/app/app.json @@ -1,44 +1,44 @@ { "item": { - "add": "Add {{- heading}}", + "add": "Lisää {{- heading}}", "startDate": { - "label": "Start Date" + "label": "Alku" }, "endDate": { - "label": "End Date" + "label": "Loppu" }, "description": { - "label": "Description" + "label": "Kuvaus" } }, "buttons": { "add": { - "label": "Add" + "label": "Lisää" }, "delete": { - "label": "Delete" + "label": "Poista" } }, "printDialog": { - "heading": "Download Your Resume", + "heading": "Talenna hakumuksesi", "quality": { - "label": "Quality" + "label": "Laatu" }, "printType": { - "label": "Type", + "label": "Tyyppi", "types": { - "unconstrained": "Unconstrained", - "fitInA4": "Fit in A4", - "multiPageA4": "Multi-Page A4" + "unconstrained": "Ei sivutusta", + "fitInA4": "Sovita A4", + "multiPageA4": "Useita A4 sivuja" } }, "helpText": [ - "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", - "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + "Tämä menetelmä käyttää HTML alustaa ja konvertoi hakenuksen kuvaksi ja tulostaa siitä pdf-tiedoston, mikä tarkoittaa sitä että kaikki valinta/muotoilu mahdollisuudet eivät ole käytössä.", + "Jos se on sinulle tärkeää, niin ole hyvä ja kokeile tulostaa käyttäen Cmd/Ctrl + P tai tulostus nappia alla.. Lopputulokseen vaikuttaa käyttämäsi webbiselain, mutta on tiedossa että parhaiten toimii Google Chrome webbiselain." ], "buttons": { - "cancel": "Cancel", - "saveAsPdf": "Save as PDF" + "cancel": "Peru", + "saveAsPdf": "Talenna PDF" } }, "panZoomAnimation": { From 48e324b7680fc0b08b939624bd4990653bffed37 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:44:41 +0530 Subject: [PATCH 06/25] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index ae75bbd18..15f396861 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -10,10 +10,10 @@ } }, "downloadResume": { - "heading": "Download Your Resume", + "heading": "Talenna hakumuksesi", "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "saveAsPdf": "Save as PDF" + "saveAsPdf": "Talenna PDF" } }, "loadDemoData": { From 48729306f1fc50bc876a3a16bdd0baac17ef42f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:50:29 +0530 Subject: [PATCH 07/25] New translations app.json (Finnish) --- src/i18n/locales/fi/app/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json index 6954c9bda..ff0063dd9 100644 --- a/src/i18n/locales/fi/app/app.json +++ b/src/i18n/locales/fi/app/app.json @@ -42,7 +42,7 @@ } }, "panZoomAnimation": { - "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + "helpText": "Voit loitontaa ja lähentää esinäkymää milloin tahansa saadaksesi paremman kuvan hakemuksestasi. Hiiren rulla, kokeile." }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Voit käyttää <1>GitHub Flavored Markdown muokataksesi tämän sektion tekstiä." } From 7bcdcf5987e0a12e3bc7160e708e5626d1e45cc6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 14:50:31 +0530 Subject: [PATCH 08/25] New translations templates.json (Finnish) --- src/i18n/locales/fi/rightSidebar/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/rightSidebar/templates.json b/src/i18n/locales/fi/rightSidebar/templates.json index 89fd528d7..c9bb12637 100644 --- a/src/i18n/locales/fi/rightSidebar/templates.json +++ b/src/i18n/locales/fi/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Mallit" } From 57cdfcf7bd58b4ddf9a391cf27e834f1a50ffc3d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:04:50 +0530 Subject: [PATCH 09/25] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index 15f396861..293352d91 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -1,5 +1,5 @@ { - "title": "Actions", + "title": "Toiminnot", "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", "importExport": { "heading": "Import/Export", From ffbc8e560d538e14ba525f9dfccceda3516d3cf2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:04:51 +0530 Subject: [PATCH 10/25] New translations colors.json (Finnish) --- src/i18n/locales/fi/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/colors.json b/src/i18n/locales/fi/rightSidebar/colors.json index f7fff7ba5..9d5c9f0d2 100644 --- a/src/i18n/locales/fi/rightSidebar/colors.json +++ b/src/i18n/locales/fi/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Secondary Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "Värit", + "colorOptions": "Värien valinnat", + "primaryColor": "Pääväri", + "accentColor": "Toissijainen väri", + "clipboardCopyAction": "{{color}} on kopioitu leikepöydälle." } From cbdd332de048227bf8c8eb5e0488727612657562 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:04:53 +0530 Subject: [PATCH 11/25] New translations fonts.json (Finnish) --- src/i18n/locales/fi/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/fonts.json b/src/i18n/locales/fi/rightSidebar/fonts.json index dbcfe5f2f..d7b506672 100644 --- a/src/i18n/locales/fi/rightSidebar/fonts.json +++ b/src/i18n/locales/fi/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Fontit", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "Kirjasinperhe", + "helpText": "Voit käyttää myös mitä tahansa fonttia joka on asennettuna järjestelmääsi. Kirjoita kirjasinperheen nimi tähän ja selain lataa sen sinulle." } } From cb06f2d73182875bbf961c13c7f110b8eda4432b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:04:54 +0530 Subject: [PATCH 12/25] New translations settings.json (Finnish) --- src/i18n/locales/fi/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/settings.json b/src/i18n/locales/fi/rightSidebar/settings.json index dacc183c6..3ead77b2a 100644 --- a/src/i18n/locales/fi/rightSidebar/settings.json +++ b/src/i18n/locales/fi/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Asetukset", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "Kielet", + "helpText": "Jos haluat auttaa kääntämään tämän ohjelman omalle kielellesi, ole hyvä ja tutustu <1>Translation Documentation." } } \ No newline at end of file From f145064b14c93de0a463de9f09d92bc721944ca0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:20:35 +0530 Subject: [PATCH 13/25] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index 293352d91..770fad32e 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -1,30 +1,30 @@ { "title": "Toiminnot", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "disclaimer": "Tekemäsi muutokset hakemukseen tallennetaan automaattisesti selaimesi paikalliseen muistiin. Mikään tieto ei liiku verkkoon, tästä johtuen tietosi ovat turvassa koneellasi.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Tuonti/Vienti", + "body": "Voit tuoda ja viedä tietosi JSON muodossa. Tämä mahdollistaa sen että voit muokata tietojasi millä tahansa laitteella. Tallenna tämä tiedosto myöhempää muokkaamista varten.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Tuonti", + "export": "Vienti" } }, "downloadResume": { "heading": "Talenna hakumuksesi", - "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", + "body": "Alla olevasta napista klikkaamalla voit tallentaa PDF version hakemuksestasi välittömästi. Saadaksesi mahdollisimman parhaan tuloksen käytä Google Chromen viimeisintä versiota.", "buttons": { "saveAsPdf": "Talenna PDF" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Lataa Demo tekstit", + "body": "Onko vaikea hahmottaa miten aloittaa tyhjältä sivulta. Voit aloitaa myös lataamalla Demo hakemuksen esisyötetyt tekstit mistä näet miltä sen tulisi näyttää ja voit aloittaa muokaamalla näitä tekstejä omiin tarpeisiisi.", "buttons": { - "loadData": "Load Data" + "loadData": "Lataa tekstit" } }, "reset": { - "heading": "Reset Everything!", + "heading": "Tyhjennä kaikki!", "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", "buttons": { "reset": "Reset" From 0fa9cb5d479d80dd26199a309d61039802304515 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:44:23 +0530 Subject: [PATCH 14/25] New translations about.json (Finnish) --- src/i18n/locales/fi/rightSidebar/about.json | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) 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": { From 52d9f92b628c795ed31147117e53aaee83503367 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:44:24 +0530 Subject: [PATCH 15/25] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index 770fad32e..017b2ceca 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -25,9 +25,9 @@ }, "reset": { "heading": "Tyhjennä kaikki!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "body": "Tämä toiminto tyhjentää kaiken tekstin ja poistaa varmuuskopiot jotka on tehty selaimesi muistiin, joten varmista että olet vienyt tarvitsemasi tiedot talteen muualle ennen kuin tyhjennät kaikki.", "buttons": { - "reset": "Reset" + "reset": "Tyhjennä" } } } From c45886dc189b9d8996b0c19a91a435951e9b1a79 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:14 +0530 Subject: [PATCH 16/25] New translations certifications.json (Finnish) --- src/i18n/locales/fi/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/certifications.json b/src/i18n/locales/fi/leftSidebar/certifications.json index e6e0effa2..bb1cdb41a 100644 --- a/src/i18n/locales/fi/leftSidebar/certifications.json +++ b/src/i18n/locales/fi/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Name" + "label": "Nimi" }, "subtitle": { - "label": "Authority" + "label": "Myöntäjä" } } From f0aa9a3bc9700deed036dfde89d45e6a9a3b8f81 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:15 +0530 Subject: [PATCH 17/25] New translations education.json (Finnish) --- src/i18n/locales/fi/leftSidebar/education.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/education.json b/src/i18n/locales/fi/leftSidebar/education.json index 346748c7e..f66705ee3 100644 --- a/src/i18n/locales/fi/leftSidebar/education.json +++ b/src/i18n/locales/fi/leftSidebar/education.json @@ -1,11 +1,11 @@ { "name": { - "label": "Name" + "label": "Nimi" }, "major": { - "label": "Major" + "label": "Tutkinto" }, "grade": { - "label": "Grade" + "label": "Taso" } } From ec44bc93f2c13c7b37bd3f9a8e3e12c8ab857c95 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:17 +0530 Subject: [PATCH 18/25] New translations extras.json (Finnish) --- src/i18n/locales/fi/leftSidebar/extras.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/extras.json b/src/i18n/locales/fi/leftSidebar/extras.json index 59950d61a..bc2a77a48 100644 --- a/src/i18n/locales/fi/leftSidebar/extras.json +++ b/src/i18n/locales/fi/leftSidebar/extras.json @@ -1,8 +1,8 @@ { "key": { - "label": "Key" + "label": "Avain" }, "value": { - "label": "Value" + "label": "Arvo" } } From 205c365ee21fa25c465552785385a57b817d93e3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:18 +0530 Subject: [PATCH 19/25] New translations languages.json (Finnish) --- src/i18n/locales/fi/leftSidebar/languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/languages.json b/src/i18n/locales/fi/leftSidebar/languages.json index 391bc6399..4260ad405 100644 --- a/src/i18n/locales/fi/leftSidebar/languages.json +++ b/src/i18n/locales/fi/leftSidebar/languages.json @@ -1,6 +1,6 @@ { "key": { - "label": "Name" + "label": "Nimi" }, "level": { "label": "Taso" From cd2c284ca7049d0223b17989ff2262ced9e598fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:19 +0530 Subject: [PATCH 20/25] New translations objective.json (Finnish) --- src/i18n/locales/fi/leftSidebar/objective.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/objective.json b/src/i18n/locales/fi/leftSidebar/objective.json index 329804798..d7fe0fe95 100644 --- a/src/i18n/locales/fi/leftSidebar/objective.json +++ b/src/i18n/locales/fi/leftSidebar/objective.json @@ -1,5 +1,5 @@ { "objective": { - "label": "Objective" + "label": "Päämäärä" } } From 37a31f0ecb82b958123792c61bfaf6a9e1ae3985 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:20 +0530 Subject: [PATCH 21/25] New translations profile.json (Finnish) --- src/i18n/locales/fi/leftSidebar/profile.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json index 27dfb90f5..3ae076c05 100644 --- a/src/i18n/locales/fi/leftSidebar/profile.json +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -1,35 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Valokuvan URL" }, "firstName": { - "label": "First Name" + "label": "Etunimi" }, "lastName": { - "label": "Last Name" + "label": "Sukunimi" }, "subtitle": { "label": "Alaotsikko" }, "address": { - "label": "Address", + "label": "Osoite", "line1": { - "label": "Address Line 1" + "label": "Osoite rivi 1" }, "line2": { - "label": "Address Line 2" + "label": "Osoiterivi 2" }, "line3": { - "label": "Address Line 3" + "label": "Osoiterivi 3" } }, "phone": { - "label": "Phone Number" + "label": "Puhelin" }, "website": { - "label": "Website" + "label": "Nettisivut" }, "email": { - "label": "Email Address" + "label": "Sähköposti" } } From 4caab8f7ea10cb9177c15c7edf8984d955b1da11 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:22 +0530 Subject: [PATCH 22/25] New translations references.json (Finnish) --- src/i18n/locales/fi/leftSidebar/references.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/references.json b/src/i18n/locales/fi/leftSidebar/references.json index f7f2bf831..f14988c63 100644 --- a/src/i18n/locales/fi/leftSidebar/references.json +++ b/src/i18n/locales/fi/leftSidebar/references.json @@ -1,14 +1,14 @@ { "name": { - "label": "Name" + "label": "Nimi" }, "position": { - "label": "Position" + "label": "Asema" }, "phone": { - "label": "Phone Number" + "label": "Puhelin" }, "email": { - "label": "Email Address" + "label": "Sähköposti" } } From e379533e81c69fb70c538b0fffd7c2d049f0bb34 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:23 +0530 Subject: [PATCH 23/25] New translations work.json (Finnish) --- src/i18n/locales/fi/leftSidebar/work.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/work.json b/src/i18n/locales/fi/leftSidebar/work.json index a7fafefd5..cd543c690 100644 --- a/src/i18n/locales/fi/leftSidebar/work.json +++ b/src/i18n/locales/fi/leftSidebar/work.json @@ -1,6 +1,6 @@ { "name": { - "label": "Name" + "label": "Nimi" }, "role": { "label": "Työtehtävä" From 954aeef3667c8c40eee9dd64dfbb604cea45aeba Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:25 +0530 Subject: [PATCH 24/25] New translations about.json (Finnish) --- src/i18n/locales/fi/rightSidebar/about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/rightSidebar/about.json b/src/i18n/locales/fi/rightSidebar/about.json index af764b9a3..79143480b 100644 --- a/src/i18n/locales/fi/rightSidebar/about.json +++ b/src/i18n/locales/fi/rightSidebar/about.json @@ -31,6 +31,6 @@ }, "footer": { "credit": "Made with Love by <1>Amruth Pillai", - "thanks": "Thank you for using Reactive Resume!" + "thanks": "Kiitos kun käytit Reactive Resume!" } } From 5f0128768500c5c2511524b555149a4627c638f3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 16:15:09 +0530 Subject: [PATCH 25/25] New translations objective.json (Finnish) --- src/i18n/locales/fi/leftSidebar/objective.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/leftSidebar/objective.json b/src/i18n/locales/fi/leftSidebar/objective.json index d7fe0fe95..57267e712 100644 --- a/src/i18n/locales/fi/leftSidebar/objective.json +++ b/src/i18n/locales/fi/leftSidebar/objective.json @@ -1,5 +1,5 @@ { "objective": { - "label": "Päämäärä" + "label": "Tavoitteet" } }