storage-s3/i18n/zh_CN.yaml (65 lines of code) (raw):

# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. plugin: s3_storage: backend: info: name: other: S3 存储 description: other: 上传文件到S3存储 config: endpoint: title: other: Endpoint description: other: S3存储的Endpoint bucket_name: title: other: Bucket名称 description: other: S3存储的Bucket名称 object_key_prefix: title: other: 对象Key前缀 description: other: 对象键的前缀,如'answer/data/',以'/'结尾 access_key_id: title: other: AccessKeyID description: other: S3存储的AccessKeyID access_key_secret: title: other: AccessKeySecret description: other: S3存储的AccessKeySecret access_token: title: other: AccessToken description: other: 访问 S3 所需的 AccessToken visit_url_prefix: title: other: 访问URL前缀 description: other: 上传文件最终访问地址的前缀,以 '/' 结尾 https://example.com/xxx/ region: title: other: 区域(Region) description: other: S3存储区域 disable_ssl: title: other: 禁用SSL description: other: 我们建议您使用SSL访问S3存储。如果您想禁用SSL,请选中此选项。 err: mis_storage_config: other: 错误的存储配置导致上传失败 file_not_found: other: 文件未找到 unsupported_file_type: other: 不支持的文件类型 over_file_size_limit: other: 超过文件大小限制 upload_file_failed: other: 上传文件失败