mediawiki-extensions-PageIm.../i18n/api/zh-hans.json
Translation updater bot f3440a1951 Localisation updates from https://translatewiki.net.
Change-Id: Ia8099c90d8e62c6d31c7f7b3a765ecb94814689a
2019-08-27 11:05:01 +02:00

18 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Liuxinyu970226",
"Yfdyh000"
]
},
"apihelp-query+pageimages-description": "返回页面上的图像的相关信息,例如缩略图和照片呈现信息。",
"apihelp-query+pageimages-summary": "返回页面上的图像的相关信息,例如缩略图和照片呈现信息。",
"apihelp-query+pageimages-example-1": "获取<kbd>Albert Einstein</kbd>页面中一张图片的名称及其<kbd>100</kbd>像素大小的缩略图。",
"apihelp-query+pageimages-param-prop": "返回哪些信息:\n;thumbnail:与页面相关联的缩略图图像URL及其尺寸如有。\n;original:与页面相关联的图像URL及其原始尺寸如有。\n;name:图像标题。",
"apihelp-query+pageimages-param-thumbsize": "缩略图的最大宽度(像素)。",
"apihelp-query+pageimages-param-limit": "返回的页面数的属性。",
"apihelp-query+pageimages-param-license": "限制页面图片至特定的许可协议类型",
"apihelp-query+pageimages-paramvalue-license-free": "仅限自由图片",
"apihelp-query+pageimages-paramvalue-license-any": "最佳图片,无论自由与否。"
}