diff --git a/sqle/locale/active.en.toml b/sqle/locale/active.en.toml index 022201cf1..a851b8ccb 100644 --- a/sqle/locale/active.en.toml +++ b/sqle/locale/active.en.toml @@ -283,6 +283,7 @@ SQLManageStatusIgnored = "Ignored" SQLManageStatusManualAudited = "Manually audited" SQLManageStatusSolved = "Solved" SQLManageStatusUnhandled = "Unhandled" +SQLManageStatusSent = "Sent" SqlVersionExecFailedReason = "workflow %s execution status is not finished and stop execution" SqlVersionInvalidStatusReason = "Execution failed: A workflow with status %v exists at the stage of the SQL version bound to this workflow, and its SQL version ID is %v" SqlVersionReleaseFailedReason = "workflow %s release fail and stop release" diff --git a/sqle/locale/active.zh.toml b/sqle/locale/active.zh.toml index 3e944e30b..6707e2ced 100644 --- a/sqle/locale/active.zh.toml +++ b/sqle/locale/active.zh.toml @@ -283,6 +283,7 @@ SQLManageStatusIgnored = "已忽略" SQLManageStatusManualAudited = "已人工审核" SQLManageStatusSolved = "已解决" SQLManageStatusUnhandled = "未处理" +SQLManageStatusSent = "已推送到其他平台" SqlVersionExecFailedReason = "工单:%s 上线失败并停止继续上线" SqlVersionInvalidStatusReason = "执行失败:在该工单绑定的SQL版本的阶段上,存在状态为%v的工单,其SQL版本id为%v" SqlVersionReleaseFailedReason = "工单:%s 发布失败并停止继续发布" diff --git a/sqle/locale/message_zh.go b/sqle/locale/message_zh.go index 4fc5af501..465ac237c 100644 --- a/sqle/locale/message_zh.go +++ b/sqle/locale/message_zh.go @@ -158,6 +158,7 @@ var ( SQLManageStatusSolved = &i18n.Message{ID: "SQLManageStatusSolved", Other: "已解决"} SQLManageStatusIgnored = &i18n.Message{ID: "SQLManageStatusIgnored", Other: "已忽略"} SQLManageStatusManualAudited = &i18n.Message{ID: "SQLManageStatusManualAudited", Other: "已人工审核"} + SQLManageStatusSent = &i18n.Message{ID: "SQLManageStatusSent", Other: "已推送到其他平台"} ) // license