From 0c81a0854f4b0f19a9297650051deb3b1bbd3bff Mon Sep 17 00:00:00 2001
From: littleniannian <jarviscrick@outlook.com>
Date: Wed, 11 Dec 2024 17:51:36 +0800
Subject: [PATCH] feat: add status SQLManageStatusSent

---
 sqle/locale/active.en.toml | 1 +
 sqle/locale/active.zh.toml | 1 +
 sqle/locale/message_zh.go  | 1 +
 3 files changed, 3 insertions(+)

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