mediawiki-extensions-Linter/i18n/api/en.json
Reedy 98047654bc Use neutral language
Bug: T277947
Change-Id: I1d8f01385f1528521b65e6fd23a7aa5661332a84
2021-03-20 04:11:12 +00:00

31 lines
1.6 KiB
JSON

{
"@metadata": {
"authors": [
"Brad Jorsch",
"Haikal Izzuddin",
"Kunal Mehta",
"xyx_is"
]
},
"apihelp-query+linterrors-description": "Get a list of lint errors",
"apihelp-query+linterrors-summary": "Get a list of lint errors",
"apihelp-query+linterrors-param-categories": "Categories of lint errors",
"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-param-pageid": "Only include lint errors from the specified page IDs",
"apihelp-query+linterrors-param-title": "Only include lint errors from the specified page title",
"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-summary": "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",
"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-summary": "Get number of lint errors in each category",
"apihelp-query+linterstats-example-1": "Get number of lint errors in each category",
"apierror-linter-invalid-ip": "Your IP address is not allowed to report lint errors",
"apierror-linter-invalid-data": "Invalid data",
"apierror-linter-invalid-title": "Invalid, non-existent, or outdated title"
}