From 37a31f0ecb82b958123792c61bfaf6a9e1ae3985 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Jul 2020 15:58:20 +0530 Subject: [PATCH] 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" } }