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: Ia243c60fef46180afae9ad654f796517fa7924b5
This commit is contained in:
parent
763a73d49f
commit
9077d9a7ef
|
@ -23,5 +23,5 @@
|
||||||
"linter-heading-high-priority": "Висок приоритет",
|
"linter-heading-high-priority": "Висок приоритет",
|
||||||
"linter-heading-medium-priority": "Среден приоритет",
|
"linter-heading-medium-priority": "Среден приоритет",
|
||||||
"linter-heading-low-priority": "Нисък приоритет",
|
"linter-heading-low-priority": "Нисък приоритет",
|
||||||
"multi-part-template-block": "Грешката е в повече от един шаблон"
|
"multi-part-template-block": "Резултатът не е от един шаблон"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,11 +2,14 @@
|
||||||
"@metadata": {
|
"@metadata": {
|
||||||
"authors": [
|
"authors": [
|
||||||
"Valtlait",
|
"Valtlait",
|
||||||
"Nike"
|
"Nike",
|
||||||
|
"Silvonen"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"linterrors": "Lint-virheet",
|
||||||
"linter-pager-title": "Sivun otsikko",
|
"linter-pager-title": "Sivun otsikko",
|
||||||
"linter-numerrors": "($1 {{PLURAL:$1|virhe|virhettä}})",
|
"linter-numerrors": "($1 {{PLURAL:$1|virhe|virhettä}})",
|
||||||
"linker-page-edit": "muokkaa",
|
"linker-page-edit": "muokkaa",
|
||||||
|
"pageinfo-linter": "Lint-virheet",
|
||||||
"apihelp-record-lint-param-page": "Sivun otsikko"
|
"apihelp-record-lint-param-page": "Sivun otsikko"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,9 +4,17 @@
|
||||||
"Felipe L. Ewald"
|
"Felipe L. Ewald"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"linterrors": "Erros de Lint",
|
||||||
"linter-pager-title": "Título da página",
|
"linter-pager-title": "Título da página",
|
||||||
|
"linter-pager-missing-end-tag-details": "Faltando tag final",
|
||||||
|
"linter-pager-deletable-table-tag-details": "Etiqueta da tabela que deve ser excluída",
|
||||||
|
"linter-category-missing-end-tag": "Faltando tag final",
|
||||||
|
"linter-category-deletable-table-tag": "Etiqueta da tabela que deve ser excluída",
|
||||||
"linker-page-title-edit": "$1 ($2)",
|
"linker-page-title-edit": "$1 ($2)",
|
||||||
"linker-page-edit": "editar",
|
"linker-page-edit": "editar",
|
||||||
"linker-page-history": "histórico",
|
"linker-page-history": "histórico",
|
||||||
|
"pageinfo-linter": "Erros de Lint",
|
||||||
|
"apihelp-query+linterrors-description": "Obter uma lista de erros de lint",
|
||||||
|
"apihelp-query+linterrors-summary": "Obter uma lista de erros de lint",
|
||||||
"apihelp-record-lint-param-page": "Título da página"
|
"apihelp-record-lint-param-page": "Título da página"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue