Files
knowledge/attachment_zipped_download/i18n/es.po
Pierre Verkest 9cfafbb239 [IMP] attachment_zipped_download: provide ir.attachment.action_download mixin
This helps to download multiple attachments from any models.

[UPD] Update attachment_zipped_download.pot

[UPD] README.rst

attachment_zipped_download 14.0.2.0.0

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-14.0/knowledge-14.0-attachment_zipped_download
Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-attachment_zipped_download/
2024-04-02 13:55:17 +02:00

81 lines
2.7 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_zipped_download
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-15 14:04+0000\n"
"PO-Revision-Date: 2022-03-15 15:05+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.3\n"
#. module: attachment_zipped_download
#: model:ir.model,name:attachment_zipped_download.model_ir_attachment_action_download
msgid ""
"\n"
" Mixin to help download attachments linked to record(s).\n"
" "
msgstr ""
#. module: attachment_zipped_download
#: model:ir.model,name:attachment_zipped_download.model_ir_attachment
msgid "Attachment"
msgstr "Adjunto"
#. module: attachment_zipped_download
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment__display_name
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment_action_download__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: attachment_zipped_download
#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download
msgid "Download"
msgstr "Descargar"
#. module: attachment_zipped_download
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment__id
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment_action_download__id
msgid "ID"
msgstr "ID"
#. module: attachment_zipped_download
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment____last_update
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment_action_download____last_update
msgid "Last Modified on"
msgstr "Última modificación el"
#. module: attachment_zipped_download
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
#, python-format
msgid "No attachment!"
msgstr ""
#. module: attachment_zipped_download
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
#, python-format
msgid "None attachment selected. Only binary attachments allowed."
msgstr ""
"No se seleccionó ningún archivo adjunto. Solo se permiten archivos adjuntos "
"binarios."
#. module: attachment_zipped_download
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
#, python-format
msgid "There is no document found to download."
msgstr ""
#. module: attachment_zipped_download
#: code:addons/attachment_zipped_download/controllers/main.py:0
#, python-format
msgid "attachments.zip"
msgstr "adjuntos.zip"