mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-27 17:50:53 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iecc5d04218bc1ee51860cc3d0330723a2cd7eca0
This commit is contained in:
parent
576875fb46
commit
5079a2643e
|
@ -11,11 +11,14 @@
|
|||
},
|
||||
"apihelp-query+pageimages-summary": "Renvoie des informations concernant les images sur la page, comme les vignettes et la présence de photos.",
|
||||
"apihelp-query+pageimages-example-1": "Obtenir le nom et la vignette de <kbd>100</kbd> pixels d’une image sur la page <kbd>Albert Einstein</kbd>.",
|
||||
"apihelp-query+pageimages-param-prop": "Quelles informations renvoyer :\n; thumbnail\n: URL et dimensions de la vignette d’image associée avec la page, s’il y en a une.\n; original\n: URL et dimensions de l’image associée avec la page, s’il y en a une.\n; name\n: Titre de l’image.",
|
||||
"apihelp-query+pageimages-param-prop": "Quelles informations renvoyer :",
|
||||
"apihelp-query+pageimages-paramvalue-prop-thumbnail": "URL et dimensions de la vignette d’image associée avec la page, s’il y en a une.",
|
||||
"apihelp-query+pageimages-paramvalue-prop-original": "URL et dimensions de l’image associée avec la page, s’il y en a une.",
|
||||
"apihelp-query+pageimages-paramvalue-prop-name": "Titre de l’image.",
|
||||
"apihelp-query+pageimages-param-thumbsize": "Largeur maximale en pixels des images des vignettes.",
|
||||
"apihelp-query+pageimages-param-langcode": "Code pour la langue dans laquelle l’image va être affichée, si plusieurs langues sont prises en charge",
|
||||
"apihelp-query+pageimages-param-limit": "Propriétés concernant le nombre de pages à renvoyer.",
|
||||
"apihelp-query+pageimages-param-license": "Limite les images de page à un certain type de licence",
|
||||
"apihelp-query+pageimages-paramvalue-license-free": "uniquement des images libres",
|
||||
"apihelp-query+pageimages-paramvalue-license-any": "meilleure image, qu’elle soit libre ou pas."
|
||||
"apihelp-query+pageimages-param-license": "Limiter les images de page à un certain type de licence :",
|
||||
"apihelp-query+pageimages-paramvalue-license-free": "Uniquement les images libres.",
|
||||
"apihelp-query+pageimages-paramvalue-license-any": "Meilleure image, qu’elle soit libre ou pas."
|
||||
}
|
||||
|
|
|
@ -6,11 +6,14 @@
|
|||
},
|
||||
"apihelp-query+pageimages-summary": "Дава информации за сликите на страницата, како да речеме за минијатурите и присуството на фотографии.",
|
||||
"apihelp-query+pageimages-example-1": "Дај го називот и <kbd>100</kbd>-пикселска минијатура од сликата ма статијата <kbd>Albert Einstein</kbd>.",
|
||||
"apihelp-query+pageimages-param-prop": "Кои информации да се дадат:\n;thumbnail:URL и димензии на минијатурата за страницата, ако ја има.\n;original:URL и изворните димензии на сликата за страницата, ако ја има.\n;name:Наслов на сликата.",
|
||||
"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-langcode": "Код на јазикот на кој ќе се испише сликата, ако е поддржана повеќејазичност",
|
||||
"apihelp-query+pageimages-param-limit": "Својства на тоа колку страници да се дадат.",
|
||||
"apihelp-query+pageimages-param-license": "Ги ограничува сликите на една страница според извесни видови лиценци",
|
||||
"apihelp-query+pageimages-paramvalue-license-free": "само слободни слики",
|
||||
"apihelp-query+pageimages-paramvalue-license-any": "најдобра слика, било слободна или не"
|
||||
"apihelp-query+pageimages-param-license": "Ги ограничува сликите на една страница според извесни видови лиценци:",
|
||||
"apihelp-query+pageimages-paramvalue-license-free": "Само слободни слики.",
|
||||
"apihelp-query+pageimages-paramvalue-license-any": "Најдобра слика, било слободна или не"
|
||||
}
|
||||
|
|
8
i18n/api/nl.json
Normal file
8
i18n/api/nl.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"McDutchie"
|
||||
]
|
||||
},
|
||||
"apihelp-query+pageimages-paramvalue-license-free": "Alleen vrije afbeeldingen."
|
||||
}
|
Loading…
Reference in a new issue