From 85e7b2e31723b5d10e5d48289d51e75736b99ceb Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:45:11 -0300 Subject: [PATCH] New translations profile.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/profile.json | 26 ++++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/profile.json b/src/i18n/locales/pt/leftSidebar/profile.json index b7f889c2..0aa0e4e7 100644 --- a/src/i18n/locales/pt/leftSidebar/profile.json +++ b/src/i18n/locales/pt/leftSidebar/profile.json @@ -1,40 +1,34 @@ { "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": { "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" } }