i18n/api/en.json
{
"@metadata": {
"authors": [
]
},
"apihelp-aggregategroups-summary": "Manage aggregate message groups.",
"apihelp-aggregategroups-extended-description": "You can add and remove aggregate message groups and associate or dissociate message groups from them (one at a time).",
"apihelp-aggregategroups-param-do": "What to do with aggregate message group.",
"apihelp-aggregategroups-param-aggregategroup": "Aggregate message group ID.",
"apihelp-aggregategroups-param-group": "Message group ID. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-aggregategroups-param-groupname": "Aggregate message group name.",
"apihelp-aggregategroups-param-groupdescription": "Aggregate message group description.",
"apihelp-aggregategroups-param-groupsourcelanguagecode": "Aggregate message group source language code, or <kbd>-</kbd> to not set a source language or remove the existing one.",
"apihelp-aggregategroups-example-1": "Associate a group",
"apihelp-groupreview-summary": "Set message group workflow states.",
"apihelp-groupreview-param-group": "Message group. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-groupreview-param-language": "Language code.",
"apihelp-groupreview-param-state": "The new state for the group.",
"apihelp-groupreview-example-1": "Mark the state of the German translation for the message group \"group-Example\" as ready",
"apihelp-query+languagestats-summary": "Query language stats.",
"apihelp-query+languagestats-param-language": "Language code.",
"apihelp-query+languagestats-param-group": "Message group ID. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-query+languagestats-example-1": "List of translation completion statistics for Finnish",
"apihelp-query+languagestats-example-2": "List of translation completion statistics for Finnish for group A",
"apihelp-query+managemessagegroups-summary": "Fetch possible renames for a message in a group during imports",
"apihelp-query+managemessagegroups-param-groupId": "Group Id. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-query+managemessagegroups-param-messageKey": "Message key",
"apihelp-query+managemessagegroups-param-changesetName": "Changeset name - Default / Unattended / MediaWiki etc.",
"apihelp-query+managemessagegroups-example-1": "Fetch possible renames for the given key in the given group.",
"apihelp-query+messagecollection-summary": "Query MessageCollection about translations.",
"apihelp-query+messagecollection-param-group": "Message group. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-query+messagecollection-param-language": "Language code.",
"apihelp-query+messagecollection-param-limit": "How many messages to show (after filtering).",
"apihelp-query+messagecollection-param-offset": "Integer or key offset for start.",
"apihelp-query+messagecollection-param-filter": "Message collection filters. Use <kbd>!</kbd> to negate condition. For example <kbd>!fuzzy</kbd> means list only all non-fuzzy messages. Filters are applied in the order given.\n;fuzzy:Messages with fuzzy tag.\n;optional:Messages which should be translated only if changes are necessary.\n;ignored:Messages which are never translated.\n;hastranslation:Messages which have a translation regardless if it is fuzzy or not.\n;translated:Messages which have a translation which is not fuzzy.\n;changed:Messages which have been translated or changed since last export.\n;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers.\n;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator.",
"apihelp-query+messagecollection-param-prop": "Which properties to get:",
"apihelp-query+messagecollection-paramvalue-prop-definition": "Message definition.",
"apihelp-query+messagecollection-paramvalue-prop-translation": "Current translation (without $1 string if any, use the tags to check for outdated or broken translations).",
"apihelp-query+messagecollection-paramvalue-prop-tags": "Message tags, like optional, ignored and fuzzy.",
"apihelp-query+messagecollection-paramvalue-prop-properties": "Message properties, like status, revision, last-translator. Can vary between messages.",
"apihelp-query+messagecollection-paramvalue-prop-revision": "Use $1prop=properties.",
"apihelp-query+messagecollection-example-1": "List of supported languages",
"apihelp-query+messagecollection-example-2": "List of non-optional message definitions for the group \"page-Example\"",
"apihelp-query+messagecollection-example-3": "List of optional messages in Finnish with tags for the group \"page-Example\"",
"apihelp-query+messagecollection-example-4": "More information about latest translation revisions for the group \"page-Example\"",
"apihelp-query+messagegroups-summary": "Return information about message groups.",
"apihelp-query+messagegroups-extended-description": "Note that the uselang parameter affects the output of language dependent parts.",
"apihelp-query+messagegroups-param-depth": "When using the tree format, limit the depth to this many levels. Value 0 means that no subgroups are shown. If the limit is reached, the output includes a \"groupcount\" value, which states the number of direct children.",
"apihelp-query+messagegroups-param-filter": "Only return messages with IDs that match one or more of the inputs given (case-insensitive, separated by pipes, * wildcard).",
"apihelp-query+messagegroups-param-format": "In the tree format message groups can exist in multiple places in the tree.",
"apihelp-query+messagegroups-param-iconsize": "Preferred size of rasterised group icon.",
"apihelp-query+messagegroups-param-prop": "What translation-related information to get:",
"apihelp-query+messagegroups-paramvalue-prop-id": "Include ID of the group.",
"apihelp-query+messagegroups-paramvalue-prop-label": "Include label of the group.",
"apihelp-query+messagegroups-paramvalue-prop-description": "Include description of the group.",
"apihelp-query+messagegroups-paramvalue-prop-class": "Include class name of the group.",
"apihelp-query+messagegroups-paramvalue-prop-namespace": "Include namespace of the group. Not all groups belong to a single namespace.",
"apihelp-query+messagegroups-paramvalue-prop-exists": "Include self-calculated existence property of the group.",
"apihelp-query+messagegroups-paramvalue-prop-icon": "Include URLs to icon of the group.",
"apihelp-query+messagegroups-paramvalue-prop-priority": "Include priority status like discouraged.",
"apihelp-query+messagegroups-paramvalue-prop-prioritylangs": "Include preferred languages. If not set, this returns false.",
"apihelp-query+messagegroups-paramvalue-prop-priorityforce": "Include priority status - is the priority languages setting forced.",
"apihelp-query+messagegroups-paramvalue-prop-workflowstates": "Include the workflow states for the message group.",
"apihelp-query+messagegroups-paramvalue-prop-sourcelanguage": "Include the source language for the message group.",
"apihelp-query+messagegroups-paramvalue-prop-subscription": "Include whether the user is subscribed to the group.",
"apihelp-query+messagegroups-param-root": "When using the tree format, instead of starting from top level start from the given message group, which must be an aggregate message group. When using flat format only the specified group is returned.",
"apihelp-query+messagegroups-param-languageFilter": "Only return message groups that can be translated to the given language.",
"apihelp-query+messagegroups-example-1": "Show message groups",
"apihelp-query+messagegroupstats-summary": "Query message group stats.",
"apihelp-query+messagegroupstats-param-group": "Message group ID. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-query+messagegroupstats-param-suppresscomplete": "Do not display languages which have completed translation",
"apihelp-query+messagegroupstats-param-suppressempty": "Do not display languages which do not have any translations",
"apihelp-query+messagegroupstats-example-1": "List of translation completion statistics for the group \"page-Example\"",
"apihelp-query+messagegroupsubscription-summary": "List message groups the current user is subscribed to.",
"apihelp-query+messagetranslations-summary": "Query all translations for a single message.",
"apihelp-query+messagetranslations-param-title": "Page title of a known message, with namespace and language code.",
"apihelp-query+messagetranslations-example-1": "List of translations in the wiki for \"MediaWiki:January\"",
"apihelp-managemessagegroups-summary": "Add a message as a rename of an existing message or a new message in the group during imports",
"apihelp-managemessagegroups-param-groupId": "Group Id. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-managemessagegroups-param-renameMessageKey": "Target message key being renamed",
"apihelp-managemessagegroups-param-messageKey": "Replacement message key",
"apihelp-managemessagegroups-param-operation": "The operation to be performed. Possible values: rename / new",
"apihelp-managemessagegroups-param-changesetName": "Changeset name - Default / Unattended / MediaWiki etc.",
"apihelp-managemessagegroups-param-changesetModified": "Unix timestamp of when the changeset was last modified. If the changeset has been modified after this the API will throw an error.",
"apihelp-managegroupsynchronizationcache-summary": "Manage group synchronization cache.",
"apihelp-managegroupsynchronizationcache-param-operation": "The operation to be performed. Possible values: resolve",
"apihelp-managegroupsynchronizationcache-param-title": "Message title being marked as resolved",
"apihelp-managegroupsynchronizationcache-param-group": "Group Id of the message being resolved. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-messagegroupsubscription-summary": "Message group subscription related operations",
"apihelp-messagegroupsubscription-param-groupId": "Message group ID for the group being subscribed to. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-messagegroupsubscription-param-operation": "The operation to be performed.",
"apihelp-translatesandbox-summary": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-param-do": "What to do.",
"apihelp-translatesandbox-param-userid": "User IDs of the users being managed. Use 0 for creations.",
"apihelp-translatesandbox-param-username": "Username when creating user.",
"apihelp-translatesandbox-param-password": "Password when creating user.",
"apihelp-translatesandbox-param-email": "Email when creating user.",
"apihelp-translationaids-summary": "Query all translations aids.",
"apihelp-translationaids-param-title": "Page title of a known message, with namespace and language code.",
"apihelp-translationaids-param-group": "Message group the message belongs to. If empty then primary group is used.",
"apihelp-translationaids-param-prop": "Which translation helpers to include.",
"apihelp-translationaids-example-1": "Show aids for [[MediaWiki:January/fi]]",
"apihelp-translationreview-summary": "Mark translations reviewed.",
"apihelp-translationreview-param-revision": "The revision number to review.",
"apihelp-translationreview-example-1": "Review revision 1",
"apihelp-translationstash-summary": "Add translations to stash.",
"apihelp-translationstash-param-subaction": "Action.",
"apihelp-translationstash-param-title": "Title of the translation unit page.",
"apihelp-translationstash-param-translation": "Translation made by the user.",
"apihelp-translationstash-param-metadata": "JSON object.",
"apihelp-translationstash-param-username": "Optionally the user whose stash to get. Only privileged users can do this.",
"apihelp-translationstash-example-1": "Add a translation to the stash for [[MediaWiki:Jan/fi]]",
"apihelp-translationstash-example-2": "Query the stash",
"apihelp-ttmserver-summary": "Query suggestions from translation memories.",
"apihelp-ttmserver-param-service": "Which of the available translation services to use.",
"apihelp-ttmserver-param-sourcelanguage": "The language code of the source text.",
"apihelp-ttmserver-param-targetlanguage": "The language code of the suggestion.",
"apihelp-ttmserver-param-text": "The text to find suggestions for.",
"apihelp-ttmserver-example-1": "Get suggestions for translating \"Help\" from English to Finnish",
"apihelp-searchtranslations-summary": "Search translations.",
"apihelp-searchtranslations-param-service": "Which of the available translation services to use.",
"apihelp-searchtranslations-param-query": "The string to search for.",
"apihelp-searchtranslations-param-sourcelanguage": "The language code of the source text.",
"apihelp-searchtranslations-param-language": "The language code to search string for.",
"apihelp-searchtranslations-param-group": "The group ID to search string in. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-searchtranslations-param-filter": "Message translation status filter.",
"apihelp-searchtranslations-param-match": "Match any/all search words.",
"apihelp-searchtranslations-param-case": "Case (in)sensitive search.",
"apihelp-searchtranslations-param-offset": "Offset for the translations.",
"apihelp-searchtranslations-param-limit": "Size of the result.",
"apihelp-searchtranslations-example-1": "Show translations for the language.",
"apihelp-searchtranslations-example-2": "Show untranslated messages matching the query in the source language.",
"apihelp-translationcheck-summary": "Validate translations.",
"apihelp-translationcheck-param-title": "Page title with namespace and language code.",
"apihelp-translationcheck-param-translation": "The translation to validate.",
"apihelp-translationstats-summary": "Fetch translation statistics",
"apihelp-translationcheck-extended-description": "Statistics includes translation edits, active translators, new users, translation reviews and reviewers.",
"apihelp-translationstats-param-count": "Type of statistics being requested",
"apihelp-translationstats-param-days": "Number of days to fetch statistics for",
"apihelp-translationstats-param-group": "List of groups to fetch statistics for. See <kbd>[[Special:ApiHelp/query+messagegroups|action=query&meta=messagegroups]]</kbd>.",
"apihelp-translationstats-param-language": "List of languages to fetch statistics for.",
"apihelp-translationstats-param-scale": "Scale of the translation statistics",
"apihelp-translationstats-param-start": "Starting date from which to fetch translation statistics. Defaults to current date minus the number of <var>days</var>.",
"apihelp-translationstats-example-1": "Fetch edit count for the last 30 days, for all groups and languages",
"apihelp-translationstats-example-2": "Fetch edit count for the last 30 days, for languages English and French.",
"apihelp-markfortranslation-summary": "Mark a page for translation",
"apihelp-markfortranslation-param-title": "The title of the page to act on. Either <var>title</var> or <var>pageid</var> must be set.",
"apihelp-markfortranslation-param-pageid": "The page ID of the page to act on. Either <var>title</var> or <var>pageid</var> must be set.",
"apihelp-markfortranslation-param-revid": "Assert that the current version of the page has this revision ID before continuing. If the page has been updated, exit with an error.",
"apihelp-markfortranslation-param-translatetitle": "If <kbd>yes</kbd>, allow translation of the display title. If <kbd>no</kbd>, do not allow translation. If absent, allow translation unless the page previously disallowed translation, or if the page is a template.",
"apihelp-markfortranslation-param-prioritylanguages": "A list of priority language codes. If this is absent, any previously set value will be retained.",
"apihelp-markfortranslation-param-forcepriority": "This parameter is ignored unless the <var>prioritylanguages</var> parameter is present. If <kbd>true</kbd>, prevent translations to languages other than the priority languages.",
"apihelp-markfortranslation-param-priorityreason": "This parameter is ignored unless the <var>prioritylanguages</var> parameter is present. A string giving the reason for priority translation.",
"apihelp-markfortranslation-param-nofuzzyunits": "A list of translation unit IDs which should not be fuzzied. This will be merged with the default list, in which any units with only tvar changes will not be fuzzied.",
"apihelp-markfortranslation-param-fuzzyunits": "A list of translation unit IDs which should be fuzzied. This is only useful to override the default and allows fuzzying even units with only tvar changes.",
"apihelp-markfortranslation-param-forcelatestsyntaxversion": "If <kbd>false</kbd>, do not use latest syntax version for this page. If absent, latest syntax version is used.",
"apihelp-markfortranslation-param-transclusion": "If <kbd>yes</kbd> or absent, enable translation aware transclusion for this page. If <kbd>no</kbd>, disable transclusion.",
"apierror-translate-changeset-modified": "The changeset has been modified by another user or process. Your changes cannot be saved as it might override their changes. Please refresh the page to see the latest changes.",
"apierror-translate-duplicateaggregategroup": "Message group already exists",
"apierror-translate-fuzzymessage": "Cannot review fuzzy translations",
"apierror-translate-groupreviewdisabled": "Message group review not in use.",
"apierror-translate-grouplanguagemismatch": "The language ($1) of the group you have selected doesn't match the language ($2) of the aggregate group.",
"apierror-translate-messagegroup-aggregategrouplanguagemismatch": "The {{PLURAL:$3|group|groups}}: $1, {{PLURAL:$3|does|do}} not have the same source language ($2) as the aggregate group.",
"apierror-translate-invalidaggregategroup": "Invalid aggregate message group",
"apierror-translate-invalidaggregategroupname": "Invalid aggregate message group name",
"apierror-translate-invalidfilter": "$1",
"apierror-translate-invalidgroup": "Group does not exist or is invalid",
"apierror-translate-invalidstate": "The requested state is invalid.",
"apierror-translate-invalidlanguage": "Language code $1 is not valid.",
"apierror-translate-invalidupdate": "Invalid update",
"apierror-translate-language-disabled": "Translation to $1 is disabled.",
"apierror-translate-language-disabled-reason": "Translation to $1 is disabled: $2",
"apierror-translate-nodynamicgroups": "Dynamic message groups are not supported here",
"apierror-translate-nomessagefortitle": "Title does not correspond to a translatable message",
"apierror-translate-notranslationservices": "No public translation services have been configured. The wiki administrator needs to set <var>$wgTranslateTranslationServices</var> appropriately before this feature can be used.",
"apierror-translate-owntranslation": "Cannot review own translations",
"apierror-translate-sandboxdisabled": "Sandbox feature is not in use",
"apierror-translate-sandbox-invalidparam": "$1",
"apierror-translate-sandbox-user-add": "There was an error while adding a new user",
"apierror-translate-smg-nochanges": "There are no changes to process.",
"apierror-translate-unknownmessage": "Unknown message",
"apierror-translate-invalid-changeset-name": "Invalid changeset file name passed - $1",
"apierror-translate-invalid-operation": "Invalid operation: $1. Valid values - $2.",
"apierror-translate-addition-key-invalid": "Message key passed for addition was not found in the renamed message list for source language.",
"apierror-translate-rename-msg-new": "Only renamed messages can be added as new messages.",
"apierror-translate-rename-key-invalid": "Message keys passed for rename were not found in the list of changes for the source language.",
"apierror-translate-rename-state-invalid": "One of the message passed for rename should be newly added, and the other one deleted. Current states - addition: $1 and deletion: $2.",
"apierror-translate-messagegroupsubscription-disabled": "Message group subscription is not enabled",
"apierror-translate-messagegroupsubscription-dynamic-group-unsupported": "Watching dynamic message groups is not supported",
"apierror-markfortranslation-invalid-prioritylangs": "Invalid language {{PLURAL:$1|code|codes}} specified for priority languages: $2",
"apiwarn-translate-alreadyreviewedbyyou": "Already marked as reviewed by you",
"apiwarn-translate-language-disabled-source": "The source language of this group is $1. Please select another language to translate into.",
"apiwarn-translate-language-targetlang-variant-of-source": "<strong>You are translating into <bdi>$1</bdi>.</strong> It is a variant of <bdi>$2</bdi>, which is already the source language of these messages. Make sure the selected language is correct, and consider the differences across the language variants to provide a good translation.",
"apierror-translate-operation-error": "There was an error while processing the request. Error: $1",
"apihelp-translationentitysearch-summary": "Search for message groups and messages",
"apihelp-translationentitysearch-param-entitytype": "Entity type being queried",
"apihelp-translationentitysearch-param-grouptypes": "Group type(s) to filter by",
"apihelp-translationentitysearch-param-query": "Search query",
"apihelp-translationentitysearch-param-limit": "Maximum number of search results"
}