hedgedoc/public/locales/zh-CN.json
Philip Molares 177f639492
Editor Help Modal (#99)
* removed css from body
* added internal-link and translated-internal-link
* icon in links are always fixedWidth
* added help button

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-05-31 11:36:27 +02:00

189 lines
6.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"app": {
"slogan": "写作与分享 Markdown 的最佳平台。",
"title": "Markdown 协作笔记"
},
"landing": {
"intro": {
"exploreFeatures": "探索所有功能",
"features": {
"collaboration": "实时协作",
"mathJax": "支持图表与 MathJax",
"slides": "支持幻灯模式"
}
},
"history": {
"noHistory": "无历史记录",
"localHistory": "以下为来自浏览器的历史",
"toolbar": {
"selectTags": "选择标签...",
"searchKeywords": "搜索关键字...",
"sortByTitle": "按标题排序",
"sortByLastVisited": "按时间排序",
"export": "导出历史",
"import": "导入历史",
"clear": "清空历史",
"refresh": "刷新历史"
},
"modal": {
"clearHistory": {}
},
"tableHeader": {}
},
"navigation": {
"intro": "简介",
"history": "历史",
"newGuestNote": "新建访客笔记",
"newNote": "新建笔记"
},
"footer": {
"releases": "版本",
"poweredBy": "由 <0></0> 驱动",
"imprint": "法律声明",
"followUs": "在 <0></0>, <1></1>, <2></2>, <3></3> 和 <4></4> 上关注我们",
"privacy": "隐私",
"termsOfUse": "使用条款"
},
"versionInfo": {
"sourceCode": "源代码"
}
},
"profile": {
"deleteUser": "删除帐户",
"exportUserData": "导出用户数据",
"modal": {
"deleteUser": {
"title": "删除帐户",
"message": "",
"subMessage": ""
}
}
},
"editor": {
"help": {
"contacts": {
"title": "",
"community": "",
"meetUsOn": " {{service}} ",
"helpTranslating": "",
"reportIssue": ""
},
"documents": {
"title": "",
"yamlMetadata": "YAML ",
"slideExample": ""
},
"cheatsheet": {
"title": "",
"example": "",
"syntax": "",
"underlinedText": "线",
"highlightedText": "",
"externalService": ""
}
},
"error": {
"locked": {
"title": "",
"description": ""
},
"limitReached": {
"title": "",
"description": "",
"advice": ""
},
"incompatible": {
"title": "",
"advice": ""
},
"newVersion": {
"title": "",
"linkText": "",
"advice": ""
},
"userStateChanged": {
"title": "",
"description": ""
}
},
"viewMode": {
"view": "",
"both": ""
},
"darkMode": {},
"editorToolbar": {
"bold": "",
"strikethrough": "线",
"header": "",
"code": "",
"blockquote": "",
"unorderedList": "",
"orderedList": "",
"checkList": "",
"link": "",
"image": "",
"uploadImage": ""
},
"menu": {
"menu": "",
"new": "",
"publish": "",
"extra": "",
"revision": "",
"slideMode": "",
"download": "",
"help": ""
},
"export": {
"rawHtml": " HTML"
},
"import": {
"clipboard": ""
},
"modal": {
"snippetImport": {
"title": " Snippet ",
"selectProject": "",
"selectSnippet": " Snippet "
},
"gistImport": {
"title": " Gist ",
"insertGistUrl": " Gist ..."
},
"snippetExport": {
"title": " Snippet",
"visibilityLevel": ""
},
"revision": {
"title": "",
"revertButton": ""
},
"clipboardImport": {
"title": "",
"insertMarkdown": " Markdown ..."
},
"deleteNote": {
"question": "",
"warning": ""
}
}
},
"common": {
"import": "",
"export": "",
"refresh": "",
"cancel": "",
"ok": "",
"or": ""
},
"login": {
"chooseMethod": "",
"signInVia": " {{service}} ",
"signIn": "",
"signOut": "",
"register": "",
"auth": {
"error": {}
}
}
}