forked from Mapan/odoo17e
3961 lines
166 KiB
Plaintext
3961 lines
166 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * appointment
|
||
#
|
||
# Translators:
|
||
# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023
|
||
# Wil Odoo, 2024
|
||
# Maitê Dietze, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-08-13 10:41+0000\n"
|
||
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
||
"Last-Translator: Maitê Dietze, 2024\n"
|
||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: pt_BR\n"
|
||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid " (copy)"
|
||
msgstr " (cópia)"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_booking_line.py:0
|
||
#, python-format
|
||
msgid "\"%(resource_name_list)s\" cannot be used for \"%(appointment_type_name)s\""
|
||
msgstr ""
|
||
"\"%(resource_name_list)s\" não pode ser usado para "
|
||
"\"%(appointment_type_name)s\""
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_count
|
||
msgid "# Appointments"
|
||
msgstr "Nº de compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_count_report
|
||
msgid "# Appointments in the last 30 days"
|
||
msgstr "Nº de compromissos nos últimos 30 dias"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__calendar_event_count
|
||
msgid "# Bookings"
|
||
msgstr "Nº de agendamentos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_invite_count
|
||
msgid "# Invitation Links"
|
||
msgstr "Nº de links de convite"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__suggested_resource_count
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_count
|
||
msgid "# Resources"
|
||
msgstr "Nº de recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__suggested_staff_user_count
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__staff_user_count
|
||
msgid "# Staff Users"
|
||
msgstr "Nº de usuários da equipe"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_calendar
|
||
msgid "#{day['today_cls'] and 'Today' or ''}"
|
||
msgstr "#{day['today_cls'] and 'Hoje' or ''}"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "%(appointment_name)s with %(partner_name)s"
|
||
msgstr "%(appointment_name)s com %(partner_name)s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "%(attendee_name)s - %(appointment_name)s Booking"
|
||
msgstr "%(attendee_name)s – Reserva de %(appointment_name)s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_resource.py:0
|
||
#, python-format
|
||
msgid "%(original_name)s (copy)"
|
||
msgstr "%(original_name)s (cópia)"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "%s - Let's meet"
|
||
msgstr "%s - Vamos nos reunir"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "(Total:"
|
||
msgstr "(Total:"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/calendar.py:0
|
||
#, python-format
|
||
msgid ", All Day"
|
||
msgstr ", o dia todo"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_svg.xml:0
|
||
#, python-format
|
||
msgid ""
|
||
".stgrey0{fill:#E3E3E3}\n"
|
||
" .stgrey1{fill:#F2F2F2}"
|
||
msgstr ""
|
||
".stgrey0{fill:#E3E3E3}\n"
|
||
" .stgrey1{fill:#F2F2F2}"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid ""
|
||
"<br/>\n"
|
||
" <span>Duration</span>"
|
||
msgstr ""
|
||
"<br/>\n"
|
||
" <span>Duração</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid ""
|
||
"<br/>\n"
|
||
" <span>(Last 30 Days)</span>"
|
||
msgstr ""
|
||
"<br/>\n"
|
||
" <span>(Últimos 30 dias)</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid ""
|
||
"<br/>\n"
|
||
" <span>Scheduled</span>"
|
||
msgstr ""
|
||
"<br/>\n"
|
||
" <span>Agendado</span>"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,body_html:appointment.attendee_invitation_mail_template
|
||
msgid ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"customer\" t-value=\" object.event_id.find_partner_customer()\"></t>\n"
|
||
" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"></t>\n"
|
||
" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
"\n"
|
||
" <p>\n"
|
||
" Hello <t t-out=\"object.common_name or ''\">Wood Corner</t>,<br><br>\n"
|
||
"\n"
|
||
" <t t-if=\"target_customer\">\n"
|
||
" Your appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> <t t-if=\"object.event_id.appointment_type_id.category != 'custom' and object.event_id.appointment_type_id.schedule_based_on == 'users'\"> with <t t-out=\"object.event_id.user_id.name or ''\">Ready Mat</t></t> has been booked.\n"
|
||
" <t t-if=\"object.state != 'accepted' and object.event_id.appointment_type_id.schedule_based_on == 'resources' and object.event_id.appointment_type_id.resource_manual_confirmation\">\n"
|
||
" You will receive a mail of confirmation with more details when your appointment will be confirmed.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-elif=\"target_responsible\">\n"
|
||
" <t t-if=\"customer\">\n"
|
||
" <t t-out=\"customer.name or ''\"></t> scheduled the following appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> with you.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Your appointment <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</strong> has been booked.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
" <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n"
|
||
" <t t-if=\"object.state != 'accepted'\">\n"
|
||
" <a t-attf-href=\"/calendar/meeting/accept?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Accept</a>\n"
|
||
" <a t-attf-href=\"/calendar/meeting/decline?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Decline</a>\n"
|
||
" </t>\n"
|
||
" <a t-attf-href=\"/calendar/meeting/view?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\"><t t-out=\"'Reschedule' if target_customer else 'View'\">View</t></a>\n"
|
||
" </div>\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''\">Tuesday</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''\">4</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''\">May 2021</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold ; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.event_id.allday\">\n"
|
||
" <div>\n"
|
||
" <t t-out=\"format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''\">11:00 AM</t>\n"
|
||
" </div>\n"
|
||
" <t t-if=\"object.mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal\">\n"
|
||
" (<t t-out=\"object.mail_tz or ''\">Europe/Brussels</t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <p><strong>Details of the event</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li>Appointment Type: <t t-out=\"object.event_id.appointment_type_id.name or ''\">Schedule a Demo</t></li>\n"
|
||
" <t t-if=\"object.event_id.location\">\n"
|
||
" <li>Location: <t t-out=\"object.event_id.location or ''\">Bruxelles</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{object.event_id.location}}\">View Map</a>)\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"recurrent\">\n"
|
||
" <li>When: <t t-out=\"object.recurrence_id.name or ''\">Every 1 Weeks, for 3 events</t></li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"not object.event_id.allday and object.event_id.duration\">\n"
|
||
" <li>Duration: <t t-out=\"('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''\">0H30</t></li>\n"
|
||
" </t>\n"
|
||
" <li>Attendees\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.event_id.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name != object.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\">Mitchell Admin</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">You</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.event_id.appointment_type_id.resource_manage_capacity\">\n"
|
||
" For: <t t-out=\"object.event_id.resource_total_capacity_reserved\"></t> people\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.event_id.appointment_type_id.assign_method != 'time_auto_assign'\">\n"
|
||
" Resources\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.event_id.appointment_resource_ids\" t-as=\"resource\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"resource.name or ''\">Table 1</span>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" </li>\n"
|
||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||
" <li>\n"
|
||
" How to Join:\n"
|
||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||
" <t t-else=\"\"> Join at</t><br>\n"
|
||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"not is_html_empty(object.event_id.description)\">\n"
|
||
" <li>Description of the event:\n"
|
||
" <t t-out=\"object.event_id.description\">Internal meeting for discussion for new pricing for product and services.</t></li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
" <br>\n"
|
||
" Thank you,\n"
|
||
" <t t-if=\"object.event_id.user_id.signature\">\n"
|
||
" <br>\n"
|
||
" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"customer\" t-value=\" object.event_id.find_partner_customer()\"></t>\n"
|
||
" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"></t>\n"
|
||
" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
"\n"
|
||
" <p>\n"
|
||
" Olá, <t t-out=\"object.common_name or ''\">Wood Corner</t>,<br><br>\n"
|
||
"\n"
|
||
" <t t-if=\"target_customer\">\n"
|
||
" Seu compromisso <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Agendar uma Demo</strong> <t t-if=\"object.event_id.appointment_type_id.category != 'custom' and object.event_id.appointment_type_id.schedule_based_on == 'users'\"> com <t t-out=\"object.event_id.user_id.name or ''\">Ready Mat</t></t> foi agendado.\n"
|
||
" <t t-if=\"object.state != 'accepted' and object.event_id.appointment_type_id.resource_manual_confirmation\">\n"
|
||
" Você receberá um e-mail de confirmação com mais detalhes quando o seu compromisso for confirmado.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-elif=\"target_responsible\">\n"
|
||
" <t t-if=\"customer\">\n"
|
||
" <t t-out=\"customer.name or ''\"></t> agendou o seguinte compromisso com você: <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Agendar uma Demo</strong>.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Seu compromisso <strong t-out=\"object.event_id.appointment_type_id.name or ''\">Agendar uma Demo</strong> foi agendado.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
" <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n"
|
||
" <t t-if=\"object.state != 'accepted'\">\n"
|
||
" <a t-attf-href=\"/calendar/meeting/accept?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Aceitar</a>\n"
|
||
" <a t-attf-href=\"/calendar/meeting/decline?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Recusar</a>\n"
|
||
" </t>\n"
|
||
" <a t-attf-href=\"/calendar/meeting/view?token={{object.access_token}}&id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\"><t t-out=\"'Reschedule' if target_customer else 'View'\">Ver</t></a>\n"
|
||
" </div>\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''\">Terça-feira</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''\">4</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''\">de maio de 2021</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold ; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.event_id.allday\">\n"
|
||
" <div>\n"
|
||
" <t t-out=\"format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''\">11h00</t>\n"
|
||
" </div>\n"
|
||
" <t t-if=\"object.mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal\">\n"
|
||
" (<t t-out=\"object.mail_tz or ''\">Europa/Bruxelas</t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <p><strong>Detalhes do evento</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li>Tipo de compromisso: <t t-out=\"object.event_id.appointment_type_id.name or ''\">Agendar uma Demo</t></li>\n"
|
||
" <t t-if=\"object.event_id.location\">\n"
|
||
" <li>Local: <t t-out=\"object.event_id.location or ''\">Bruxelas</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{object.event_id.location}}\">Ver mapa</a>)\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"recurrent\">\n"
|
||
" <li>Quando: <t t-out=\"object.recurrence_id.name or ''\">a cada 1 semana, por 3 eventos</t></li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"not object.event_id.allday and object.event_id.duration\">\n"
|
||
" <li>Duração: <t t-out=\"('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''\">30min</t></li>\n"
|
||
" </t>\n"
|
||
" <li>Participantes\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.event_id.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name != object.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\">Michel Admin</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">Você</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.event_id.appointment_type_id.resource_manage_capacity\">\n"
|
||
" Para: <t t-out=\"object.event_id.resource_total_capacity_reserved\"></t> pessoas\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.event_id.appointment_type_id.assign_method != 'time_auto_assign'\">\n"
|
||
" Recursos\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.event_id.appointment_resource_ids\" t-as=\"resource\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"resource.name or ''\">Mesa 1</span>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" </li>\n"
|
||
" <t t-if=\"object.event_id.videocall_location\">\n"
|
||
" <li>\n"
|
||
" Como participar:\n"
|
||
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Entrar pelo Odoo Mensagens</t>\n"
|
||
" <t t-else=\"\"> Entrar em</t><br>\n"
|
||
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"not is_html_empty(object.event_id.description)\">\n"
|
||
" <li>Descrição do evento:\n"
|
||
" <t t-out=\"object.event_id.description\">Reunião interna para discutir novos preços de produtos e serviços.</t></li>\n"
|
||
" </t>\n"
|
||
" </ul>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
" <br>\n"
|
||
" Obrigado,\n"
|
||
" <t t-if=\"object.event_id.user_id.signature\">\n"
|
||
" <br>\n"
|
||
" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Michel Admin</t>\n"
|
||
" </t>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,body_html:appointment.appointment_booked_mail_template
|
||
msgid ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"></t>\n"
|
||
" <p>\n"
|
||
" Appointment booked for <t t-out=\"object.appointment_type_id.name or ''\">Technical Demo</t>\n"
|
||
" <t t-if=\"object.appointment_type_id.category != 'custom' and object.appointment_type_id.schedule_based_on == 'users'\"> with <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t></t>.\n"
|
||
" </p>\n"
|
||
" <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n"
|
||
" <a t-attf-href=\"/calendar/meeting/join?token={{ object.access_token }}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Join</a>\n"
|
||
" <a t-attf-href=\"/web?#id={{ object.id }}&view_type=form&model=calendar.event\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" View</a>\n"
|
||
" </div>\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="EEEE", lang_code=object.env.lang) or ''\">Wednesday</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="d", lang_code=object.env.lang) or ''\">1</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="MMMM y", lang_code=object.env.lang) or ''\">January 2020</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.allday\">\n"
|
||
" <div>\n"
|
||
" <t t-out=\"format_time(time=object.start, tz=mail_tz, time_format="short", lang_code=object.env.lang) or ''\">8:00</t>\n"
|
||
" </div>\n"
|
||
" <t t-if=\"mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal;\">\n"
|
||
" (<t t-out=\"mail_tz\"></t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <p><strong>Details of the event</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li t-if=\"object.location\">Location: <t t-out=\"object.location or ''\">Bruxelles</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{ object.location }}\">View Map</a>)\n"
|
||
" </li>\n"
|
||
" <li t-if=\"recurrent\">When: <t t-out=\"object.recurrence_id.name or ''\">Every 1 Weeks, for 3 events</t></li>\n"
|
||
" <li t-if=\"not object.allday and object.duration\">Duration: <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60)) or ''\">0H30</t></li>\n"
|
||
" <li>Attendees\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\">Mitchell Admin</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">You</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.appointment_type_id.resource_manage_capacity\">\n"
|
||
" For: <t t-out=\"object.resource_total_capacity_reserved\"></t> people\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.appointment_type_id.assign_method != 'time_auto_assign'\">\n"
|
||
" Resources\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.appointment_resource_ids\" t-as=\"resource\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"resource.name or ''\">Table 1</span>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.videocall_redirection\">\n"
|
||
" How to Join:\n"
|
||
" <t t-if=\"object.videocall_source == 'discuss'\"> Join with Odoo Discuss</t>\n"
|
||
" <t t-else=\"\"> Join at</t><br>\n"
|
||
" <a t-attf-href=\"{{ object.videocall_redirection }}\" target=\"_blank\" t-out=\"object.videocall_redirection or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" <t t-if=\"not is_html_empty(object.description)\">\n"
|
||
" <li>Description of the event:\n"
|
||
" <t t-out=\"object.description\"></t></li>\n"
|
||
" </t>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"></t>\n"
|
||
" <p>\n"
|
||
" Compromisso agendado para <t t-out=\"object.appointment_type_id.name or ''\">Demo Técnica</t>\n"
|
||
" <t t-if=\"object.appointment_type_id.category != 'custom' and object.appointment_type_id.schedule_based_on == 'users'\"> com <t t-out=\"object.partner_id.name or ''\">Breno Oliveira</t></t>.\n"
|
||
" </p>\n"
|
||
" <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n"
|
||
" <a t-attf-href=\"/calendar/meeting/join?token={{ object.access_token }}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Participar</a>\n"
|
||
" <a t-attf-href=\"/web?#id={{ object.id }}&view_type=form&model=calendar.event\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
|
||
" Ver</a>\n"
|
||
" </div>\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="EEEE", lang_code=object.env.lang) or ''\">Quarta</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="d", lang_code=object.env.lang) or ''\">1</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format="MMMM y", lang_code=object.env.lang) or ''\">janeiro de 2020</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.allday\">\n"
|
||
" <div>\n"
|
||
" <t t-out=\"format_time(time=object.start, tz=mail_tz, time_format="short", lang_code=object.env.lang) or ''\">8h00</t>\n"
|
||
" </div>\n"
|
||
" <t t-if=\"mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal;\">\n"
|
||
" (<t t-out=\"mail_tz\"></t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <p><strong>Detalhes do evento</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li t-if=\"object.location\">Local: <t t-out=\"object.location or ''\">Bruxelas</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{ object.location }}\">Ver mapa</a>)\n"
|
||
" </li>\n"
|
||
" <li t-if=\"recurrent\">Quando: <t t-out=\"object.recurrence_id.name or ''\">a cada 1 semana, por 3 eventos</t></li>\n"
|
||
" <li t-if=\"not object.allday and object.duration\">Duração: <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60)) or ''\">0h30</t></li>\n"
|
||
" <li>Participantes\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\">Michel Admin</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">Você</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.appointment_type_id.resource_manage_capacity\">\n"
|
||
" Para: <t t-out=\"object.resource_total_capacity_reserved\"></t> pessoas\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.appointment_type_id.assign_method != 'time_auto_assign'\">\n"
|
||
" Recursos\n"
|
||
" <ul>\n"
|
||
" <li t-foreach=\"object.appointment_resource_ids\" t-as=\"resource\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"resource.name or ''\">Mesa 1</span>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" </li>\n"
|
||
" <li t-if=\"object.videocall_redirection\">\n"
|
||
" Como participar:\n"
|
||
" <t t-if=\"object.videocall_source == 'discuss'\"> Entrar pelo Odoo Mensagens</t>\n"
|
||
" <t t-else=\"\"> Entrar em</t><br>\n"
|
||
" <a t-attf-href=\"{{ object.videocall_redirection }}\" target=\"_blank\" t-out=\"object.videocall_redirection or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" <t t-if=\"not is_html_empty(object.description)\">\n"
|
||
" <li>Descrição do evento:\n"
|
||
" <t t-out=\"object.description\"></t></li>\n"
|
||
" </t>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,body_html:appointment.appointment_canceled_mail_template
|
||
msgid ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"></t>\n"
|
||
" <p>\n"
|
||
" The appointment for <t t-out=\"object.appointment_type_id.name or ''\">Technical Demo</t> <t t-if=\"object.appointment_type_id.category != 'custom' and object.appointment_type_id.schedule_based_on == 'users'\"> with <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t></t> has been canceled.\n"
|
||
" </p>\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz, dt_format="EEEE", lang_code=object.env.lang) or ''\">Wednesday</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"str(object.start.day) or ''\">1</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz, dt_format="MMMM y", lang_code=object.env.lang) or ''\">January 2020</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.allday\">\n"
|
||
" <div><t t-out=\"format_time(time=object.start, tz=mail_tz, time_format="short", lang_code=object.env.lang) or ''\">8:00</t></div>\n"
|
||
" <t t-if=\"mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal;\">\n"
|
||
" (<t t-out=\"mail_tz\"></t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <del>\n"
|
||
" <p><strong>Details of the event</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li t-if=\"object.location\">Location: <t t-out=\"object.location or ''\">Bruxelles</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{ object.location }}\">View Map</a>)\n"
|
||
" </li>\n"
|
||
" <li t-if=\"recurrent\">When: <t t-out=\"object.recurrence_id.name or ''\">Every 1 Weeks, for 3 events</t></li>\n"
|
||
" <li t-if=\"not object.allday and object.duration\">Duration: <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60)) or ''\">0H30</t></li>\n"
|
||
" <li>Attendees\n"
|
||
" <ul t-foreach=\"object.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <li>\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\"></span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">You</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.videocall_location\">\n"
|
||
" How to Join:\n"
|
||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Join with Odoo Discuss</t>\n"
|
||
" <t t-else=\"\"> Join at</t><br>\n"
|
||
" <a t-attf-href=\"{{ object.videocall_location }}\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" <t t-if=\"not is_html_empty(object.description)\">\n"
|
||
" <li>Description of the event:\n"
|
||
" <t t-out=\"object.description\"></t></li>\n"
|
||
" </t>\n"
|
||
" </del>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div>\n"
|
||
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
|
||
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
|
||
" <t t-set=\"mail_tz\" t-value=\"object._get_mail_tz() or ctx.get('mail_tz')\"></t>\n"
|
||
" <p>\n"
|
||
" O compromisso para <t t-out=\"object.appointment_type_id.name or ''\">Demo Técnica</t> <t t-if=\"object.appointment_type_id.category != 'custom' and object.appointment_type_id.schedule_based_on == 'users'\"> com <t t-out=\"object.partner_id.name or ''\">Breno Oliveira</t></t> foi cancelado.\n"
|
||
" </p>\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
|
||
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
|
||
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz, dt_format="EEEE", lang_code=object.env.lang) or ''\">Quarta</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
|
||
" <t t-out=\"str(object.start.day) or ''\">1</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
|
||
" <t t-out=\"format_datetime(dt=object.start, tz=mail_tz, dt_format="MMMM y", lang_code=object.env.lang) or ''\">janeiro de 2020</t>\n"
|
||
" </div>\n"
|
||
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
|
||
" <t t-if=\"not object.allday\">\n"
|
||
" <div><t t-out=\"format_time(time=object.start, tz=mail_tz, time_format="short", lang_code=object.env.lang) or ''\">8h00</t></div>\n"
|
||
" <t t-if=\"mail_tz\">\n"
|
||
" <div style=\"font-size: 10px; font-weight: normal;\">\n"
|
||
" (<t t-out=\"mail_tz\"></t>)\n"
|
||
" </div>\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td>\n"
|
||
" <td width=\"20px;\"></td>\n"
|
||
" <td style=\"padding-top: 5px;\">\n"
|
||
" <del>\n"
|
||
" <p><strong>Detalhes do evento</strong></p>\n"
|
||
" <ul>\n"
|
||
" <li t-if=\"object.location\">Local: <t t-out=\"object.location or ''\">Bruxelas</t>\n"
|
||
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&q={{ object.location }}\">Ver mapa</a>)\n"
|
||
" </li>\n"
|
||
" <li t-if=\"recurrent\">Quando: <t t-out=\"object.recurrence_id.name or ''\">a cada 1 semana, por 3 eventos</t></li>\n"
|
||
" <li t-if=\"not object.allday and object.duration\">Duração: <t t-out=\"('%dH%02d' % (object.duration,round(object.duration*60)%60)) or ''\">0h30</t></li>\n"
|
||
" <li>Participantes\n"
|
||
" <ul t-foreach=\"object.attendee_ids\" t-as=\"attendee\">\n"
|
||
" <li>\n"
|
||
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
|
||
" <t t-if=\"attendee.common_name\">\n"
|
||
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\"></span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <span style=\"margin-left:5px\">Você</span>\n"
|
||
" </t>\n"
|
||
" </li>\n"
|
||
" </ul></li>\n"
|
||
" <li t-if=\"object.videocall_location\">\n"
|
||
" Como participar:\n"
|
||
" <t t-if=\"object.get_base_url() in object.videocall_location\"> Entrar pelo Odoo Mensagens</t>\n"
|
||
" <t t-else=\"\"> Entrar em</t><br>\n"
|
||
" <a t-attf-href=\"{{ object.videocall_location }}\" target=\"_blank\" t-out=\"object.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" <t t-if=\"not is_html_empty(object.description)\">\n"
|
||
" <li>Descrição do evento:\n"
|
||
" <t t-out=\"object.description\"></t></li>\n"
|
||
" </t>\n"
|
||
" </del>\n"
|
||
" </td>\n"
|
||
" </tr></table>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid "<i class=\"fa fa-info-circle\" title=\"Info\"/>"
|
||
msgstr "<i class=\"fa fa-info-circle\" title=\"Info\"/>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid ""
|
||
"<i class=\"fa fa-pencil me-2\" role=\"img\" aria-label=\"Edit\" "
|
||
"title=\"Create custom questions in backend\"/>Add Custom Questions"
|
||
msgstr ""
|
||
"<i class=\"fa fa-pencil me-2\" role=\"img\" aria-label=\"Edit\" "
|
||
"title=\"Create custom questions in backend\"/>Adicionar perguntas "
|
||
"personalizadas"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "<i class=\"fa fa-plus me-1\"/> Add Guests"
|
||
msgstr "<i class=\"fa fa-plus me-1\"/> Adicionar convidados"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "<i class=\"fa fa-plus me-1\"/>Add Guests"
|
||
msgstr "<i class=\"fa fa-plus me-1\"/>Adicionar convidados"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_details
|
||
msgid ""
|
||
"<i class=\"fa fa-video-camera fa-fw me-2 mt-1 text-muted\"/>\n"
|
||
" <span class=\"o_not_editable\">Online</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-video-camera fa-fw me-2 mt-1 text-muted\"/>\n"
|
||
" <span class=\"o_not_editable\">Online</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid ""
|
||
"<i class=\"fa fa-warning me-2\"/>\n"
|
||
" <span invisible=\"schedule_based_on != 'users'\">Impossible to share a link for an appointment type that has no user assigned.</span>\n"
|
||
" <span invisible=\"schedule_based_on != 'resources'\">Impossible to share a link for an appointment type that has no resource assigned.</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-warning me-2\"/>\n"
|
||
" <span invisible=\"schedule_based_on != 'users'\">Não é possível compartilhar um link para um tipo de compromisso que não tenha um usuário atribuído.</span>\n"
|
||
" <span invisible=\"schedule_based_on != 'resources'\">Não é possível compartilhar um link para um tipo de compromisso que não tenha nenhum recurso atribuído.</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid ""
|
||
"<i class=\"fa fa-warning me-2\"/>\n"
|
||
" <span invisible=\"schedule_based_on != 'users'\">You need to be part of an appointment type to be able to share a personal link.</span>\n"
|
||
" <span invisible=\"schedule_based_on != 'resources'\">You can't create a personal link for an appointment type based on resources.</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-warning me-2\"/>\n"
|
||
" <span invisible=\"schedule_based_on != 'users'\">Você deve fazer parte de um tipo de compromisso para poder compartilhar um link pessoal.</span>\n"
|
||
" <span invisible=\"schedule_based_on != 'resources'\">Não é possível criar um link pessoal para um tipo de compromisso com base em recursos.</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_date
|
||
msgid "<small class=\"text-uppercase text-muted\">Date & time</small>"
|
||
msgstr "<small class=\"text-uppercase text-muted\">Data e hora</small>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_details
|
||
msgid "<small class=\"text-uppercase text-muted\">Meeting details</small>"
|
||
msgstr "<small class=\"text-uppercase text-muted\">Detalhes da reunião</small>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "<span class=\"fa fa-globe\"/> Preview"
|
||
msgstr "<span class=\"fa fa-globe\"/> Visualizar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "<span class=\"fa fa-pencil\"/> Edit"
|
||
msgstr "<span class=\"fa fa-pencil\"/> Editar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "<span class=\"fa fa-share-alt\"/> Share"
|
||
msgstr "<span class=\"fa fa-share-alt\"/> Compartilhar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "<span class=\"fa fa-trash\"/> Delete"
|
||
msgstr "<span class=\"fa fa-trash\"/> Excluir"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid ""
|
||
"<span class=\"px-2\" invisible=\"start_datetime or category == "
|
||
"'anytime'\">or</span>"
|
||
msgstr ""
|
||
"<span class=\"px-2\" invisible=\"start_datetime or category == "
|
||
"'anytime'\">ou</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "<span class=\"text-bg-danger\">Archived</span>"
|
||
msgstr "<span class=\"text-bg-danger\">Arquivado</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "<span> hours</span>"
|
||
msgstr "<span> horas</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "<span>Online</span>"
|
||
msgstr "<span>Online</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid ""
|
||
"<span>You are scheduling a booking outside the available hours of</span>"
|
||
msgstr ""
|
||
"<span>Você está agendando um compromisso fora do horário disponível "
|
||
"de</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "<span>people</span>"
|
||
msgstr "<span>pessoas</span>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"<strong>Appointment canceled!</strong>\n"
|
||
" You can schedule another appointment from here."
|
||
msgstr ""
|
||
"<strong>Compromisso cancelado!</strong>\n"
|
||
" Você pode agendar outro compromisso aqui."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"<strong>Appointment failed!</strong>\n"
|
||
" The selected timeslot is not available anymore.\n"
|
||
" Someone has booked the same time slot a few\n"
|
||
" seconds before you."
|
||
msgstr ""
|
||
"<strong>O agendamento falhou!</strong>\n"
|
||
" O intervalo de tempo selecionado não está mais\n"
|
||
" disponível. Alguém agendou no mesmo horário\n"
|
||
" alguns segundos antes de você."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"<strong>Appointment failed!</strong>\n"
|
||
" The selected timeslot is not available.\n"
|
||
" It appears you already have another meeting with us at that date."
|
||
msgstr ""
|
||
"<strong>O agendamento falhou!</strong>\n"
|
||
" O intervalo de tempo selecionado não está disponível.\n"
|
||
" Parece que você já tem outra reunião conosco nessa data."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Booked for: </strong>"
|
||
msgstr "<strong>Agendado para: </strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Contact Information</strong>"
|
||
msgstr "<strong>Informações de contato</strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Email: </strong>"
|
||
msgstr "<strong>E-mail: </strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Name: </strong>"
|
||
msgstr "<strong>Nome: </strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Phone: </strong>"
|
||
msgstr "<strong>Telefone: </strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Start Date: </strong>"
|
||
msgstr "<strong>Data inicial:</strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Stop Date: </strong>"
|
||
msgstr "<strong>Data final:</strong>"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "<strong>Type: </strong>"
|
||
msgstr "<strong>Tipo: </strong>"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "A %s appointment type shouldn't be limited by datetimes."
|
||
msgstr "Um tipo de compromisso %s não deve ser limitado por data e hora."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/calendar_view.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"A list of slots information is needed to create a custom appointment type"
|
||
msgstr ""
|
||
"Uma lista de informações de horários é necessária para criar um tipo de "
|
||
"compromisso personalizado"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"A punctual appointment type should be limited between a start and end "
|
||
"datetime."
|
||
msgstr ""
|
||
"Um tipo de compromisso pontual deve ser limitado entre uma data e hora de "
|
||
"início e de término."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__access_token
|
||
msgid "Access Token"
|
||
msgstr "Token de acesso"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/kanban/kanban_record.xml:0
|
||
#, python-format
|
||
msgid "Action"
|
||
msgstr "Ação"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_needaction
|
||
msgid "Action Needed"
|
||
msgstr "Requer ação"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__active
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__active
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__active
|
||
msgid "Active"
|
||
msgstr "Ativo"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/gantt/gantt_renderer.js:0
|
||
#: code:addons/appointment/static/src/views/gantt/gantt_renderer.xml:0
|
||
#: code:addons/appointment/static/src/views/list/list_renderer.js:0
|
||
#: code:addons/appointment/static/src/views/list/list_renderer.xml:0
|
||
#, python-format
|
||
msgid "Add Closing Day(s)"
|
||
msgstr "Adicionar dias de fechamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Add Guests"
|
||
msgstr "Adicionar convidados"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_user
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated_card
|
||
msgid "Add a function here..."
|
||
msgstr "Adicione uma função aqui..."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_user
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated_card
|
||
msgid "Add a resource description here..."
|
||
msgstr "Adicione uma descrição do recurso aqui..."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#, python-format
|
||
msgid "Add a specific appointment"
|
||
msgstr "Adicionar um compromisso específico"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Add an intro message here..."
|
||
msgstr "Adicione uma mensagem introdutória aqui..."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Add more details about you"
|
||
msgstr "Adicione mais informações sobre você"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_manage_leaves
|
||
msgid "Add or remove leaves from appointments"
|
||
msgstr "Adicionar ou remover folgas a partir dos compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Add to Google Agenda"
|
||
msgstr "Adicionar ao Google Agenda"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Add to iCal/Outlook"
|
||
msgstr "Adicionar ao iCal/Outlook"
|
||
|
||
#. module: appointment
|
||
#: model:res.groups,name:appointment.group_appointment_manager
|
||
msgid "Administrator"
|
||
msgstr "Administrador"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "All"
|
||
msgstr "Tudo"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.calendar_event_action_report_all
|
||
#: model:ir.ui.menu,name:appointment.menu_schedule_report_all_events
|
||
msgid "All Appointments"
|
||
msgstr "Todos os compromissos"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__allday
|
||
#, python-format
|
||
msgid "All day"
|
||
msgstr "Dia inteiro"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Allow Cancelling"
|
||
msgstr "Permitir cancelamento"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__allow_guests
|
||
msgid "Allow Guests"
|
||
msgstr "Permitir convidados"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__country_ids
|
||
msgid "Allowed Countries"
|
||
msgstr "Países permitidos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_answer_input_value_check
|
||
msgid "An answer input must either have a text value or a predefined answer."
|
||
msgstr ""
|
||
"Uma entrada de resposta deve ter um valor de texto ou uma resposta "
|
||
"predefinida."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/calendar_view.py:0
|
||
#, python-format
|
||
msgid "An appointment type is needed to get the link."
|
||
msgstr "É necessário um tipo de compromisso para obter o link."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_calendar_event_check_resource_and_appointment_type
|
||
msgid "An event cannot book resources without an appointment type."
|
||
msgstr "Um evento não pode reservar recursos sem um tipo de compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_slot.py:0
|
||
#, python-format
|
||
msgid "An unique type slot should have a start and end datetime"
|
||
msgstr ""
|
||
"Um horário do tipo exclusivo deve ter uma data e hora de início e término"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__name
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_view_form
|
||
msgid "Answer"
|
||
msgstr "Resposta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.appointment_answer_input_action_from_question
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Answer Breakdown"
|
||
msgstr "Análise de resposta"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_form
|
||
msgid "Answer Input"
|
||
msgstr "Entrada de resposta"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Answers"
|
||
msgstr "Respostas"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__category__anytime
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
#, python-format
|
||
msgid "Any Time"
|
||
msgstr "Em qualquer momento"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_invite__resources_choice__all_assigned_resources
|
||
msgid "Any User/Resource"
|
||
msgstr "Qualquer usuário/recurso"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "Anytime appointment types should only have one user but got %s users"
|
||
msgstr ""
|
||
"Os tipos de compromisso em qualquer horário deveriam ter apenas um usuário, "
|
||
"mas têm %s usuários"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__appointment_type_id
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_type_id
|
||
#, python-format
|
||
msgid "Appointment"
|
||
msgstr "Compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_answer_input
|
||
msgid "Appointment Answer Inputs"
|
||
msgstr "Entradas de respostas a compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_answer_input_ids
|
||
msgid "Appointment Answers"
|
||
msgstr "Respostas a compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:mail.message.subtype,description:appointment.mt_calendar_event_booked
|
||
#: model:mail.message.subtype,name:appointment.mt_appointment_type_booked
|
||
#: model:mail.message.subtype,name:appointment.mt_calendar_event_booked
|
||
msgid "Appointment Booked"
|
||
msgstr "Compromisso agendado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,subject:appointment.appointment_booked_mail_template
|
||
msgid "Appointment Booked: {{ object.appointment_type_id.name }}"
|
||
msgstr "Compromisso agendado: {{ object.appointment_type_id.name }}"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_booking_line
|
||
msgid "Appointment Booking Line"
|
||
msgstr "Linha de agendamento de compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:mail.message.subtype,description:appointment.mt_calendar_event_canceled
|
||
#: model:mail.message.subtype,name:appointment.mt_appointment_type_canceled
|
||
#: model:mail.message.subtype,name:appointment.mt_calendar_event_canceled
|
||
msgid "Appointment Canceled"
|
||
msgstr "Compromisso cancelado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,subject:appointment.appointment_canceled_mail_template
|
||
msgid "Appointment Canceled: {{ object.appointment_type_id.name }}"
|
||
msgstr "Compromisso cancelado: {{ object.appointment_type_id.name }}"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form
|
||
msgid "Appointment Details"
|
||
msgstr "Detalhes do compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_duration_formatted
|
||
msgid "Appointment Duration Formatted "
|
||
msgstr "Duração formatada do compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__appointment_duration_formatted
|
||
msgid "Appointment Duration formatted in words"
|
||
msgstr "Duração do compromisso formatada em palavras"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "Appointment Duration should be higher than 0.00."
|
||
msgstr "A duração do compromisso deve ser maior que 0."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_invite_id
|
||
msgid "Appointment Invitation"
|
||
msgstr "Convite para compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_search
|
||
msgid "Appointment Invitation Links"
|
||
msgstr "Links para convites para compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_tree_invitation
|
||
msgid "Appointment Invitations"
|
||
msgstr "Convites para compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_invite
|
||
msgid "Appointment Invite"
|
||
msgstr "Convite para compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__meeting_ids
|
||
msgid "Appointment Meetings"
|
||
msgstr "Reuniões"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
msgid "Appointment Name"
|
||
msgstr "Nome do compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding,name:appointment.onboarding_onboarding_appointment
|
||
msgid "Appointment Onboarding"
|
||
msgstr "Integração de compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_answer
|
||
msgid "Appointment Question Answers"
|
||
msgstr "Respostas às perguntas sobre compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_question
|
||
msgid "Appointment Questions"
|
||
msgstr "Perguntas sobre compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_resource
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__appointment_resource_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__name
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_resource_id
|
||
msgid "Appointment Resource"
|
||
msgstr "Recurso de compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.server,name:appointment.resource_calendar_leaves_action_show_appointment_resources
|
||
msgid "Appointment Resource Leaves"
|
||
msgstr "Licenças de recursos para compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_ids
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_resource_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_search
|
||
msgid "Appointment Resources"
|
||
msgstr "Recursos de compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_resource_action
|
||
msgid ""
|
||
"Appointment Resources are the places or equipment people can book\n"
|
||
" (e.g. Tables, Tennis Courts, Meeting Rooms, ...)"
|
||
msgstr ""
|
||
"Recursos de compromissos são os locais ou equipamentos que as pessoas podem reservar\n"
|
||
" (ex.: mesas, quadras de tênis, salas de reunião...)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__name
|
||
msgid "Appointment Title"
|
||
msgstr "Título do compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_type
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__appointment_type_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__appointment_type_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__appointment_type_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__appointment_type_id
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_search
|
||
msgid "Appointment Type"
|
||
msgstr "Tipo de compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__appointment_type_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Appointment Types"
|
||
msgstr "Tipos de compromisso"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Appointment canceled"
|
||
msgstr "Compromisso cancelado"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Appointment canceled by: %(partners)s"
|
||
msgstr "Compromisso cancelado por: %(partners)s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Appointment re-booked"
|
||
msgstr "Compromisso reagendado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,name:appointment.appointment_booked_mail_template
|
||
msgid "Appointment: Appointment Booked"
|
||
msgstr "Compromisso: compromisso agendado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,name:appointment.appointment_canceled_mail_template
|
||
msgid "Appointment: Appointment Canceled"
|
||
msgstr "Compromisso: compromisso cancelado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,name:appointment.attendee_invitation_mail_template
|
||
msgid "Appointment: Attendee Invitation"
|
||
msgstr "Compromisso: convite ao participante"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_slot
|
||
msgid "Appointment: Time Slot"
|
||
msgstr "Compromisso: horário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.appointment_type_action
|
||
#: model:ir.actions.act_window,name:appointment.calendar_event_action_appointment_reporting
|
||
#: model:ir.ui.menu,name:appointment.appointment_menu_calendar
|
||
#: model:ir.ui.menu,name:appointment.appointment_type_menu
|
||
#: model:ir.ui.menu,name:appointment.main_menu_appointments
|
||
#: model:ir.ui.menu,name:appointment.menu_schedule_report_all
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_search
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_home_appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_home_menu_appointment
|
||
msgid "Appointments"
|
||
msgstr "Compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
msgid "Appointments by"
|
||
msgstr "Compromissos por "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_search
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Archived"
|
||
msgstr "Arquivado"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid ""
|
||
"Are you sure you want to delete this Booking? Once it's gone, it's gone for "
|
||
"good!"
|
||
msgstr ""
|
||
"Tem certeza de que quer excluir esta Reserva? Uma vez excluída, será perdida"
|
||
" para sempre!"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__resources_choice
|
||
msgid "Assign to"
|
||
msgstr "Atribuir a"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__assign_method
|
||
msgid "Assignment Method"
|
||
msgstr "Método de atribuição"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_slot.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"At least one slot duration is shorter than the meeting duration (%s hours)"
|
||
msgstr ""
|
||
"Ao menos uma duração de intervalo é menor do que a duração da reunião (%s "
|
||
"horas)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_attachment_count
|
||
msgid "Attachment Count"
|
||
msgstr "Contagem de anexos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__partner_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Attendees"
|
||
msgstr "Participantes"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_attended
|
||
msgid "Attendees Arrived"
|
||
msgstr "Participantes que chegaram"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__slot_ids
|
||
msgid "Availabilities"
|
||
msgstr "Disponibilidades "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__schedule_based_on
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__schedule_based_on
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_type_schedule_based_on
|
||
msgid "Availability on"
|
||
msgstr "Disponibilidade em "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__answer_ids
|
||
msgid "Available Answers"
|
||
msgstr "Respostas disponíveis "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_search
|
||
msgid "Available In"
|
||
msgstr "Disponível em"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__appointment_type_ids
|
||
msgid "Available in"
|
||
msgstr "Disponível em "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__avatar_1920
|
||
msgid "Avatar"
|
||
msgstr "Avatar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__avatar_1024
|
||
msgid "Avatar 1024"
|
||
msgstr "Avatar 1024"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__avatar_128
|
||
msgid "Avatar 128"
|
||
msgstr "Avatar 128"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__avatar_256
|
||
msgid "Avatar 256"
|
||
msgstr "Avatar 256"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__avatar_512
|
||
msgid "Avatar 512"
|
||
msgstr "Avatar 512"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Back to edit mode"
|
||
msgstr "Voltar ao modo de edição"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__base_book_url
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__base_book_url
|
||
msgid "Base Link URL"
|
||
msgstr "URL do link da base"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__calendar_event_ids
|
||
msgid "Booked Appointments"
|
||
msgstr "Compromissos agendados"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_tree_booking
|
||
msgid "Booked by"
|
||
msgstr "Agendado por"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__calendar_event_id
|
||
msgid "Booking"
|
||
msgstr "Agendamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "Booking Details"
|
||
msgstr "Detalhes da reserva"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__event_stop
|
||
msgid "Booking End"
|
||
msgstr "Fim do agendamento"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__booking_line_ids
|
||
msgid "Booking Lines"
|
||
msgstr "Linhas de agendamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Booking Name"
|
||
msgstr "Nome da reserva"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__event_start
|
||
msgid "Booking Start"
|
||
msgstr "Início do agendamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Bookings"
|
||
msgstr "Agendamentos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_partner_ids
|
||
msgid "CC to"
|
||
msgstr "CC para "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_calendar_attendee
|
||
msgid "Calendar Attendee Information"
|
||
msgstr "Informações do participante no calendário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_calendar_event
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__calendar_event_id
|
||
msgid "Calendar Event"
|
||
msgstr "Evento no calendário"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_onboarding_link_view_form
|
||
msgid "Cancel"
|
||
msgstr "Cancelar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__min_cancellation_hours
|
||
msgid "Cancel Before (hours)"
|
||
msgstr "Cancelar antes (horas)"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Cancel/Reschedule"
|
||
msgstr "Cancelar/reagendar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__canceled_mail_template_id
|
||
msgid "Cancelation Email"
|
||
msgstr "E-mail de cancelamento"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__capacity
|
||
msgid "Capacity"
|
||
msgstr "Capacidade"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_manual_confirmation_percentage
|
||
msgid "Capacity Percentage"
|
||
msgstr "Porcentagem de capacidade "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__capacity_reserved
|
||
msgid "Capacity Reserved"
|
||
msgstr "Capacidade reservada"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__capacity_used
|
||
msgid "Capacity Used"
|
||
msgstr "Capacidade utilizada "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_booking_line__capacity_reserved
|
||
msgid "Capacity reserved by the user"
|
||
msgstr "Capacidade reservada pelo usuário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_booking_line__capacity_used
|
||
msgid "Capacity that will be used based on the capacity and resource selected"
|
||
msgstr ""
|
||
"Capacidade que será usada com base na capacidade e no recurso selecionado"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__category
|
||
msgid "Category"
|
||
msgstr "Categoria"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_question__question_type__checkbox
|
||
msgid "Checkboxes (multiple answers)"
|
||
msgstr "Caixas de seleção (várias respostas)"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointments_list_layout
|
||
msgid "Choose your appointment"
|
||
msgstr "Escolha seu compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__company_id
|
||
msgid "Company"
|
||
msgstr "Empresa"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__disable_save_button
|
||
msgid "Computes if alert is present"
|
||
msgstr "Computa se o alerta está presente"
|
||
|
||
#. module: appointment
|
||
#: model:ir.ui.menu,name:appointment.appointment_menu_config
|
||
msgid "Configuration"
|
||
msgstr "Configuração"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,button_text:appointment.appointment_onboarding_create_appointment_type_step
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Configure"
|
||
msgstr "Configurar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_invite_action
|
||
msgid ""
|
||
"Configure links that allow booking appointments with custom settings<br>\n"
|
||
" (e.g. a specific user only, a list of appointment types, ...)"
|
||
msgstr ""
|
||
"Configure links que permitam o agendamento de compromissos com configurações personalizadas <br>\n"
|
||
"(ex.: apenas um usuário específico, uma lista de tipos de compromissos...)"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_resources.xml:0
|
||
#, python-format
|
||
msgid "Confirm"
|
||
msgstr "Confirmar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Confirm Appointment"
|
||
msgstr "Confirmar agendamento"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/gantt/gantt_popover.xml:0
|
||
#, python-format
|
||
msgid "Confirm Check-In"
|
||
msgstr "Confirmar check-in"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__booked_mail_template_id
|
||
msgid "Confirmation Email"
|
||
msgstr "E-mail de confirmação"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_confirmation
|
||
msgid "Confirmation Message"
|
||
msgstr "Mensagem de confirmação"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Confirmed"
|
||
msgstr "Confirmado"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,button_text:appointment.appointment_onboarding_configure_calendar_provider_step
|
||
msgid "Connect"
|
||
msgstr "Conectar"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/onboarding_onboarding_step.py:0
|
||
#, python-format
|
||
msgid "Connect your Calendar"
|
||
msgstr "Conectar seu calendário"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,title:appointment.appointment_onboarding_configure_calendar_provider_step
|
||
msgid "Connect your calendar"
|
||
msgstr "Conecte seu calendário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "Contato"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Contact Details:"
|
||
msgstr "Informações de contato:"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_partner_ids
|
||
msgid ""
|
||
"Contacts that need to be notified whenever a new appointment is booked or "
|
||
"canceled, regardless of "
|
||
"whether they attend or not"
|
||
msgstr ""
|
||
"Contatos que precisam ser notificados sempre que um novo compromisso for "
|
||
"agendado ou cancelado, independentemente de comparecerem"
|
||
" ou não"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointments_list_layout
|
||
msgid "Continue <span class=\"oi oi-arrow-right\"/>"
|
||
msgstr "Continuar <span class=\"oi oi-arrow-right\"/>"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.js:0
|
||
#, python-format
|
||
msgid "Copied!"
|
||
msgstr "Copiado!"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/components/appointment_invite/appointment_invite_copy_close.xml:0
|
||
#: code:addons/appointment/static/src/components/appointment_onboarding/appointment_onboarding_invite_buttons.xml:0
|
||
#, python-format
|
||
msgid "Copy Link & Close"
|
||
msgstr "Copiar link e fechar"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
msgid "Create Closing Day(s)"
|
||
msgstr "Criar dias de fechamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_resource_action
|
||
msgid "Create an Appointment Resource"
|
||
msgstr "Criar um recurso de compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_type_action_custom
|
||
msgid ""
|
||
"Create invites on the fly from your calendar and share them with anyone by "
|
||
"using the Share Availabilities button."
|
||
msgstr ""
|
||
"Crie convites em tempo real a partir de seu calendário e compartilhe-os com "
|
||
"qualquer pessoa usando o botão \"Compartilhar disponibilidades\"."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/onboarding_onboarding_step.py:0
|
||
#, python-format
|
||
msgid "Create your first Appointment"
|
||
msgstr "Crie seu primeiro compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__create_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__create_uid
|
||
msgid "Created by"
|
||
msgstr "Criado por"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__create_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__create_date
|
||
msgid "Created on"
|
||
msgstr "Criado em"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__category__custom
|
||
msgid "Custom"
|
||
msgstr "Personalizado"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Custom Link"
|
||
msgstr "Link personalizado"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__partner_id
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
msgid "Customer"
|
||
msgstr "Cliente"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"DROP BUILDING BLOCKS HERE TO MAKE THEM AVAILABLE ACROSS ALL APPOINTMENTS"
|
||
msgstr ""
|
||
"SOLTE BLOCOS DE CONSTRUÇÃO AQUI PARA DISPONIBILIZÁ-LOS PARA TODOS OS "
|
||
"COMPROMISSOS"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
#, python-format
|
||
msgid "Date"
|
||
msgstr "Data"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Date & time"
|
||
msgstr "Data e hora"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
msgid "Dates"
|
||
msgstr "Datas"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Declined"
|
||
msgstr "Recusado"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "Default slots cannot be applied to the %s appointment type category."
|
||
msgstr ""
|
||
"Os slots padrão não podem ser aplicados à %scategoria de tipo de "
|
||
"compromisso."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__slot_type
|
||
msgid ""
|
||
"Defines the type of slot. The recurring slot is the default type which is used for\n"
|
||
" appointment type that are used recurringly in type like medical appointment.\n"
|
||
" The one shot type is only used when an user create a custom appointment type for a client by\n"
|
||
" defining non-recurring time slot (e.g. 10th of April 2021 from 10 to 11 am) from its calendar."
|
||
msgstr ""
|
||
"Define o tipo de horário. O horário recorrente é o tipo padrão que é usado para\n"
|
||
"o tipo de compromisso que é usado de forma recorrente, como um compromisso médico.\n"
|
||
"O tipo 'ocorrência única' só é usado quando um usuário cria um tipo de compromisso personalizado para um cliente ao\n"
|
||
"definir um intervalo de tempo não recorrente (ex.: 10 de abril de 2021, das 10 às 11 horas) em seu calendário."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__event_videocall_source
|
||
msgid ""
|
||
"Defines the type of video call link that will be used for the generated "
|
||
"events. Keep it empty to prevent generating meeting url."
|
||
msgstr ""
|
||
"Define o tipo de link de chamada de vídeo que será usado para os eventos "
|
||
"gerados. Mantenha-o vazio para evitar a geração de URL de reunião."
|
||
|
||
#. module: appointment
|
||
#: model:appointment.type,name:appointment.appointment_type_dental_care
|
||
msgid "Dental Care"
|
||
msgstr "Assistência odontológica"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__description
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_form
|
||
msgid "Description"
|
||
msgstr "Descrição"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__destination_resource_ids
|
||
msgid "Destination combination"
|
||
msgstr "Combinação de destinos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Details"
|
||
msgstr "Detalhes"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__allday
|
||
msgid ""
|
||
"Determine if the slot englobe the whole day, mainly used for unique slot "
|
||
"type"
|
||
msgstr ""
|
||
"Determina se o horário engloba o dia inteiro, usado principalmente para o "
|
||
"tipo de horário exclusivo"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form_insert_link
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
#, python-format
|
||
msgid "Discard"
|
||
msgstr "Cancelar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__display_name
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__display_name
|
||
msgid "Display Name"
|
||
msgstr "Nome exibido"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__avatars_display
|
||
msgid "Display the Users'/Resources' picture on the Website."
|
||
msgstr "Exibir a imagem dos usuários'/recursos' no site."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__resource_manual_confirmation
|
||
msgid ""
|
||
"Do not automatically accept meetings created from the appointment once the total capacity\n"
|
||
" reserved for a slot exceeds the percentage chosen. The appointment is still considered as reserved for\n"
|
||
" the slots availability."
|
||
msgstr ""
|
||
"Não aceitar automaticamente reuniões criadas a partir do compromisso quando a capacidade total\n"
|
||
" reservada para um horário exceder a porcentagem escolhida. O compromisso ainda é considerado como reservado para\n"
|
||
" a disponibilidade de horário."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_question__question_type__select
|
||
msgid "Dropdown (one answer)"
|
||
msgstr "Menu suspenso (uma resposta)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__duration
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_duration
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Duration"
|
||
msgstr "Duração"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Email*"
|
||
msgstr "E-mail*"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Email: %(email)s"
|
||
msgstr "E-mail: %(email)s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/appointment.py:0
|
||
#, python-format
|
||
msgid "Email: %s"
|
||
msgstr "E-mail: %s"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__leave_end_dt
|
||
msgid "End Date"
|
||
msgstr "Data final"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__end_datetime
|
||
msgid "End Datetime"
|
||
msgstr "Data e hora final"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__end_datetime
|
||
msgid "End datetime for unique slot type management"
|
||
msgstr ""
|
||
"Data e hora de término para gerenciamento do tipo de horário exclusivo"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__end_hour
|
||
msgid "Ending Hour"
|
||
msgstr "Horário de término"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_calendar_alarm
|
||
msgid "Event Alarm"
|
||
msgstr "Alarme do evento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "Event Details"
|
||
msgstr "Informações do evento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Every"
|
||
msgstr "A cada"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Extra Comments..."
|
||
msgstr "Comentários extra…"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Extra Message on Confirmation"
|
||
msgstr "Mensagem extra ao confirmar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_confirmation
|
||
msgid "Extra information provided once the appointment is booked."
|
||
msgstr "Informações adicionais fornecidas após o agendamento do compromisso."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_home_appointment
|
||
msgid "Follow, reschedule or cancel your appointments"
|
||
msgstr "Acompanhe, reagende ou cancele seus compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_follower_ids
|
||
msgid "Followers"
|
||
msgstr "Seguidores"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "For"
|
||
msgstr "Para"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__5
|
||
msgid "Friday"
|
||
msgstr "Sexta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__start_datetime
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "From"
|
||
msgstr "De"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__avatars_display
|
||
msgid "Front-End Display"
|
||
msgstr "Exibição no front-end"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Full name*"
|
||
msgstr "Nome completo*"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Get Share Link"
|
||
msgstr "Obter link de compartilhamento"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/onboarding_onboarding_step.py:0
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_onboarding_link_view_form
|
||
#, python-format
|
||
msgid "Get Your Link"
|
||
msgstr "Obtenha seu link"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_appointment_onboarding_link
|
||
msgid "Get a link to an appointment type during the onboarding"
|
||
msgstr "Obter um link para um tipo de compromisso durante a integração"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_invite__suggested_staff_user_ids
|
||
msgid ""
|
||
"Get the users linked to the appointment type selected to apply a domain on "
|
||
"the users that can be selected"
|
||
msgstr ""
|
||
"Obtenha os usuários vinculados ao tipo de compromisso selecionado para "
|
||
"aplicar um domínio aos usuários que podem ser selecionados"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,title:appointment.appointment_onboarding_preview_invite_step
|
||
msgid "Get your link"
|
||
msgstr "Obtenha seu link"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Google Agenda"
|
||
msgstr "Google Agenda"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_search
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Group By"
|
||
msgstr "Agrupar por"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Guest usage is limited to 10 customers for performance reason."
|
||
msgstr ""
|
||
"O uso de convidados é limitado a 10 clientes por motivos de desempenho."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Guests"
|
||
msgstr "Convidados"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_ir_http
|
||
msgid "HTTP Routing"
|
||
msgstr "Roteamento HTTP"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__has_message
|
||
msgid "Has Message"
|
||
msgstr "Tem uma mensagem"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "How to join"
|
||
msgstr "Como participar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__assign_method
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__user_assign_method
|
||
msgid ""
|
||
"How users and resources will be assigned to meetings customers book on your "
|
||
"website."
|
||
msgstr ""
|
||
"Como os usuários e recursos serão atribuídos às reuniões que os clientes "
|
||
"agendam no seu site."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_needaction
|
||
msgid "If checked, new messages require your attention."
|
||
msgstr "Se marcado, novas mensagens solicitarão sua atenção."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_has_error
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_has_sms_error
|
||
msgid "If checked, some messages have a delivery error."
|
||
msgstr "Se marcado, algumas mensagens têm um erro de entrega."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "If empty, Odoo will not send emails"
|
||
msgstr "Se estiver em branco, o Odoo não enviará e-mails"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__restrict_to_resource_ids
|
||
msgid ""
|
||
"If empty, all resources are considered to be available.\n"
|
||
"If set, only the selected resources will be taken into account for this slot."
|
||
msgstr ""
|
||
"Se estiver vazio, todos os recursos serão considerados disponíveis.\n"
|
||
"Se definido, somente os recursos selecionados serão levados em conta para esse horário."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__restrict_to_user_ids
|
||
msgid ""
|
||
"If empty, all users are considered to be available.\n"
|
||
"If set, only the selected users will be taken into account for this slot."
|
||
msgstr ""
|
||
"Se estiver vazio, todos os usuários serão considerados disponíveis.\n"
|
||
"Se definido, somente os usuários selecionados serão considerados para esse horário."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "If empty, the meeting is considered as taking place online"
|
||
msgstr "Se estiver vazio, é considerado que a reunião será on-line"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__resource_calendar_id
|
||
msgid ""
|
||
"If kept empty, the working schedule of the company set on the resource will "
|
||
"be used"
|
||
msgstr ""
|
||
"Se deixado em branco, será usado o cronograma de trabalho da empresa "
|
||
"definido no recurso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__canceled_mail_template_id
|
||
msgid ""
|
||
"If set an email will be sent to the customer when the appointment is "
|
||
"canceled."
|
||
msgstr ""
|
||
"Se definido, um e-mail será enviado ao cliente quando o compromisso for "
|
||
"cancelado."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__booked_mail_template_id
|
||
msgid ""
|
||
"If set an email will be sent to the customer when the appointment is "
|
||
"confirmed."
|
||
msgstr ""
|
||
"Se definido, um e-mail será enviado ao cliente quando o compromisso for "
|
||
"confirmado."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__active
|
||
msgid ""
|
||
"If the active field is set to False, it will allow you to hide the resource "
|
||
"record without removing it."
|
||
msgstr ""
|
||
"Se o campo ativo for definido como falso, te permitirá esconder o registro "
|
||
"do recurso sem removê-lo."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_booking_line__active
|
||
msgid ""
|
||
"If the active field is set to false, it will allow you to hide the event "
|
||
"alarm information without removing it."
|
||
msgstr ""
|
||
"Se o campo 'ativo' for definido como 'falso', isso permite ocultar as "
|
||
"informações de alarme para eventos sem removê-los."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__image_1920
|
||
msgid "Image"
|
||
msgstr "Imagem"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__image_1024
|
||
msgid "Image 1024"
|
||
msgstr "Imagem 1024"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__image_128
|
||
msgid "Image 128"
|
||
msgstr "Imagem 128"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__image_256
|
||
msgid "Image 256"
|
||
msgstr "Imagem 256"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__image_512
|
||
msgid "Image 512"
|
||
msgstr "Imagem 512"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#, python-format
|
||
msgid "Insert Appointment Link"
|
||
msgstr "Inserir link do compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form_insert_link
|
||
msgid "Insert link"
|
||
msgstr "Inserir link"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_intro
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Introduction Message"
|
||
msgstr "Mensagem de introdução"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/appointment_form.js:0
|
||
#: code:addons/appointment/static/src/js/appointment_validation.js:0
|
||
#, python-format
|
||
msgid "Invalid Email"
|
||
msgstr "E-mail inválido"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_invite_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_tree
|
||
msgid "Invitation Links"
|
||
msgstr "Links de convite"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,description:appointment.attendee_invitation_mail_template
|
||
msgid "Invitation email to new attendees of an appointment"
|
||
msgstr "E-mail de convite para novos participantes de um compromisso"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,subject:appointment.attendee_invitation_mail_template
|
||
msgid "Invitation to {{ object.event_id.name }}"
|
||
msgstr "Convite para {{ object.event_id.name }}"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.appointment_type_action_custom
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_type_custom
|
||
msgid "Invitations"
|
||
msgstr "Convites"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_is_follower
|
||
msgid "Is Follower"
|
||
msgstr "É um seguidor"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__is_published
|
||
msgid "Is Published"
|
||
msgstr "Está publicado"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid ""
|
||
"It's too late to cancel online, please contact the attendees another way if "
|
||
"you really can't make it."
|
||
msgstr ""
|
||
"É tarde demais para cancelar online. Entre em contato com os participantes "
|
||
"de outra forma se realmente não puder comparecer."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Join at"
|
||
msgstr "Entre em"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Join with Odoo Discuss"
|
||
msgstr "Entre com o Odoo Mensagens"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__country_ids
|
||
msgid ""
|
||
"Keep empty to allow visitors from any country, otherwise you only allow "
|
||
"visitors from selected countries"
|
||
msgstr ""
|
||
"Mantenha vazio para permitir visitantes de qualquer país, caso contrário, "
|
||
"você só permitirá visitantes de países selecionados"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__write_uid
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Última atualização por"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_booking_line__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__write_date
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Última atualização em"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__allow_guests
|
||
msgid "Let attendees invite guests when registering a meeting."
|
||
msgstr ""
|
||
"Permita que os participantes convidem pessoas ao registrar uma reunião."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Link Copied in your clipboard!"
|
||
msgstr "Link copiado para a sua área de transferência!"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid "Link Generator"
|
||
msgstr "Gerador de links"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__book_url
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid "Link URL"
|
||
msgstr "URL do link"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/components/appointment_invite/appointment_invite_copy_close.js:0
|
||
#: code:addons/appointment/static/src/components/appointment_onboarding/appointment_onboarding_invite_buttons.js:0
|
||
#, python-format
|
||
msgid "Link copied to clipboard!"
|
||
msgstr "Link copiado para a área de transferência!"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__linked_resource_ids
|
||
msgid "Linked Resource"
|
||
msgstr "Recurso vinculado"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__linked_resource_ids
|
||
msgid "List of resources that can be combined to handle a bigger demand."
|
||
msgstr ""
|
||
"Lista de recursos que podem ser combinados para atender a uma demanda maior."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__location_id
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Location"
|
||
msgstr "Local"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__location
|
||
msgid "Location formatted"
|
||
msgstr "Local formatado"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__location
|
||
msgid "Location formatted for one line uses"
|
||
msgstr "O local formatado para uma linha usa"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,done_text:appointment.appointment_onboarding_create_appointment_type_step
|
||
msgid "Looks great!"
|
||
msgstr "Parece ótimo!"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_resources.xml:0
|
||
#, python-format
|
||
msgid "Make your choice"
|
||
msgstr "Faça sua escolha"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_manage_capacity
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_type_manage_capacity
|
||
msgid "Manage Capacities"
|
||
msgstr "Gerenciar capacidades"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__resource_manage_capacity
|
||
#: model:ir.model.fields,help:appointment.field_calendar_event__appointment_type_manage_capacity
|
||
msgid ""
|
||
"Manage the maximum amount of people a resource can handle (e.g. Table for 6 "
|
||
"persons, ...)"
|
||
msgstr ""
|
||
"Gerencie a quantidade máxima de pessoas que um recurso pode comportar (ex.: "
|
||
"mesa para 6 pessoas...)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_manual_confirmation
|
||
msgid "Manual Confirmation"
|
||
msgstr "Confirmação manual"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Max in"
|
||
msgstr "Máx em"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__capacity
|
||
msgid ""
|
||
"Maximum amount of people for this resource (e.g. Table for 6 persons, ...)"
|
||
msgstr ""
|
||
"Quantidade máxima de pessoas para esse recurso (ex.: mesa para 6 pessoas...)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_invite__resources_choice__current_user
|
||
msgid "Me (only with Users)"
|
||
msgstr "Eu (apenas com usuários)"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/onboarding_onboarding_step.py:0
|
||
#: code:addons/appointment/models/onboarding_onboarding_step.py:0
|
||
#, python-format
|
||
msgid "Meet With Me"
|
||
msgstr "Marque uma reunião comigo"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__videocall_redirection
|
||
msgid "Meeting redirection URL"
|
||
msgstr "URL de redirecionamento da reunião"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "Meetings"
|
||
msgstr "Reuniões"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_has_error
|
||
msgid "Message Delivery error"
|
||
msgstr "Erro na entrega da mensagem"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Message from the Organizer"
|
||
msgstr "Mensagem do organizador"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Messages"
|
||
msgstr "Mensagens"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Min"
|
||
msgstr "Mín"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__1
|
||
msgid "Monday"
|
||
msgstr "Segunda"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "More Options"
|
||
msgstr "Mais opções"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_question__question_type__text
|
||
msgid "Multi-line text"
|
||
msgstr "Texto multilinhas "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "My Appointments"
|
||
msgstr "Meus compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_search
|
||
msgid "My Links"
|
||
msgstr "Meus links"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Name"
|
||
msgstr "Nome"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#, python-format
|
||
msgid "Navigation"
|
||
msgstr "Navegação"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_alarm__default_for_new_appointment_type
|
||
msgid "New Appointments Default"
|
||
msgstr "Padrão para novos compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_answer_input_action_from_question
|
||
msgid "No Answers yet!"
|
||
msgstr "Sem respostas ainda."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_type_action
|
||
msgid "No Appointment Configured"
|
||
msgstr "Nenhum compromisso configurado"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_view_bookings_resources
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_view_bookings_users
|
||
msgid "No Appointment or Resource were found."
|
||
msgstr "Nenhum compromisso ou recurso foi encontrado."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_type_action_custom
|
||
msgid "No Custom Availabilities Shared!"
|
||
msgstr "Nenhuma disponibilidade personalizada compartilhada."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__avatars_display__hide
|
||
msgid "No Picture"
|
||
msgstr "Sem imagem"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_invite_action
|
||
msgid "No Shared Links yet!"
|
||
msgstr "Não há links compartilhados ainda."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__appointment_type_info_msg
|
||
msgid "No User Assigned Message"
|
||
msgstr "Mensagem não atribuída a nenhum usuário"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_appointment_reporting
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_report_all
|
||
msgid "No data yet!"
|
||
msgstr "Sem dados ainda."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "None"
|
||
msgstr "Nenhum"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_calendar_event__alarm_ids
|
||
msgid "Notifications sent to all attendees to remind of the meeting."
|
||
msgstr ""
|
||
"Notificações enviadas a todos os participantes para lembrar da reunião."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_needaction_counter
|
||
msgid "Number of Actions"
|
||
msgstr "Número de ações"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_has_error_counter
|
||
msgid "Number of errors"
|
||
msgstr "Número de erros"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_needaction_counter
|
||
msgid "Number of messages requiring action"
|
||
msgstr "Número de mensagens que requerem ação"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_has_error_counter
|
||
msgid "Number of messages with delivery error"
|
||
msgstr "Número de mensagens com erro de entrega"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Number of people"
|
||
msgstr "Número de pessoas"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__event_videocall_source__discuss
|
||
msgid "Odoo Discuss"
|
||
msgstr "Odoo Mensagens"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_onboarding_onboarding
|
||
msgid "Onboarding"
|
||
msgstr "Integração"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,step_image_alt:appointment.appointment_onboarding_configure_calendar_provider_step
|
||
msgid "Onboarding Connect your calendar"
|
||
msgstr "Integração - Conectar seu calendário"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,step_image_alt:appointment.appointment_onboarding_preview_invite_step
|
||
msgid "Onboarding Get your link"
|
||
msgstr "Integração - Obter link"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,step_image_alt:appointment.appointment_onboarding_create_appointment_type_step
|
||
msgid "Onboarding Set Your Availabilities"
|
||
msgstr "Integração - Configurar disponibilidades"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_onboarding_onboarding_step
|
||
msgid "Onboarding Step"
|
||
msgstr "Etapa de integração"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__slot_type__unique
|
||
msgid "One Shot"
|
||
msgstr "Ocorrência única"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid ""
|
||
"Only letters, numbers, underscores and dashes are allowed in your links."
|
||
msgstr ""
|
||
"Somente letras, números, sublinhados e traços são permitidos em seus links."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_invite.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Only letters, numbers, underscores and dashes are allowed in your links. You"
|
||
" need to adapt %s."
|
||
msgstr ""
|
||
"Somente letras, números, sublinhados e traços são permitidos em links. É "
|
||
"necessário adaptar %s."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid "Only one anytime appointment type is allowed for a specific user."
|
||
msgstr ""
|
||
"Apenas um tipo de compromisso a qualquer momento é permitido para um usuário"
|
||
" específico."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Open"
|
||
msgstr "Aberto"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_form
|
||
msgid "Opening Hours"
|
||
msgstr "Horário de funcionamento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_user
|
||
msgid "Operator"
|
||
msgstr "Operador"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Options"
|
||
msgstr "Opções"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__user_id
|
||
msgid "Organizer"
|
||
msgstr "Organizador"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Our first availability is"
|
||
msgstr "Nossa primeira disponibilidade é "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Outlook"
|
||
msgstr "Outlook"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Past"
|
||
msgstr "Passados"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__appointment_booker_id
|
||
msgid "Person who is booking the appointment"
|
||
msgstr "Pessoa que está agendando o compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "Phone number*"
|
||
msgstr "Número de telefone*"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "Phone: %(phone)s"
|
||
msgstr "Telefone: %(phone)s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/appointment.py:0
|
||
#, python-format
|
||
msgid "Phone: %s"
|
||
msgstr "Telefone: %s"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__assign_method__resource_time
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__user_assign_method__resource_time
|
||
msgid "Pick User/Resource then Time"
|
||
msgstr "Selecionar usuário/recurso e depois a hora"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
msgid "Pick a Work Schedule..."
|
||
msgstr "Escolha um horário de trabalho..."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Pick your availabilities"
|
||
msgstr "Selecione sua disponibilidade"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__placeholder
|
||
msgid "Placeholder"
|
||
msgstr "Marcador de posição"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/appointment.py:0
|
||
#, python-format
|
||
msgid "Please connect to book the appointment"
|
||
msgstr "Entre em contato para agendar o compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Please, select another date."
|
||
msgstr "Selecione outra data."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__suggested_resource_ids
|
||
msgid "Possible resources"
|
||
msgstr "Recursos possíveis"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__suggested_staff_user_ids
|
||
msgid "Possible users"
|
||
msgstr "Usuários possíveis"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/components/appointment_onboarding/appointment_onboarding_invite_buttons.xml:0
|
||
#: model:onboarding.onboarding.step,button_text:appointment.appointment_onboarding_preview_invite_step
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#, python-format
|
||
msgid "Preview"
|
||
msgstr "Visualizar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__category__punctual
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Punctual"
|
||
msgstr "Pontual"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__question_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__question_id
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__name
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
msgid "Question"
|
||
msgstr "Pergunta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__question_type
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__question_type
|
||
msgid "Question Type"
|
||
msgstr "Tipo de pergunta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__question_ids
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Questions"
|
||
msgstr "Perguntas"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_question__question_type__radio
|
||
msgid "Radio (one answer)"
|
||
msgstr "Seleção (apenas uma opção)"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__rating_ids
|
||
msgid "Ratings"
|
||
msgstr "Avaliações"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__reason
|
||
msgid "Reason"
|
||
msgstr "Motivo"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__slot_type__recurring
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__category__recurring
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Recurring"
|
||
msgstr "Recorrente"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__redirect_url
|
||
msgid "Redirect URL"
|
||
msgstr "URL de redirecionamento"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__reminder_ids
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__alarm_ids
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_reminders
|
||
msgid "Reminders"
|
||
msgstr "Lembretes"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Remove"
|
||
msgstr "Remover"
|
||
|
||
#. module: appointment
|
||
#: model:ir.ui.menu,name:appointment.menu_schedule_report
|
||
#: model:ir.ui.menu,name:appointment.reporting_menu_calendar
|
||
msgid "Reporting"
|
||
msgstr "Relatórios"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__question_required
|
||
msgid "Required Answer"
|
||
msgstr "Resposta necessária"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__resource_id
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Resource"
|
||
msgstr "Recurso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.calendar_event_action_view_bookings_resources
|
||
#: model:ir.actions.server,name:appointment.calendar_event_action_all_resources_bookings
|
||
msgid "Resource Bookings"
|
||
msgstr "Agendamentos de recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__calendar_id
|
||
msgid "Resource Calendar"
|
||
msgstr "Calendário de recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_resource_leaves
|
||
msgid "Resource Leaves"
|
||
msgstr "Licenças de recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model,name:appointment.model_resource_calendar
|
||
msgid "Resource Working Time"
|
||
msgstr "Tempo de trabalho do recurso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.appointment_resource_action
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__resource_ids
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__resource_ids
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__schedule_based_on__resources
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_resource
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_tree_invitation
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_gantt_booking_resource
|
||
msgid "Resources"
|
||
msgstr "Recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_schedule_resource_booking
|
||
msgid "Resources Bookings"
|
||
msgstr "Agendamentos de recursos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__resources_on_leave
|
||
msgid "Resources intersecting with leave time"
|
||
msgstr "Recursos que se cruzam com o tempo de licença"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Responsible"
|
||
msgstr "Responsável"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_tree
|
||
msgid "Restrict to Resource"
|
||
msgstr "Restringir a recurso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__restrict_to_resource_ids
|
||
msgid "Restrict to Resources"
|
||
msgstr "Restringir para recursos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_tree
|
||
msgid "Restrict to User"
|
||
msgstr "Restringir a usuário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__restrict_to_user_ids
|
||
msgid "Restrict to Users"
|
||
msgstr "Restringir para usuários"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
msgid "Restrict to specific Resources"
|
||
msgstr "Restringir a recursos específicos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "SCHEDULED"
|
||
msgstr "AGENDADO"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__message_has_sms_error
|
||
msgid "SMS Delivery error"
|
||
msgstr "Erro no envio de SMS"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__6
|
||
msgid "Saturday"
|
||
msgstr "Sábado"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Save"
|
||
msgstr "Salvar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_schedule_resources
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Schedule"
|
||
msgstr "Agendar"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__schedule_based_on
|
||
msgid "Schedule Based On"
|
||
msgstr "Agendar baseado em "
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/wysiwyg.js:0
|
||
#, python-format
|
||
msgid "Schedule an Appointment"
|
||
msgstr "Agendar um compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_appointment_reporting
|
||
#: model_terms:ir.actions.act_window,help:appointment.calendar_event_action_report_all
|
||
msgid "Schedule appointments to get statistics"
|
||
msgstr "Agendar compromissos para obter estatísticas"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__min_schedule_hours
|
||
msgid "Schedule before (hours)"
|
||
msgstr "Agendar horas antes"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__max_schedule_days
|
||
msgid "Schedule not after (days)"
|
||
msgstr "Não agendar depois (dias)"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Scheduling"
|
||
msgstr "Agendamento"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Search in All"
|
||
msgstr "Buscar em tudo"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Search in Description"
|
||
msgstr "Buscar em descrições"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Search in Name"
|
||
msgstr "Buscar em nome"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Search in Responsible"
|
||
msgstr "Buscar em responsável"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Select Dates"
|
||
msgstr "Selecionar datas"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__assign_method__time_resource
|
||
msgid "Select Time then User/Resource"
|
||
msgstr "Selecionar a hora e depois o usuário/recurso"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__assign_method__time_auto_assign
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__user_assign_method__time_auto_assign
|
||
msgid "Select Time then auto-assign"
|
||
msgstr "Selecionar a hora e depois atribuir automaticamente"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Select a date & time"
|
||
msgstr "Selecione uma data e hora"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_slots.xml:0
|
||
#, python-format
|
||
msgid "Select a time"
|
||
msgstr "Selecione um horário"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Select attendees..."
|
||
msgstr "Selecionar participantes..."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__value_answer_id
|
||
msgid "Selected Answer"
|
||
msgstr "Resposta selecionada"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__appointment_type_count
|
||
msgid "Selected Appointments Count"
|
||
msgstr "Contagem de compromissos selecionados"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
msgid "Selection Questions"
|
||
msgstr "Perguntas de seleção"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,description:appointment.appointment_canceled_mail_template
|
||
msgid "Sent to all attendees when an appointment is cancelled"
|
||
msgstr "Enviado a todos os participantes quando um compromisso é cancelado"
|
||
|
||
#. module: appointment
|
||
#: model:mail.template,description:appointment.appointment_booked_mail_template
|
||
msgid "Sent to followers of an appointment type when a meeting is booked"
|
||
msgstr ""
|
||
"Enviado aos seguidores de um tipo de compromisso quando uma reunião é "
|
||
"agendada"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer__sequence
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__sequence
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__sequence
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__sequence
|
||
msgid "Sequence"
|
||
msgstr "Sequência"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,title:appointment.appointment_onboarding_create_appointment_type_step
|
||
msgid "Set your availabilities"
|
||
msgstr "Configure suas disponibilidades "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_tree
|
||
msgid "Share"
|
||
msgstr "Compartilhar"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Share Appointment Link"
|
||
msgstr "Compartilhar o link da consulta"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.xml:0
|
||
#, python-format
|
||
msgid "Share Availabilities"
|
||
msgstr "Compartilhar disponibilidades "
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#: code:addons/appointment/static/src/views/appointment_calendar/appointment_calendar_controller.js:0
|
||
#, python-format
|
||
msgid "Share Link"
|
||
msgstr "Compartilhar link"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.appointment_invite_action
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_invite
|
||
msgid "Share Links"
|
||
msgstr "Compartilhar links"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.actions.act_window,help:appointment.appointment_type_action
|
||
msgid ""
|
||
"Share calendar link allowing people to book meetings with you, your team or "
|
||
"a resource."
|
||
msgstr ""
|
||
"Compartilhe o link do calendário, permitindo que as pessoas agendem reuniões"
|
||
" com você, sua equipe ou um recurso."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_onboarding_link_view_form
|
||
msgid ""
|
||
"Share this link to let people book meetings with you, your team or a "
|
||
"resource."
|
||
msgstr ""
|
||
"Compartilhe este link para permitir que as pessoas marquem reuniões com "
|
||
"você, sua equipe ou um recurso."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__shareable
|
||
msgid "Shareable"
|
||
msgstr "Compartilhável"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Shared Links"
|
||
msgstr "Links compartilhados"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__short_code
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_onboarding_link__short_code
|
||
msgid "Short Code"
|
||
msgstr "Código abreviado"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__short_code_format_warning
|
||
msgid "Short Code Format Warning"
|
||
msgstr "Aviso de formato de código curto"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__short_code_unique_warning
|
||
msgid "Short Code Unique Warning"
|
||
msgstr "Aviso de código curto exclusivo "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__avatars_display__show
|
||
msgid "Show Pictures"
|
||
msgstr "Exibir imagens"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_question__question_type__char
|
||
msgid "Single line text"
|
||
msgstr "Texto de linha única"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__slot_type
|
||
msgid "Slot type"
|
||
msgstr "Tipo de horário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__message_intro
|
||
msgid "Small description of the appointment type."
|
||
msgstr "Pequena descrição do tipo de compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Sorry,"
|
||
msgstr "Sentimos muito,"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Sorry, it is no longer possible to schedule an appointment."
|
||
msgstr "Sentimos muito, não é mais possível agendar um compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Sorry, there is not any more availability for the asked capacity."
|
||
msgstr "Não há mais disponibilidade para a capacidade solicitada."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Sorry, we have no availability for an appointment."
|
||
msgstr "Sentimos muito, não há disponibilidade para um compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Sorry, we have no more slots available for this month."
|
||
msgstr "Desculpe, não temos mais vagas disponíveis para este mês."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__source_resource_ids
|
||
msgid "Source combination"
|
||
msgstr "Combinação de origens"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__appointment_resource_ids
|
||
msgid "Specific Resources"
|
||
msgstr "Recursos específicos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_invite__resources_choice__specific_resources
|
||
msgid "Specific Users/Resources"
|
||
msgstr "Usuários/recursos específicos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.actions.act_window,name:appointment.calendar_event_action_view_bookings_users
|
||
#: model:ir.actions.server,name:appointment.calendar_event_action_all_users_appointments
|
||
#: model:ir.ui.menu,name:appointment.menu_appointment_schedule_staff_appointment
|
||
msgid "Staff Bookings"
|
||
msgstr "Agendamento da equipe"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_manage_leaves__leave_start_dt
|
||
msgid "Start Date"
|
||
msgstr "Data de início"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__start_datetime
|
||
msgid "Start Datetime"
|
||
msgstr "Data e hora de início"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_booking_line__event_start
|
||
msgid "Start date of an event, without time for full days events"
|
||
msgstr "Data inicial de um evento, sem tempo para eventos de dias inteiros"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_slot__start_datetime
|
||
msgid "Start datetime for unique slot type management"
|
||
msgstr "Data e hora de início para gerenciamento do tipo de horário exclusivo"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__start_hour
|
||
msgid "Starting Hour"
|
||
msgstr "Hora de início"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,done_text:appointment.appointment_onboarding_configure_calendar_provider_step
|
||
#: model:onboarding.onboarding.step,done_text:appointment.appointment_onboarding_preview_invite_step
|
||
msgid "Step Completed!"
|
||
msgstr "Etapa concluída!"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_booking_line__event_stop
|
||
msgid "Stop date of an event, without time for full days events"
|
||
msgstr "Data final de um evento, sem tempo para eventos de dias inteiros"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_tree_booking
|
||
msgid "Subject"
|
||
msgstr "Assunto"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_question__answer_input_ids
|
||
msgid "Submitted Answers"
|
||
msgstr "Respostas enviadas"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__7
|
||
msgid "Sunday"
|
||
msgstr "Domingo"
|
||
|
||
#. module: appointment
|
||
#: model:appointment.question,name:appointment.appointment_type_dental_care_question_1
|
||
msgid "Symptoms"
|
||
msgstr "Sintomas"
|
||
|
||
#. module: appointment
|
||
#: model:appointment.type,name:appointment.appointment_type_tennis_court
|
||
msgid "Tennis Court"
|
||
msgstr "Quadra de tênis"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_answer_input__value_text_box
|
||
msgid "Text Answer"
|
||
msgstr "Texto da resposta"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_answer_input_view_search
|
||
msgid "Text Questions"
|
||
msgstr "Perguntas de texto"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_invite_short_code_uniq
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_invite_view_form
|
||
msgid "The URL is already taken, please pick another code."
|
||
msgstr "O URL já está em uso, escolha outro código."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_type_check_resource_manual_confirmation_percentage
|
||
msgid "The capacity percentage should be between 0 and 100%"
|
||
msgstr "A porcentagem de capacidade deve estar entre 0 e 100%"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_booking_line_check_capacity_reserved
|
||
msgid "The capacity reserved should be positive."
|
||
msgstr "A capacidade reservada deve ser positiva."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_booking_line_check_capacity_used
|
||
msgid "The capacity used can not be lesser than the capacity reserved"
|
||
msgstr ""
|
||
"A capacidade utilizada não pode ser menor do que a capacidade reservada"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_slot_check_start_and_end_hour
|
||
msgid "The end time must be later than the start time."
|
||
msgstr "O horário de término deve ser posterior ao horário de início."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "The event %s cannot book resources without an appointment type."
|
||
msgstr "O evento %s não pode reservar recursos sem um tipo de compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "The field '%s' does not exist in the targeted model"
|
||
msgstr "O campo '%s' não existe no modelo de destino"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_invite.py:0
|
||
#, python-format
|
||
msgid "The following appointment type(s) have no resource assigned: %s."
|
||
msgstr ""
|
||
"Os seguintes tipos de compromissos não têm nenhum recurso atribuído: %s."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_invite.py:0
|
||
#, python-format
|
||
msgid "The following appointment type(s) have no staff assigned: %s."
|
||
msgstr ""
|
||
" Os seguintes tipos de compromissos não têm funcionários atribuídos: %s."
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_question.py:0
|
||
#, python-format
|
||
msgid "The following question(s) do not have any selectable answers : %s"
|
||
msgstr "As seguintes perguntas não têm respostas selecionáveis: %s"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/appointment_type.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The following users are in restricted slots but they are not part of the "
|
||
"available staff: %s"
|
||
msgstr ""
|
||
"Os seguintes usuários estão em horários restritos, mas não fazem parte da "
|
||
"equipe disponível: %s"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.constraint,message:appointment.constraint_appointment_resource_check_capacity
|
||
msgid "The resource should have at least one capacity."
|
||
msgstr "O recurso deve ter pelo menos uma capacidade."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__sequence
|
||
msgid ""
|
||
"The sequence dictates if the resource is going to be picked in higher priority against another resource\n"
|
||
" (e.g. for 2 tables of 4, the lowest sequence will be picked first)"
|
||
msgstr ""
|
||
"A sequência determina se o recurso será selecionado com prioridade mais alta em relação a outro recurso\n"
|
||
" (ex.: para 2 mesas de 4 lugares, aquela com sequência numérica mais baixa será selecionada primeiro)"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "Their first availability is"
|
||
msgstr "A primeira disponibilidade é"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointments_list_layout
|
||
msgid "There is currently no appointment available"
|
||
msgstr "Não há compromissos disponíveis no momento"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
msgid "There is no appointment linked to your account."
|
||
msgstr "Não há nenhum compromisso vinculado à sua conta."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__shareable
|
||
msgid ""
|
||
"This allows to share the resource with multiple attendee for a same time "
|
||
"slot (e.g. a bar counter)"
|
||
msgstr ""
|
||
"Isso permite compartilhar o recurso com vários participantes em um mesmo "
|
||
"intervalo de tempo (ex.: um balcão de bar)"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"This appointment type has no availabilities because it does not have any "
|
||
"opening hours configured"
|
||
msgstr ""
|
||
"Esse tipo de compromisso não tem disponibilidade porque não tem nenhum "
|
||
"horário de funcionamento configurado."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"This appointment type has no availabilities because it has no resource "
|
||
"assigned"
|
||
msgstr ""
|
||
"Esse tipo de compromisso não tem disponibilidades porque não tem nenhum "
|
||
"recurso atribuído"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"This appointment type has no availabilities because it has no resource "
|
||
"assigned and does not have any opening hours configured"
|
||
msgstr ""
|
||
"Esse tipo de compromisso não tem disponibilidades porque não tem nenhum "
|
||
"recurso atribuído e não tem nenhum horário de funcionamento configurado."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"This appointment type has no availabilities because it has no staff assigned"
|
||
msgstr ""
|
||
"Esse tipo de compromisso não tem disponibilidades porque não tem equipe "
|
||
"atribuída"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid ""
|
||
"This appointment type has no availabilities because it has no staff assigned"
|
||
" and does not have any opening hours configured"
|
||
msgstr ""
|
||
"Esse tipo de compromisso não tem disponibilidade porque não tem equipe "
|
||
"atribuída e não tem nenhum horário de funcionamento configurado."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_resource__tz
|
||
msgid ""
|
||
"This field is used in order to define in which timezone the resources will "
|
||
"work."
|
||
msgstr ""
|
||
"Este campo é usado para definir em qual fuso horário os colaboradores "
|
||
"trabalharão."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_edit_in_backend
|
||
msgid "This is a preview of the customer appointment form."
|
||
msgstr "Esta é uma visualização do formulário de compromisso do cliente."
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__4
|
||
msgid "Thursday"
|
||
msgstr "Quinta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__tz
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__appointment_tz
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Timezone"
|
||
msgstr "Fuso horário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__appointment_tz
|
||
msgid "Timezone where appointment take place"
|
||
msgstr "Fuso horário em que o compromisso ocorre"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_info
|
||
msgid "Timezone:"
|
||
msgstr "Fuso horário: "
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__end_datetime
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "To"
|
||
msgstr "Para"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__access_token
|
||
msgid "Token"
|
||
msgstr "Token"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_kanban
|
||
msgid "Total"
|
||
msgstr "Total"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__resource_total_capacity
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_tree
|
||
msgid "Total Capacity"
|
||
msgstr "Capacidade total"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__resource_total_capacity_reserved
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_tree_booking
|
||
msgid "Total Capacity Reserved"
|
||
msgstr "Capacidade total reservada"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_calendar_event__resource_total_capacity_used
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_tree_booking
|
||
msgid "Total Capacity Used"
|
||
msgstr "Capacidade total utilizada"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "Total Reserved"
|
||
msgstr "Total reservado"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
msgid "Total:"
|
||
msgstr "Total:"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__2
|
||
msgid "Tuesday"
|
||
msgstr "Terça"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_search
|
||
msgid "Type"
|
||
msgstr "Tipo"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Uncertain"
|
||
msgstr "Incerto"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/views/gantt/gantt_popover.xml:0
|
||
#, python-format
|
||
msgid "Unconfirm Check-In"
|
||
msgstr "Cancelar confirmação de check-in"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Until"
|
||
msgstr "Até"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "Until (max)"
|
||
msgstr "Até (máximo)"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Upcoming"
|
||
msgstr "Próximos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_calendar_alarm__default_for_new_appointment_type
|
||
msgid "Use as default for new Appointment Types"
|
||
msgstr "Usar como padrão para novos tipos de compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__category
|
||
msgid ""
|
||
"Used to define this appointment type's category.\n"
|
||
"\n"
|
||
" Can be one of:\n"
|
||
"\n"
|
||
" - Recurring: the default category, weekly recurring slots. Accessible from the website\n"
|
||
"\n"
|
||
" - Punctual: recurring slots limited between 2 datetimes. Accessible from the website\n"
|
||
"\n"
|
||
" - Custom: the user will create and share to another user a custom appointment type with hand-picked time slots\n"
|
||
"\n"
|
||
" - Anytime: the user will create and share to another user an appointment type covering all their time slots"
|
||
msgstr ""
|
||
"Usado para definir a categoria desse tipo de compromisso.\n"
|
||
"\n"
|
||
" Pode ser uma das seguintes:\n"
|
||
"\n"
|
||
" - Recorrente: a categoria padrão, intervalos recorrentes semanalmente. Acessível a partir do site\n"
|
||
"\n"
|
||
" - Pontual: intervalos recorrentes limitados entre 2 datas e horas. Acessível a partir do site\n"
|
||
"\n"
|
||
" - Personalizado: o usuário criará e compartilhará com outro usuário um tipo de compromisso personalizado com horários escolhidos manualmente\n"
|
||
"\n"
|
||
" - A qualquer momento: o usuário criará e compartilhará com outro usuário um tipo de compromisso que abranja todos os seus horários"
|
||
|
||
#. module: appointment
|
||
#: model:res.groups,name:appointment.group_appointment_user
|
||
msgid "User"
|
||
msgstr "Usuário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__user_assign_method
|
||
msgid "User Assign Method"
|
||
msgstr "Método de atribuição de usuário"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_invite__staff_user_ids
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__staff_user_ids
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_type__schedule_based_on__users
|
||
msgid "Users"
|
||
msgstr "Usuários"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__event_videocall_source
|
||
msgid "Videoconference Link"
|
||
msgstr "Link da videoconferência"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_type__website_message_ids
|
||
msgid "Website Messages"
|
||
msgstr "Mensagens do site"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,help:appointment.field_appointment_type__website_message_ids
|
||
msgid "Website communication history"
|
||
msgstr "Histórico de comunicação do site"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields.selection,name:appointment.selection__appointment_slot__weekday__3
|
||
msgid "Wednesday"
|
||
msgstr "Quarta"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_slot__weekday
|
||
msgid "Week Day"
|
||
msgstr "Dia da semana"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.staff_user_select
|
||
msgid "With"
|
||
msgstr "Com"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,description:appointment.appointment_onboarding_configure_calendar_provider_step
|
||
msgid "With Outlook or Google"
|
||
msgstr "Com o Outlook ou o Google"
|
||
|
||
#. module: appointment
|
||
#: model:ir.model.fields,field_description:appointment.field_appointment_resource__resource_calendar_id
|
||
msgid "Working Hours"
|
||
msgstr "Horário de trabalho"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/js/appointment_form.js:0
|
||
#: code:addons/appointment/static/src/js/appointment_validation.js:0
|
||
#, python-format
|
||
msgid "You cannot invite more than 10 people"
|
||
msgstr "Não é possível convidar mais de 10 pessoas"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_details_column
|
||
msgid "Your Appointment"
|
||
msgstr "Seu compromisso"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid ""
|
||
"Your appointment has been reserved! We will come back to you to confirm it."
|
||
msgstr ""
|
||
"Seu compromisso foi reservado! Entraremos em contato com você para "
|
||
"confirmar."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Your appointment has successfully been booked!"
|
||
msgstr "Seu compromisso foi agendado com sucesso!"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "Your appointment is in less than"
|
||
msgstr "Seu compromisso é em menos de"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_user
|
||
msgid "Your choice"
|
||
msgstr "Sua seleção"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "days"
|
||
msgstr "dias"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "e.g. \"During this meeting, we will...\""
|
||
msgstr "Ex: \"Durante esta reunião, nós iremos...\""
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "e.g. \"I feel nauseous...\""
|
||
msgstr "Ex: \"Eu me sinto enjoado...\""
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.calendar_event_view_form_gantt_booking
|
||
msgid "e.g. \"John Doe - Tennis Court Booking\""
|
||
msgstr "ex.: \"João da Silva - Reserva da quadra de tênis\""
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "e.g. \"Technical Demo\""
|
||
msgstr "ex.: “demo técnica”"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "e.g. \"Thank you for your trust, we look forward to meeting you!\""
|
||
msgstr "Ex: \"Obrigado por sua confiança, estamos ansiosos para conhecê-lo!\""
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "e.g. \"What are your symptoms?\""
|
||
msgstr "e.g. \"Quais são seus sintomas?\""
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "e.g. +1(605)691-3277"
|
||
msgstr "ex., +55 (41) 5555-5555"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_manage_leaves_view_form
|
||
msgid "e.g. Inventory count and valuation"
|
||
msgstr "ex., contagem e valoração de inventário"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "e.g. John Smith"
|
||
msgstr "ex.: João da Silva"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_resource_view_form
|
||
msgid "e.g. Tennis Court 1"
|
||
msgstr "ex. Quadra de tênis 1"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid ""
|
||
"e.g. john.doe@email.com\r\n"
|
||
"e.g. jane.doe@example.com\r\n"
|
||
"..."
|
||
msgstr ""
|
||
"ex., joao.silva@email.com\r\n"
|
||
"ex., maria.pereira@exemplo.com\r\n"
|
||
"..."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid ""
|
||
"e.g. john.doe@email.com \r\n"
|
||
"e.g. jane.doe@example.com\r\n"
|
||
"..."
|
||
msgstr ""
|
||
"ex., joao.silva@email.com\r\n"
|
||
"ex., maria.pereira@exemplo.com\r\n"
|
||
"..."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_form
|
||
msgid "e.g. john.smith@example.com"
|
||
msgstr "ex., joao.silva@exemplo.com"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "from"
|
||
msgstr "de"
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "has no availability for an appointment."
|
||
msgstr "não tem disponibilidade para um compromisso."
|
||
|
||
#. module: appointment
|
||
#. odoo-javascript
|
||
#: code:addons/appointment/static/src/xml/appointment_no_slot.xml:0
|
||
#, python-format
|
||
msgid "has no more slots available for this month."
|
||
msgstr "não tem mais vagas disponíveis para este mês."
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "hours before"
|
||
msgstr "horas antes"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "hours from now!"
|
||
msgstr "horas!"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_meeting_details
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_validated
|
||
msgid "people"
|
||
msgstr "pessoas"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "persons)"
|
||
msgstr "pessoas)"
|
||
|
||
#. module: appointment
|
||
#. odoo-python
|
||
#: code:addons/appointment/models/calendar_event.py:0
|
||
#, python-format
|
||
msgid "somebody"
|
||
msgstr "alguém"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,description:appointment.appointment_onboarding_create_appointment_type_step
|
||
msgid "to automate appointments"
|
||
msgstr "para automatizar compromissos"
|
||
|
||
#. module: appointment
|
||
#: model:onboarding.onboarding.step,description:appointment.appointment_onboarding_preview_invite_step
|
||
msgid "to schedule appointments"
|
||
msgstr "para agendar compromissos"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "total capacity"
|
||
msgstr "capacidade total "
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.appointment_type_view_form
|
||
msgid "when over"
|
||
msgstr "quando acima de"
|
||
|
||
#. module: appointment
|
||
#: model_terms:ir.ui.view,arch_db:appointment.portal_my_appointments
|
||
msgid "with"
|
||
msgstr "com"
|