Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
"projectId": {
"label": "Projekt-ID"
},
"topic": {
"topicId": {
"label": "Themenname"
},
"subscription": {
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/shared/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2979,6 +2979,9 @@
"projectId": {
"label": "Project ID"
},
"topicId": {
"label": "Topic name"
},
"subscription": {
"label": "Subscription name"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
"projectId": {
"label": "ID del proyecto"
},
"topic": {
"topicId": {
"label": "Nombre del tema"
},
"subscription": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
"projectId": {
"label": "ID de projet"
},
"topic": {
"topicId": {
"label": "Nom du sujet"
},
"subscription": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
"projectId": {
"label": "ID progetto"
},
"topic": {
"topicId": {
"label": "Nome argomento"
},
"subscription": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@
"projectId": {
"label": "ID do projeto"
},
"topic": {
"topicId": {
"label": "Nome do tópico"
},
"subscription": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@
"projectId": {
"label": "ID проекта"
},
"topic": {
"topicId": {
"label": "Имя темы"
},
"subscription": {
Expand Down
Loading