2016-10-13 08:14:18 +00:00
|
|
|
{
|
|
|
|
"@metadata": {
|
|
|
|
"authors": [
|
|
|
|
"Kunal Mehta"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"linterrors": "Lint errors",
|
|
|
|
"linterrors-subpage": "Lint errors: $1",
|
|
|
|
"linter-desc": "Track lint errors from an external service and show them to users",
|
2017-04-14 03:49:21 +00:00
|
|
|
"linter-form-namespace": "Namespace:",
|
2016-10-13 08:14:18 +00:00
|
|
|
"linter-pager-title": "Page title",
|
|
|
|
"linter-pager-template": "Through a template?",
|
|
|
|
"linter-pager-obsolete-tag-details": "Obsolete HTML tag",
|
|
|
|
"linter-pager-bogus-image-options-details": "Bogus file option",
|
|
|
|
"linter-pager-missing-end-tag-details": "Missing end tag",
|
|
|
|
"linter-pager-stripped-tag-details": "Stripped tag",
|
2016-11-15 23:25:29 +00:00
|
|
|
"linter-pager-self-closed-tag-details": "Self-closed tag",
|
2017-04-06 17:41:18 +00:00
|
|
|
"linter-pager-deletable-table-tag-details": "Table tag that should be deleted",
|
2017-04-10 21:05:03 +00:00
|
|
|
"linter-pager-misnested-tag-details": "Misnested tag which should be properly nested",
|
2017-04-12 21:27:41 +00:00
|
|
|
"linter-pager-pwrap-bug-workaround-details": "Paragraph wrapping bug workaround",
|
2016-10-13 08:14:18 +00:00
|
|
|
"linter-category-fostered": "Fostered content",
|
|
|
|
"linter-category-fostered-desc": "These pages have fostered content.",
|
|
|
|
"linter-category-obsolete-tag": "Obsolete HTML tags",
|
|
|
|
"linter-category-obsolete-tag-desc": "These pages use obsolete HTML tags.",
|
|
|
|
"linter-category-bogus-image-options": "Bogus file options",
|
|
|
|
"linter-category-bogus-image-options-desc": "These pages have files with bogus options.",
|
|
|
|
"linter-category-missing-end-tag": "Missing end tag",
|
|
|
|
"linter-category-missing-end-tag-desc": "These pages have missing end tags.",
|
|
|
|
"linter-category-stripped-tag": "Stripped tags",
|
|
|
|
"linter-category-stripped-tag-desc": "These pages have stripped tags.",
|
2016-11-15 23:25:29 +00:00
|
|
|
"linter-category-self-closed-tag": "Self-closed tags",
|
|
|
|
"linter-category-self-closed-tag-desc": "These pages have self-closed tags.",
|
2017-04-06 17:41:18 +00:00
|
|
|
"linter-category-deletable-table-tag": "Table tag that should be deleted",
|
|
|
|
"linter-category-deletable-table-tag-desc": "These pages have table tags that should be deleted.",
|
2017-04-10 21:05:03 +00:00
|
|
|
"linter-category-misnested-tag": "Misnested tags",
|
|
|
|
"linter-category-misnested-tag-desc": "These pages have misnested tags that could be fixed.",
|
2017-04-12 21:27:41 +00:00
|
|
|
"linter-category-pwrap-bug-workaround": "Paragraph wrapping bug workaround",
|
|
|
|
"linter-category-pwrap-bug-workaround-desc": "These pages have a paragraph wrapping bug that could be worked around.",
|
2016-12-08 07:41:48 +00:00
|
|
|
"linter-numerrors": "($1 {{PLURAL:$1|error|errors}})",
|
2016-10-13 08:14:18 +00:00
|
|
|
"linker-page-title-edit": "$1 ($2)",
|
|
|
|
"linker-page-edit": "edit",
|
2017-03-22 20:20:26 +00:00
|
|
|
"linker-page-history": "history",
|
2017-04-26 22:11:23 +00:00
|
|
|
"linter-heading-high-priority": "High priority",
|
|
|
|
"linter-heading-medium-priority": "Medium priority",
|
|
|
|
"linter-heading-low-priority": "Low priority",
|
2017-05-08 21:45:21 +00:00
|
|
|
"multi-part-template-block": "Output not from a single template",
|
2016-12-15 03:58:18 +00:00
|
|
|
"pageinfo-linter": "Lint errors",
|
2016-10-13 08:14:18 +00:00
|
|
|
"apihelp-query+linterrors-description": "Get a list of lint errors",
|
2016-11-22 09:34:50 +00:00
|
|
|
"apihelp-query+linterrors-param-categories": "Categories of lint errors",
|
2016-10-13 08:14:18 +00:00
|
|
|
"apihelp-query+linterrors-param-limit": "Number of results to query",
|
|
|
|
"apihelp-query+linterrors-param-from": "Lint ID to start querying from",
|
|
|
|
"apihelp-query+linterrors-param-namespace": "Only include lint errors from the specified namespaces",
|
|
|
|
"apihelp-query+linterrors-example-1": "Get all lint errors of the obsolete-tag category",
|
|
|
|
"apihelp-record-lint-description": "Record a lint error in the database",
|
|
|
|
"apihelp-record-lint-param-data": "JSON encoded data about the error",
|
|
|
|
"apihelp-record-lint-param-page": "Page title",
|
2017-05-29 15:04:57 +00:00
|
|
|
"apihelp-record-lint-param-revision": "Revision ID that the error was found in",
|
|
|
|
"apihelp-query+linterstats-description": "Get number of lint errors in each category",
|
|
|
|
"apihelp-query+linterstats-example-1": "Get number of lint errors in each category"
|
2016-10-13 08:14:18 +00:00
|
|
|
}
|