-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
178 lines (178 loc) · 12.7 KB
/
index.json
File metadata and controls
178 lines (178 loc) · 12.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"Like this one!": {
"_translate": "像这个!",
"_note": ""
},
"Try it out by typing in here or see more examples.": {
"_translate": "试试看,在这里输入或查看更多<a href=\"examples\">示例</a>。",
"_note": ""
},
"Rich content editors should, ideally, produce clean, semantically meaningful documents while still being easy for users to understand. ProseMirror tries to bridge the gap between editing explicit, unambiguous content like Markdown or XML, and classical WYSIWYG editors.": {
"_translate": "丰富的内容编辑器理想情况下应该生成干净、语义上有意义的文档,同时仍然易于用户理解。ProseMirror 尝试弥合编辑明确、无歧义内容(如 <a href=\"http://commonmark.org/\">Markdown</a> 或 XML)与经典的 <a href=\"https://en.wikipedia.org/wiki/WYSIWYG\">所见即所得</a> 编辑器之间的差距。",
"_note": ""
},
"It does this by implementing a WYSIWYG-style editing interface for documents more constrained and structured than plain HTML. You can customize the shape and structure of the documents your editor creates, and tailor them to your application's needs.": {
"_translate": "它通过实现一个所见即所得(WYSIWYG)风格的编辑界面来完成这一点,该界面用于比普通HTML更受约束和结构化的文档。您可以自定义编辑器创建的文档的形状和结构,并根据您的应用程序需求进行调整。",
"_note": ""
},
"ProseMirror has built-in, ground-up, rock solid support for collaborative editing, where multiple people work on the same document in real time.": {
"_translate": "ProseMirror 具有内置的、从头开始的、坚如磐石的协作编辑支持,多个用户可以实时在同一文档上工作。",
"_note": ""
},
"Document schemas allow editing documents with a custom structure without writing your own editor from scratch.": {
"_translate": "文档模式允许在不从头编写自己的编辑器的情况下编辑具有自定义结构的文档。",
"_note": ""
},
"A modular architecture makes sure you only load the code you need, and can replace parts of the system as needed.": {
"_translate": "模块化架构确保您只加载所需的代码,并且可以根据需要替换系统的部分。",
"_note": ""
},
"A plugin system allows you to easily enable additional functionality, and package your own extensions in a convenient format.": {
"_translate": "一个插件系统允许您轻松启用额外的功能,并以方便的格式打包您自己的扩展。",
"_note": ""
},
"A largely functional and immutable architecture makes it easy to integrate ProseMirror into modern web apps, and confidently implement complex behavior.": {
"_translate": "一个主要是功能性和不可变的架构使得将ProseMirror集成到现代Web应用程序中变得容易,并且可以自信地实现复杂的行为。",
"_note": ""
},
"The core library is small and generic, providing a base onto which very different types of editors can be built.": {
"_translate": "核心库小而通用,提供了一个基础,可以在其上构建非常不同类型的编辑器。",
"_note": ""
},
"ProseMirror is open source, and you are legally free to use it commercially. Yet, writing, maintaining, supporting, and setting up infrastructure for such a project takes a lot of work and energy. Therefore...": {
"_translate": "ProseMirror 是<a href=\"https://github.com/ProseMirror/prosemirror/blob/master/LICENSE\">开源</a>的,您可以合法地将其用于商业用途。然而,编写、维护、支持和建立此类项目的基础设施需要大量的工作和精力。因此...",
"_note": ""
},
"If you are using ProseMirror to make profit, there is a social expectation that you help fund its maintenance. Start here.": {
"_translate": "如果你使用ProseMirror来盈利,有一个<u>社会</u>期望是你帮助资助其维护。 <a class=\"fund-button\" href=\"http://marijnhaverbeke.nl/fund/\">从这里开始。</a>",
"_note": ""
},
"ProseMirror is being developed on GitHub. Contributions are welcome.": {
"_translate": "ProseMirror 正在 <a href=\"https://github.com/prosemirror/\">GitHub</a> 上开发。欢迎 <a href=\"https://github.com/ProseMirror/prosemirror/blob/master/CONTRIBUTING.md\">贡献</a>。",
"_note": ""
},
"The easiest way to install ProseMirror is with npm. Take a look at the examples to get started.": {
"_translate": "安装 ProseMirror 最简单的方法是使用<a href=\"https://www.npmjs.com/search?q=prosemirror-\">npm</a>。查看<a href=\"examples/basic/\">示例</a>以开始使用。",
"_note": ""
},
"The library works on recent versions of Firefox, Chrome, Safari, and Edge, as well as on Internet Explorer 11.": {
"_translate": "图书馆适用于最新版本的Firefox、Chrome、Safari和Edge,以及Internet Explorer 11。",
"_note": ""
},
"Discussing the project, or asking questions, is best done on the forum. Bugs should be reported through the issue tracker. We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.": {
"_translate": "讨论项目或提问,最好在<a href=\"https://discuss.prosemirror.net/\">论坛</a>上进行。\n应通过<a href=\"https://github.com/ProseMirror/prosemirror/issues\">问题跟踪器</a>报告错误。我们致力于成为一个包容、欢迎的社区。为了明确这一点,我们有一个适用于项目交流的<a href=\"http://contributor-covenant.org/version/1/1/0/\">行为准则</a>。",
"_note": ""
},
"Initial development of the software was crowd-funded by these 414 excellent individuals and organizations.": {
"_translate": "软件的初始开发是由这些414位优秀的<a href=\"backers.html\">个人和组织</a>通过<a href=\"https://www.indiegogo.com/projects/prosemirror/\">众筹</a>资助的。",
"_note": ""
},
"Ongoing development is supported by these companies:": {
"_translate": "持续开发由这些公司支持:",
"_note": ""
},
"像这个!": {
"_translate": "像这个!",
"_note": ""
},
"试试看,在这里输入或查看更多示例。": {
"_translate": "试试看,在这里输入或查看更多<a href=\"examples\">示例</a>。",
"_note": ""
},
"丰富的内容编辑器理想情况下应该生成干净、语义上有意义的文档,同时仍然易于用户理解。ProseMirror 尝试弥合编辑明确、无歧义内容(如 Markdown 或 XML)与经典的 所见即所得 编辑器之间的差距。": {
"_translate": "丰富的内容编辑器理想情况下应该生成干净、语义上有意义的文档,同时仍然易于用户理解。ProseMirror 尝试弥合编辑明确、无歧义内容(如 <a href=\"http://commonmark.org/\">Markdown</a> 或 XML)与经典的 <a href=\"https://en.wikipedia.org/wiki/WYSIWYG\">所见即所得</a> 编辑器之间的差距。",
"_note": ""
},
"它通过实现一个所见即所得(WYSIWYG)风格的编辑界面来完成这一点,该界面用于比普通HTML更受约束和结构化的文档。您可以自定义编辑器创建的文档的形状和结构,并根据您的应用程序需求进行调整。": {
"_translate": "它通过实现一个所见即所得(WYSIWYG)风格的编辑界面来完成这一点,该界面用于比普通HTML更受约束和结构化的文档。您可以自定义编辑器创建的文档的形状和结构,并根据您的应用程序需求进行调整。",
"_note": ""
},
"ProseMirror 具有内置的、从头开始的、坚如磐石的协作编辑支持,多个用户可以实时在同一文档上工作。": {
"_translate": "ProseMirror 具有内置的、从头开始的、坚如磐石的协作编辑支持,多个用户可以实时在同一文档上工作。",
"_note": ""
},
"模块化架构确保您只加载所需的代码,并且可以根据需要替换系统的部分。": {
"_translate": "模块化架构确保您只加载所需的代码,并且可以根据需要替换系统的部分。",
"_note": ""
},
"一个插件系统允许您轻松启用额外的功能,并以方便的格式打包您自己的扩展。": {
"_translate": "一个插件系统允许您轻松启用额外的功能,并以方便的格式打包您自己的扩展。",
"_note": ""
},
"一个主要是功能性和不可变的架构使得将ProseMirror集成到现代Web应用程序中变得容易,并且可以自信地实现复杂的行为。": {
"_translate": "一个主要是功能性和不可变的架构使得将ProseMirror集成到现代Web应用程序中变得容易,并且可以自信地实现复杂的行为。",
"_note": ""
},
"核心库小而通用,提供了一个基础,可以在其上构建非常不同类型的编辑器。": {
"_translate": "核心库小而通用,提供了一个基础,可以在其上构建非常不同类型的编辑器。",
"_note": ""
},
"ProseMirror 是开源的,您可以合法地将其用于商业用途。然而,编写、维护、支持和建立此类项目的基础设施需要大量的工作和精力。因此...": {
"_translate": "ProseMirror 是<a href=\"https://github.com/ProseMirror/prosemirror/blob/master/LICENSE\">开源</a>的,您可以合法地将其用于商业用途。然而,编写、维护、支持和建立此类项目的基础设施需要大量的工作和精力。因此...",
"_note": ""
},
"如果你使用ProseMirror来盈利,有一个社会期望是你帮助资助其维护。 从这里开始。": {
"_translate": "如果你使用ProseMirror来盈利,有一个<u>社会</u>期望是你帮助资助其维护。 <a class=\"fund-button\" href=\"http://marijnhaverbeke.nl/fund/\">从这里开始。</a>",
"_note": ""
},
"ProseMirror 正在 GitHub 上开发。欢迎 贡献。": {
"_translate": "ProseMirror 正在 <a href=\"https://github.com/prosemirror/\">GitHub</a> 上开发。欢迎 <a href=\"https://github.com/ProseMirror/prosemirror/blob/master/CONTRIBUTING.md\">贡献</a>。",
"_note": ""
},
"安装 ProseMirror 最简单的方法是使用npm。查看示例以开始使用。": {
"_translate": "安装 ProseMirror 最简单的方法是使用<a href=\"https://www.npmjs.com/search?q=prosemirror-\">npm</a>。查看<a href=\"examples/basic/\">示例</a>以开始使用。",
"_note": ""
},
"图书馆适用于最新版本的Firefox、Chrome、Safari和Edge,以及Internet Explorer 11。": {
"_translate": "图书馆适用于最新版本的Firefox、Chrome、Safari和Edge,以及Internet Explorer 11。",
"_note": ""
},
"软件的初始开发是由这些414位优秀的个人和组织通过众筹资助的。": {
"_translate": "软件的初始开发是由这些414位优秀的<a href=\"backers.html\">个人和组织</a>通过<a href=\"https://www.indiegogo.com/projects/prosemirror/\">众筹</a>资助的。",
"_note": ""
},
"讨论项目或提问,最好在论坛上进行。 应通过问题跟踪器报告错误。我们致力于成为一个包容、欢迎的社区。为了明确这一点,我们有一个适用于项目交流的行为准则。": {
"_translate": "For discussing projects or asking questions, it is best to do so on the <a href=\"https://discuss.prosemirror.net/\">forum</a>.\nErrors should be reported through the <a href=\"https://github.com/ProseMirror/prosemirror/issues\">issue tracker</a>. We are committed to being an inclusive and welcoming community. To make this clear, we have a <a href=\"http://contributor-covenant.org/version/1/1/0/\">code of conduct</a> that applies to project communication.",
"_note": ""
},
"持续开发由这些公司支持:": {
"_translate": "持续开发由这些公司支持:",
"_note": ""
},
"Examples": {
"_translate": "示例",
"_note": ""
},
"A toolkit for building rich-text editors on the web": {
"_translate": "一个用于在网页上构建富文本编辑器的工具包",
"_note": ""
},
"Documentation": {
"_translate": "文档",
"_note": ""
},
"Discuss": {
"_translate": "论坛",
"_note": ""
},
"GitHub": {
"_translate": "GitHub",
"_note": ""
},
"Twitter": {
"_translate": "Twitter",
"_note": ""
},
"译者": {
"_translate": "译者",
"_note": ""
},
"Code": {
"_translate": "请提供需要翻译的源文本。",
"_note": ""
},
"ProseMirror is being developed on Forgejo. Contributions are welcome.": {
"_translate": "ProseMirror 正在 <a href=\"https://code.haverbeke.berlin/prosemirror/\">Forgejo</a> 上开发。欢迎 <a href=\"https://code.haverbeke.berlin/prosemirror/prosemirror/src/branch/main/CONTRIBUTING.md\">贡献</a>。",
"_note": ""
}
}