Skip to content

Commit aca6e92

Browse files
Kinplemelonysfscream
authored andcommitted
refactor(i18n): update some desc for S3
1 parent 018eaf9 commit aca6e92

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/i18n/lib/enActionsLabel.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
169169
s3: {
170170
bucket: 'Bucket',
171171
acl: 'ACL',
172-
content: 'Content',
172+
content: 'Object Content',
173+
key: 'Object Key',
173174
},
174175
}

packages/i18n/lib/zhActionsLabel.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
169169
s3: {
170170
bucket: '存储桶',
171171
acl: 'ACL',
172-
content: '内容',
172+
content: '对象内容',
173+
key: '对象键',
173174
},
174175
}

packages/i18n/lib/zhConnectorsLabel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
185185
port: '端口',
186186
ipv6_probe: 'IPv6 探针',
187187
headers: '请求头',
188-
request_timeout: 'HTTP 请求超时',
188+
request_timeout: '请求超时',
189189
},
190190
}

0 commit comments

Comments
 (0)