From a4d50e8cf608912524b0cb01f4cc586c39d192c3 Mon Sep 17 00:00:00 2001 From: Aryaman Kumar Sharma Date: Mon, 12 May 2025 12:13:59 +0530 Subject: [PATCH] Fix: Translation Keys Missing --- client/src/locales/gb.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index b2b173f9e..1f7150b12 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -130,7 +130,7 @@ "http": "HTTP", "monitor": "monitor", "aboutus": "About Us", - + "state": "State", "now": "Now", "delete": "Delete", "configure": "Configure", @@ -387,6 +387,8 @@ "statusPageStatusNotPublic": "This status page is not public.", "statusPageStatusNoPage": "There's no status page here.", "statusPageStatusServiceStatus": "Service status", + "statusBreadCrumbsStatusPages": "Status Pages", + "statusBreadCrumbsDetails": "Details", "deleteStatusPage": "Do you want to delete this status page?", "deleteStatusPageConfirm": "Yes, delete status page", "deleteStatusPageDescription": "Once deleted, your status page cannot be retrieved.", @@ -456,8 +458,8 @@ "overview": "Here's an overview of your {{type}} monitors." }, "monitorStatus": { - "up": "up", - "down": "down", + "up": "Up", + "down": "Down", "paused": "paused" }, "roles": { @@ -490,9 +492,9 @@ } }, "monitorState": { - "paused": "paused", - "resumed": "resumed", - "active": "active" + "paused": "Paused", + "resumed": "Resumed", + "active": "Active" }, "menu": { "uptime": "Uptime",