Skip to content

Commit

Permalink
refactor(i18n): add new label for partitions_limit in kafka related…
Browse files Browse the repository at this point in the history
… type
  • Loading branch information
Kinplemelon committed Feb 2, 2024
1 parent 2c4211d commit d053e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18n/lib/enActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
memory_overload_protection: 'Memory Overload Protection',
sync_query_timeout: 'Synchronous Query Timeout',
template: 'Message Template',
partitions_limit: 'Partitions Limit',
},
kafka_producer: {
timestamp: 'Message Timestamp',
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/lib/zhActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
memory_overload_protection: '内存过载保护',
sync_query_timeout: '同步查询超时时间',
template: '消息模板',
partitions_limit: '分区限制',
},
kafka_producer: {
timestamp: '消息的时间戳',
Expand Down

0 comments on commit d053e9f

Please sign in to comment.