Skip to content

Commit 148cd64

Browse files
fix[frontend](integrations): added gcp missing translation keys (#2342)
1 parent 9715264 commit 148cd64

7 files changed

Lines changed: 9 additions & 6 deletions

File tree

frontend/src/shared/i18n/locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@
29212921
"projectId": {
29222922
"label": "Projekt-ID"
29232923
},
2924-
"topic": {
2924+
"topicId": {
29252925
"label": "Themenname"
29262926
},
29272927
"subscription": {

frontend/src/shared/i18n/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,6 +2979,9 @@
29792979
"projectId": {
29802980
"label": "Project ID"
29812981
},
2982+
"topicId": {
2983+
"label": "Topic name"
2984+
},
29822985
"subscription": {
29832986
"label": "Subscription name"
29842987
},

frontend/src/shared/i18n/locales/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@
29212921
"projectId": {
29222922
"label": "ID del proyecto"
29232923
},
2924-
"topic": {
2924+
"topicId": {
29252925
"label": "Nombre del tema"
29262926
},
29272927
"subscription": {

frontend/src/shared/i18n/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@
29212921
"projectId": {
29222922
"label": "ID de projet"
29232923
},
2924-
"topic": {
2924+
"topicId": {
29252925
"label": "Nom du sujet"
29262926
},
29272927
"subscription": {

frontend/src/shared/i18n/locales/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@
29212921
"projectId": {
29222922
"label": "ID progetto"
29232923
},
2924-
"topic": {
2924+
"topicId": {
29252925
"label": "Nome argomento"
29262926
},
29272927
"subscription": {

frontend/src/shared/i18n/locales/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@
29212921
"projectId": {
29222922
"label": "ID do projeto"
29232923
},
2924-
"topic": {
2924+
"topicId": {
29252925
"label": "Nome do tópico"
29262926
},
29272927
"subscription": {

frontend/src/shared/i18n/locales/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@
28212821
"projectId": {
28222822
"label": "ID проекта"
28232823
},
2824-
"topic": {
2824+
"topicId": {
28252825
"label": "Имя темы"
28262826
},
28272827
"subscription": {

0 commit comments

Comments
 (0)