# Translation of Odoo Server. # This file contains the translation of the following modules: # * cloud_storage_azure # # Translators: # Wil Odoo, 2024 # Tony Ng, 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: Tony Ng, 2024\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: cloud_storage_azure #: model:ir.model,name:cloud_storage_azure.model_ir_attachment msgid "Attachment" msgstr "附件" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_account_name msgid "Azure Account Name" msgstr "Azure 帳戶名稱" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_client_id msgid "Azure Client ID" msgstr "Azure 客戶端識別碼" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_client_secret msgid "Azure Client Secret" msgstr "Azure 客戶端秘密" #. module: cloud_storage_azure #: model:ir.model.fields.selection,name:cloud_storage_azure.selection__res_config_settings__cloud_storage_provider__azure msgid "Azure Cloud Storage" msgstr "Azure 雲端儲存空間" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_container_name msgid "Azure Container Name" msgstr "Azure 容器名稱" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_tenant_id msgid "Azure Tenant ID" msgstr "Azure 租戶識別碼" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_provider msgid "Cloud Storage Provider for new attachments" msgstr "新附件的雲端儲存空間提供者" #. module: cloud_storage_azure #: model:ir.model,name:cloud_storage_azure.model_res_config_settings msgid "Config Settings" msgstr "配置設定" #. module: cloud_storage_azure #: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_invalidate_user_delegation_key msgid "Invalidate Cached Azure User Delegation Key" msgstr "把已作快取處理的 Azure 使用者委託金鑰設為無效" #. module: cloud_storage_azure #. odoo-python #: code:addons/cloud_storage_azure/models/res_config_settings.py:0 msgid "" "Some Azure attachments are in use, please migrate their cloud storages " "before disable this module" msgstr "部份 Azure 附件正在使用中,停用此模組之前,請遷移它們的雲端儲存位置" #. module: cloud_storage_azure #. odoo-python #: code:addons/cloud_storage_azure/models/res_config_settings.py:0 msgid "" "The connection string is not allowed to download blobs from the container.\n" "%s" msgstr "" "該連線字串不允許從容器下載 blob 儲存體。\n" "%s" #. module: cloud_storage_azure #. odoo-python #: code:addons/cloud_storage_azure/models/res_config_settings.py:0 msgid "" "The connection string is not allowed to upload blobs to the container.\n" "%s" msgstr "" "該連線字串不允許上載 blob 儲存體至容器。\n" "%s"