Skip to content

Commit

Permalink
fix(logger): add rejected action i18n translation (#20603)
Browse files Browse the repository at this point in the history
  • Loading branch information
zexi committed Jun 20, 2024
1 parent f01b9fb commit 7c22521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/logclient/consts_i18n.go
Original file line number Diff line number Diff line change
Expand Up @@ -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("驳回"))

Expand Down

0 comments on commit 7c22521

Please sign in to comment.