mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-27 17:40:16 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1a1ff69c18f6c220696c3ca5823919b86eab396c
This commit is contained in:
parent
f6f08c0a1b
commit
231ec768e8
|
@ -10,6 +10,7 @@
|
|||
"apihelp-query+extracts-param-limit": "Wie viele Auszüge zurückgegeben werden sollen (mehrere Auszüge können nur zurückgegeben werden, wenn exintro auf true gesetzt ist).",
|
||||
"apihelp-query+extracts-param-intro": "Gibt nur den Inhalt vor dem ersten Abschnitt zurück.",
|
||||
"apihelp-query+extracts-param-plaintext": "Gibt Auszüge als Klartext anstatt in beschränktem HTML zurück.",
|
||||
"apihelp-query+extracts-param-variant": "Konvertiert Inhalt in seine Sprachvariante.",
|
||||
"apihelp-query+extracts-example-1": "Ruft einen 175-Zeichen-Auszug ab"
|
||||
"apihelp-query+extracts-example-1": "Ruft einen 175-Zeichen-Auszug ab",
|
||||
"apiwarn-textextracts-limit": "<var>exlimit</var> war zu groß für eine ganze Artikelauszugsabfrage, begrenzt auf $1.",
|
||||
"apiwarn-textextracts-unsupportedmodel": "$1 hat das Inhaltsmodell $2, das nicht unterstützt wird. Es wird ein leerer Auszug zurückgegeben."
|
||||
}
|
||||
|
|
|
@ -12,5 +12,7 @@
|
|||
"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-example-1": "Дај извадок во 175 знаци"
|
||||
"apihelp-query+extracts-example-1": "Дај извадок во 175 знаци",
|
||||
"apiwarn-textextracts-limit": "<var>exlimit</var> е преголемо за точно барање од цела статија. Го намалив на $1.",
|
||||
"apiwarn-textextracts-unsupportedmodel": "$1 го има содржинскиот модел $2, кој не е поддржан. Давам празен извадок."
|
||||
}
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Araceletorres"
|
||||
"Araceletorres",
|
||||
"!Silent"
|
||||
]
|
||||
},
|
||||
"textextracts-desc": "Fornece texto simples ou extratos de HTML limitados de conteúdo da página",
|
||||
"apihelp-query+extracts-description": "Retorna texto simples ou extratos de HTML limitados das páginas dadas.",
|
||||
"apihelp-query+extracts-param-chars": "Quantos caracteres retornar. O texto real retornado pode ser um pouco mais longo.",
|
||||
"apihelp-query+extracts-param-sentences": "Quantas sentenças retornar.",
|
||||
"apihelp-query+extracts-param-limit": "Quantos extratos retornar.",
|
||||
"apihelp-query+extracts-param-limit": "Quantos extratos retornar (múltiplos extratos somente podem ser retornados \"exintro\" estiver definido como verdadeiro).",
|
||||
"apihelp-query+extracts-param-intro": "Retornar apenas o conteúdo antes da primeira seção.",
|
||||
"apihelp-query+extracts-param-plaintext": "Retornar extratos como texto simples em vez de HTML limitado.",
|
||||
"apihelp-query+extracts-param-variant": "Converter conteúdo para esta variante do idioma.",
|
||||
"apihelp-query+extracts-param-sectionformat": "Como formatar as seções no modo de texto simples:\n;plain: sem formato\n;wiki: formato no estilo wiki (== dessa forma ==)\n;raw: representação interna deste módulo (títulos de seção prefixados com <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).",
|
||||
"apihelp-query+extracts-example-1": "Obter um extrato de 175 caracteres"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"apihelp-query+extracts-param-intro": "只返回在首个章节前的内容",
|
||||
"apihelp-query+extracts-param-plaintext": "返回提取物为纯文本而非HTML。",
|
||||
"apihelp-query+extracts-param-sectionformat": "纯文本模式下如何格式化章节:\n;plain:无格式。\n;wiki:Wiki文本样式的格式(== 像是这样 ==)。\n;raw:此模块的内部表示方法(章节标题前缀<ASCII 1><ASCII 2><章节级别><ASCII 2><ASCII 1>)",
|
||||
"apihelp-query+extracts-param-variant": "转换内容至这种语言变体。",
|
||||
"apihelp-query+extracts-example-1": "获得175个字符的内容"
|
||||
"apihelp-query+extracts-example-1": "获得175个字符的内容",
|
||||
"apiwarn-textextracts-limit": "<var>exlimit</var>对于一整个条目的提取请求而言太大,已降低为$1。",
|
||||
"apiwarn-textextracts-unsupportedmodel": "$1有内容模型$2,它不受支持;返回空白提取内容。"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue