diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-30 01:34:47 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-21 00:25:45 -0600 |
commit | 961e57f4e067bcacf460986006197ce6938ca244 (patch) | |
tree | 58012f0513669f78935288ba2e9dfa0d8ebb8b69 /config/locales | |
parent | b9ed21b8f443d12ac3f8a62e536983e9cbf31d78 (diff) |
port tootsuite#11702 to monsterfork: Fix uncaught parameter missing exceptions and missing error templates
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 8bee7423e..d871304b9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -667,8 +667,10 @@ en: one: "%{count} monster" other: "%{count} monsters" errors: + '400': The request you submitted was invalid or malformed. '403': You don't have permission to view this page. '404': The page you are looking for isn't here. + '406': This page is not available in the requested format. '410': The page you were looking for doesn't exist here anymore. '422': content: Security verification failed. Are you blocking cookies? @@ -678,6 +680,7 @@ en: content: We're sorry, but something went wrong on our end. title: This page is not correct noscript_html: To use the Monsterpit web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Monsterpit for your platform. + '503': The page could not be served due to a temporary server failure. existing_username_validator: not_found: could not find a local creature with that username not_found_multiple: could not find %{usernames} |