X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fzh-hans.json;h=41ce9c4a6b0d923dd409525b71b5ca3f74c728ac;hb=afa2e1e66088ae2c35b03e616549203138e1e03b;hp=3c667f1d7582f4e330b202c67ed8f4addb1f17b7;hpb=74bc2fc1eb77ac7f2fb80f0bcfe43f1261fff5f6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/zh-hans.json b/includes/api/i18n/zh-hans.json index 3c667f1d75..41ce9c4a6b 100644 --- a/includes/api/i18n/zh-hans.json +++ b/includes/api/i18n/zh-hans.json @@ -229,6 +229,14 @@ "apihelp-managetags-example-delete": "删除vandlaism标签,原因Misspelt", "apihelp-managetags-example-activate": "激活一个名为spam的标签,原因For use in edit patrolling", "apihelp-managetags-example-deactivate": "停用一个名为spam的标签,原因No longer required", + "apihelp-mergehistory-description": "合并页面历史。", + "apihelp-mergehistory-param-from": "将被合并历史的页面的标题。不能与$1fromid一起使用。", + "apihelp-mergehistory-param-fromid": "将被合并历史的页面的页面ID。不能与$1from一起使用。", + "apihelp-mergehistory-param-to": "将要合并历史的页面的标题。不能与$1toid一起使用。", + "apihelp-mergehistory-param-toid": "将要合并历史的页面的页面ID。不能与$1to一起使用。", + "apihelp-mergehistory-param-reason": "历史合并的原因。", + "apihelp-mergehistory-example-merge": "将Oldpage的完整历史合并至Newpage。", + "apihelp-mergehistory-example-merge-timestamp": "将Oldpage直到2015-12-31T04:37:41Z的页面修订版本合并至Newpage。", "apihelp-move-description": "移动一个页面。", "apihelp-move-param-from": "要重命名的页面标题。不能与$1fromid一起使用。", "apihelp-move-param-fromid": "您希望移动的页面ID。不能与$1from一起使用。", @@ -940,7 +948,7 @@ "apihelp-query+redirects-param-show": "只显示符合这些标准的项目:\n;fragment:只显示带碎片的重定向。\n;!fragment:只显示不带碎片的重定向。", "apihelp-query+redirects-example-simple": "获取至[[Main Page]]的重定向列表。", "apihelp-query+redirects-example-generator": "获取所有重定向至[[Main Page]]的信息。", - "apihelp-query+revisions-description": "获取修订版本信息。\n\n可用于以下几个方面:\n# 通过设置title或pageid获取一批页面(最新修订)的数据。\n# 通过使用带start、end或limit的title或pageid获取给定页面的多个修订。\n# 通过revid设置一批修订的ID获取它们的数据。", + "apihelp-query+revisions-description": "获取修订版本信息。\n\n可用于以下几个方面:\n# 通过设置标题或页面ID获取一批页面(最新修订)的数据。\n# 通过使用带start、end或limit的标题或页面ID获取给定页面的多个修订。\n# 通过revid设置一批修订的ID获取它们的数据。", "apihelp-query+revisions-paraminfo-singlepageonly": "可能只能与单一页面使用(模式#2)。", "apihelp-query+revisions-param-startid": "从哪个修订版本ID开始列举。", "apihelp-query+revisions-param-endid": "在此修订版本ID停止修订列举。",