diff --git a/i18n/api/fr.json b/i18n/api/fr.json index 8f88bb0..109a692 100644 --- a/i18n/api/fr.json +++ b/i18n/api/fr.json @@ -15,7 +15,10 @@ "apihelp-query+extracts-param-limit": "Combien d’extraits à retourner (des extraits multiples peuvent être retournés si « exintro » est mis à « true »).", "apihelp-query+extracts-param-intro": "Retourner uniquement le contenu précédant la première section.", "apihelp-query+extracts-param-plaintext": "Retourner les extraits au format texte brut au lieu de HTML limité.", - "apihelp-query+extracts-param-sectionformat": "Comment mettre en forme les sections en mode texte brut: ;plain:Pas de mise en forme.\n;wiki:mise en forme dans le style Wiki (== comme ceci ==).\n;raw:en format de représentation interne de ce module (les titres de section préfixés avec <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).", + "apihelp-query+extracts-param-sectionformat": "Comment mettre en forme les sections en mode texte brut:", + "apihelp-query+extracts-paramvalue-sectionformat-plain": "Pas de formatage.", + "apihelp-query+extracts-paramvalue-sectionformat-wiki": "Formatage de style Wikitext (== comme ceci ==).", + "apihelp-query+extracts-paramvalue-sectionformat-raw": "La représentation de ce module (section titres préfixée avec <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).", "apihelp-query+extracts-example-1": "Obtenir un extrait de 175 caractères", "apiwarn-textextracts-limit": "exlimit était trop grand pour une requête d'extraction d'article complet, réduit à $1.", "apiwarn-textextracts-unsupportedmodel": "$1 a le modèle de contenu $2, qui n’est pas pris en charge ; renvoi d’un extrait vide.", diff --git a/i18n/api/mk.json b/i18n/api/mk.json index 14a8c9a..0357ace 100644 --- a/i18n/api/mk.json +++ b/i18n/api/mk.json @@ -10,7 +10,10 @@ "apihelp-query+extracts-param-limit": "Колку извадоци да се дадат. (Ќе се дадат повеќе извадоци само exintro е наместен на true)", "apihelp-query+extracts-param-intro": "Дај го само воведниот дел пред првиот оддел.", "apihelp-query+extracts-param-plaintext": "Давај ги извадоците како прост текс или ограничен HTML.", - "apihelp-query+extracts-param-sectionformat": "Како да се форматираат одделите во прост текст:\n;plain: Без форматирање.\n;wiki: во викитекстуален стил (== Вака ==).\n;raw: Внатрешното претставување на модулов (називите на одделите добиваат претставки <ASCII 1><ASCII 2><ниво на одделот><ASCII 2><ASCII 1>).", + "apihelp-query+extracts-param-sectionformat": "Како да се форматираат одделите во прост текст:", + "apihelp-query+extracts-paramvalue-sectionformat-plain": "Без форматирање.", + "apihelp-query+extracts-paramvalue-sectionformat-wiki": "Викитекстуално форматирање (== вака ==).", + "apihelp-query+extracts-paramvalue-sectionformat-raw": "Внатрешната претстава на овој модул (насловите на одделните со претставка <ASCII 1><ASCII 2><ниво на насловот><ASCII 2><ASCII 1>).", "apihelp-query+extracts-example-1": "Дај извадок во 175 знаци", "apiwarn-textextracts-limit": "exlimit е преголемо за точно барање од цела статија. Го намалив на $1.", "apiwarn-textextracts-unsupportedmodel": "$1 го има содржинскиот модел $2, кој не е поддржан. Давам празен извадок.",