mediawiki-extensions-PageIm.../i18n/ja.json
Translation updater bot c18cde3772 Localisation updates from https://translatewiki.net.
Change-Id: Iaa48c6e1c168d0ce5f5c0891cfdd8233cc2a3a63
2018-03-11 22:31:08 +01:00

22 lines
1.5 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": [
"Shirayuki",
"Sujiniku",
"2nd-player",
"Yusuke1109"
]
},
"pageimages-desc": "ページで使用されている画像についての情報を収集する",
"pageimages-info-label": "ページの画像",
"apihelp-query+pageimages-description": "サムネイルや写真の有無など、ページ上の画像に関する情報を返します。",
"apihelp-query+pageimages-summary": "Returns information about images on the page, such as thumbnail and presence of photos.",
"apihelp-query+pageimages-example-1": "ページ <kbd>Albert Einstein</kbd> 上の画像の名前と <kbd>100</kbd> ピクセルのサムネイルを取得する。",
"apihelp-query+pageimages-param-prop": "どの情報を返すか:\n;サムネイル:ページに関連付けられたサムネイル画像のURLとサイズ存在する場合。\n;オリジナル:ページに関連付けられたイメージのURLと元のサイズ存在する場合。\n;名前:画像のタイトル。",
"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": "フリーかどうかにかかわらず、最高の画像。"
}