Skip to content

Commit

Permalink
refactor(i18n): update some desc for S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Feb 21, 2024
1 parent 018eaf9 commit aca6e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/i18n/lib/enActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
s3: {
bucket: 'Bucket',
acl: 'ACL',
content: 'Content',
content: 'Object Content',
key: 'Object Key',
},
}
3 changes: 2 additions & 1 deletion packages/i18n/lib/zhActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
s3: {
bucket: '存储桶',
acl: 'ACL',
content: '内容',
content: '对象内容',
key: '对象键',
},
}
2 changes: 1 addition & 1 deletion packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
port: '端口',
ipv6_probe: 'IPv6 探针',
headers: '请求头',
request_timeout: 'HTTP 请求超时',
request_timeout: '请求超时',
},
}

0 comments on commit aca6e92

Please sign in to comment.