Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/285562

Change subject: Add 'api-error-ratelimited' message for UploadWizard
......................................................................

Add 'api-error-ratelimited' message for UploadWizard

One day, I'm going to move the UploadWizard-specific messages there.

Bug: T132920
Change-Id: Ieb218c2a2d7bf7a703369772018a246bcf639f0b
---
M languages/i18n/en.json
M languages/i18n/qqq.json
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/62/285562/1

diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index d76825c..f78caf2 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -3887,6 +3887,7 @@
        "api-error-nomodule": "Internal error: No upload module set.",
        "api-error-ok-but-empty": "Internal error: No response from server.",
        "api-error-overwrite": "Overwriting an existing file is not allowed.",
+       "api-error-ratelimited": "You're trying to upload more files in a short 
space of time than this wiki can accept.\nPlease try again in a few minutes.",
        "api-error-stashfailed": "Internal error: Server failed to store 
temporary file.",
        "api-error-publishfailed": "Internal error: Server failed to publish 
temporary file.",
        "api-error-stasherror": "There was an error while uploading the file to 
stash.",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index 5c49430..a3a56a5 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -4065,6 +4065,7 @@
        "api-error-nomodule": "API error message that can be used for client 
side localisation of API errors.",
        "api-error-ok-but-empty": "API error message that can be used for 
client side localisation of API errors.",
        "api-error-overwrite": "API error message that can be used for client 
side localisation of API errors.",
+       "api-error-ratelimited": "API error message that can be used for client 
side localisation of API errors.",
        "api-error-stashfailed": "API error message that can be used for client 
side localisation of API errors.",
        "api-error-publishfailed": "API error message that can be used for 
client side localisation of API errors.",
        "api-error-stasherror": "API error message that can be used for client 
side localisation of API errors.",

-- 
To view, visit https://gerrit.wikimedia.org/r/285562
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb218c2a2d7bf7a703369772018a246bcf639f0b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to