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): update some label in Pulsar #25

Merged
merged 1 commit into from
Feb 26, 2024
Merged
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
4 changes: 2 additions & 2 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
strategy: '分区选择策略',
compression: '压缩',
sync_timeout: '同步发布超时',
retention_period: '保留期',
retention_period: '消息保留时间',
send_buffer: 'Socket 发送缓存大小',
max_batch_bytes: '最大批量字节数',
mode: '缓存模式',
per_partition_limit: 'Pulsar 分区缓存上限',
per_partition_limit: '分区缓存上限',
segment_bytes: '缓存文件大小',
memory_overload_protection: '内存过载保护',
jwt: 'JWT',
Expand Down
Loading