-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 规则审计-策略新增/编辑-后端接口 --story=121513458
【优化】 1. 创建或更新策略不需要冗余传入联表信息 2. 未配置 kafka 时不会导致生成风险进程退出
- Loading branch information
Showing
4 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-13 13:47+0800\n" | ||
"POT-Creation-Date: 2025-01-16 16:23+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -135,6 +135,9 @@ msgstr "Get Result Tables" | |
msgid "获取结果表" | ||
msgstr "Get Result Table" | ||
|
||
msgid "获取结果表的存储信息" | ||
msgstr "Get Rt Storages" | ||
|
||
msgid "列举项目相关数据" | ||
msgstr "Get Project Data" | ||
|
||
|
@@ -2148,6 +2151,9 @@ msgstr "Batch Join" | |
msgid "Batch" | ||
msgstr "Batch" | ||
|
||
msgid "Redis KV" | ||
msgstr "Redis KV" | ||
|
||
msgid "CDC" | ||
msgstr "CDC" | ||
|
||
|
@@ -3705,9 +3711,6 @@ msgstr "control_id and control_version are required when strategy_type is model" | |
msgid "Control Version not Exists" | ||
msgstr "Control Version not Exists" | ||
|
||
msgid "link_table_uid and link_table_version are required when strategy_type is rule and config_type is link table" | ||
msgstr "link_table_uid and link_table_version are required when strategy_type is rule and config_type is link table" | ||
|
||
#, python-format | ||
msgid "%s Need to configure mapping" | ||
msgstr "%s Need to configure mapping" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-13 13:47+0800\n" | ||
"POT-Creation-Date: 2025-01-16 16:23+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -135,6 +135,9 @@ msgstr "获取结果表列表" | |
msgid "获取结果表" | ||
msgstr "获取结果表" | ||
|
||
msgid "获取结果表的存储信息" | ||
msgstr "获取结果表的存储信息" | ||
|
||
msgid "列举项目相关数据" | ||
msgstr "列举项目相关数据" | ||
|
||
|
@@ -2148,6 +2151,9 @@ msgstr "离线维表计算" | |
msgid "Batch" | ||
msgstr "离线实时计算" | ||
|
||
msgid "Redis KV" | ||
msgstr "Redis KV" | ||
|
||
msgid "CDC" | ||
msgstr "CDC" | ||
|
||
|
@@ -3705,9 +3711,6 @@ msgstr "当策略类型为模型审计时,必须提供 control_id 和 control_ | |
msgid "Control Version not Exists" | ||
msgstr "控件版本不存在" | ||
|
||
msgid "link_table_uid and link_table_version are required when strategy_type is rule and config_type is link table" | ||
msgstr "当策略类型为规则审计并且配置类型为联表时,必须提供 link_table_uid 和 link_table_version" | ||
|
||
#, python-format | ||
msgid "%s Need to configure mapping" | ||
msgstr "%s 必须配置映射" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters