mediawiki-extensions-PageIm.../i18n/api/zh-hans.json
Translation updater bot 199f0a90ca Localisation updates from https://translatewiki.net.
Change-Id: I819a500e98e12c8709287c7ccf0a8b8151ff61e8
2023-01-30 08:30:36 +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": [
"Liuxinyu970226",
"Xzonn",
"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-langcode": "如果支持多种语言,则图像将要呈现的语言代码",
"apihelp-query+pageimages-param-limit": "返回的页面数的属性。",
"apihelp-query+pageimages-param-license": "限制页面图片至特定的许可协议类型",
"apihelp-query+pageimages-paramvalue-license-free": "仅限自由图片",
"apihelp-query+pageimages-paramvalue-license-any": "最佳图片,无论自由与否。"
}