mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +00:00
fix: Improve Actions V2 Texts and reenable in settings (#9814)
# Which Problems Are Solved This pr includes improved texts to make the usage of Actions V2 more easy. Since the removal of the Actions V2 Feature Flag we removed the code that checks if it's enabled in the settings sidenav. # How the Problems Are Solved Added new texts to translations. Removed sidenav logic that checks for Actions V2 Feature Flag # Additional Context - Part of #7248 - Part of #9688 --------- Co-authored-by: Max Peintner <peintnerm@gmail.com> Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -75,7 +75,8 @@
|
||||
"FLOWS": {
|
||||
"TITLE": "Fluxos",
|
||||
"DESCRIPTION": "Escolha um fluxo de autenticação e acione sua ação em um evento específico dentro desse fluxo."
|
||||
}
|
||||
},
|
||||
"ACTIONSTWO_NOTE": "Actions V2, uma nova e melhorada versão de Actions, já está disponível. A versão atual ainda é acessível, mas o nosso desenvolvimento futuro se concentrará na nova versão, que acabará por substituir a atual."
|
||||
},
|
||||
"SETTINGS": {
|
||||
"INSTANCE": {
|
||||
@@ -529,6 +530,7 @@
|
||||
"APPLY": "Aplicar"
|
||||
},
|
||||
"ACTIONSTWO": {
|
||||
"BETA_NOTE": "Você está atualmente usando a nova Actions V2, que está em versão beta. A versão anterior 1 ainda está disponível, mas será descontinuada no futuro. Por favor, reporte quaisquer problemas ou envie feedback.",
|
||||
"EXECUTION": {
|
||||
"TITLE": "Ações",
|
||||
"DESCRIPTION": "As ações permitem que você execute código personalizado em resposta a solicitações de API, eventos ou funções específicas. Use-as para estender o Zitadel, automatizar fluxos de trabalho e integrar-se a outros sistemas.",
|
||||
@@ -619,6 +621,7 @@
|
||||
"restCall": "Chamada REST",
|
||||
"restAsync": "REST Assíncrono"
|
||||
},
|
||||
"TYPES_DESCRIPTION": "Webhook, a chamada lida com o código de status, mas a resposta é irrelevante\nCall, a chamada lida com o código de status e a resposta\nAsync, a chamada não lida nem com o código de status nem com a resposta, mas pode ser chamada em paralelo com outros alvos",
|
||||
"ENDPOINT": "Ponto de Extremidade",
|
||||
"ENDPOINT_DESCRIPTION": "Insira o ponto de extremidade onde seu código está hospedado. Certifique-se de que ele esteja acessível para nós!",
|
||||
"TIMEOUT": "Tempo Limite",
|
||||
@@ -1509,7 +1512,8 @@
|
||||
"APPEARANCE": "Aparência",
|
||||
"OTHER": "Outro",
|
||||
"STORAGE": "armazenar"
|
||||
}
|
||||
},
|
||||
"BETA": "BETA"
|
||||
},
|
||||
"SETTING": {
|
||||
"LANGUAGES": {
|
||||
|
Reference in New Issue
Block a user