mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Translated using Weblate (Spanish)
Currently translated at 91.7% (291 of 317 strings) Translation: contract-15.0/contract-15.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-15-0/contract-15-0-contract/es/
This commit is contained in:
committed by
OCA Transbot
parent
9ca5bae36a
commit
b0984ca7ab
@@ -10,15 +10,15 @@ msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-12-31 14:54+0000\n"
|
||||
"PO-Revision-Date: 2020-12-31 15:55+0100\n"
|
||||
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n"
|
||||
"PO-Revision-Date: 2022-10-10 17:35+0000\n"
|
||||
"Last-Translator: pere-aquarian <pere@aquarian.tech>\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: contract
|
||||
#: model:mail.template,body_html:contract.email_contract_template
|
||||
@@ -98,6 +98,79 @@ msgid ""
|
||||
" </div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
|
||||
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
|
||||
" <p>Hello <t t-out=\"object.partner_id.name or '' \"/>,</p>\n"
|
||||
" <p>Se ha creado un nuevo contrato: </p>\n"
|
||||
"\n"
|
||||
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;"
|
||||
"\">\n"
|
||||
" &nbsp;&nbsp;<strong>REFERENCES</strong><br/>\n"
|
||||
" &nbsp;&nbsp;Contract: <strong t-out=\"object."
|
||||
"name\"/><br/>\n"
|
||||
" <t t-if=\"object.date_start\">\n"
|
||||
" &nbsp;&nbsp;Fecha de inicio del contrato: <t "
|
||||
"t-out=\"object.date_start or ''\"/><br/>\n"
|
||||
" </t>\n"
|
||||
"\n"
|
||||
" <t t-if=\"object.user_id\">\n"
|
||||
" <t t-if=\"object.user_id.email\">\n"
|
||||
" &nbsp;&nbsp;Su contacto: <a t-att-href=\""
|
||||
"'mailto:%s?subject=Contrato %s' % (object.user_id.email, object.name)\" "
|
||||
"t-out=\"object.user_id.name\"/>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" &nbsp;&nbsp;Su contacto: <t t-out="
|
||||
"\"object.user_id.name\"/>\n"
|
||||
" </t>\n"
|
||||
" </t>\n"
|
||||
" </p>\n"
|
||||
"\n"
|
||||
" <br/>\n"
|
||||
" <p>No dude en ponerse en contacto con nosotros para "
|
||||
"cualquier aclaración.</p>\n"
|
||||
" <p>Gracias por escoger <t t-out=\"object.company_id.name or "
|
||||
"'us'\"/>!</p>\n"
|
||||
" <br/>\n"
|
||||
" <br/>\n"
|
||||
" <div style=\"width: 375px; margin: 0px; padding: 0px; "
|
||||
"background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-"
|
||||
"radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
|
||||
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: "
|
||||
"12px; color: #DDD;\">\n"
|
||||
" <strong style=\"text-transform:uppercase;\" t-out="
|
||||
"\"object.company_id.name\"/></h3>\n"
|
||||
" </div>\n"
|
||||
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; "
|
||||
"line-height: 16px; background-color: #F2F2F2;\">\n"
|
||||
" <span style=\"color: #222; margin-bottom: 5px; display: "
|
||||
"block; \">\n"
|
||||
" <address t-field=\"object.company_id.sudo()."
|
||||
"partner_id\" t-options=\"{"widget": "contact", "
|
||||
""fields": ["name", "address"], "
|
||||
""no_marker": True}\"/>\n"
|
||||
" </span>\n"
|
||||
" <t t-if=\"object.company_id.phone\">\n"
|
||||
" <div style=\"margin-top: 0px; margin-right: 0px; "
|
||||
"margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; "
|
||||
"padding-bottom: 0px; padding-left: 0px; \">\n"
|
||||
" Phone: <t t-out=\"object.company_id.phone\"/>\n"
|
||||
" </div>\n"
|
||||
" </t>\n"
|
||||
" <t t-if=\"object.company_id.website\">\n"
|
||||
" <div>\n"
|
||||
" Web: <a t-att-href=\"object.company_id.website\" "
|
||||
"t-out=\"object.company_id.website\"/>\n"
|
||||
" </div>\n"
|
||||
" </t>\n"
|
||||
" </div>\n"
|
||||
" <br/>\n"
|
||||
" <a t-att-href=\"'%s/my/contracts/%s?access_token=%s' % "
|
||||
"(object.get_base_url(), object.id, object.access_token)\" target=\"_blank\" "
|
||||
"style=\"background-color:#875A7B;padding: 8px 16px 8px 16px; text-decoration:"
|
||||
" none; color: #fff; border-radius: 5px; font-size:13px;\">View contract</a>\n"
|
||||
" </div>\n"
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: model:mail.template,body_html:contract.mail_template_contract_modification
|
||||
@@ -107,6 +180,10 @@ msgid ""
|
||||
"you.</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"<p>Hola,</p>\n"
|
||||
" <p>Le notificamos que hay nuevoas modificaciones en el "
|
||||
"contrato.</p>\n"
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_manually_create_invoice_form_view
|
||||
@@ -119,6 +196,13 @@ msgid ""
|
||||
" contracts to invoice\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('contract_to_invoice_count', '>', 1)]}\">\n"
|
||||
" contrato a facturar\n"
|
||||
" </span>\n"
|
||||
" <span attrs=\"{'invisible': [("
|
||||
"'contract_to_invoice_count', '<=', 1)]}\">\n"
|
||||
" contratos a facturar\n"
|
||||
" </span>"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
||||
@@ -310,7 +394,7 @@ msgstr "Estado de actividad"
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_contract__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
msgstr "Icono de tipo de actividad"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
||||
@@ -438,7 +522,7 @@ msgstr "Cancelado"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__product_uom_category_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__product_uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
msgstr "Categoría"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__generation_type
|
||||
|
||||
Reference in New Issue
Block a user