Odoo18-Base/addons/cloud_storage_google/i18n/zh_CN.po
2025-01-06 10:57:38 +07:00

96 lines
3.2 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * cloud_storage_google
#
# Translators:
# Chloe Wang, 2024
# Wil Odoo, 2024
# Odoo哥 <vnsoft.he@gmail.com>, 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哥 <vnsoft.he@gmail.com>, 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_google
#: model:ir.model,name:cloud_storage_google.model_ir_attachment
msgid "Attachment"
msgstr "附件"
#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_provider
msgid "Cloud Storage Provider for new attachments"
msgstr "新附件的云存储提供商"
#. module: cloud_storage_google
#: model:ir.model,name:cloud_storage_google.model_res_config_settings
msgid "Config Settings"
msgstr "配置设定"
#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_bucket_name
msgid "Google Bucket Name"
msgstr "谷歌 存储桶名称"
#. module: cloud_storage_google
#: model:ir.model.fields.selection,name:cloud_storage_google.selection__res_config_settings__cloud_storage_provider__google
msgid "Google Cloud Storage"
msgstr "谷歌 云端存储空间"
#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_account_info
msgid "Google Service Account Info"
msgstr "谷歌 服务账户信息"
#. module: cloud_storage_google
#: model:ir.model.fields,field_description:cloud_storage_google.field_res_config_settings__cloud_storage_google_service_account_key
msgid "Google Service Account Key"
msgstr "谷歌 服务帐户密钥"
#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"Some Google attachments are in use, please migrate cloud storages before "
"disable the provider"
msgstr "部分 谷歌 附件正在使用中,请在禁用该提供商之前,迁移云存储位置"
#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to download blobs from the bucket.\n"
"%s"
msgstr ""
"该帐户信息不允许从存储桶下载 blob。\n"
"%s"
#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to set the bucket's CORS.\n"
"%s"
msgstr ""
"账户信息不允许设置存储桶的 CORS。\n"
"%s"
#. module: cloud_storage_google
#. odoo-python
#: code:addons/cloud_storage_google/models/res_config_settings.py:0
msgid ""
"The account info is not allowed to upload blobs to the bucket.\n"
"%s"
msgstr ""
"该帐户信息不允许将 blob 上传到存储桶。\n"
"%s"