X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fzh-hans.json;h=2509d8dfae080101af1917e3b864f2d1ae179d97;hb=07d130702967826c07718b09573775e0d13e9e66;hp=85d39821eb84b2e81841829ae24d5e9a76ea6b5f;hpb=e602b197ab5ea867799b8e790a9f7b9f877da952;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/zh-hans.json b/includes/api/i18n/zh-hans.json index 85d39821eb..2509d8dfae 100644 --- a/includes/api/i18n/zh-hans.json +++ b/includes/api/i18n/zh-hans.json @@ -24,7 +24,8 @@ "D41D8CD98F", "Umherirrender", "NeverBehave", - "Wbxshiori" + "Wbxshiori", + "Wxyveronica" ] }, "apihelp-main-extended-description": "
\n* [[mw:Special:MyLanguage/API:Main_page|文档]]\n* [[mw:Special:MyLanguage/API:FAQ|常见问题]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api 邮件列表]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API公告]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R 程序错误与功能请求]\n
\n状态信息:MediaWiki API是一个成熟稳定的,不断受到支持和改进的界面。尽管我们尽力避免,但偶尔也需要作出重大更新;请订阅[https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mediawiki-api-announce 邮件列表]以便获得更新通知。\n\n错误请求:当API收到错误请求时,HTTP header将会返回一个包含\"MediaWiki-API-Error\"的值,随后header的值与error code将会送回并设置为相同的值。详细信息请参阅[[mw:Special:MyLanguage/API:Errors_and_warnings|API:错误与警告]]。\n\n

测试中:测试API请求的易用性,请参见[[Special:ApiSandbox]]。

", @@ -416,7 +417,7 @@ "apihelp-purge-example-simple": "刷新Main Page和API页面。", "apihelp-purge-example-generator": "刷新主名字空间的前10个页面。", "apihelp-query-summary": "取得来自并有关MediaWiki的数据。", - "apihelp-query-extended-description": "所有数据修改将首先不得不使用查询来获得令牌,以阻止来自恶意网站的滥用行为。", + "apihelp-query-extended-description": "所有数据修改须首先使用查询来获得令牌,以阻止来自恶意网站的滥用行为。", "apihelp-query-param-prop": "要为已查询页面获取的属性。", "apihelp-query-param-list": "要获取的列表。", "apihelp-query-param-meta": "要获取的元数据。", @@ -773,7 +774,21 @@ "apihelp-query+filearchive-paramvalue-prop-archivename": "添加用于非最新版本的存档版本的文件名。", "apihelp-query+filearchive-example-simple": "显示已删除文件列表。", "apihelp-query+filerepoinfo-summary": "返回有关wiki配置的图片存储库的元信息。", - "apihelp-query+filerepoinfo-param-prop": "要获取的存储库属性(这在一些wiki上可能有更多可用选项):\n;apiurl:链接至API的URL - 对从主机获取图片信息有用。\n;name:存储库关键词 - 用于例如[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]],并且[[Special:ApiHelp/query+imageinfo|imageinfo]]会返回值。\n;displayname:人类可读的存储库wiki名称。\n;rooturl:图片路径的根URL。\n;local:存储库是否在本地。", + "apihelp-query+filerepoinfo-param-prop": "要获取的存储库属性(可用属性在其他wiki上可能不同)。", + "apihelp-query+filerepoinfo-paramvalue-prop-apiurl": "至存储库API的URL - 对从主机获取图片信息有用。", + "apihelp-query+filerepoinfo-paramvalue-prop-articlepath": "存储库wiki的[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]或等价物。", + "apihelp-query+filerepoinfo-paramvalue-prop-canUpload": "文件是否可以上传至此存储库,例如通过CORS和共享身份验证。", + "apihelp-query+filerepoinfo-paramvalue-prop-displayname": "人类可读的存储库wiki名称。", + "apihelp-query+filerepoinfo-paramvalue-prop-favicon": "存储库wiki的网站图标URL,来自[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]。", + "apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription": "当查看本地文件说明页面时,文件描述页面是否检索自此存储库。", + "apihelp-query+filerepoinfo-paramvalue-prop-initialCapital": "文件名是否隐式地以大写字母开头。", + "apihelp-query+filerepoinfo-paramvalue-prop-local": "存储库是否为本地的。", + "apihelp-query+filerepoinfo-paramvalue-prop-name": "存储库的关键词 - 用于例如[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]和[[Special:ApiHelp/query+imageinfo|imageinfo]]返回的值。", + "apihelp-query+filerepoinfo-paramvalue-prop-rootUrl": "用于图片路径的根URL路径。", + "apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl": "用于存储库wiki的MediaWiki安装副本的根URL路径。", + "apihelp-query+filerepoinfo-paramvalue-prop-server": "存储库wiki的[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]或等价物。", + "apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl": "用于缩略图路径的根URL路径。", + "apihelp-query+filerepoinfo-paramvalue-prop-url": "公开区域URL路径。", "apihelp-query+filerepoinfo-example-simple": "获得有关文件存储库的信息。", "apihelp-query+fileusage-summary": "查找所有使用指定文件的页面。", "apihelp-query+fileusage-param-prop": "要获取的属性:", @@ -1098,6 +1113,7 @@ "apihelp-query+search-param-interwiki": "搜索结果中包含跨wiki结果,如果可用。", "apihelp-query+search-param-backend": "要使用的搜索后端,如果没有则为默认。", "apihelp-query+search-param-enablerewrites": "启用内部查询重写。一些搜索后端可以重写查询到另一个被认为能提供更好结果的位置,例如纠正拼写错误。", + "apihelp-query+search-param-sort": "设置返回结果的排序。", "apihelp-query+search-example-simple": "搜索meaning。", "apihelp-query+search-example-text": "搜索文本meaning。", "apihelp-query+search-example-generator": "获取有关搜索meaning返回页面的页面信息。", @@ -1588,12 +1604,12 @@ "apierror-copyuploadbadurl": "不允许从此URL上传。", "apierror-create-titleexists": "现有标题不能通过create保护。", "apierror-csp-report": "处理CSP报告时出错:$1。", - "apierror-databaseerror": "[$1]数据库查询错误。", "apierror-deletedrevs-param-not-1-2": "$1参数不能用于模式1或2。", "apierror-deletedrevs-param-not-3": "$1参数不能用于模式3。", "apierror-emptynewsection": "无法创建空白新章节。", "apierror-emptypage": "不允许创建新的,空白的页面。", "apierror-exceptioncaught": "[$1]捕获异常:$2", + "apierror-exceptioncaughttype": "[$1]发现$2类型异常", "apierror-filedoesnotexist": "文件不存在。", "apierror-fileexists-sharedrepo-perm": "目标文件存在于共享存储库。使用ignorewarnings参数覆盖它。", "apierror-filenopath": "不能获取本地文件路径。",