Odoo18-Base/addons/cloud_storage_azure/i18n/nl.po

104 lines
3.6 KiB
Plaintext
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * cloud_storage_azure
#
# Translators:
# Wil Odoo, 2024
# Manon Rondou, 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: Manon Rondou, 2024\n"
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: cloud_storage_azure
#: model:ir.model,name:cloud_storage_azure.model_ir_attachment
msgid "Attachment"
msgstr "Bijlage"
#. 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 Rekeningnaam\n"
" "
#. 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 Client ID"
#. 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 Clientgeheim"
#. 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 "Cloudopslag 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 Containernaam"
#. 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 Tenant-id"
#. 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 "Cloudopslagprovider voor nieuwe bijlagen"
#. module: cloud_storage_azure
#: model:ir.model,name:cloud_storage_azure.model_res_config_settings
msgid "Config Settings"
msgstr "Configuratie instellingen"
#. 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-gebruiker delegatiesleutel in de cache ongeldig maken"
#. 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 ""
"Een aantal Azure-bijlagen zijn momenteel in gebruik. Migreer de bijbehorende"
" cloud-opslag alvorens je deze module uitschakelt."
#. 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 ""
"De verbindingsstring mag geen blobs downloaden van de container.\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 ""
"De verbindingsstring mag geen blobs uploaden naar de container.\n"
"%s"