From 3ff80f2961d6ffc9da0db11599564822515f0f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Fri, 10 Jul 2026 12:36:53 -0600 Subject: [PATCH] fix[frontend](integrations): added gcp missing translation keys --- frontend/src/shared/i18n/locales/de.json | 2 +- frontend/src/shared/i18n/locales/en.json | 3 +++ frontend/src/shared/i18n/locales/es.json | 2 +- frontend/src/shared/i18n/locales/fr.json | 2 +- frontend/src/shared/i18n/locales/it.json | 2 +- frontend/src/shared/i18n/locales/pt.json | 2 +- frontend/src/shared/i18n/locales/ru.json | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/src/shared/i18n/locales/de.json b/frontend/src/shared/i18n/locales/de.json index 804a12025..0ce042950 100644 --- a/frontend/src/shared/i18n/locales/de.json +++ b/frontend/src/shared/i18n/locales/de.json @@ -2921,7 +2921,7 @@ "projectId": { "label": "Projekt-ID" }, - "topic": { + "topicId": { "label": "Themenname" }, "subscription": { diff --git a/frontend/src/shared/i18n/locales/en.json b/frontend/src/shared/i18n/locales/en.json index e44cd013e..922b5460b 100644 --- a/frontend/src/shared/i18n/locales/en.json +++ b/frontend/src/shared/i18n/locales/en.json @@ -2979,6 +2979,9 @@ "projectId": { "label": "Project ID" }, + "topicId": { + "label": "Topic name" + }, "subscription": { "label": "Subscription name" }, diff --git a/frontend/src/shared/i18n/locales/es.json b/frontend/src/shared/i18n/locales/es.json index dcba16136..c947a3444 100644 --- a/frontend/src/shared/i18n/locales/es.json +++ b/frontend/src/shared/i18n/locales/es.json @@ -2921,7 +2921,7 @@ "projectId": { "label": "ID del proyecto" }, - "topic": { + "topicId": { "label": "Nombre del tema" }, "subscription": { diff --git a/frontend/src/shared/i18n/locales/fr.json b/frontend/src/shared/i18n/locales/fr.json index c2183d63b..a1809fc02 100644 --- a/frontend/src/shared/i18n/locales/fr.json +++ b/frontend/src/shared/i18n/locales/fr.json @@ -2921,7 +2921,7 @@ "projectId": { "label": "ID de projet" }, - "topic": { + "topicId": { "label": "Nom du sujet" }, "subscription": { diff --git a/frontend/src/shared/i18n/locales/it.json b/frontend/src/shared/i18n/locales/it.json index bd6055612..9e8d85d5b 100644 --- a/frontend/src/shared/i18n/locales/it.json +++ b/frontend/src/shared/i18n/locales/it.json @@ -2921,7 +2921,7 @@ "projectId": { "label": "ID progetto" }, - "topic": { + "topicId": { "label": "Nome argomento" }, "subscription": { diff --git a/frontend/src/shared/i18n/locales/pt.json b/frontend/src/shared/i18n/locales/pt.json index 33eab033c..ddcb8c892 100644 --- a/frontend/src/shared/i18n/locales/pt.json +++ b/frontend/src/shared/i18n/locales/pt.json @@ -2921,7 +2921,7 @@ "projectId": { "label": "ID do projeto" }, - "topic": { + "topicId": { "label": "Nome do tópico" }, "subscription": { diff --git a/frontend/src/shared/i18n/locales/ru.json b/frontend/src/shared/i18n/locales/ru.json index e03078899..3344d94db 100644 --- a/frontend/src/shared/i18n/locales/ru.json +++ b/frontend/src/shared/i18n/locales/ru.json @@ -2821,7 +2821,7 @@ "projectId": { "label": "ID проекта" }, - "topic": { + "topicId": { "label": "Имя темы" }, "subscription": {