From 35712fd8d2e6c54743ec75a394edbb8c41326385 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 14:23:28 +0530 Subject: [PATCH] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index 861e3ad5..28497d82 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "标题" }, "item": { - "add": "Add {{- heading}}", + "add": "添加 {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "开始日期", + "placeholder": "2018 年 3 月" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "结束日期", + "placeholder": "2022 年 3 月" }, "description": { - "label": "Description" + "label": "说明" } }, "buttons": { "add": { - "label": "Add" + "label": "添加" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown 来美化这部分文字." }