mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I75e7f984081153c8f946606ac10f07c663503fb0
This commit is contained in:
parent
629e811d2b
commit
37b17fbfe1
|
@ -47,14 +47,17 @@
|
|||
"multi-part-template-block": "Výstup není z jedné šablony",
|
||||
"pageinfo-linter": "Chyby nalezené Lintem",
|
||||
"apihelp-query+linterrors-description": "Získat seznam chyb nalezených Lintem",
|
||||
"apihelp-query+linterrors-summary": "Získat seznam chyb nalezených Lintem",
|
||||
"apihelp-query+linterrors-param-categories": "Kategorie chyb nalezených Lintem",
|
||||
"apihelp-query+linterrors-param-limit": "Počet výsledků dotazu",
|
||||
"apihelp-query+linterrors-param-namespace": "Zahrnout pouze chyby nalezené Lintem v zadaných jmenných prostorech",
|
||||
"apihelp-query+linterrors-example-1": "Získat všechny zastaralé HTML značky nalezené Lintem",
|
||||
"apihelp-record-lint-description": "Zaznamenat chybu nalezenou Lintem do databáze",
|
||||
"apihelp-record-lint-summary": "Zaznamenat chybu nalezenou Lintem do databáze",
|
||||
"apihelp-record-lint-param-data": "Data o chybě ve formátu JSON",
|
||||
"apihelp-record-lint-param-page": "Název stránky",
|
||||
"apihelp-record-lint-param-revision": "ID revize, ve které byla nalezena chyba",
|
||||
"apihelp-query+linterstats-description": "Získat počet chyb nalezených Lintem pro každou kategorii",
|
||||
"apihelp-query+linterstats-summary": "Získat počet chyb nalezených Lintem pro každou kategorii",
|
||||
"apihelp-query+linterstats-example-1": "Získat počet chyb nalezených Lintem pro každou kategorii"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Fitoschido",
|
||||
"Gomoko",
|
||||
"Wladek92",
|
||||
"Urhixidur"
|
||||
"Urhixidur",
|
||||
"JackPotte"
|
||||
]
|
||||
},
|
||||
"linterrors": "Erreurs de lint",
|
||||
|
@ -35,7 +36,7 @@
|
|||
"linter-category-self-closed-tag-desc": "Ces pages ont des balises auto-fermantes.",
|
||||
"linter-category-deletable-table-tag": "Balise de tableau qui devrait être supprimée",
|
||||
"linter-category-deletable-table-tag-desc": "Ces pages ont des balises de tableau qui devraient être supprimées.",
|
||||
"linter-category-misnested-tag": "Balises mal emboîtéées",
|
||||
"linter-category-misnested-tag": "Balises mal emboîtées",
|
||||
"linter-category-misnested-tag-desc": "Ces pages ont des balises mal emboîtées qui devraient être corrigées.",
|
||||
"linter-category-pwrap-bug-workaround": "Palliatif au bogue de délimitation de paragraphe",
|
||||
"linter-category-pwrap-bug-workaround-desc": "Ces pages ont un bogue de délimitation de paragraphe qui peut être contourné.",
|
||||
|
|
11
i18n/pt.json
11
i18n/pt.json
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"He7d3r"
|
||||
"He7d3r",
|
||||
"Hamilton Abreu"
|
||||
]
|
||||
},
|
||||
"linterrors": "Erros de lint",
|
||||
|
@ -10,7 +11,7 @@
|
|||
"linter-pager-template": "Através de uma predefinição?",
|
||||
"linter-pager-obsolete-tag-details": "Elemento HTML obsoleto",
|
||||
"linter-pager-bogus-image-options-details": "Opção de ficheiro inválida",
|
||||
"linter-pager-missing-end-tag-details": "Elemento de fechamento ausente",
|
||||
"linter-pager-missing-end-tag-details": "Elemento de fecho ausente",
|
||||
"linter-pager-stripped-tag-details": "Elemento ignorado",
|
||||
"linter-pager-self-closed-tag-details": "Elemento auto-fechado",
|
||||
"linter-pager-deletable-table-tag-details": "Elemento de tabela que deve ser eliminado",
|
||||
|
@ -21,8 +22,8 @@
|
|||
"linter-category-obsolete-tag-desc": "Estas páginas usam elementos HTML obsoletos.",
|
||||
"linter-category-bogus-image-options": "Opções de ficheiro inválidas",
|
||||
"linter-category-bogus-image-options-desc": "Estas páginas possuem ficheiros com opções inválidas.",
|
||||
"linter-category-missing-end-tag": "Elemento de fechamento ausente",
|
||||
"linter-category-missing-end-tag-desc": "Faltam elementos de fechamento nestas páginas.",
|
||||
"linter-category-missing-end-tag": "Elemento de fecho ausente",
|
||||
"linter-category-missing-end-tag-desc": "Faltam elementos de fecho nestas páginas.",
|
||||
"linter-category-stripped-tag": "Elementos ignorados",
|
||||
"linter-category-stripped-tag-desc": "Estas páginas possuem elementos ignorados",
|
||||
"linter-category-self-closed-tag": "Elementos auto-fechados",
|
||||
|
@ -34,8 +35,6 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|erro|erros}})",
|
||||
"linker-page-edit": "editar",
|
||||
"linker-page-history": "histórico",
|
||||
"linter-heading-errors": "Erros",
|
||||
"linter-heading-warnings": "Avisos",
|
||||
"pageinfo-linter": "Erros de lint",
|
||||
"apihelp-query+linterrors-description": "Obter uma lista de erros de lint",
|
||||
"apihelp-query+linterrors-param-categories": "Categorias de erros de lint",
|
||||
|
|
Loading…
Reference in a new issue