mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 01:48:41 -06:00
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-attachment_zipped_download Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-attachment_zipped_download/
This commit is contained in:
parent
1998da9907
commit
1365bfb364
@ -30,39 +30,21 @@ msgstr ""
|
|||||||
msgid "Attachment"
|
msgid "Attachment"
|
||||||
msgstr "Adjunto"
|
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
|
#. module: attachment_zipped_download
|
||||||
#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download
|
#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Descargar"
|
msgstr "Descargar"
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment__id
|
#. odoo-python
|
||||||
#: 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
|
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No attachment!"
|
msgid "No attachment!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "None attachment selected. Only binary attachments allowed."
|
msgid "None attachment selected. Only binary attachments allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -70,8 +52,8 @@ msgstr ""
|
|||||||
"binarios."
|
"binarios."
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "There is no document found to download."
|
msgid "There is no document found to download."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -79,7 +61,15 @@ msgstr ""
|
|||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/controllers/main.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "attachments.zip"
|
msgid "attachments.zip"
|
||||||
msgstr "adjuntos.zip"
|
msgstr "adjuntos.zip"
|
||||||
|
|
||||||
|
#~ msgid "Display Name"
|
||||||
|
#~ msgstr "Nombre mostrado"
|
||||||
|
|
||||||
|
#~ msgid "ID"
|
||||||
|
#~ msgstr "ID"
|
||||||
|
|
||||||
|
#~ msgid "Last Modified on"
|
||||||
|
#~ msgstr "Última modificación el"
|
||||||
|
@ -17,6 +17,14 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.14.1\n"
|
"X-Generator: Weblate 4.14.1\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
|
#. module: attachment_zipped_download
|
||||||
#: model:ir.model,name:attachment_zipped_download.model_ir_attachment
|
#: model:ir.model,name:attachment_zipped_download.model_ir_attachment
|
||||||
msgid "Attachment"
|
msgid "Attachment"
|
||||||
@ -27,6 +35,13 @@ msgstr "Prilog"
|
|||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Preuzimanje"
|
msgstr "Preuzimanje"
|
||||||
|
|
||||||
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No attachment!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
||||||
@ -34,6 +49,13 @@ msgstr "Preuzimanje"
|
|||||||
msgid "None attachment selected. Only binary attachments allowed."
|
msgid "None attachment selected. Only binary attachments allowed."
|
||||||
msgstr "Nema odabranih priloga. Samo binarni prilozi su dozvoljeni."
|
msgstr "Nema odabranih priloga. Samo binarni prilozi su dozvoljeni."
|
||||||
|
|
||||||
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
|
#: 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
|
#. module: attachment_zipped_download
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
||||||
|
@ -29,53 +29,44 @@ msgstr ""
|
|||||||
msgid "Attachment"
|
msgid "Attachment"
|
||||||
msgstr "Allegato"
|
msgstr "Allegato"
|
||||||
|
|
||||||
#. 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 "Nome visualizzato"
|
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download
|
#: model:ir.actions.server,name:attachment_zipped_download.action_attachments_download
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Scarica"
|
msgstr "Scarica"
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
#: model:ir.model.fields,field_description:attachment_zipped_download.field_ir_attachment__id
|
#. odoo-python
|
||||||
#: 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 "Ultima modifica il"
|
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No attachment!"
|
msgid "No attachment!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "None attachment selected. Only binary attachments allowed."
|
msgid "None attachment selected. Only binary attachments allowed."
|
||||||
msgstr "Nessun allegato selezionato. Consentiti solo allegati binari."
|
msgstr "Nessun allegato selezionato. Consentiti solo allegati binari."
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
#: code:addons/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/models/ir_attachment_action_download.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "There is no document found to download."
|
msgid "There is no document found to download."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: attachment_zipped_download
|
#. module: attachment_zipped_download
|
||||||
|
#. odoo-python
|
||||||
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
#: code:addons/attachment_zipped_download/controllers/main.py:0
|
||||||
#: code:addons/src/knowledge/attachment_zipped_download/controllers/main.py:0
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "attachments.zip"
|
msgid "attachments.zip"
|
||||||
msgstr "attachments.zip"
|
msgstr "attachments.zip"
|
||||||
|
|
||||||
|
#~ msgid "Display Name"
|
||||||
|
#~ msgstr "Nome visualizzato"
|
||||||
|
|
||||||
|
#~ msgid "ID"
|
||||||
|
#~ msgstr "ID"
|
||||||
|
|
||||||
|
#~ msgid "Last Modified on"
|
||||||
|
#~ msgstr "Ultima modifica il"
|
||||||
|
Loading…
Reference in New Issue
Block a user