Skip to content

Commit

Permalink
refactor(i18n): update some label in Pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Feb 26, 2024
1 parent b282e36 commit 7faf61f
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7faf61f

Please sign in to comment.