mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(logger): add rejected action i18n translation (#20599)
This commit is contained in:
@@ -696,6 +696,7 @@ func init() {
|
||||
t.Set(ACT_ACTIVATE, i18n.NewTableEntry().EN("Activate").CN("启用"))
|
||||
t.Set(ACT_SUSPEND, i18n.NewTableEntry().EN("Suspend").CN("暂停"))
|
||||
t.Set(ACT_APPROVED, i18n.NewTableEntry().EN("Approved").CN("批准"))
|
||||
t.Set(ACT_REJECTED, i18n.NewTableEntry().EN("Rejected").CN("驳回"))
|
||||
t.Set(ACT_TRANSFERRED, i18n.NewTableEntry().EN("Transferred").CN("转交"))
|
||||
t.Set(ACT_TRANSFERRED_REJECTED, i18n.NewTableEntry().EN("Transferred Rejected").CN("驳回"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user