From 3e406f36380acedd3b05d0fc93a6ca4080caf6fe Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:37:01 -0300 Subject: [PATCH] New translations extras.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/extras.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/extras.json b/src/i18n/locales/pt/leftSidebar/extras.json index 7afc7c06..26ba0915 100644 --- a/src/i18n/locales/pt/leftSidebar/extras.json +++ b/src/i18n/locales/pt/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Chave", + "placeholder": "Data de nascimento" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Valor", + "placeholder": "6 de Agosto de 1995" } }