{
	"@metadata": {
		"authors": [
			"500000000006城",
			"A Chinese Wikipedian",
			"Administrator66",
			"Anterdc99",
			"ExoHyper2026",
			"GuoPC",
			"Huajing",
			"Hzy980512",
			"Kcx36",
			"Lakejason0",
			"Libamidi",
			"Lily9814",
			"LittlePaw365",
			"Mishidexfc",
			"Peterxy12",
			"Shizhao",
			"SomeyaMako",
			"Tr jason",
			"VulpesVulpes825",
			"WaitSpring",
			"沈澄心",
			"范",
			"铁桶"
		]
	},
	"rest-prefix-mismatch": "请求的路径（$1）不在REST API基本路径（$2）中",
	"rest-bad-prefix": "端点路径（$1）不包含有效的模块前缀",
	"rest-wrong-method": "请求方法($1)不是{{PLURAL:$3|此路径允许的方法之一|此路径允许的方法}}($2)",
	"rest-no-match": "请求的相对路径($1)不匹配任何已知的处理程序",
	"rest-unknown-module": "请求的模块名称（$1）未知",
	"rest-nonexistent-title": "指定的页面($1)不存在",
	"rest-nonexistent-title-revision": "指定的修订($1)对于指定的页面不存在($2)",
	"rest-nonexistent-revision": "指定的修订($1)不存在",
	"rest-nonexistent-user": "指定的用户($1)不存在",
	"rest-invalid-user": "指定的用户名($1)无效",
	"rest-invalid-ip": "指定的IP（$1）无效。",
	"rest-invalid-title": "指定的标题（$1）不指向wiki页面。",
	"rest-unsupported-content-type": "不支持的Content-Type：$1",
	"rest-permission-error": "拒绝授权：$1",
	"rest-permission-denied-anon": "匿名用户无法访问",
	"rest-permission-denied-title": "用户无权阅读标题($1)",
	"rest-permission-denied-revision": "用户无法访问请求的修订($1)。",
	"rest-rate-limit-exceeded": "已超过速率限制。请稍后再试。",
	"rest-resource-limit-exceeded": "资源限制超出处理请求。",
	"rest-pagehistory-incompatible-params": "不能同时指定“older_than”和“newer_than”两参数",
	"rest-pagehistory-param-range-error": "修订 ID 必须大于 0",
	"rest-pagehistory-timestamp-error": "无法检索指定修订的时间戳($1)",
	"rest-pagehistorycount-type-unrecognized": "指定的计数类型($1)无效",
	"rest-pagehistorycount-parameters-invalid": "不支持指定的参数组合。",
	"rest-compare-page-mismatch": "所指定的修订版属于不同页面，无法比较它们。",
	"rest-compare-permission-denied": "用户无权访问所请求的修订",
	"rest-compare-nonexistent": "由参数$1指定的修订不存在。",
	"rest-compare-inaccessible": "参数$1指定的修订不能公开访问。",
	"rest-compare-wrong-content": "参数$2指定的修订版的插槽$1具有无法转换为文本的内容类型。",
	"rest-compare-wikidiff2": "此端点需要 wikidiff2 1.9.0 或更高版本。",
	"rest-pagehistorycount-too-many-revisions": "指定的标题包含太多修订，无法取得此计数。",
	"rest-search-error": "返回搜索结果时出错：$1",
	"rest-page-source-type-error": "不支持请求的页面源的内容类型",
	"rest-no-revision": "无法检索标题$1的修订",
	"rest-media-too-many-links": "标题$1有过多媒体链接（允许$2个）",
	"rest-html-backend-error": "无法获取 Parsoid HTML：$1",
	"rest-html-stash-failure": "无法暂存Parsoid HTML。",
	"rest-lint-backend-error": "无法获取Parsoid lint错误：$1",
	"rest-bad-json-body": "无效请求正文，其必须是 JSON 对象。",
	"rest-json-body-parse-error": "将请求正文解析成 JSON 时失败：$1",
	"rest-missing-body-field": "请求正文缺失必填变量“$1”。",
	"rest-body-validation-error": "请求主体无效：$1",
	"rest-extraneous-body-fields": "请求正文内发现无关字段：$1",
	"rest-bad-content-model": "无效内容模块：$1",
	"rest-update-cannot-create-page": "页面“$1”已存在，无法创建。要更新现有页面，请在请求正文的“latest”键中的结构中提供基础修订 ID。",
	"rest-extraneous-csrf-token": "发现外来的 CSRF 令牌。当使用如 OAuth 之类的抵抗 CSRF 攻击的验证机制时不能使用 CSRF 令牌。",
	"rest-cannot-load-file": "无法加载标题为“$1”的文件。",
	"rest-cross-origin-anon-write": "不允许匿名跨域写请求",
	"rest-requires-safe-against-csrf": "此端点需要CSRF安全的会话提供者。",
	"rest-badtoken": "提供的 CSRF 令牌无效。",
	"rest-badtoken-missing": "不使用防CSRF的验证方式时，<var>token</var>参数必填。",
	"rest-badtoken-nosession": "CSRF错误—没有session。",
	"rest-mock-error": "模拟错误。",
	"rest-specified-revision-unavailable": "指定的修订已被删除或隐藏。",
	"rest-previous-revision-unavailable": "找不到先前的修订。该页面是否已被锁定或删除？",
	"rest-requires-content-type-header": "必须为请求负载提供Content-Type标头。",
	"rest-transform-missing-html": "没有提供html。",
	"rest-transform-missing-title": "没有提供标题或wikitext。",
	"rest-unsupported-target-format": "不支持请求的目标格式。",
	"rest-parsoid-resource-exceeded": "超出资源限制",
	"rest-parsoid-error": "Parsoid错误。",
	"rest-parsoid-bad-render-id": "错误的Parsoid渲染ID：$1",
	"rest-bad-stash-key": "错误的stash key。",
	"rest-html-key-expected": "正文中应包含<var>html</var>键",
	"rest-invalid-transform": "无效转换：$1到$2",
	"rest-request-body-expected": "$1请求方法需要请求主体",
	"rest-request-body-unaccepted": "$1请求方法不接受请求主体",
	"rest-unmapped-action-error": "未映射的操作模块错误：$1",
	"rest-unsupported-transform-input": "不支持的输入：$1",
	"rest-bad-etag": "错误的ETag：$1",
	"rest-no-stashed-content": "未找到$1的存放内容。这很可能是因为您的编辑会话已过期。请尝试复制您的更改，重新加载页面并重试。",
	"rest-unsupported-profile-version": "不支持的配置文件版本：$1",
	"rest-no-json-decode": "负载无法JSON解码为数组",
	"rest-parsoid-unsupported-media": "不支持的媒体类型",
	"rest-missing-revision-html": "缺少修订html",
	"rest-missing-revision-html-content-type": "缺少修订html的内容类型。",
	"rest-unsupported-profile-conversion": "我们无法处理这种转换。",
	"rest-edit-conflict": "编辑冲突（$1）",
	"rest-unknown-parsoid-transformation": "未知的变换。",
	"rest-target-variant-required": "需要目标变体。",
	"rest-unsupported-language-conversion": "不支持的语言转换：$1到$2",
	"rest-unknown-content-model": "未知的内容模型：$1",
	"rest-page-bundle-validation-error": "PageBundle与contentVersion不匹配：$1",
	"rest-module": "模块",
	"rest-module-default": "默认模块",
	"rest-module-extra-routes-title": "MediaWiki REST API",
	"rest-module-extra-routes-desc": "与模块不关联的 REST 端点",
	"rest-module-specs.v0-title": "规格",
	"rest-module-specs.v0-desc": "自文档模块为所有可用模块提供发现、规格和模式。",
	"rest-module-content.v1-title": "页面内容",
	"rest-module-content.v1-desc": "提供对页面和修订内容的元数据内容的访问",
	"rest-module-site.v1-title": "站点API",
	"rest-module-site.v1-desc": "关于网站整体的信息，例如网站地图",
	"rest-param-desc-mock-desc": "模拟描述。",
	"rest-param-desc-revision-id": "修订版本ID",
	"rest-param-desc-html-input-title": "HTML 输入转换标题",
	"rest-param-desc-html-input-oldid": "HTML 输入转换 oldid",
	"rest-param-desc-html-input-from": "HTML 输入转换自",
	"rest-param-desc-html-input-format": "HTML 输入转换格式",
	"rest-param-desc-html-input-contentmodel": "页面内容格式：wikitext（默认）、css、javascript、json或text。",
	"rest-param-desc-html-input-language": "HTML 输入转换语言",
	"rest-param-desc-html-output-stash": "HTML 输出渲染器存储",
	"rest-param-desc-html-output-flavor": "HTML 输出渲染器风格",
	"rest-param-desc-page-content-title": "采用易于阅读格式的页面标题",
	"rest-param-desc-page-content-redirect": "页面内容重定向",
	"rest-param-desc-source": "采用 content_model 属性指定格式的页面内容",
	"rest-param-desc-comment": "编辑页面的原因。要允许服务器填写评论，请使用“comment: null”。",
	"rest-param-desc-contentmodel": "页面内容格式：wikitext（默认）、css、javascript、json或text。",
	"rest-param-desc-update-latest": "有关页面最新版本的信息。您可以从获取页面源端点获取此信息。",
	"rest-param-desc-create-title": "页面标题。请访问各个 wiki，了解有关页面标题格式和字符的政策。",
	"rest-param-desc-update-source": "采用 content_model 属性指定格式的页面内容",
	"rest-param-desc-latest-source": "采用 content_model 属性指定格式的最新页面内容",
	"rest-param-desc-compare-from": "用作比较基础的修订标识符",
	"rest-param-desc-compare-from-id": "“起始”修订的修订标识符",
	"rest-param-desc-compare-from-slotrole": "被比较的插槽的角色（当前始终为“主要”）",
	"rest-param-desc-compare-from-sections": "修订版的预处理器部分，没有模板扩展",
	"rest-param-desc-compare-from-section-level": "部分级别",
	"rest-param-desc-compare-from-section-heading": "章节标题，例如 1 对应<h1>",
	"rest-param-desc-compare-from-section-offset": "wikitext中该章节起始的字节偏移量",
	"rest-param-desc-compare-to-desc": "“目标“修订的详细信息",
	"rest-param-desc-compare-to": "与基础版本进行比较的修订标识符",
	"rest-param-desc-compare-to-id": "“目标”版本的修订标识符",
	"rest-param-desc-compare-to-slotrole": "被比较的插槽的角色（当前始终为“主要”）",
	"rest-param-desc-compare-to-sections": "修订版的预处理器部分，没有模板扩展",
	"rest-param-desc-compare-to-section-level": "部分级别",
	"rest-param-desc-compare-to-section-heading": "章节标题，例如 1<h1>",
	"rest-param-desc-compare-to-section-offset": "wikitext 中该部分开始的字节偏移量",
	"rest-param-desc-compare-diff": "修订版本之间的差异",
	"rest-param-desc-language-links-title": "Wiki页面标题",
	"rest-param-desc-media-links-title": "页面标题",
	"rest-param-desc-media-file-title": "文件标题",
	"rest-param-desc-media-description-url": "描述文件的页面 URL，包括许可证信息和其他元数据",
	"rest-param-desc-media-latest": "有关文件最新修订版的信息",
	"rest-param-desc-media-latest-timestamp": "ISO 8601 格式的上次修改时间戳",
	"rest-param-desc-media-latest-user": "有关上传文件的用户的信息",
	"rest-param-desc-media-preferred": "有关文件首选格式的信息",
	"rest-param-desc-media-mediatype": "文件类型",
	"rest-param-desc-media-size": "文件大小（以字节为单位）或如果不可用则为空",
	"rest-param-desc-media-width": "建议的最大图像宽度（以像素为单位）或如果不可用则为空",
	"rest-param-desc-media-height": "建议的最大图像宽度（以像素为单位）或如果不可用则为空",
	"rest-param-desc-media-duration": "视频、音频或多媒体文件的长度，其他媒体类型为空",
	"rest-param-desc-media-url": "下载文件的 URL",
	"rest-param-desc-media-original": "有关文件原始格式的信息",
	"rest-param-desc-media-thumbnail": "有关文件缩略图格式的信息",
	"rest-param-desc-media-links-array": "页面上使用的媒体数组",
	"rest-param-desc-module-spec-module": "模块规范模块",
	"rest-param-desc-module-spec-version": "模块规范版本",
	"rest-param-desc-opensearch-ctype": "打开搜索描述ctype",
	"rest-param-desc-pagehistory-count-title": "Wiki页面标题",
	"rest-param-desc-pagehistory-count-type": "计数类型（匿名用户、机器人、编者、编辑数、小修改、回退）",
	"rest-param-desc-pagehistory-count-from": "限定统计范围为两个指定修订版本ID之间。必须与“to”参数配合使用。",
	"rest-param-desc-pagehistory-count-to": "限定统计范围为两个指定修订版本ID之间。必须与“from”参数配合使用。",
	"rest-param-desc-pagehistory-title": "Wiki页面标题",
	"rest-param-desc-pagehistory-older-than": "接受修订ID。返回指定修订ID更早的20个修订版本。",
	"rest-param-desc-pagehistory-newer-than": "接受修订ID。返回指定修订ID更新的20个修订版本。",
	"rest-param-desc-pagehistory-filter": "使用过滤器仅返回标记为（已恢复、匿名、机器人、次要）的修订版本。每个请求接受一个过滤器。",
	"rest-param-desc-search-q": "搜索词",
	"rest-param-desc-search-limit": "返回的搜索结果的最大数量，介于 1 到 100 之间。默认值：50",
	"rest-param-desc-transform-from": "变换自",
	"rest-param-desc-transform-format": "转换格式",
	"rest-param-desc-transform-title": "变换标题",
	"rest-param-desc-transform-revision": "变换修订",
	"rest-param-desc-update-title": "更新了页面标题",
	"rest-property-desc-mock-desc": "模拟描述。",
	"rest-property-desc-revision-user": "有关进行修订的用户的信息",
	"rest-property-desc-revision-id": "修订版本ID",
	"rest-property-desc-revision-timestamp": "修订时间戳",
	"rest-property-desc-revision-array": "页面修订列表",
	"rest-property-desc-search-pages": "搜索结果页面列表",
	"rest-property-desc-page-id": "页面标识符",
	"rest-property-desc-page-title": "页面标题",
	"rest-property-desc-page-key": "采用易于阅读格式的页面标题",
	"rest-property-desc-page-language-code": "语言代码",
	"rest-property-desc-page-language-name": "翻译语言名称",
	"rest-property-desc-page-language-key": "以URL友好格式翻译页面标题",
	"rest-property-desc-page-language-title": "以易于阅读的格式翻译页面标题",
	"rest-property-desc-page-latest": "有关最新修订的信息",
	"rest-property-desc-page-latest-id": "最新修订的修订标识符",
	"rest-property-desc-page-timestamp": "最新修订的时间戳",
	"rest-property-desc-page-timestamp-html": "ISO 8601格式的最新修订时间戳",
	"rest-property-desc-page-license": "关于wiki许可证的信息",
	"rest-property-desc-page-license-url": "适用许可协议的URL",
	"rest-property-desc-page-license-title": "适用许可协议的名称",
	"rest-property-desc-page-license-url-html": "根据$wgRightsUrl设置的适用许可协议的URL",
	"rest-property-desc-page-license-title-html": "根据$wgRightsText设置适用的许可协议名称",
	"rest-property-desc-page-content-html": "HTML格式的最新页面内容，遵循HTML规范",
	"rest-property-desc-page-contentmodel": "页面内容类型",
	"rest-property-desc-page-restbase-compatibility": "仅当使用x-restbase-compat标头激活RESTBase兼容性时才包含",
	"rest-property-desc-page-history-edit-count": "指定类型的编辑次数",
	"rest-property-desc-page-history-edit-limit": "实际编辑次数是否超出该类型允许的限制",
	"rest-property-desc-revision-html-url": "检索html格式的修订内容的URL",
	"rest-property-desc-revision-title": "仅当使用x-restbase-compat标头激活RESTBase兼容性时才包含修订标题。",
	"rest-property-desc-user": "进行编辑的用户",
	"rest-property-desc-user-id": "用户标识符，匿名用户为空",
	"rest-property-desc-user-name": "匿名用户的用户名或原始IP地址",
	"rest-property-desc-revision-size": "此修订版本的大小（以字节为单位）",
	"rest-property-desc-revision-delta": "与之前的版本相比，大小有所差异。",
	"rest-property-desc-revision-comment": "作者对修订的评论",
	"rest-property-desc-revision-minor": "这是否是一次小编辑",
	"rest-property-desc-revision-content-model": "内容类型",
	"rest-property-desc-revision-page": "修订所属的页面",
	"rest-property-desc-revision-source": "修订源内容",
	"rest-property-desc-revision-html": "HTML格式的修订内容，遵循HTML规范",
	"rest-property-desc-revision-url": "页面最新修订版的URL",
	"rest-property-desc-revision-url-older": "如果可用，请提供先前版本的URL",
	"rest-property-desc-revision-url-newer": "如果可用，获取下列修订版本的URL",
	"rest-property-desc-search-excerpt": "与搜索查询匹配的页面内容摘录",
	"rest-property-desc-search-matched-title": "页面重定向的来源页面标题，如果搜索词与重定向页面匹配，否则为空。",
	"rest-property-desc-search-description": "页面主题的简要摘要，若无摘要则为空。",
	"rest-property-desc-search-thumbnail": "有关页面缩略图的信息，如果不存在缩略图，则为空。",
	"rest-property-desc-html-url": "用于获取页面HTML内容的API路由",
	"rest-schema-desc-mock-desc": "模拟描述。",
	"rest-schema-desc-revision-metadata": "修订元数据",
	"rest-schema-desc-new-page": "新页面，包括源代码（通常是wikitext）",
	"rest-schema-desc-bare-page": "没有内容的页面",
	"rest-schema-desc-existing-revision": "使用HTML内容进行修订",
	"rest-schema-desc-existing-page-html": "包含HTML内容的页面",
	"rest-schema-desc-existing-page-source": "带有来源的页面（通常是 wikitext）",
	"rest-schema-desc-media-file": "有关此文件的信息",
	"rest-schema-desc-media-links": "页面的媒体链接",
	"rest-schema-desc-page-history": "页面修订历史",
	"rest-schema-desc-page-history-count": "页面历史编辑次数",
	"rest-schema-desc-page-language-links": "页面的跨语言链接",
	"rest-schema-desc-search-results": "搜索结果",
	"rest-schema-desc-revision-compare": "修订比较",
	"rest-endpoint-desc-mock-desc": "模拟描述。",
	"rest-endpoint-desc-post-page": "创建页面。",
	"rest-endpoint-desc-get-page-title": "返回有关页面的信息，包括页面源代码，通常以wikitext形式。",
	"rest-endpoint-desc-put-page-title": "根据页面的最新修订标识符编辑页面，如果未提供修订标识符，则创建页面。如果存在合并冲突，API会尝试自动解决冲突。如果无法解决编辑冲突，API将返回409错误。",
	"rest-endpoint-desc-get-page-title-html": "以HTML格式返回页面内容。",
	"rest-endpoint-desc-get-page-title-with-html": "返回有关页面的信息，包括HTML中的页面内容。",
	"rest-endpoint-desc-get-page-title-lint": "返回页面的lint错误。",
	"rest-endpoint-desc-get-page-title-bare": "返回有关页面的信息。",
	"rest-endpoint-desc-get-revision-id": "返回有关页面的信息，包括页面源代码，通常以wikitext形式。",
	"rest-endpoint-desc-get-revision-id-html": "以HTML格式返回修订内容。",
	"rest-endpoint-desc-get-revision-id-with-html": "返回有关修订的信息，包括HTML中的修订内容。",
	"rest-endpoint-desc-get-revision-id-lint": "返回修订版本的lint错误。",
	"rest-endpoint-desc-get-revision-id-bare": "返回有关修订的信息。",
	"rest-endpoint-desc-get-page-history": "返回页面最新修订版本的信息，以20个修订版本为一个片段，从最新版本开始。响应包含用于获取下一个最旧、下一个最新和最新修订版本片段的URL，方便您滚动浏览页面历史记录。",
	"rest-endpoint-desc-get-page-history-counts": "返回页面历史记录数据，例如不同类型用户的编辑次数。如需了解更多有关读者和编辑者如何与维基媒体项目互动的数据，请参阅[Analytics API](https://doc.wikimedia.org/generated-data-platform/aqs/analytics-api/)。",
	"rest-endpoint-desc-get-revision-compare": "返回可显示两个修订版本逐行比较的信息。仅支持比较基于文本的wiki页面。",
	"rest-endpoint-desc-get-search": "返回[OpenSearch描述文档](https://developer.mozilla.org/en-US/docs/Web/XML/Guides/OpenSearch)。",
	"rest-endpoint-desc-get-search-page": "列出与给定搜索词匹配的页面。",
	"rest-endpoint-desc-get-search-title": "列出标题以指定搜索词开头的页面。您可以将此端点用作自动完成搜索，按标题推荐相关页面。",
	"rest-endpoint-desc-get-page-title-language": "列出不同语言的同一主题的页面。",
	"rest-endpoint-desc-get-page-title-media": "列出页面上使用的媒体文件，最多100个文件。",
	"rest-endpoint-desc-get-file-title": "返回有关文件的信息，包括以缩略图、预览和原始格式下载文件的链接。",
	"rest-endpoint-desc-post-transform-wikitext-to-html": "将wikitext转换为HTML。",
	"rest-endpoint-desc-post-transform-wikitext-to-html-title": "将wikitext转换为HTML。请求主体必须包含wikitext参数，但可留空以获取完整页面。响应主体包含页面的渲染HTML。",
	"rest-endpoint-desc-post-transform-wikitext-to-html-title-revision": "将指定修订版本的wikitext转换为HTML。请求主体参数必须提供wikitext，但可留空以获取完整修订版本。响应主体包含该修订版本的渲染HTML。",
	"rest-endpoint-desc-post-transform-wikitext-to-lint": "返回wikitext的lint错误",
	"rest-endpoint-desc-post-transform-html-to-wikitext": "将HTML转换为wikitext。",
	"rest-endpoint-desc-post-transform-html-to-wikitext-title": "将HTML转换为wikitext。请求主体必须包含html参数，但可留空以获取完整页面。响应主体包含该页面的wikitext。",
	"rest-endpoint-desc-post-transform-html-to-wikitext-title-revision": "将指定修订版本的HTML转换为wikitext。必须提供html请求主体参数，但可留空以获取完整修订版本。响应主体包含该修订版本的wikitext。",
	"rest-property-desc-linterrors-array": "内容lint错误列表",
	"rest-property-desc-linterror-type": "Lint错误类型",
	"rest-property-desc-linterror-dsr": "关于相关DOM源范围的信息。该数组始终按以下顺序包含：起始位置（含起始位置）、结束位置（不含结束位置）、起始标签宽度和结束标签宽度。某些情况下，数组还将按顺序包含两个额外元素：起始标签与首个子元素间的空白字符宽度，以及最后子元素与结束标签间的空白字符宽度。所有位置和宽度均以UTF-8字节为单位进行测量。",
	"rest-property-desc-linterror-templateinfo": "有关正在处理的模板的信息",
	"rest-property-desc-linterror-params": "针对lint错误类型的附加信息",
	"rest-endpoint-summ-get-page-history": "获取页面历史记录",
	"rest-endpoint-summ-get-page-history-counts": "获取页面浏览历史记录计数",
	"rest-endpoint-summ-get-revision-compare": "比较不同修订版本",
	"rest-endpoint-summ-get-revision-id": "获取修订源",
	"rest-endpoint-summ-get-revision-id-html": "获取修订版HTML",
	"rest-endpoint-summ-get-revision-id-with-html": "使用HTML获取修订信息",
	"rest-endpoint-summ-get-revision-id-lint": "获取修订版本的lint错误",
	"rest-endpoint-summ-get-revision-id-bare": "获取修订版本",
	"rest-endpoint-summ-get-search": "获取OpenSearch描述文档",
	"rest-endpoint-summ-get-search-page": "搜索页面",
	"rest-endpoint-summ-get-search-title": "自动完成页面标题",
	"rest-endpoint-summ-get-page-title-language": "获取语言",
	"rest-endpoint-summ-get-page-title": "获取页面源代码",
	"rest-endpoint-summ-get-page-title-bare": "获取页面",
	"rest-endpoint-summ-get-page-title-html": "获取HTML",
	"rest-endpoint-summ-get-page-title-with-html": "获取包含HTML的页面",
	"rest-endpoint-summ-get-page-title-lint": "获取页面lint错误",
	"rest-endpoint-summ-get-page-title-media": "获取页面上的文件",
	"rest-endpoint-summ-get-file-title": "获取文件",
	"rest-endpoint-summ-put-page-title": "更新页面",
	"rest-endpoint-summ-post-page": "创建页面",
	"rest-endpoint-summ-post-transform-wikitext-to-lint": "返回wikitext的lint错误",
	"rest-endpoint-summ-post-transform-wikitext-to-html": "将Wikitext转换为HTML。",
	"rest-endpoint-summ-post-transform-html-to-wikitext": "将HTML转换为Wikitext。"
}
