From b8793a224a3ffe9abd9c30094ffe077751412535 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:52:04 -0300 Subject: [PATCH] New translations work.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/work.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/work.json b/src/i18n/locales/pt/leftSidebar/work.json index 6d115c6e..d869bde8 100644 --- a/src/i18n/locales/pt/leftSidebar/work.json +++ b/src/i18n/locales/pt/leftSidebar/work.json @@ -1,13 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Nome" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Cargo" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "VocĂȘ pode descrever no que se especializou enquanto trabalhava na empresa e quais os projetos que participou." } }