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": {
"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</1> to style this section of the text."
"markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown</1> 来美化这部分文字."
}