mediawiki-extensions-PageIm.../i18n/zh-hans.json
Translation updater bot 697efd7542 Localisation updates from https://translatewiki.net.
Change-Id: If1029566315f5198e04bf6952287dcd4470c2df3
2017-11-03 22:38:38 +01:00

20 lines
1.2 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": [
"Yfdyh000",
"Liuxinyu970226"
]
},
"pageimages-desc": "收集有关图像在页面上使用的信息",
"pageimages-info-label": "页面图像",
"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": "最佳图片,无论自由与否。"
}