New translations app.json (Chinese Simplified)

This commit is contained in:
Amruth Pillai
2020-03-31 14:23:28 +05:30
parent e794607afb
commit 35712fd8d2

View File

@ -1,25 +1,25 @@
{ {
"heading": { "heading": {
"placeholder": "Heading" "placeholder": "标题"
}, },
"item": { "item": {
"add": "Add {{- heading}}", "add": "添加 {{- heading}}",
"startDate": { "startDate": {
"label": "Start Date", "label": "开始日期",
"placeholder": "March 2018" "placeholder": "2018 年 3 月"
}, },
"endDate": { "endDate": {
"label": "End Date", "label": "结束日期",
"placeholder": "March 2022" "placeholder": "2022 年 3 月"
}, },
"description": { "description": {
"label": "Description" "label": "说明"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "添加"
} }
}, },
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text." "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown</1> 来美化这部分文字."
} }