From 961e57f4e067bcacf460986006197ce6938ca244 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 30 Aug 2019 01:34:47 +0200 Subject: port tootsuite#11702 to monsterfork: Fix uncaught parameter missing exceptions and missing error templates --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/locales/en.yml') 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 native apps 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} -- cgit