{
	"@metadata": {
		"authors": [
			"Amir E. Aharoni",
			"Brad Jorsch",
			"Siebrand Mazeland",
			"Joel Sahleen",
			"Kartik Mistry",
			"This, that and the other",
			"Niklas Laxström",
			"Santhosh.thottingal"
		]
	},
	"apihelp-cxpublish-description": "Save a page created using the Content Translation extension.",
	"apihelp-cxpublish-summary": "Save a page created using the Content Translation extension.",
	"apihelp-cxpublish-param-title": "The title of the page to perform actions on.",
	"apihelp-cxpublish-param-html": "The content to save.",
	"apihelp-cxpublish-param-from": "The source language code.",
	"apihelp-cxpublish-param-to": "The target language code.",
	"apihelp-cxpublish-param-sourcetitle": "The title of the source page.",
	"apihelp-cxpublish-param-categories": "The categories to put the published page in.",
	"apihelp-cxpublish-param-publishtags": "The edit tags to add to the published page.",
	"apihelp-cxpublish-param-wpCaptchaId": "Captcha ID (when saving with a captcha response).",
	"apihelp-cxpublish-param-wpCaptchaWord": "Answer to the captcha (when saving with a captcha response).",
	"apihelp-cxpublish-param-cxversion": "Version of the editor used to publish the translation.",
	"apihelp-query+contenttranslation-description": "Query Content Translation database for translations.",
	"apihelp-query+contenttranslation-summary": "Query Content Translation database for translations.",
	"apihelp-query+contenttranslation-param-translationid": "Translation ID.",
	"apihelp-query+contenttranslation-param-from": "The source language code.",
	"apihelp-query+contenttranslation-param-to": "The target language code.",
	"apihelp-query+contenttranslation-param-sourcetitle": "The title of the source page.",
	"apihelp-query+contenttranslation-param-limit": "The maximum number of translations to fetch.",
	"apihelp-query+contenttranslation-param-offset": "Offset into result set (optional).",
	"apihelp-query+contenttranslation-param-type": "State of the translation.",
	"apihelp-query+contenttranslation-example-1": "Get translations started by the current user.",
	"apihelp-query+contenttranslation-example-2": "Get translations draft by ID.",
	"apihelp-query+contenttranslation-example-3": "Find any translation for the given title between given language pair",
	"apihelp-query+contenttranslationcorpora-description": "Get the section-aligned parallel text for a given translation. See also <code>list=cxpublishedtranslations</code>. Dumps are provided in different formats for high volume access.",
	"apihelp-query+contenttranslationcorpora-summary": "Get the section-aligned parallel text for a given translation. See also <code>list=cxpublishedtranslations</code>. Dumps are provided in different formats for high volume access.",
	"apihelp-query+contenttranslationcorpora-param-translationid": "ID of the translation.",
	"apihelp-query+contenttranslationcorpora-param-striphtml": "Whether to strip all HTML tags to return plaintext.",
	"apihelp-query+contenttranslationcorpora-param-types": "By default you will get all three of following if available: source text, machine translation and the postedited translation by the user. This parameter allows you not return some of these types.",
	"apihelp-query+contenttranslationstats-description": "Get Content Translation statistics.",
	"apihelp-query+contenttranslationstats-summary": "Get Content Translation statistics.",
	"apihelp-query+contenttranslationstats-example-1": "Get Content Translation statistics for all languages.",
	"apihelp-cxconfiguration-description": "Fetch the Content Translation configuration json for the given language pair.",
	"apihelp-cxconfiguration-summary": "Fetch the Content Translation configuration json for the given language pair.",
	"apihelp-cxconfiguration-param-from": "The source language code.",
	"apihelp-cxconfiguration-param-to": "The target language code.",
	"apihelp-cxconfiguration-example-1": "Fetch the Content Translation configuration json for Spanish-Catalan language pair",
	"apihelp-query+contenttranslationsuggestions-description": "Get suggestion lists for Content Translation.",
	"apihelp-query+contenttranslationsuggestions-summary": "Get suggestion lists for Content Translation.",
	"apihelp-query+contenttranslationsuggestions-param-from": "The source language code.",
	"apihelp-query+contenttranslationsuggestions-param-to": "The target language code.",
	"apihelp-query+contenttranslationsuggestions-param-listid": "Return suggestions only from a particular list",
	"apihelp-query+contenttranslationsuggestions-param-limit": "The maximum number of translation suggestions to fetch.",
	"apihelp-query+contenttranslationsuggestions-param-offset": "Offset for paginated results.",
	"apihelp-query+contenttranslationsuggestions-param-seed": "By default suggestions are returned in random order. If you wish to return each suggestion only once when using limit and offset, you must specify a seed for all the requests.",
	"apihelp-query+contenttranslationsuggestions-example-1": "Fetch pages suggested for translation from English (en) to Spanish (es).",
	"apihelp-query+cxpublishedtranslations-description": "Fetch all published translations information.",
	"apihelp-query+cxpublishedtranslations-summary": "Fetch all published translations information.",
	"apihelp-query+cxpublishedtranslations-param-from": "The source language code.",
	"apihelp-query+cxpublishedtranslations-param-to": "The target language code.",
	"apihelp-query+cxpublishedtranslations-param-limit": "The maximum number of translations to fetch.",
	"apihelp-query+cxpublishedtranslations-example-1": "Fetch all published translations",
	"apihelp-query+cxpublishedtranslations-example-2": "Fetch all published translations, translated from English",
	"apihelp-query+cxpublishedtranslations-example-3": "Fetch all published translations, translated from English to Spanish",
	"apihelp-query+contenttranslationlangtrend-description": "Query Content Translation database for numbers of translations by period of time.",
	"apihelp-query+contenttranslationlangtrend-summary": "Query Content Translation database for numbers of translations by period of time.",
	"apihelp-query+contenttranslationlangtrend-param-source": "The source language code.",
	"apihelp-query+contenttranslationlangtrend-param-target": "The target language code.",
	"apihelp-query+contenttranslationlangtrend-param-interval": "The interval for calculating the trend. Can be <kbd>week</kbd> or <kbd>month</kbd>.",
	"apihelp-query+contenttranslationlangtrend-example-1": "Fetch the publishing trend for the language pair es-ca with weekly intervals",
	"apihelp-query+contenttranslationlangtrend-example-2": "Fetch the publishing trend for all languages",
	"apihelp-cxtoken-description": "Get JWT tokens to authenticate with cxserver.",
	"apihelp-cxtoken-summary": "Get JWT tokens to authenticate with cxserver.",
	"apihelp-cxtoken-example-1": "Fetch the authentication token for cxserver",
	"apihelp-cxdelete-description": "Delete a draft translation created using the Content Translation extension.",
	"apihelp-cxdelete-summary": "Delete a draft translation created using the Content Translation extension.",
	"apihelp-cxdelete-param-from": "The source language code.",
	"apihelp-cxdelete-param-to": "The target language code.",
	"apihelp-cxdelete-param-sourcetitle": "The title of the source page.",
	"apihelp-cxdelete-example-1": "Delete a draft associated with given language pair and title.",
	"apihelp-cxsuggestionlist-example-1": "Add a title to a list as a suggestion to translate from English (en) to Spanish (es). If the list does not exist already, a new list will be created.",
	"apihelp-cxsuggestionlist-description": "Manage the suggestion lists. Add suggestions to lists and remove them.",
	"apihelp-cxsuggestionlist-summary": "Manage the suggestion lists. Add suggestions to lists and remove them.",
	"apihelp-cxsuggestionlist-param-listname": "Suggestion list name.",
	"apihelp-cxsuggestionlist-param-listaction": "Action to be performed on the list.",
	"apihelp-cxsuggestionlist-param-titles": "Page titles.",
	"apihelp-cxsuggestionlist-param-from": "The source language code.",
	"apihelp-cxsuggestionlist-param-to": "The target language code.",
	"apihelp-query+cxtranslatorstats-description": "Fetch the translation statistics for the given user.",
	"apihelp-query+cxtranslatorstats-summary": "Fetch the translation statistics for the given user.",
	"apihelp-query+cxtranslatorstats-param-translator": "The translator's user name. This parameter is optional. If not passed, the currently logged-in user will be used.",
	"apihelp-query+cxtranslatorstats-example-1": "Fetch the translation statistics for the given user.",
	"apihelp-cxsave-description": "This module allows to save draft translations by section to save bandwidth and to collect parallel corpora.",
	"apihelp-cxsave-summary": "This module allows to save draft translations by section to save bandwidth and to collect parallel corpora.",
	"apihelp-cxsave-param-sourcerevision": "The revision of the source page.",
	"apihelp-cxsave-param-progress": "Information about translation completion (progress). JSON with the keys <code>any</code>, <code>human</code>, <code>mt</code> and <code>mtSectionsCount</code>. The keys' values are percentages.",
	"apihelp-cxsave-param-content": "JSON-encoded section data. Each section is an object and has the following keys: content, sectionId, sequenceId, sequenceId, origin",
	"apihelp-cxsave-param-title": "The title of the page to perform actions on.",
	"apihelp-cxsave-param-from": "The source language code.",
	"apihelp-cxsave-param-to": "The target language code.",
	"apihelp-cxsave-param-sourcetitle": "The title of the source page.",
	"apihelp-cxsave-param-cxversion": "Version of the editor used to create the draft translation.",
	"apihelp-cxsave-param-sourcecategories": "JSON encoded array of source categories to be saved with draft translation.",
	"apihelp-cxsave-param-targetcategories": "JSON encoded array of target categories to be saved with draft translation.",
	"apierror-cx-docserverexception": "Error converting HTML to wikitext: $1",
	"apierror-cx-inuse": "Another user is already translating this article.",
	"apierror-cx-invalidsourcecategories": "Invalid JSON encoded array of source categories.",
	"apierror-cx-invalidtargetcategories": "Invalid JSON encoded array of target categories.",
	"apierror-cx-invalidlanguage": "Invalid language.",
	"apierror-cx-invalidprogress": "Invalid progress.",
	"apierror-cx-invalidsectioncontent": "Invalid section content.",
	"apierror-cx-invalidsectiondata": "Invalid section data.",
	"apierror-cx-invalidsourcelanguage": "Invalid source language.",
	"apierror-cx-invalidtargetlanguage": "Invalid target language.",
	"apierror-cx-invalidtranslator": "Invalid translator name",
	"apierror-cx-jwtmissing": "JWT is not installed.",
	"apierror-cx-keynotconfigured": "Key not configured.",
	"apierror-cx-missingdraft": "Draft does not exist.",
	"apierror-cx-mustbeloggedin-suggestions": "You must be logged-in to manage your suggestions.",
	"apierror-cx-mustbeloggedin-get-suggestions": "You must be logged-in to get translation suggestions.",
	"apierror-cx-mustbeloggedin-viewtranslations": "To view your translations, you must log in.",
	"apierror-cx-samelanguages": "Source and target languages cannot be the same.",
	"apierror-cx-suggestionsdisabled": "Suggestions not enabled for this wiki.",
	"apierror-cx-translationnotfound": "Translation not found.",
	"apihelp-query+langlinkscount-description": "Get the number of other languages that article exists in.",
	"apihelp-query+langlinkscount-summary": "Get the number of other language versions.",
	"apihelp-query+langlinkscount-example-1": "Get the number of other language versions for 'Dog' page",
	"apihelp-query+cxdeletedtranslations-description": "Get the number of your translations published in some namespace that were deleted after some date.",
	"apihelp-query+cxdeletedtranslations-summary": "Get the number of your published translations that were deleted.",
	"apihelp-query+cxdeletedtranslations-param-after": "Timestamp to get only newer deletions.",
	"apihelp-query+cxdeletedtranslations-param-namespace": "Namespace in which the deleted translations were published. Defaults to the main namespace.",
	"apihelp-query+cxdeletedtranslations-example-1": "Get the number of your deleted translations, which were published to main namespace and deleted after 2019-04-07 16:24:44"
}
