From 80ba366c29d97d837ddaed256a170691c549d43d Mon Sep 17 00:00:00 2001
From: Joaquim Rocha <joaquim.rocha@microsoft.com>
Date: Thu, 9 Jun 2022 15:23:05 +0100
Subject: [PATCH] i18n: Update after adding External IP string

---
 frontend/src/i18n/locales/en/glossary.json | 1 +
 frontend/src/i18n/locales/es/glossary.json | 1 +
 frontend/src/i18n/locales/pt/glossary.json | 1 +
 3 files changed, 3 insertions(+)

diff --git a/frontend/src/i18n/locales/en/glossary.json b/frontend/src/i18n/locales/en/glossary.json
index 6dba64ef..1fcb761c 100644
--- a/frontend/src/i18n/locales/en/glossary.json
+++ b/frontend/src/i18n/locales/en/glossary.json
@@ -93,6 +93,7 @@
   "Roles": "Roles",
   "Secrets": "Secrets",
   "Cluster IP": "Cluster IP",
+  "External IP": "External IP",
   "Ports": "Ports",
   "Protocol": "Protocol",
   "Services": "Services",
diff --git a/frontend/src/i18n/locales/es/glossary.json b/frontend/src/i18n/locales/es/glossary.json
index 39f5314d..b8cf299e 100644
--- a/frontend/src/i18n/locales/es/glossary.json
+++ b/frontend/src/i18n/locales/es/glossary.json
@@ -93,6 +93,7 @@
   "Roles": "Roles",
   "Secrets": "Secrets",
   "Cluster IP": "IP del Cluster",
+  "External IP": "IP Externa",
   "Ports": "Puertos",
   "Protocol": "Protocolo",
   "Services": "Services",
diff --git a/frontend/src/i18n/locales/pt/glossary.json b/frontend/src/i18n/locales/pt/glossary.json
index fc5ebc03..300711af 100644
--- a/frontend/src/i18n/locales/pt/glossary.json
+++ b/frontend/src/i18n/locales/pt/glossary.json
@@ -93,6 +93,7 @@
   "Roles": "Roles",
   "Secrets": "Secrets",
   "Cluster IP": "IP do Cluster",
+  "External IP": "IP Externo",
   "Ports": "Ports",
   "Protocol": "Protocolo",
   "Services": "Services",
-- 
GitLab