New translations about.json (Chinese Simplified)

This commit is contained in:
Amruth Pillai
2020-04-01 08:46:24 +05:30
parent f47ccb8365
commit 673c2c380f

View File

@ -1,36 +1,36 @@
{
"title": "About",
"title": "关于我们",
"documentation": {
"heading": "Documentation",
"body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.",
"heading": "文档",
"body": "想要了解更多关于这个应用的信息吗?如果有一个指南可以指导你如何在本地机器上开发, 会不会更好? 需要了解如何为项目做贡献? 不需要烦恼,这里有一份详细的文档供你参考。",
"buttons": {
"documentation": "Documentation"
"documentation": "文档"
}
},
"bugOrFeatureRequest": {
"heading": "Bug? Feature Request?",
"body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.",
"heading": "错误?功能请求?",
"body": "在你写简历的时候发现遇到困难?发现了一个烦人的问题? 你可以上Github问题版来谈论这个问题,或者通过下面的按钮来给我发送电子邮件。",
"buttons": {
"raiseIssue": "Raise an Issue",
"sendEmail": "Send an Email"
"raiseIssue": "提交改进",
"sendEmail": "发送邮件"
}
},
"sourceCode": {
"heading": "Source Code",
"body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.",
"heading": "源码",
"body": "想要本地运行这个项目? 你是不是一个开发者想要为这个开源项目做出贡献?请点击下面的按钮。",
"buttons": {
"githubRepo": "GitHub Repo"
"githubRepo": "GitHub 项目"
}
},
"license": {
"heading": "License Information",
"body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.",
"heading": "授权申明",
"body": "该项目受MIT许可的管理您可以在下面阅读更多信息。 基本上,只要您向原作者提供感谢,您就可以在任何地方使用该项目。",
"buttons": {
"mitLicense": "MIT License"
"mitLicense": "MIT 授权许可"
}
},
"footer": {
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
"thanks": "Thank you for using Reactive Resume!"
"credit": "Reactive Resume 是由 <1>Amruth Pillai</1> 创建的项目。",
"thanks": "感谢您使用 Reactive Resume"
}
}