Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(i18n): label of per_partition_limit in type Pulsar #31

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/i18n/lib/enActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
compression: 'Compression',
sync_timeout: 'Sync Publish Timeout',
send_buffer: 'Socket Send Buffer Size',
per_partition_limit: 'Per-partition Buffer Limit',
per_partition_limit: 'Pulsar Per-partition Buffer Limit',
message_key: 'Message Key',
message_value: 'Message Value',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/lib/zhActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
compression: '压缩',
sync_timeout: '同步发布超时',
send_buffer: 'Socket 发送缓存大小',
per_partition_limit: '分区缓存上限',
per_partition_limit: 'Pulsar 分区缓存上限',
message_key: '消息的 Key',
message_value: '消息的 Value',
},
Expand Down
Loading