X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fzh-hans.json;h=ed1d1c71f7203fb460375bceba2793f785517287;hb=e15ba6dcd140c714c6ce8daabdc3b94de3d6258d;hp=5ee0ec4c130508a1d9a0f239becd11cd6c9209ad;hpb=64a6afaf6964b3f9e61d595d5586fe7428a57e73;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/zh-hans.json b/includes/api/i18n/zh-hans.json index 5ee0ec4c13..ed1d1c71f7 100644 --- a/includes/api/i18n/zh-hans.json +++ b/includes/api/i18n/zh-hans.json @@ -77,6 +77,7 @@ "apihelp-compare-param-fromid": "要比较的第一个页面 ID。", "apihelp-compare-param-fromrev": "要比较的第一个修订版本。", "apihelp-compare-param-fromtext": "使用该文本而不是由fromtitle、fromid或fromrev指定的修订版本内容。", + "apihelp-compare-param-fromsection": "只使用指定“from”内容的指定章节。", "apihelp-compare-param-frompst": "在fromtext执行预保存转变。", "apihelp-compare-param-fromcontentmodel": "fromtext的内容模型。如果未指定,这将基于其他参数猜想。", "apihelp-compare-param-fromcontentformat": "fromtext的内容序列化格式。", @@ -85,6 +86,7 @@ "apihelp-compare-param-torev": "要比较的第二个修订版本。", "apihelp-compare-param-torelative": "使用与定义自fromtitle、fromid或fromrev的修订版本相关的修订版本。所有其他“to”的选项将被忽略。", "apihelp-compare-param-totext": "使用该文本而不是由totitle、toid或torev指定的修订版本内容。", + "apihelp-compare-param-tosection": "只使用指定“to”内容的指定章节。", "apihelp-compare-param-topst": "在totext执行预保存转换。", "apihelp-compare-param-tocontentmodel": "totext的内容模型。如果未指定,这将基于其他参数猜想。", "apihelp-compare-param-tocontentformat": "totext的内容序列化格式。", @@ -249,6 +251,8 @@ "apihelp-import-extended-description": "注意当发送用于xml参数的文件时,HTTP POST必须作为文件上传完成(即使用multipart/form-data)", "apihelp-import-param-summary": "日志记录导入摘要。", "apihelp-import-param-xml": "上传的XML文件。", + "apihelp-import-param-interwikiprefix": "对于上传导入:要应用到位置用户名的跨wiki前缀(如果设置了$1assignknownusers的话,则也包含已知用户)。", + "apihelp-import-param-assignknownusers": "分配编辑至本地用户,只要命名用户存在于本地。", "apihelp-import-param-interwikisource": "用于跨wiki导入:导入的来源wiki。", "apihelp-import-param-interwikipage": "用于跨wiki导入:导入的页面。", "apihelp-import-param-fullhistory": "用于跨wiki导入:完整导入历史,而不只是最新版本。", @@ -1084,6 +1088,7 @@ "apihelp-query+search-paramvalue-prop-sectiontitle": "添加匹配章节的标题。", "apihelp-query+search-paramvalue-prop-categorysnippet": "添加已解析的匹配分类片段。", "apihelp-query+search-paramvalue-prop-isfilematch": "添加布尔值,表明搜索是否匹配文件内容。", + "apihelp-query+search-paramvalue-prop-extensiondata": "添加由扩展生成的额外数据。", "apihelp-query+search-paramvalue-prop-score": "已忽略。", "apihelp-query+search-paramvalue-prop-hasrelated": "已忽略。", "apihelp-query+search-param-limit": "返回的总计页面数。", @@ -1563,6 +1568,8 @@ "apierror-chunk-too-small": "对于非最终块,最小块大小为$1{{PLURAL:$1|字节}}。", "apierror-cidrtoobroad": "比/$2更宽的$1 CIDR地址段不被接受。", "apierror-compare-no-title": "不能在没有标题的情况下预保存转换。尝试指定fromtitle或totitle。", + "apierror-compare-nosuchfromsection": "在“from”内容中没有章节$1。", + "apierror-compare-nosuchtosection": "在“to”内容中没有章节$1。", "apierror-compare-relative-to-nothing": "没有与torelative的“from”修订版本相对的版本。", "apierror-contentserializationexception": "内容序列化失败:$1", "apierror-contenttoobig": "您提供的内容超过了$1{{PLURAL:$1|千字节}}的条目大小限制。",