Skip to content

Commit 5d2e767

Browse files
Kinplemelon0721Betty
authored andcommitted
refactor(i18n): label of per_partition_limit in type Pulsar
1 parent 9377340 commit 5d2e767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/i18n/lib/enActionsLabel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
152152
compression: 'Compression',
153153
sync_timeout: 'Sync Publish Timeout',
154154
send_buffer: 'Socket Send Buffer Size',
155-
per_partition_limit: 'Per-partition Buffer Limit',
155+
per_partition_limit: 'Pulsar Per-partition Buffer Limit',
156156
message_key: 'Message Key',
157157
message_value: 'Message Value',
158158
},

packages/i18n/lib/zhActionsLabel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
152152
compression: '压缩',
153153
sync_timeout: '同步发布超时',
154154
send_buffer: 'Socket 发送缓存大小',
155-
per_partition_limit: '分区缓存上限',
155+
per_partition_limit: 'Pulsar 分区缓存上限',
156156
message_key: '消息的 Key',
157157
message_value: '消息的 Value',
158158
},

0 commit comments

Comments
 (0)