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: I7bf3d053880a12a3ccef03392c0ae118e7ef5048
This commit is contained in:
parent
bc8d2d9a5d
commit
8e149e590e
|
@ -19,6 +19,7 @@
|
|||
"linter-category-obsolete-tag-desc": "Гэтыя старонкі ўтрымліваюць састарэлыя HTML-тэгі.",
|
||||
"linter-category-bogus-image-options": "Няслушныя парамэтры файлу",
|
||||
"linter-category-missing-end-tag": "Адсутнічае канцавы тэг",
|
||||
"linter-category-pwrap-bug-workaround": "Пазьбяганьне памылкі абгорткі параграфу",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|памылка|памылкі|памылак}})",
|
||||
"linker-page-edit": "рэдагаваць",
|
||||
"linker-page-history": "гісторыя",
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
"linter-numerrors": "({{PLURAL:$1|Ein|$1}} Fehler)",
|
||||
"linker-page-edit": "bearbeiten",
|
||||
"linker-page-history": "Versionsgeschichte",
|
||||
"linter-heading-errors": "Fehler",
|
||||
"linter-heading-warnings": "Warnungen",
|
||||
"linter-heading-high-priority": "Hohe Priorität",
|
||||
"linter-heading-medium-priority": "Mittlere Priorität",
|
||||
"linter-heading-low-priority": "Niedrige Priorität",
|
||||
"pageinfo-linter": "Lint-Fehler"
|
||||
}
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|error|errores}})",
|
||||
"linker-page-edit": "editar",
|
||||
"linker-page-history": "historial",
|
||||
"linter-heading-high-priority": "Prioridad alta",
|
||||
"linter-heading-medium-priority": "Prioridad media",
|
||||
"linter-heading-low-priority": "Prioridad baja",
|
||||
"apihelp-query+linterrors-description": "Obtener lista de errores de comprobador",
|
||||
"apihelp-query+linterrors-param-limit": "Cantidad de resultados que consultar",
|
||||
"apihelp-query+linterrors-param-from": "Id. de comprobador a partir del cual comenzar una consulta",
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|erreur|erreurs}})",
|
||||
"linker-page-edit": "modifier",
|
||||
"linker-page-history": "historique",
|
||||
"linter-heading-high-priority": "Priorité haute",
|
||||
"linter-heading-medium-priority": "Priorité moyenne",
|
||||
"linter-heading-low-priority": "Priorité basse",
|
||||
"pageinfo-linter": "Erreurs de Lint",
|
||||
"apihelp-query+linterrors-description": "Obtenir une liste des erreurs lint",
|
||||
"apihelp-query+linterrors-param-categories": "Catégories d'erreurs lint",
|
||||
|
|
|
@ -16,5 +16,8 @@
|
|||
"linter-numerrors": "($1개의 {{PLURAL:$1|오류}})",
|
||||
"linker-page-edit": "편집",
|
||||
"linker-page-history": "역사",
|
||||
"linter-heading-high-priority": "높은 우선순위",
|
||||
"linter-heading-medium-priority": "중간 우선순위",
|
||||
"linter-heading-low-priority": "낮은 우선순위",
|
||||
"apihelp-record-lint-param-page": "문서 제목"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|błąd|błędy|błędów}})",
|
||||
"linker-page-edit": "edytuj",
|
||||
"linker-page-history": "historia",
|
||||
"linter-heading-errors": "Błędy",
|
||||
"linter-heading-warnings": "Ostrzeżenia",
|
||||
"linter-heading-high-priority": "Wysoki priorytet",
|
||||
"linter-heading-medium-priority": "Średni priorytet",
|
||||
"linter-heading-low-priority": "Niski priorytet",
|
||||
"apihelp-record-lint-param-page": "Tytuł strony"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue