# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * cloud_storage_azure
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-15 09:13+0000\n"
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"cloud_storage_azure/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"

#. module: cloud_storage_azure
#. odoo-python
#: code:addons/cloud_storage_azure/models/ir_attachment.py:0
msgid "%s is not a valid Azure Blob Storage URL."
msgstr "%s non è un URL di archiviazione Azure Blob valido."

#. module: cloud_storage_azure
#: model:ir.model,name:cloud_storage_azure.model_ir_attachment
msgid "Attachment"
msgstr "Allegato"

#. 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 "Nome Account 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 "ID client 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 "Segreto client 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 "Archiviazione cloud 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 "Nome contenitore 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 "ID tenant di 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 "Fornitore archiviazione cloud per nuovi allegati"

#. module: cloud_storage_azure
#: model:ir.model,name:cloud_storage_azure.model_res_config_settings
msgid "Config Settings"
msgstr "Impostazioni di configurazione"

#. module: cloud_storage_azure
#: model:ir.model.fields,field_description:cloud_storage_azure.field_ir_attachment__display_name
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: cloud_storage_azure
#: model:ir.model.fields,field_description:cloud_storage_azure.field_ir_attachment__id
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__id
msgid "ID"
msgstr "ID"

#. 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 "Invalida chiave di delega utente Azure memorizzata nella cache"

#. 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 ""
"Alcuni allegati Azure sono in uso, migra le archiviazioni cloud prima di "
"disattivare il modulo"

#. 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 ""
"La stringa di connessione non può scaricare blob dal contenitore.\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 ""
"La stringa di connessione non può caricare blob nel contenitore.\n"
"%s"
