fix(ft): add empty strings for zh translations

This commit is contained in:
Ilya Averyanov 2023-04-05 16:54:45 +03:00
parent f6461fe287
commit 6e50b168a0
1 changed files with 20 additions and 0 deletions

View File

@ -2,83 +2,103 @@ emqx_s3_schema {
access_key_id { access_key_id {
desc { desc {
en: "The access key id of the S3 bucket." en: "The access key id of the S3 bucket."
zh: ""
} }
label { label {
en: "Access Key ID" en: "Access Key ID"
zh: ""
} }
} }
secret_access_key { secret_access_key {
desc { desc {
en: "The secret access key of the S3 bucket." en: "The secret access key of the S3 bucket."
zh: ""
} }
label { label {
en: "Secret Access Key" en: "Secret Access Key"
zh: ""
} }
} }
bucket { bucket {
desc { desc {
en: "The name of the S3 bucket." en: "The name of the S3 bucket."
zh: ""
} }
label { label {
en: "Bucket" en: "Bucket"
zh: ""
} }
} }
host { host {
desc { desc {
en: "The host of the S3 endpoint." en: "The host of the S3 endpoint."
zh: ""
} }
label { label {
en: "S3 endpoint Host" en: "S3 endpoint Host"
zh: ""
} }
} }
port { port {
desc { desc {
en: "The port of the S3 endpoint." en: "The port of the S3 endpoint."
zh: ""
} }
label { label {
en: "S3 endpoint port" en: "S3 endpoint port"
zh: ""
} }
} }
url_expire_time { url_expire_time {
desc { desc {
en: "The time in seconds for which the signed URLs to the S3 objects are valid." en: "The time in seconds for which the signed URLs to the S3 objects are valid."
zh: ""
} }
label { label {
en: "Signed URL expiration time" en: "Signed URL expiration time"
zh: ""
} }
} }
min_part_size { min_part_size {
desc { desc {
en: """The minimum part size for multipart uploads.<br/> en: """The minimum part size for multipart uploads.<br/>
Uploaded data will be accumulated in memory until this size is reached.""" Uploaded data will be accumulated in memory until this size is reached."""
zh: ""
} }
label { label {
en: "Minimum multipart upload part size" en: "Minimum multipart upload part size"
zh: ""
} }
} }
max_part_size { max_part_size {
desc { desc {
en: """The maximum part size for multipart uploads.<br/> en: """The maximum part size for multipart uploads.<br/>
S3 uploader won't try to upload parts larger than this size.""" S3 uploader won't try to upload parts larger than this size."""
zh: ""
} }
label { label {
en: "Maximum multipart upload part size" en: "Maximum multipart upload part size"
zh: ""
} }
} }
acl { acl {
desc { desc {
en: "The ACL to use for the uploaded objects." en: "The ACL to use for the uploaded objects."
zh: ""
} }
label { label {
en: "ACL" en: "ACL"
zh: ""
} }
} }
transport_options { transport_options {
desc { desc {
en: "Options for the HTTP transport layer used by the S3 client." en: "Options for the HTTP transport layer used by the S3 client."
zh: ""
} }
label { label {
en: "Transport Options" en: "Transport Options"
zh: ""
} }
} }
} }