Newer
Older
# Translation of Odoo Server.
# This file contains the translation of the following modules:
"Project-Id-Version: Odoo Server 14.0\n"
"POT-Creation-Date: 2023-03-30 16:32+0000\n"
"PO-Revision-Date: 2023-03-30 19:32+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"X-Generator: Poedit 3.2.2\n"
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_subscription_request__vat
msgid ""
"\n"
" The Tax Identification Number. Complete it if the contact is "
"subjected to\n"
" government taxes. Used in some legal statements.\"\n"
" "
msgstr ""
"\n"
" El NIF/CIF. Completa este campo si el contacto está subjecto a\n"
" las tasas estatales. Se usa en algunos informes legales.\"\n"
" "
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_contact_confirm_id
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for contact.</p>\n"
"\n"
" <p>We have received your email and we have we have forwarded it to the "
"Community so that they can contact you as soon as possible.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Contact name: ${object.name}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p> - Message: ${object.description}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hola,</p>\n"
"\n"
" <p>Gracias por contactar.</p>\n"
"\n"
" <p>Hemos recibido su correo electrónico y lo hemos remitido a la "
"Comunidad para que se pongan en contacto con usted lo antes posible.</p>\n"
" <p>Aquí tiene una copia de los datos que hemos recibido:</p>\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Correo Electrónico: ${object.email_from}</p>\n"
" <p> - Teléfono: ${object.phone}</p>\n"
" <p> - Mensaje: ${object.description}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interés en:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>Seguimos en contacto para cualquier consulta.</p>\n"
" <p>Equipo de Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Recursos y "
"Preguntas Frecuentes</a></p>\n"
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_ce_creation_receipt_confirm_id
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
" <p>Thank you for filling out the form and requesting the membership of "
"your Energy Community on the Somcomunitats.coop platform.</p>\n"
" <p>In the coming weeks we will study the application and contact you to "
"indicate the steps and the information necessary to complete the "
"registration process for the Community and the people who are part of it.</"
"p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
" <p> - Community name: ${object.name}</p>\n"
" <p> - Description: ${object.description}</p>\n"
" <p> - Address: ${object.street}</p>\n"
" <p> - Zip code: ${object.zip}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.form_submission_metadata_ids:\n"
" % for meta in object.form_submission_metadata_ids:\n"
" % if meta.value:\n"
" % if meta.key == 'partner_qty_members':\n"
" <p> - Members: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_legal_state':\n"
" <p> - Activity state: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_foundation_date':\n"
" <p> - Foundation date: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_vat':\n"
" <p> - Activity state: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_comments':\n"
" <p> - Comments: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_firstname':\n"
" <p> - Contact firstname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_lastname':\n"
" <p> - Contact lastname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_firstname':\n"
" <p> - Contact 2 firstname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_lastname':\n"
" <p> - Contact 2 lastname: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_email':\n"
" <p> - Contact 2 email: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_mobile':\n"
" <p> - Contact 2 phone: ${meta.value}</p>\n"
" % endif\n"
" % endif\n"
" % endfor\n"
" % endif\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
" <p>Gracias por rellenar el formulario y solicitar el alta de tu "
"Comunidad Energética en la plataforma Somcomunitats.coop.</p>\n"
" <p>En las próximas semanas estudiaremos la solicitud y nos pondremos en "
"contacto contigo para indicarte los pasos y la información necesaria para "
"completar el proceso de alta de la Comunidad y de las personas que forman "
"parte de ella.</p>\n"
" <p>Aquí tienes una copia de los datos recibidos:</p>\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Nombre comunidad: ${object.name}</p>\n"
" <p> - Descripción: ${object.description}</p>\n"
" <p> - Dirección: ${object.street}</p>\n"
" <p> - Código postal: ${object.zip}</p>\n"
" <p> - Ciudad: ${object.city}</p>\n"
" <p> - Correo electrónico: ${object.email_from}</p>\n"
" <p> - Teléfono: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.form_submission_metadata_ids:\n"
" % for meta in object.form_submission_metadata_ids:\n"
" % if meta.value:\n"
" % if meta.key == 'partner_qty_members':\n"
" <p> - Miembros: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_legal_state':\n"
" <p> - Estado: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_foundation_date':\n"
" <p> - Fecha creación: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_vat':\n"
" <p> - CIF/NIF: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_comments':\n"
" <p> - Comentarios: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_firstname':\n"
" <p> - Nombre contacto: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'partner_lastname':\n"
" <p> - Apellidos contacto: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_firstname':\n"
" <p> - Nombre contacto 2: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_lastname':\n"
" <p> - Apellidos contacto 2: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_email':\n"
" <p> - Correo electrónico contacto 2: ${meta.value}</p>\n"
" % endif\n"
" % if meta.key == 'contact2_mobile':\n"
" <p> - Teléfono contacto 2: ${meta.value}</p>\n"
" % endif\n"
" % endif\n"
" % endfor\n"
" % endif\n"
" % if object.tag_ids:\n"
" <p> - Interés en:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>Seguimos en contacto para cualquier consulta.</p>\n"
" <p>Atentamente,</p>\n"
" <p>Equipo de Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Recursos y "
"preguntas frecuentes</a></p>\n"
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_advise_future_ce_confirm_id
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>In case an Energy Community is activated in your neighborhood or "
"municipality, they can consult the existing requests and contact you. "
"Without any commitment on your part beyond having shown interest in "
"promoting a movement of social transformation and an energy model.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Contact name: ${object.name}</p>\n"
" <p> - Address: ${object.street}</p>\n"
" <p> - Zip code: ${object.zip}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Phone: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interested in:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hola,</p>\n"
"\n"
" <p>Gracias por rellenar el formulario.</p>\n"
"\n"
" <p>En caso de que alguna Comunidad se active en tu barrio o municipio "
"vecino, ésta podrá consultar esta solicitud y contactar contigo. Sin ningún "
"compromiso por tu parte más allá de haber mostrado interés en impulsar un "
"movimiento de transformación social y de modelo energético.</p>\n"
"\n"
" <p>Aquí tienes una copia de los datos recibidos:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Nombre: ${object.name}</p>\n"
" <p> - Dirección: ${object.street}</p>\n"
" <p> - Código postal: ${object.zip}</p>\n"
" <p> - Ciudad: ${object.city}</p>\n"
" <p> - Correo electrónico: ${object.email_from}</p>\n"
" <p> - Teléfono: ${object.phone}</p>\n"
" <p></p>\n"
" % if object.tag_ids:\n"
" <p> - Interés en:</p>\n"
" % for tag in object.tag_ids:\n"
" <p> ${tag.name}</p>\n"
" % endfor\n"
" % endif\n"
" </div>\n"
" <br />\n"
" <p>Seguimos en contacto para cualquier consulta.</p>\n"
" <p>Atentamente,</p>\n"
" <p>Equipo de Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Recursos y "
"preguntas frecuentes</a></p>\n"
"\n"
"</div>\n"
" "
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_ce_news_confirm_id
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>You have been subscribed correctly to the Community Newsletter.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Community name: ${object.company_id.name}</p>\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Language: ${object.company_id.default_lang_id.code or object."
"company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hola,</p>\n"
"\n"
" <p>Gracias por rellenar el formulario.</p>\n"
"\n"
" <p>Te has suscrito correctamente al boletín de la Comunidad.</p>\n"
"\n"
" <p>Aquí tienes una copia de los datos recibidos :</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Nombre Comunidad: ${object.company_id.name}</p>\n"
" <p> - Correo electrónico: ${object.email_from}</p>\n"
" <p> - Idioma: ${object.company_id.default_lang_id.code or object."
"company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Atentamente,</p>\n"
" <p>Equipo de Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Recursos y "
"preguntas frecuentes</a></p>\n"
"\n"
"</div>\n"
" "
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_templ_lead_request_platform_news_confirm_id
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hello,</p>\n"
"\n"
" <p>Thank you for filling out the form.</p>\n"
"\n"
" <p>You have been subscribed correctly to the Platform Newsletter.</p>\n"
"\n"
" <p>We'll let you know if there's any news about the project.</p>\n"
"\n"
" <p>Here is a copy of the data we received:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Email: ${object.email_from}</p>\n"
" <p> - Language: ${object.company_id.default_lang_id.code or object."
"company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"\n"
"</div>\n"
" "
msgstr ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hola,</p>\n"
"\n"
" <p>Gracias por rellenar el formulario.</p>\n"
"\n"
" <p>Te has suscrito correctamente al boletín.</p>\n"
"\n"
" <p>Te informaremos de cualquier novedad sobre el proyecto.</p>\n"
"\n"
" <p>Aquí tienes una copia de los datos recibidos:</p>\n"
"\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Correo electrónico: ${object.email_from}</p>\n"
" <p> - Idioma: ${object.company_id.default_lang_id.code or object."
"company_id.partner_id.lang}</p>\n"
" </div>\n"
" <br />\n"
" <p>Atentamente,</p>\n"
" <p>Equipo de Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Recursos y "
"preguntas frecuentes</a></p>\n"
"\n"
"</div>\n"
" "
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
#. module: energy_communities
#: model:mail.template,body_html:energy_communities.email_template_confirmation_company
msgid ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hello,</p>\n"
" <p>Thank you for filling out the form and request to join the Community."
"</p>\n"
" <p>In the coming weeks we will contact you to indicate the next steps</"
"p>\n"
" <p>Here is a copy of the data we received:</p>\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Request to join: ${object.company_id.name}</p>\n"
" <p> - Company Name: ${object.company_name}</p>\n"
" <p> - Company Email: ${object.company_email}</p>\n"
" <p> - VAT: ${object.vat}</p>\n"
" <p> - Address: ${object.address}</p>\n"
" <p> - Zip code: ${object.zip_code}</p>\n"
" <p> - City: ${object.city}</p>\n"
" <p> - Country: ${object.country_id.name}</p>\n"
" <p> - Firstname: ${object.firstname}</p>\n"
" <p> - Lastname: ${object.lastname}</p>\n"
" <p> - Function: ${object.contact_person_function}</p>\n"
" <p> - Email: ${object.email}</p>\n"
" <p> - Phone: ${(object.phone or '')}</p>\n"
" <p> - Gender: ${dict(object.fields_get(allfields=['gender'])"
"['gender']['selection'])[object.gender]}</p>\n"
" <p> - Birthdate: ${object.birthdate}</p>\n"
" <p> - Language: ${dict(object.fields_get(allfields=['lang'])['lang']"
"['selection'])[object.lang]}</p>\n"
" <p> - Initial share amount: ${object.subscription_amount}</p>\n"
" </div>\n"
" <br />\n"
" <p>We keep in touch for any questions.</p>\n"
" <p>Yours faithfully,</p>\n"
" <p>Somcomunitats.coop team </p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"</div>\n"
" "
msgstr ""
"\n"
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
"\">\n"
"\n"
" <p>Hola,</p>\n"
" <p>Gracias por rellenar el formulario y solicitar la adhesión a la "
"Comunidad Energética.</p>\n"
" <p>En las próximas semanas nos pondremos en contacto contigo para "
"indicarte los siguientes pasos.</p>\n"
" <p>Aquí tienes una copia de los datos que hemos recibido:</p>\n"
" <div id=\"field_list_div\" style=\"font-family: 'Lucica Grande', "
"Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, "
"34); background-color: #FFF; \">\n"
" <p> - Comunidad: ${object.company_id.name}</p>\n"
" <p> - Nombre empresa: ${object.company_name}</p>\n"
" <p> - Correo empresa: ${object.company_email}</p>\n"
" <p> - NIF/CIF empresa: ${object.vat}</p>\n"
" <p> - Dirección empresa: ${object.address}</p>\n"
" <p> - Código postal empresa: ${object.zip_code}</p>\n"
" <p> - Ciudad empresa: ${object.city}</p>\n"
" <p> - País empresa: ${object.country_id.name}</p>\n"
" <p> - Nombre persona representante: ${object.firstname}</p>\n"
" <p> - Apellidos persona representante: ${object.lastname}</p>\n"
" <p> - Cargo representante: ${object.contact_person_function}</p>\n"
" <p> - Correo representante: ${object.email}</p>\n"
" <p> - Teléfono representante: ${(object.phone or '')}</p>\n"
" <p> - Género representante: ${dict(object."
"fields_get(allfields=['gender'])['gender']['selection'])[object.gender]}</"
"p>\n"
" <p> - Fecha nacimiento representante: ${object.birthdate}</p>\n"
" <p> - Idioma comunicaciones: ${dict(object."
"fields_get(allfields=['lang'])['lang']['selection'])[object.lang]}</p>\n"
" <p> - Importe aportación inicial: ${object.subscription_amount}</"
"p>\n"
" </div>\n"
" <br />\n"
" <p>Seguimos en contacto para cualquier duda.</p>\n"
" <p>Atentamente,</p>\n"
" <p>Equipo Somcomunitats.coop</p>\n"
" <p><a href=\"https://web-test.somcomunitats.coop/recursos/\">Resources "
"and FAQs</a></p>\n"
"</div>\n"
" "
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_auth_oauth_provider__superuser_pwd
msgid "\"Superuser\" user password"
msgstr "Contraseña del super-usuario"
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_auth_oauth_provider__superuser
msgid "A super power user that is able to CRUD users on KC."
msgstr "Un super-usuario con permisos para CRUD en KC."
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_account_chart_template
msgid "Account Chart Template"
msgstr "Plantilla de gráfico de cuentas"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__is_admin_provider
msgid "Admin provider"
msgstr "Proveedor AUTH tareas administrativas"
#. module: energy_communities
#: model:res.groups,name:energy_communities.group_admin
msgid "Administrator"
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_aggregate_demand
msgid "Agregació i flexibilitat de la demanda"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__allow_new_members
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#, python-format
msgid "An instance company already exists"
msgstr "Ya existe una compañía con el rol de Instancia"
#. module: energy_communities
#: code:addons/energy_communities/services/ce_community_service.py:0
#: code:addons/energy_communities/services/ce_member_profile_service.py:0
#: code:addons/energy_communities/services/ce_member_service.py:0
#, python-format
msgid "Authorization token not found"
msgstr "Token de autorización no encontrado"
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.becomecompanycooperator
msgid "Become Company Cooperator of"
msgstr "Conviértete en empresa miembro de"
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.becomecooperator_ccee
#. module: energy_communities
#: model:ir.actions.server,name:energy_communities.action_build_community_company_from_lead
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_crm_lead__ce_tag_ids
msgid "CE Classify and analyze categories"
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_ce_contact_action
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_ce_info_action
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__ce_tag_ids
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_creation_ce_proposal
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_new_ce_request_action
msgstr "Solicitudes creación CE"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__crm_lead_id
msgid "CRM Lead"
msgstr "Iniciativa CRM"
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_crm_tag
msgid "CRM Tag"
msgstr "Etiqueta CRM"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__chart_template_id
msgid "Chart Template"
msgstr "Plantilla plan contable"
#. module: energy_communities
#: model_terms:ir.actions.act_window,help:energy_communities.ce_utm_sources_action
#. module: energy_communities
#: model_terms:ir.actions.act_window,help:energy_communities.ce_crm_lead_tags_action
msgstr "Haz clic para definir una nueva etiqueta."
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__code
msgid "Code"
msgstr "Código"
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__res_company__hierarchy_level__community
#, python-format
msgid "Community"
msgstr "Comunidad"
#. module: energy_communities
#: model:ir.model.fields,help:energy_communities.field_crm_lead__community_company_id
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_res_company
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_collective_purchases
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_config_menu
msgstr "Configuración"
#. module: energy_communities
#: code:addons/energy_communities/models/res_users.py:0
#, python-format
msgid ""
"Conflict on user values. Please verify that all values supposed to be "
"unique are really unique. %(detail)s"
msgstr ""
"Conflicto con los datos de usuario. Por favor verifica que los datos que se "
"supone que son únicos para cada usuario, realmente lo son. %(detail)s"
#. module: energy_communities
#: model:ir.model,name:energy_communities.model_res_partner
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_existing_ce_contact
msgstr "Contactar una CE existente"
#. module: energy_communities
#: model:product.template,name:energy_communities.share_capital_product_template
msgid "Contribution to Share Capital"
msgstr "Aportación al Capital Social"
#. module: energy_communities
#: code:addons/energy_communities/models/operation_request.py:0
#, python-format
msgid "Converting just part of the shares is not yet implemented"
msgstr "Convertir solamente parte de las aportaciones no está aún contemplado"
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Cooperator"
msgstr "Socia"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__property_cooperator_account
msgid "Cooperator Account"
msgstr "Cuenta socias"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__cooperator_journal
#. module: energy_communities
#: code:addons/energy_communities/models/res_company.py:0
#: model:ir.model.fields.selection,name:energy_communities.selection__res_company__hierarchy_level__coordinator
#, python-format
msgid "Coordinator"
msgstr "Coordinadora"
#. module: energy_communities
#: model:ir.actions.server,name:energy_communities.action_create_map_place_from_lead
msgid "Create Map Place"
msgstr "Crear punto de mapa"
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Create from CRM Lead"
msgstr "Crear desde CRM Lead"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__create_user
msgid "Create user for cooperator"
msgstr "Crear usuario de Odoo desde la socia"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__create_user_in_keycloak
msgid "Create user for keycloak"
msgstr "Crear usuario de KeyCloak/SSO desde la socia"
#. module: energy_communities
#: model_terms:ir.ui.view,arch_db:energy_communities.view_users_form_form_inherit
msgid "DNI"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_chart_template__display_name
#: model:ir.model.fields,field_description:energy_communities.field_account_move__display_name
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__display_name
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__display_name
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__display_name
#: model:ir.model.fields,field_description:energy_communities.field_crm_tag__display_name
#: model:ir.model.fields,field_description:energy_communities.field_operation_request__display_name
#: model:ir.model.fields,field_description:energy_communities.field_product_template__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_company__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_users__display_name
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__display_name
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__display_name
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_ce_contact_menu
msgid "EC Contact"
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_new_ce_request_menu
msgid "EC Creation"
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_ce_info_menu
msgid "EC Information"
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_energy_efficiency
msgid "Eficiencia energètica"
#. module: energy_communities
#: code:addons/energy_communities/controllers/website_subscription_main.py:0
#, python-format
msgid "Email and confirmation email addresses don't match."
msgstr "El correo y el correo de confirmación no coinciden."
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_thermal_energy
msgid "Energia tèrmica i climatització"
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_lead_tags_action
#. module: energy_communities
#: model:ir.module.category,name:energy_communities.energy_communities_category
#: model:ir.ui.menu,name:energy_communities.ce_root_menu
#: model_terms:ir.ui.view,arch_db:energy_communities.view_company_form_ce_inherited
#: model_terms:ir.ui.view,arch_db:energy_communities.wizard_multicompany_easy_creation_form_inherit
msgid "Energy Communities"
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_ce_admin_res_groups
#: model:res.users.role,name:energy_communities.role_ce_admin
msgid "Energy Community Administrator"
#. module: energy_communities
#: model:res.groups,name:energy_communities.role_ce_member_res_groups
#: model:res.users.role,name:energy_communities.role_ce_member
msgid "Energy Community Member"
msgstr "Miembro Comunidad Energética"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__ce_tag_ids
msgid "Energy Community Services"
msgstr "Servicios Comunidad Energética"
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_config_energy_actions_menu
msgid "Energy actions in progress"
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_citizen_education
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__foundation_date
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__gender
#: model:ir.model.fields,field_description:energy_communities.field_res_users__gender
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__gender
#. module: energy_communities
#: model:crm.tag,name:energy_communities.ce_tag_common_generation
msgid "Generació renovable comunitaria"
#. module: energy_communities
#: model:ir.ui.menu,name:energy_communities.ce_menu_general_settings
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_general_info_action
#: model:ir.ui.menu,name:energy_communities.ce_crm_leads_general_info_menu
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_res_company__hierarchy_level
msgid "Hierarchy level"
msgstr "Nivel jerárquico"
#. module: energy_communities
#: model:ir.model.fields.selection,name:energy_communities.selection__res_partner__gender__not_share
#: model:ir.model.fields.selection,name:energy_communities.selection__subscription_request__gender__not_share
msgid "I prefer to not share it"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_account_chart_template__id
#: model:ir.model.fields,field_description:energy_communities.field_account_move__id
#: model:ir.model.fields,field_description:energy_communities.field_account_multicompany_easy_creation_wiz__id
#: model:ir.model.fields,field_description:energy_communities.field_auth_oauth_provider__id
#: model:ir.model.fields,field_description:energy_communities.field_crm_lead__id
#: model:ir.model.fields,field_description:energy_communities.field_crm_tag__id
#: model:ir.model.fields,field_description:energy_communities.field_operation_request__id
#: model:ir.model.fields,field_description:energy_communities.field_product_template__id
#: model:ir.model.fields,field_description:energy_communities.field_res_company__id
#: model:ir.model.fields,field_description:energy_communities.field_res_partner__id
#: model:ir.model.fields,field_description:energy_communities.field_res_users__id
#: model:ir.model.fields,field_description:energy_communities.field_res_users_role__id
#: model:ir.model.fields,field_description:energy_communities.field_subscription_request__id
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__id
msgid "ID"
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_mailing_mailing__source_ext_id
#: model:ir.model.fields,field_description:energy_communities.field_utm_source__source_ext_id
msgid "ID Ext Source"
msgstr ""
#. module: energy_communities
#: model:ir.model.fields,field_description:energy_communities.field_crm_tag__tag_ext_id
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_general_info
msgid "Information Newsletter (general)"
msgstr "Recibir boletín información general plataforma"
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_existing_ce_info
#. module: energy_communities
#: model:utm.source,name:energy_communities.ce_source_future_location_ce_info
msgid "Information about future CE by location"
msgstr "Recibir información sobre futuras CCEE en mi zona"
#. module: energy_communities
#: model:ir.actions.act_window,name:energy_communities.ce_crm_leads_future_zone_info_action
msgid "Information future CE's by location"
#. module: energy_communities