From e468d3b52fa257a2eacf07b7b4a4134ad0e31ddc Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Mon, 22 May 2023 17:45:16 +0000 Subject: [PATCH] Error code translation (#45) * Add error code translation * Add error code message translation --- translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/en.json b/translations/en.json index f5bfdd6..de8e87f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -228,6 +228,7 @@ "error_page_title": "Error!", "error_page_paragraph": "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the <1>Lemmy support community or <1>Lemmy Matrix room.", "error_page_admin_matrix": "If you would like to reach out to one of {{instance}} admins for support, try the following Matrix addresses:", + "error_code_message": "The server returned this error: <1>{{error}}. This may be useful for admins and developers to diagnose and fix the error", "not_found_page_title": "Page Not Found", "not_found_page_message": "The page you are looking for does not exist.", "not_found_return_home_button": "Click here to return to your homepage",