summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/i18n/api/en.json')
-rw-r--r--MLEB/Translate/i18n/api/en.json28
1 files changed, 25 insertions, 3 deletions
diff --git a/MLEB/Translate/i18n/api/en.json b/MLEB/Translate/i18n/api/en.json
index cd4dd22a..8fa3b063 100644
--- a/MLEB/Translate/i18n/api/en.json
+++ b/MLEB/Translate/i18n/api/en.json
@@ -24,6 +24,12 @@
"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.",
+ "apihelp-query+managemessagegroups-summary": "Fetch possible renames for a message in a group during imports",
+ "apihelp-query+managemessagegroups-description": "Fetch possible renames for a message in a group during imports",
+ "apihelp-query+managemessagegroups-param-groupId": "Group Id",
+ "apihelp-query+managemessagegroups-param-messageKey": "Message key",
+ "apihelp-query+managemessagegroups-param-changesetName": "Change set 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.",
"apihelp-query+messagecollection-param-language": "Language code.",
@@ -54,6 +60,14 @@
"apihelp-query+messagetranslations-summary": "Query all translations for a single message.",
"apihelp-query+messagetranslations-param-title": "Full title of a known message.",
"apihelp-query+messagetranslations-example-1": "List of translations in the wiki for \"MediaWiki:January\"",
+ "apihelp-managemessagegroups-description": "Add a message as a rename of an existing message or a new message in the group during imports",
+ "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",
+ "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": "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-translatesandbox-description": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-summary": "Signup and manage sandboxed users.",
"apihelp-translatesandbox-param-do": "What to do.",
@@ -101,10 +115,11 @@
"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-description": "Validate given translation input against message checkers.",
+ "apihelp-translationcheck-description": "Validate given translation input against configured message validators.",
"apihelp-translationcheck-summary": "Validate translations.",
"apihelp-translationcheck-param-title": "Page title with namespace and language code.",
"apihelp-translationcheck-param-translation": "The translation to validate.",
+ "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.",
@@ -117,7 +132,6 @@
"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-language-disabled-source": "The source language of this group is $1. Please select another language to translate into.",
"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.",
@@ -125,6 +139,14 @@
"apierror-translate-sandboxdisabled": "Sandbox feature is not in use",
"apierror-translate-sandbox-invalidparam": "$1",
"apierror-translate-sandbox-invalidppassword": "Invalid password",
+ "apierror-translate-smg-nochanges": "There are no changes to process.",
"apierror-translate-unknownmessage": "Unknown message",
- "apiwarn-translate-alreadyreviewedbyyou": "Already marked as reviewed by you"
+ "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.",
+ "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."
}