From 86643aaa8118302125a1646a28d99c6a9e8721f0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 09:37:39 +0530 Subject: [PATCH] New translations extras.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/extras.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/extras.json b/src/i18n/locales/zh/leftSidebar/extras.json index 7afc7c06..ddc0a59b 100644 --- a/src/i18n/locales/zh/leftSidebar/extras.json +++ b/src/i18n/locales/zh/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "名称", + "placeholder": "出生日期" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "内容", + "placeholder": "1995年8月6日" } }