From 32d76d2e1be4cf7e39317a9a3bbb90afce51d440 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:41:02 -0300 Subject: [PATCH] New translations languages.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/languages.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/languages.json b/src/i18n/locales/pt/leftSidebar/languages.json index fc5de101..53263ca5 100644 --- a/src/i18n/locales/pt/leftSidebar/languages.json +++ b/src/i18n/locales/pt/leftSidebar/languages.json @@ -1,9 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Nome" }, "rating": { - "label": "Rating" + "label": "Nota" } }