summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/i18n/api/en.json')
-rw-r--r--MLEB/Translate/i18n/api/en.json22
1 files changed, 18 insertions, 4 deletions
diff --git a/MLEB/Translate/i18n/api/en.json b/MLEB/Translate/i18n/api/en.json
index 8fa3b063..da716d3d 100644
--- a/MLEB/Translate/i18n/api/en.json
+++ b/MLEB/Translate/i18n/api/en.json
@@ -20,7 +20,6 @@
"apihelp-groupreview-example-1": "Mark the state of the German translation for the message group \"group-Example\" as ready",
"apihelp-query+languagestats-description": "Query language stats.",
"apihelp-query+languagestats-summary": "Query language stats.",
- "apihelp-query+languagestats-param-timelimit": "Maximum time to spend calculating missing statistics. If zero, only the cached results from the beginning are returned.",
"apihelp-query+languagestats-param-language": "Language code.",
"apihelp-query+languagestats-example-1": "List of translation completion statistics for Finnish",
"apihelp-query+messagecollection-description": "Query MessageCollection about translations.",
@@ -53,7 +52,6 @@
"apihelp-query+messagegroups-example-1": "Show message groups",
"apihelp-query+messagegroupstats-description": "Query message group stats.",
"apihelp-query+messagegroupstats-summary": "Query message group stats.",
- "apihelp-query+messagegroupstats-param-timelimit": "Maximum time to spend calculating missing statistics. If zero, only the cached results from the beginning are returned.",
"apihelp-query+messagegroupstats-param-group": "Message group ID.",
"apihelp-query+messagegroupstats-example-1": "List of translation completion statistics for the group \"page-Example\"",
"apihelp-query+messagetranslations-description": "Query all translations for a single message.",
@@ -65,9 +63,14 @@
"apihelp-managemessagegroups-param-groupId": "Group Id",
"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-operation": "The operation to be performed. Possible values: rename / new",
"apihelp-managemessagegroups-param-changesetName": "Change set 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-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-translatesandbox-description": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-summary": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-param-do": "What to do.",
@@ -119,6 +122,16 @@
"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-description": "Fetch translation statistics related to translation edits, active translations, new users, translation reviews and reviewers.",
+ "apihelp-translationstats-summary": "Fetch translation statistics",
+ "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.",
+ "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 'days'.",
+ "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.",
"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",
@@ -148,5 +161,6 @@
"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.",
"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-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"
}