Skip to content

Commit

Permalink
refactor(i18n): reset some label keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Feb 26, 2024
1 parent fe9e345 commit b282e36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
retention_period: 'Retention Period',
send_buffer: 'Socket Send Buffer Size',
max_batch_bytes: 'Max Batch Bytes',
buffer_mode: 'Buffer Mode',
buffer_per_partition_limit: 'Per-partition Buffer Limit',
buffer_segment_bytes: 'Segment File Bytes',
buffer_memory_overload_protection: 'Memory Overload Protection',
authentication_jwt: 'JWT',
mode: 'Buffer Mode',
per_partition_limit: 'Per-partition Buffer Limit',
segment_bytes: 'Segment File Bytes',
memory_overload_protection: 'Memory Overload Protection',
jwt: 'JWT',
authentication: 'Authentication',
},
kinesis: {
aws_access_key_id: 'AWS Access Key ID',
Expand Down
11 changes: 6 additions & 5 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,12 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
retention_period: '保留期',
send_buffer: 'Socket 发送缓存大小',
max_batch_bytes: '最大批量字节数',
buffer_mode: '缓存模式',
buffer_per_partition_limit: 'Pulsar 分区缓存上限',
buffer_segment_bytes: '缓存文件大小',
buffer_memory_overload_protection: '内存过载保护',
authentication_jwt: 'JWT',
mode: '缓存模式',
per_partition_limit: 'Pulsar 分区缓存上限',
segment_bytes: '缓存文件大小',
memory_overload_protection: '内存过载保护',
jwt: 'JWT',
authentication: '认证',
},
kinesis: {
aws_access_key_id: 'AWS 访问密钥 ID',
Expand Down

0 comments on commit b282e36

Please sign in to comment.