Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/i18n/lib/en/integrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
time_interval: 'Amount of time events will be aggregated in a single object before uploading.',
content: 'The content of the object to be uploaded supports placeholders.',
blob: 'Azure Blob Storage blob name.',
container: 'Azure Blob Storage container name.',
parameters_container: 'Azure Blob Storage container name.',
},
snowflake: {
private_key:
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/lib/zh/integrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
content:
"要存储的对象的内容。默认情况下,它是包含所有字段的 JSON 文本格式。支持如 ${'{'}payload{'}'} 的占位符设置。存储格式取决于变量的格式,支持二进制内容。",
blob: 'Azure Blob Storage blob 名称。',
container: 'Azure Blob Storage 容器名称。',
parameters_container: 'Azure Blob Storage 容器名称。',
},
snowflake: {
private_key:
Expand Down