mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-12-19 11:31:56 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iddbe3527f9fbc88af3398e63f8229813c98d8b2c
This commit is contained in:
parent
eb528ff698
commit
cc5ea61b24
|
@ -4,16 +4,20 @@
|
||||||
"2nd-player",
|
"2nd-player",
|
||||||
"Shirayuki",
|
"Shirayuki",
|
||||||
"Sou0012",
|
"Sou0012",
|
||||||
"Yusuke1109"
|
"Yusuke1109",
|
||||||
|
"Ant176"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"apihelp-query+pageimages-summary": "Returns information about images on the page, such as thumbnail and presence of photos.",
|
"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-example-1": "ページ <kbd>Albert Einstein</kbd> 上の画像の名前と <kbd>100</kbd> ピクセルのサムネイルを取得する。",
|
||||||
"apihelp-query+pageimages-param-prop": "どの情報を返すか:\n;サムネイル:ページに関連付けられたサムネイル画像のURLとサイズ(存在する場合)。\n;オリジナル:ページに関連付けられたイメージのURLと元のサイズ(存在する場合)。\n;名前:画像のタイトル。",
|
"apihelp-query+pageimages-param-prop": "どの情報を返すか:",
|
||||||
|
"apihelp-query+pageimages-paramvalue-prop-thumbnail": "ページに関連付けられたサムネイル画像のURLとサイズ(存在する場合)。",
|
||||||
|
"apihelp-query+pageimages-paramvalue-prop-original": "ページに関連付けられたイメージのURLと元のサイズ(存在する場合)。",
|
||||||
|
"apihelp-query+pageimages-paramvalue-prop-name": "画像のタイトル。",
|
||||||
"apihelp-query+pageimages-param-thumbsize": "サムネイル画像の最大幅(ピクセル単位)。",
|
"apihelp-query+pageimages-param-thumbsize": "サムネイル画像の最大幅(ピクセル単位)。",
|
||||||
"apihelp-query+pageimages-param-langcode": "多言語に対応している場合、画像を表示する言語のコード",
|
"apihelp-query+pageimages-param-langcode": "多言語に対応している場合、画像を表示する言語のコード",
|
||||||
"apihelp-query+pageimages-param-limit": "返すページの件数です。",
|
"apihelp-query+pageimages-param-limit": "返すページの件数です。",
|
||||||
"apihelp-query+pageimages-param-license": "ページイメージを特定のライセンスタイプに制限する",
|
"apihelp-query+pageimages-param-license": "ページイメージを特定のライセンスタイプに制限する:",
|
||||||
"apihelp-query+pageimages-paramvalue-license-free": "フリーの画像のみ",
|
"apihelp-query+pageimages-paramvalue-license-free": "フリーの画像のみ。",
|
||||||
"apihelp-query+pageimages-paramvalue-license-any": "フリーかどうかにかかわらず、最高の画像。"
|
"apihelp-query+pageimages-paramvalue-license-any": "フリーかどうかにかかわらず、最高の画像。"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue