summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/i18n/api/en.json')
-rw-r--r--MLEB/Translate/i18n/api/en.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/MLEB/Translate/i18n/api/en.json b/MLEB/Translate/i18n/api/en.json
index da716d3d..af1ad1fc 100644
--- a/MLEB/Translate/i18n/api/en.json
+++ b/MLEB/Translate/i18n/api/en.json
@@ -49,6 +49,7 @@
"apihelp-query+messagegroups-param-iconsize": "Preferred size of rasterised group icon.",
"apihelp-query+messagegroups-param-prop": "What translation-related information to get:\n;id:Include ID of the group.\n;label:Include label of the group.\n;description:Include description of the group.\n;class:Include class name of the group.\n;namespace:Include namespace of the group. Not all groups belong to a single namespace.\n;exists:Include self-calculated existence property of the group.\n;icon:Include URLs to icon of the group.\n;priority:Include priority status like discouraged.\n;prioritylangs:Include preferred languages. If not set, this returns false.\n;priorityforce:Include priority status - is the priority languages setting forced.\n;workflowstates:Include the workflow states for the message 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-description": "Query message group stats.",
"apihelp-query+messagegroupstats-summary": "Query message group stats.",
@@ -69,8 +70,8 @@
"apihelp-managegroupsynchronizationcache-description": "Manage group synchronization cache.",
"apihelp-managegroupsynchronizationcache-summary": "Manage group synchronization cache.",
"apihelp-managegroupsynchronizationcache-param-operation": "The operation to be performed. Possible values: resolve",
- "apihelp-managegroupsynchronizationcache-param-messageTitle": "Message title being marked as resolved",
- "apihelp-managegroupsynchronizationcache-param-groupId": "Group Id of the message being resolved",
+ "apihelp-managegroupsynchronizationcache-param-title": "Message title being marked as resolved",
+ "apihelp-managegroupsynchronizationcache-param-group": "Group Id of the message being resolved",
"apihelp-translatesandbox-description": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-summary": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-param-do": "What to do.",
@@ -141,7 +142,7 @@
"apierror-translate-invalidfilter": "$1",
"apierror-translate-invalidgroup": "Group does not exist or invalid",
"apierror-translate-invalidstate": "The requested state is invalid.",
- "apierror-translate-invalidlanguage": "The requested language 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",
@@ -162,5 +163,8 @@
"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.",
"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.",
- "apierror-translate-operation-error": "There was an error while processing the request. Error: $1"
+ "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-query": "Search query",
+ "apihelp-translationentitysearch-param-limit": "Maximum number of search results"
}