From bf55413c181ad262bf0e38a60103675e22adfc16 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 11 Apr 2020 19:42:30 +0530 Subject: [PATCH] New translations profile.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/profile.json b/src/i18n/locales/pt/leftSidebar/profile.json index b7f889c2..afe33411 100644 --- a/src/i18n/locales/pt/leftSidebar/profile.json +++ b/src/i18n/locales/pt/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL da foto" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Nome" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Sobrenome" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtítulo" }, "address": { + "label": "Endereço", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Endereço linha 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Endereço linha 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Endereço linha 3" } }, "phone": { - "label": "Phone Number" + "label": "Telefone" }, "website": { - "label": "Website" + "label": "Site" }, "email": { - "label": "Email Address" + "label": "Email" } }