{
	"@metadata": {
		"authors": [
			"Liuxinyu970226",
			"Yfdyh000"
		]
	},
	"apihelp-feedthreads-description": "返回讨论帖子的订阅。",
	"apihelp-feedthreads-summary": "返回讨论帖子的订阅。",
	"apihelp-feedthreads-param-feedformat": "订阅的格式。",
	"apihelp-feedthreads-param-days": "要显示几天的话题。",
	"apihelp-feedthreads-param-type": "要显示的帖子类型。",
	"apihelp-feedthreads-param-talkpage": "限制结果为在这些讨论页上的话题。",
	"apihelp-feedthreads-param-thread": "限制结果为这些话题及其后代。",
	"apihelp-feedthreads-example-1": "显示所有新话题为一个feed",
	"apihelp-feedthreads-example-2": "显示在[[Thread:Foo]]上的一个回复的订阅",
	"apihelp-feedthreads-example-3": "显示[[Talk:Main Page]]中新线程的订阅",
	"apihelp-query+threads-description": "显示LiquidThreads话题的详细信息。",
	"apihelp-query+threads-summary": "显示LiquidThreads话题的详细信息。",
	"apihelp-query+threads-param-startid": "枚举的起始话题ID。",
	"apihelp-query+threads-param-endid": "枚举的结束话题ID。",
	"apihelp-query+threads-param-showdeleted": "是否显示删除的帖子。",
	"apihelp-query+threads-param-limit": "列出话题的最大数量。",
	"apihelp-query+threads-param-prop": "要获取的属性。",
	"apihelp-query+threads-param-page": "限制结果为在这些页面上的话题。",
	"apihelp-query+threads-param-author": "限制结果为特定作者的话题。",
	"apihelp-query+threads-param-root": "限制结果为具有指定根的话题。",
	"apihelp-query+threads-param-summary": "限制结果为与指定摘要页面相连的话题。",
	"apihelp-query+threads-param-id": "获取指定ID的帖子。",
	"apihelp-query+threads-param-render": "结果中是否包含已渲染帖子。",
	"apihelp-query+threads-param-renderlevel": "当渲染时，开始的那一等级（用于深度限制的目的等）。",
	"apihelp-query+threads-param-renderthreadpos": "当渲染时，帖子组中要被渲染至对应等级的帖子位置（影响部分显示）。",
	"apihelp-query+threads-param-renderthreadcount": "当渲染时，在那个等级组中的帖子数量。",
	"apihelp-query+threads-param-rendermaxthreadcount": "当渲染时，在添加“{{int:lqt-thread-show-more}}”链接前要显示的回复的最大数量。",
	"apihelp-query+threads-param-rendermaxdepth": "当渲染时，在显示“显示X条回复”链接而不是回复前回复的最大深度。",
	"apihelp-query+threads-param-renderstartrepliesat": "当渲染时，要开始显示回复的点位（用于在内部载入额外回复）。",
	"apihelp-query+threads-example-1": "列出[[Talk:Main Page]]上的帖子",
	"apihelp-query+threads-example-2": "列出帖子带ID1、2、3和4",
	"apihelp-threadaction-description": "允许在线程话讨论中的帖子和跟帖中执行操作。",
	"apihelp-threadaction-summary": "允许在线程话讨论中的帖子和跟帖中执行操作。",
	"apihelp-threadaction-param-thread": "要操作的话题ID或标题。",
	"apihelp-threadaction-param-talkpage": "要操作的讨论页（如适用）。",
	"apihelp-threadaction-param-threadaction": "要进行的操作。",
	"apihelp-threadaction-param-subject": "要为新的或被拆分的帖子设置的主题。",
	"apihelp-threadaction-param-reason": "如果适用，该操作的原因/摘要。",
	"apihelp-threadaction-param-newparent": "如果合并一个话题，其新的父节点的ID或标题。",
	"apihelp-threadaction-param-text": "要创建的帖子正文。",
	"apihelp-threadaction-param-render": "发布并回复帖子时，更改后最顶级帖子将会渲染并在结果中返回。",
	"apihelp-threadaction-param-bump": "是否覆盖默认的行为。",
	"apihelp-threadaction-param-sortkey": "在要设置关键字的帖子上指定签名。可以是“now”。",
	"apihelp-threadaction-param-signature": "指定签名以用于那个帖子，而不是默认的。",
	"apihelp-threadaction-param-type": "指定要加入的反应类型。",
	"apihelp-threadaction-param-value": "指定要添加的与反应有关系的值。",
	"apihelp-threadaction-param-method": "用于获取行内编辑表单，获取表单的方法。",
	"apihelp-threadaction-param-captchaword": "回答验证码。",
	"apihelp-threadaction-param-captchaid": "之前请求的验证码ID。",
	"apierror-liquidthreads-alreadytop": "此话题已为顶级话题。",
	"apierror-liquidthreads-badparent": "您指定的父话题既不是话题标题，也不是话题ID。",
	"apierror-liquidthreads-badreaction": "您必须为反应指定类型和值。",
	"apierror-liquidthreads-badsortkey": "您必须为<var>sortkey</var>参数指定有效的时间戳。它应为YYYYMMddhhmmss格式，unix时间戳或<kbd>now</kbd>。",
	"apierror-liquidthreads-badsubject": "您指定的对象无效。",
	"apierror-liquidthreads-invalidtalkpage": "您指定的讨论页无效，或并未启用讨论话题。",
	"apierror-liquidthreads-noparent": "您必须指定新的父话题以在下方合并。",
	"apierror-liquidthreads-noreplies-talkpage": "您不能回复此话题，因为讨论页已被保护，不能回复。",
	"apierror-liquidthreads-noreplies-thread": "您不能回复此话题，因为话题已被保护，不能回复。",
	"apierror-liquidthreads-nosubject": "未指定对象，或指定了无效的对象。",
	"apierror-liquidthreads-notext": "您必须在您的帖子中包含文本。",
	"apierror-liquidthreads-onlyone": "您只可以同时操作一个话题。",
	"apierror-liquidthreads-talkpageprotected": "您不能发表至指定的讨论页，因为它已被保护，不能回复。",
	"apierror-liquidthreads-threadneeded": "您必须指定话题以操作。"
}
