mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +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": "流程",
|
||||
"DESCRIPTION": "选择一个认证流程,并在该流程中的特定事件上触发您的操作。"
|
||||
}
|
||||
},
|
||||
"ACTIONSTWO_NOTE": "Actions V2,一个全新改进版的Actions,现在已上线。目前版本仍可使用,但未来开发将专注于新版本,最终将取代当前版本。"
|
||||
},
|
||||
"SETTINGS": {
|
||||
"INSTANCE": {
|
||||
@@ -529,6 +530,7 @@
|
||||
"APPLY": "申请"
|
||||
},
|
||||
"ACTIONSTWO": {
|
||||
"BETA_NOTE": "您目前正在使用新的 Actions V2(测试版)。之前的版本1仍可使用,但未来将停止支持。请报告任何问题或反馈意见。",
|
||||
"EXECUTION": {
|
||||
"TITLE": "操作",
|
||||
"DESCRIPTION": "操作允许您运行自定义代码以响应 API 请求、事件或特定函数。使用它们来扩展 Zitadel、自动化工作流程并与其他系统集成。",
|
||||
@@ -619,6 +621,7 @@
|
||||
"restCall": "REST 调用",
|
||||
"restAsync": "REST 异步"
|
||||
},
|
||||
"TYPES_DESCRIPTION": "Webhook,调用处理状态码但响应无关紧要\nCall,调用处理状态码和响应\nAsync,调用既不处理状态码也不处理响应,但可以与其他目标并行调用",
|
||||
"ENDPOINT": "端点",
|
||||
"ENDPOINT_DESCRIPTION": "输入您的代码托管的端点。确保我们可以访问它!",
|
||||
"TIMEOUT": "超时",
|
||||
@@ -1508,7 +1511,8 @@
|
||||
"APPEARANCE": "外观",
|
||||
"OTHER": "其他",
|
||||
"STORAGE": "贮存"
|
||||
}
|
||||
},
|
||||
"BETA": "测试版"
|
||||
},
|
||||
"SETTING": {
|
||||
"LANGUAGES": {
|
||||
|
||||
Reference in New Issue
Block a user