X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=b0dd49a97eafb874ffaf6ca003b112944bb75b51;hb=e3705c7b17aac5e0c7866e1d03efa7e6b7998ddf;hp=380627de910e7eb4d96a8e6f7369bbd20222f3af;hpb=b54fc508c31836e41f6f949fe8fe24244dcb39c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 380627de91..b0dd49a97e 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -972,6 +972,22 @@ "apihelp-query+langlinks-param-inlanguagecode": "Language code for localised language names.", "apihelp-query+langlinks-example-simple": "Get interlanguage links from the page Main Page.", + "apihelp-query+languageinfo-summary": "Return information about available languages.", + "apihelp-query+languageinfo-extended-description": "[[mw:API:Query#Continuing queries|Continuation]] may be applied if retrieving the information takes too long for one request.", + "apihelp-query+languageinfo-param-prop": "Which information to get for each language.", + "apihelp-query+languageinfo-paramvalue-prop-code": "The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)", + "apihelp-query+languageinfo-paramvalue-prop-bcp47": "The BCP-47 language code.", + "apihelp-query+languageinfo-paramvalue-prop-dir": "The writing direction of the language (either ltr or rtl).", + "apihelp-query+languageinfo-paramvalue-prop-autonym": "The autonym of the language, that is, the name in that language.", + "apihelp-query+languageinfo-paramvalue-prop-name": "The name of the language in the language specified by the lilang parameter, with language fallbacks applied if necessary.", + "apihelp-query+languageinfo-paramvalue-prop-fallbacks": "The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).", + "apihelp-query+languageinfo-paramvalue-prop-variants": "The language codes of the variants supported by this language.", + "apihelp-query+languageinfo-param-code": "Language codes of the languages that should be returned, or * for all languages.", + "apihelp-query+languageinfo-example-simple": "Get the language codes of all supported languages.", + "apihelp-query+languageinfo-example-autonym-name-de": "Get the autonyms and German names of all supported languages.", + "apihelp-query+languageinfo-example-fallbacks-variants-oc": "Get the fallback languages and variants of Occitan.", + "apihelp-query+languageinfo-example-bcp47-dir": "Get the BCP-47 language code and direction of all supported languages.", + "apihelp-query+links-summary": "Returns all links from the given pages.", "apihelp-query+links-param-namespace": "Show links in these namespaces only.", "apihelp-query+links-param-limit": "How many links to return.",