diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2025-03-24 11:23:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-03-24 11:23:11 +0000 |
commit | e233def4896e6e384d3aa865ed0023645c51deb1 (patch) | |
tree | 93bcc1ea7cf652f7a47768e5f5e44f2613b6da87 /languages | |
parent | 984ddb75b343257833b7a635ecaace35f59429ba (diff) | |
parent | 18b5d38a00a0f5b0698eeca4f05842956c264cf9 (diff) | |
download | mediawikicore-e233def4896e6e384d3aa865ed0023645c51deb1.tar.gz mediawikicore-e233def4896e6e384d3aa865ed0023645c51deb1.zip |
Merge "REST: add translation disclaimer to REST Sandbox"
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 3 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 7d894d089466..f852859d5712 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4397,7 +4397,8 @@ "newpages-showhide-redirect": "$1 redirects", "newpages-showhide-registered": "$1 registered users", "restsandbox": "REST Sandbox", - "restsandbox-text": "This page provides a query builder for REST APIs. Note that API calls will interact with live wiki content.", + "restsandbox-text": "Use this page to experiment with the MediaWiki REST APIs. API calls made through the sandbox interface will interact with live wiki content and may modify the wiki. Refer to the [https://www.mediawiki.org/wiki/API:REST_API API documentation] for further details about API usage.", + "restsandbox-disclaimer": "Have feedback about this sandbox? Please leave it [https://www.mediawiki.org/wiki/MediaWiki_Interfaces_Team/Feature_Feedback/REST_Sandbox here].<br />Note: sandbox UI and navigation items do not yet support translation.<br />", "restsandbox-select-api": "Choose the API to explore.", "restsandbox-no-specs-configured": "No REST APIs were configured for exploration. Use the RestSandboxSpecs setting.", "restsandbox-no-such-api": "The given API parameter is not supported: $1", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index efaafcdf86ff..2b031716cde8 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4665,6 +4665,7 @@ "newpages-showhide-registered": "Option text in [[Special:NewPages]]. Parameters:\n* $1 - the \"show/hide\" command, with the text taken from either {{msg-mw|show}} or {{msg-mw|hide}}", "restsandbox": "Title of Special:RestSandbox, also shown in the listing of special pages", "restsandbox-text": "Message shown at the top of Special:RestSandbox.", + "restsandbox-disclaimer": "Message shown on non-English wikis near the top of Special:RestSandbox.", "restsandbox-select-api": "Message shown at the top of Special:RestSandbox, next to the selector for choosing an API.", "restsandbox-no-specs-configured": "Message shown on Special:RestSandbox when no API specs have been configured.", "restsandbox-no-such-api": "Message shown on Special:RestSandbox when an unknown API is requested. \n\nParameters: $1 - The unknown API identifier", |