diff options
Diffstat (limited to 'includes/Rest/i18n')
-rw-r--r-- | includes/Rest/i18n/en.json | 18 | ||||
-rw-r--r-- | includes/Rest/i18n/qqq.json | 18 |
2 files changed, 34 insertions, 2 deletions
diff --git a/includes/Rest/i18n/en.json b/includes/Rest/i18n/en.json index 42234e1250d9..18cb87d1e379 100644 --- a/includes/Rest/i18n/en.json +++ b/includes/Rest/i18n/en.json @@ -66,5 +66,21 @@ "rest-html-key-expected": "'Expected `html` key in body'", "rest-invalid-transform": "Invalid transform: $1 to $2", "rest-request-body-expected": "The $1 request method expects a request body", - "rest-request-body-unaccepted": "The $1 request method does not accept a request body" + "rest-request-body-unaccepted": "The $1 request method does not accept a request body", + "rest-unmapped-action-error": "Unmapped action module error: . $1", + "rest-unsupported-transform-input": "Unsupported input: . $1", + "rest-bad-etag": "Bad ETag: $1", + "rest-no-stashed-content": "No stashed content found for $1", + "rest-unsupported-profile-version": "Unsupported profile version: $1", + "rest-no-json-decode": "Payload does not JSON decode to an array", + "rest-parsoid-unsupported-media": "Unsupported Media Type", + "rest-missing-revision-html": "Missing revision html", + "rest-missing-revision-html-content-type": "Content-type of revision html is missing.", + "rest-unsupported-profile-conversion": "We do not know how to do this conversion.", + "rest-edit-conflict": "Edit conflict ($1)", + "rest-unknown-parsoid-transformation": "Unknown transformation.", + "rest-target-variant-required": "Target variant is required.", + "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" } diff --git a/includes/Rest/i18n/qqq.json b/includes/Rest/i18n/qqq.json index c9b9806ca33b..6e16d5988850 100644 --- a/includes/Rest/i18n/qqq.json +++ b/includes/Rest/i18n/qqq.json @@ -70,5 +70,21 @@ "rest-html-key-expected": "Error message for REST API debugging, shown when when the \"html\" key is missing from the request body", "rest-invalid-transform": "Error message for REST API debugging, shown when an unsupported transformation is requested from the transform handler. Parameters:\n* $1: The source format \n* $2: The target format", "rest-request-body-expected": "Error message for REST API debugging, shown when the request method expects a request body", - "rest-request-body-unaccepted": "Error message for REST API debugging, shown when the request method does not accept a request body" + "rest-request-body-unaccepted": "Error message for REST API debugging, shown when the request method does not accept a request body", + "rest-unmapped-action-error": "Error message for REST API debugging, shown when the ApiUsageExceptions does not have errors in status object. Parameters:\n* $1: The error details", + "rest-unsupported-transform-input": "Error message for REST API debugging, shown when the the input format to the transformation is unsupported. Parameters:\n* $1: The source format", + "rest-bad-etag": "Error message for REST API debugging, shown when the ParsoidRenderID object cannot be created from the provided key. Parameters:\n* $1: The key", + "rest-no-stashed-content": "Error message for REST API debugging, shown when the .when no stashed content was found with the given key Parameters:\n* $1: The stash key", + "rest-unsupported-profile-version": "Error message for REST API debugging, shown when the profile version is unsupported. Parameters:\n* $1: The version", + "rest-no-json-decode": "Error message for REST API debugging, shown when the payload does not json decode to an array", + "rest-parsoid-unsupported-media": "Error message for REST API debugging, shown when the media content is unsupported", + "rest-edit-conflict": "Error message for REST API debugging, shown when there is an edit conflict. Parameters:\n* $1: The result of the edit attempt", + "rest-missing-revision-html": "Error message for REST API debugging, shown when the revision html is missing", + "rest-missing-revision-html-content-type": "Error message for REST API debugging, shown when the content-type of revision html is missing", + "rest-unsupported-profile-conversion": "Error message for REST API debugging, shown when the handler does not know how to do the conversion", + "rest-unknown-parsoid-transformation": "Error message for REST API debugging, shown when the requested transformation is not supported", + "rest-target-variant-required": "Error message for REST API debugging, shown when the target variant is required", + "rest-unsupported-language-conversion": "Error message for REST API debugging, shown when the language conversion is not supported. Parameters:\n* $1: The source format \n* $2: The target format", + "rest-unknown-content-model": "Error message for REST API debugging, shown when an unregistered content model is requested. Parameters:\n* $1: The name of the unknown content model", + "rest-page-bundle-validation-error": "Error message for REST API debugging, shown when PageBundle does not match the given contentVersion. Parameters:\n* $1: The error details" } |