From f5a45d928850aef5a086564250376262ca1652a2 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 17 Mar 2016 16:12:50 -0300 Subject: [PATCH] Add translation messages to error code 500 --- src/languages/en.json | 3 ++- src/languages/pt.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/languages/en.json b/src/languages/en.json index c0c3cc7..806ab1d 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -21,5 +21,6 @@ "notification.error.default.message": "Something went wrong!", "notification.error.default.title": "Oops...", "notification.profile.not_found": "Page not found", - "notification.http_error.401.message": "Unauthorized" + "notification.http_error.401.message": "Unauthorized", + "notification.http_error.500.message": "Server error" } diff --git a/src/languages/pt.json b/src/languages/pt.json index 18df068..c91d114 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -21,5 +21,6 @@ "notification.error.default.message": "Algo deu errado!", "notification.error.default.title": "Oops...", "notification.profile.not_found": "Página não encontrada", - "notification.http_error.401.message": "Não autorizado" + "notification.http_error.401.message": "Não autorizado", + "notification.http_error.500.message": "Erro no servidor" } -- libgit2 0.21.2