Add 'api-error-ratelimited' message for UploadWizard
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 26 Apr 2016 21:47:07 +0000 (23:47 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 27 Apr 2016 21:33:19 +0000 (23:33 +0200)
One day, I'm going to move the UploadWizard-specific messages there.

Bug: T132920
Change-Id: Ieb218c2a2d7bf7a703369772018a246bcf639f0b

languages/i18n/en.json
languages/i18n/qqq.json

index d76825c..4160dea 100644 (file)
        "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 allows.\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.",
index 5c49430..a3a56a5 100644 (file)
        "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.",