mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +00:00
fix: Improve Actions V2 translations (#9826)
# Which Problems Are Solved The translation for event was not loaded correctly.  # How the Problems Are Solved Correct translations to have the correct key. # Additional Changes Improved the translation for all events.
This commit is contained in:
@@ -537,7 +537,7 @@
|
||||
"TYPES": {
|
||||
"request": "Solicitação",
|
||||
"response": "Resposta",
|
||||
"events": "Eventos",
|
||||
"event": "Eventos",
|
||||
"function": "Função"
|
||||
},
|
||||
"DIALOG": {
|
||||
@@ -568,6 +568,7 @@
|
||||
"TITLE": "Todas",
|
||||
"DESCRIPTION": "Selecione isso se você quiser executar sua ação em cada solicitação"
|
||||
},
|
||||
"ALL_EVENTS": "Selecione isto se quiser executar sua ação em cada evento",
|
||||
"SELECT_SERVICE": {
|
||||
"TITLE": "Selecionar Serviço",
|
||||
"DESCRIPTION": "Escolha um Serviço Zitadel para sua ação."
|
||||
|
Reference in New Issue
Block a user