# Translation of Odoo Server. # This file contains the translation of the following modules: # * cloud_storage # # Translators: # Chloe Wang, 2024 # Wil Odoo, 2024 # Odoo哥 , 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:55+0000\n" "PO-Revision-Date: 2024-09-29 00:00+0000\n" "Last-Translator: Odoo哥 , 2024\n" "Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: cloud_storage #: model:ir.model,name:cloud_storage.model_ir_attachment msgid "Attachment" msgstr "附件" #. module: cloud_storage #: model:ir.model.fields.selection,name:cloud_storage.selection__ir_attachment__type__cloud_storage #: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form msgid "Cloud Storage" msgstr "云端储存空间" #. module: cloud_storage #: model:ir.model.fields,field_description:cloud_storage.field_res_config_settings__cloud_storage_provider msgid "Cloud Storage Provider for new attachments" msgstr "新附件的云存储提供商" #. module: cloud_storage #: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form msgid "Cloud Storage Settings" msgstr "云存储设置" #. module: cloud_storage #. odoo-python #: code:addons/cloud_storage/models/ir_attachment.py:0 msgid "Cloud Storage is not enabled" msgstr "云存储未启用" #. module: cloud_storage #. odoo-python #: code:addons/cloud_storage/controllers/attachment.py:0 msgid "Cloud storage configuration has been changed. Please refresh the page." msgstr "云存储配置已更改。请刷新页面。" #. module: cloud_storage #. odoo-javascript #: code:addons/cloud_storage/static/src/core/common/attachment_upload_service_patch.js:0 msgid "Cloud storage error" msgstr "云存储错误" #. module: cloud_storage #: model:ir.model,name:cloud_storage.model_res_config_settings msgid "Config Settings" msgstr "配置设定" #. module: cloud_storage #: model:ir.model,name:cloud_storage.model_ir_http msgid "HTTP Routing" msgstr "HTTP 路由" #. module: cloud_storage #: model:ir.model.fields,field_description:cloud_storage.field_res_config_settings__cloud_storage_min_file_size msgid "Minimum File Size (bytes)" msgstr "最小文件大小(字节)" #. module: cloud_storage #: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form msgid "Minimum size(bytes) for attachments to be stored in the cloud storage" msgstr "云存储中存储附件的最小大小(字节)" #. module: cloud_storage #. odoo-python #: code:addons/cloud_storage/models/res_config_settings.py:0 msgid "Please configure the Cloud Storage before enabling it" msgstr "启用云存储前请先配置云存储" #. module: cloud_storage #: model_terms:ir.ui.view,arch_db:cloud_storage.cloud_storage_config_settings_view_form msgid "Select the cloud storage provider to store new attachments." msgstr "选择云存储提供商来存储新附件。" #. module: cloud_storage #: model:ir.model.fields,field_description:cloud_storage.field_ir_attachment__type msgid "Type" msgstr "类型" #. module: cloud_storage #. odoo-javascript #: code:addons/cloud_storage/static/src/core/common/attachment_upload_service_patch.js:0 msgid "You are not allowed to upload file to the cloud storage" msgstr "不允许将文件上传到云存储空间" #. module: cloud_storage #: model:ir.model.fields,help:cloud_storage.field_ir_attachment__type msgid "" "You can either upload a file from your computer or copy/paste an internet " "link to your file." msgstr "您可以从您的电脑上传一个文件或者复制/粘贴一个 Internet 链接到您的文件." #. module: cloud_storage #: model:ir.model.fields,help:cloud_storage.field_res_config_settings__cloud_storage_min_file_size msgid "" "webclient can upload files larger than the minimum file size\n" " (in bytes) as url attachments to the server and then upload the file to\n" " the cloud storage." msgstr "" "网络客户端(webclient)可将超过档案大小限制(以字节为单位)的档案,\n" " 上传至服务器作为网址类型的附件,然后将档案上传至\n" " 云端储存空间。"