diff options
Diffstat (limited to 'includes/Rest/i18n/en.json')
-rw-r--r-- | includes/Rest/i18n/en.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/Rest/i18n/en.json b/includes/Rest/i18n/en.json index ab3c754e3f95..899c0d53aab5 100644 --- a/includes/Rest/i18n/en.json +++ b/includes/Rest/i18n/en.json @@ -87,6 +87,14 @@ "rest-unsupported-language-conversion": "Unsupported language conversion: $1 to $2", "rest-unknown-content-model": "Unknown content model: $1", "rest-page-bundle-validation-error": "PageBundle does not match contentVersion: $1", + "rest-module": "Module", + "rest-module-default": "Default Module", + "rest-module-extra-routes-title": "MediaWiki REST API", + "rest-module-extra-routes-desc": "REST endpoints not associated with a module", + "rest-module-specs.v0-title": "Specs", + "rest-module-specs.v0-desc": "Self-documentation module providing discovery, specs, and schemas for all available modules.", + "rest-module-content.v1-title": "Page content", + "rest-module-content.v1-desc": "Provides access to the content and meta-data of pages and revisions", "rest-param-desc-mock-desc": "Mock description.", "rest-param-desc-revision-id": "Revision identifier", "rest-param-desc-html-input-title": "HTML input transform title", |