diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-04-03 02:12:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-04-03 02:12:33 +0000 |
commit | 22cda00fd14c15f5195e7997ccf5db59910b0e5c (patch) | |
tree | a5358fd86641a743ed3af4d4fa4a84f901fcd619 /languages/i18n | |
parent | e9cc19a4baacf1751217c9ea5770f8ee652dfbc4 (diff) | |
parent | 34b1ab1948176f7f33e89cfcb3728792b150d305 (diff) | |
download | mediawikicore-22cda00fd14c15f5195e7997ccf5db59910b0e5c.tar.gz mediawikicore-22cda00fd14c15f5195e7997ccf5db59910b0e5c.zip |
Merge "REST: Add support for complex parameters."
Diffstat (limited to 'languages/i18n')
-rw-r--r-- | languages/i18n/en.json | 1 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 2ad2e2db972a..0f33f4b2f85a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4602,6 +4602,7 @@ "paramvalidator-help-type-user-subtype-id": "user ID (e.g. \"#12345\")", "paramvalidator-badtitle": "Invalid value \"$2\" for title parameter <var>$1</var>: not a valid title string.", "paramvalidator-missingtitle": "Invalid value \"$2\" for title parameter <var>$1</var>: the page does not exist.", + "paramvalidator-notarray": "Invalid value for parameter <var>$1</var>: array expected.", "paramvalidator-help-type-title": "Type: page title", "paramvalidator-help-type-title-must-exist": "Only accepts pages that exist.", "paramvalidator-help-type-title-no-must-exist": "Accepts non-existent pages.", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 924e1fd5e6cf..3b99067bfc14 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4860,6 +4860,7 @@ "paramvalidator-help-type-user-subtype-id": "Used with {{msg-mw|paramvalidator-help-type-user}} to indicate that users may be specified by user ID number, prefixed with a \"#\" character.", "paramvalidator-badtitle": "Error in API parameter validation. Parameters:\n* $1 - Parameter name.\n* $2 - Parameter value.", "paramvalidator-missingtitle": "Error in API parameter validation. Parameters:\n* $1 - Parameter name.\n* $2 - Parameter value.", + "paramvalidator-notarray": "Error in API parameter and request body validation. Parameters:\n* $1 - Parameter name.", "paramvalidator-help-type-title": "Used to indicate that a parameter is a page title or list of page titles.", "paramvalidator-help-type-title-must-exist": "Used with {{msg-mw|paramvalidator-help-type-title}} to indicate that only titles referring to existing pages are valid.", "paramvalidator-help-type-title-no-must-exist": "Used with {{msg-mw|paramvalidator-help-type-title}} to indicate that titles referring to non-existent pages are also valid.", |