1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/timesheet_grid/i18n/pt_BR.po
2024-12-10 09:04:09 +07:00

1595 lines
71 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * timesheet_grid
#
# Translators:
# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023
# Maitê Dietze, 2024
# Wil Odoo, 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: Wil Odoo, 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: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "%s Spent"
msgstr "%s gasto"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "+ [A] to add"
msgstr "+ [A] para adicionar"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_kanban
msgid "<i class=\"fa fa-pause text-warning\" title=\"Timer is Paused\"/>"
msgstr "<i class=\"fa fa-pause text-warning\" title=\"Timer is Paused\"/>"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_kanban
msgid "<i class=\"fa fa-play text-success\" title=\"Timer is Running\"/>"
msgstr "<i class=\"fa fa-play text-success\" title=\"Timer is Running\"/>"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid "<span class=\"col-auto ms-2\">min</span>"
msgstr "<span class=\"col-auto ms-2\">min.</span>"
#. module: timesheet_grid
#: model:mail.template,body_html:timesheet_grid.mail_template_timesheet_reminder_user
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Your Timesheets</span><br>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Abigail Peterson</span>\n"
" </td><td valign=\"middle\" align=\"right\" t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- CONTENT -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
" <t t-set=\"timesheet_hours\" t-value=\"ctx.get('timesheet_hours', 0)\"></t>\n"
" <t t-set=\"working_hours\" t-value=\"ctx.get('working_hours', 0)\"></t>\n"
" <div>\n"
" Hello <t t-out=\"object.name or ''\">Abigail Peterson</t>,<br><br>\n"
" This is a friendly reminder to log your hours for the following period: <t t-out=\"ctx.get('date_start') or ''\">05/05/2021</t> <i class=\"fa fa-long-arrow-right\"></i> <t t-out=\"ctx.get('date_stop') or ''\">05/06/2021</t>.\n"
" For the time being, you <t t-if=\"timesheet_hours != 0\">only</t> logged <t t-out=\"'%d' %int(timesheet_hours)\">2</t><t t-if=\"timesheet_hours % 1 != 0\" t-out=\"':%02d' % (round(timesheet_hours % 1 * 60))\">:30</t> hours on the <t t-out=\"'%d' %int(working_hours)\">8</t><t t-if=\"working_hours % 1 != 0\" t-out=\"':%02d' % (round(working_hours % 1 * 60))\">:30</t> requested.<br>\n"
" <div t-if=\"ctx.get('action_url')\" style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"ctx.get('action_url')\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 13px;\">Fill in your timesheet</a>\n"
" </div>\n"
" <br>Thank you,<br>\n"
" <t t-if=\"user.signature\">\n"
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- FOOTER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\" align=\"left\">\n"
" <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
" </td></tr>\n"
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
" <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
" <t t-if=\"object.company_id.email\">\n"
" | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
" </t>\n"
" <t t-if=\"object.company_id.website\">\n"
" | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- POWERED BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
"<tbody>\n"
" <!-- CABEÇALHO -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Suas planilhas de horas</span><br>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Patrícia Santos</span>\n"
" </td><td valign=\"middle\" align=\"right\" t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- CONTEÚDO -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
" <t t-set=\"timesheet_hours\" t-value=\"ctx.get('timesheet_hours', 0)\"></t>\n"
" <t t-set=\"working_hours\" t-value=\"ctx.get('working_hours', 0)\"></t>\n"
" <div>\n"
" Olá <t t-out=\"object.name or ''\">Patrícia Santos</t>,<br><br>\n"
" Este é um lembrete para registrar suas horas para o seguinte período: <t t-out=\"ctx.get('date_start') or ''\">05/05/2021</t> <i class=\"fa fa-long-arrow-right\"></i> <t t-out=\"ctx.get('date_stop') or ''\">06/05/2021</t>.\n"
" Até o momento, você <t t-if=\"timesheet_hours != 0\">só</t> registrou <t t-out=\"'%d' %int(timesheet_hours)\">2</t><t t-if=\"timesheet_hours % 1 != 0\" t-out=\"':%02d' % (round(timesheet_hours % 1 * 60))\">:30</t> horas das <t t-out=\"'%d' %int(working_hours)\">8</t><t t-if=\"working_hours % 1 != 0\" t-out=\"':%02d' % (round(working_hours % 1 * 60))\">:30</t> solicitadas.<br>\n"
" <div t-if=\"ctx.get('action_url')\" style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"ctx.get('action_url')\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 13px;\">Preencha sua planilha de horas</a>\n"
" </div>\n"
" <br>Obrigado,<br>\n"
" <t t-if=\"user.signature\">\n"
" <t t-out=\"user.signature or ''\">--<br>Michel Admin</t>\n"
" </t>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- RODAPÉ -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\" align=\"left\">\n"
" <t t-out=\"object.company_id.name or ''\">SuaEmpresa</t>\n"
" </td></tr>\n"
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
" <t t-out=\"object.company_id.phone or ''\">+55 41 5555-5555</t>\n"
" <t t-if=\"object.company_id.email\">\n"
" | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@suaempresa.com</a>\n"
" </t>\n"
" <t t-if=\"object.company_id.website\">\n"
" | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.exemplo.com</a>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- DESENVOLVIDO POR -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
" Desenvolvido por <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
#. module: timesheet_grid
#: model:mail.template,body_html:timesheet_grid.mail_template_timesheet_reminder
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Your Timesheets</span><br>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Abigail Peterson</span>\n"
" </td><td valign=\"middle\" align=\"right\" t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- CONTENT -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
" <div>\n"
" Hello <t t-out=\"object.name or ''\">Abigail Peterson</t>,<br><br>\n"
" This is a friendly reminder to approve your team's timesheets for the following period: <t t-out=\"ctx.get('date_start') or ''\">05/05/2021</t> - <t t-out=\"ctx.get('date_stop') or ''\">06/05/2021</t>.<br>\n"
" <div t-if=\"ctx.get('action_url')\" style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"ctx.get('action_url')\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 13px;\">Validate the Timesheets</a>\n"
" </div>\n"
" <br>Thank you,<br>\n"
" <t t-if=\"user.signature\">\n"
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- FOOTER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\" align=\"left\">\n"
" <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
" </td></tr>\n"
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
" <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
" <t t-if=\"object.company_id.email\">\n"
" | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
" </t>\n"
" <t t-if=\"object.company_id.website\">\n"
" | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- POWERED BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
"<tbody>\n"
" <!-- CABEÇALHO -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Suas planilhas de horas</span><br>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Patrícia Santos</span>\n"
" </td><td valign=\"middle\" align=\"right\" t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- CONTEÚDO -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
" <div>\n"
" Olá <t t-out=\"object.name or ''\">Patrícia Santos</t>,<br><br>\n"
" Este é um lembrete para que você aprove as planilhas de horas da sua equipe para o seguinte período: <t t-out=\"ctx.get('date_start') or ''\">05/05/2021</t> - <t t-out=\"ctx.get('date_stop') or ''\">06/05/2021</t>.<br>\n"
" <div t-if=\"ctx.get('action_url')\" style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"ctx.get('action_url')\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 13px;\">Validar as planilhas de horas</a>\n"
" </div>\n"
" <br>Obrigado,<br>\n"
" <t t-if=\"user.signature\">\n"
" <t t-out=\"user.signature or ''\">--<br>Michel Admin</t>\n"
" </t>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- RODAPÉ -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\" align=\"left\">\n"
" <t t-out=\"object.company_id.name or ''\">SuaEmpresa</t>\n"
" </td></tr>\n"
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
" <t t-out=\"object.company_id.phone or ''\">+55 41 5555-5555</t>\n"
" <t t-if=\"object.company_id.email\">\n"
" | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@suaempresa.com</a>\n"
" </t>\n"
" <t t-if=\"object.company_id.website\">\n"
" | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.exemplo.com</a>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- DESENVOLVIDO POR -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
" Desenvolvido por <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "A timer is running in another company."
msgstr "Um cronômetro está em andamento em outra empresa."
#. module: timesheet_grid
#: model:ir.ui.menu,name:timesheet_grid.menu_timesheet_grid_validate_all_timesheets
msgid "All Timesheets"
msgstr "Todas as planilhas de horas"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__amount
msgid "Amount"
msgstr "Valor"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "An employee must be linked to your user to record time."
msgstr ""
"Um funcionário deve estar vinculado ao seu usuário para registrar tempo."
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_account_analytic_line
msgid "Analytic Line"
msgstr "Linha analítica"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_allow
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_allow
msgid "Approver Reminder"
msgstr "Lembrete ao aprovador"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_delay
msgid "Approver Reminder Days"
msgstr "Dias de lembrete ao aprovador"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_interval
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_interval
msgid "Approver Reminder Frequency"
msgstr "Frequência de lembrete ao aprovador"
#. module: timesheet_grid
#: model_terms:ir.actions.act_window,help:timesheet_grid.timesheet_grid_to_validate_action
msgid ""
"Check that your employees correctly filled in their timesheets and that "
"their time is billable."
msgstr ""
"Verifique se seus funcionários preencheram corretamente suas planilhas de "
"horas e se o tempo deles é faturável."
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid ""
"Click on the cell to set the number of hours you spent on this project."
msgstr ""
"Clique na célula para definir o número de horas que você gastou nesse "
"projeto."
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_res_company
msgid "Companies"
msgstr "Empresas"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_res_config_settings
msgid "Config Settings"
msgstr "Configurações"
#. module: timesheet_grid
#: model:mail.template,description:timesheet_grid.mail_template_timesheet_reminder
msgid ""
"Configure reminders in timesheet settings to remind approvers to validate "
"timesheets"
msgstr ""
"Configure lembretes nas definições da planilha de horas para lembrar aos "
"aprovadores de validar as planilhas de horas"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/task.py:0
#, python-format
msgid "Confirm Time Spent"
msgstr "Confirmar o tempo gasto"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid "Congratulations, you are now a master of Timesheets."
msgstr "Parabéns, agora você é um mestre em planilhas de horas!"
#. module: timesheet_grid
#: model_terms:ir.actions.act_window,help:timesheet_grid.action_timesheet_previous_month
#: model_terms:ir.actions.act_window,help:timesheet_grid.action_timesheet_previous_week
msgid ""
"Congratulations, you are up to date. <br>\n"
" Let's wait for your employees to start new activities."
msgstr ""
"Parabéns, você está em dia.<br>\n"
" Vamos aguardar até que seus funcionários iniciem novas atividades."
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_project_task_create_timesheet
msgid "Create Timesheet from task"
msgstr "Criar planilha de horas a partir da tarefa"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__create_uid
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__create_date
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__create_date
msgid "Created on"
msgstr "Criado em"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/views/timer_timesheet_grid/timer_timesheet_grid_renderer.xml:0
#, python-format
msgid "Daily overtime"
msgstr "Horas extras diárias"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__date
msgid "Date"
msgstr "Data"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_employee
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_project
msgid "Day"
msgstr "Dia"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_gantt_timesheet
msgid "Days Spent —"
msgstr "Dias gastos —"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_delay
msgid "Days to Remind Approver"
msgstr "Dias para lembrar ao aprovador"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_user_delay
msgid "Days to Remind User"
msgstr "Dias para relembrar o usuário"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_account_analytic_line__employee_id
msgid ""
"Define an 'hourly cost' on the employee to track the cost of their time."
msgstr ""
"Defina um 'custo por hora' no funcionário para registrar o custo de seu "
"tempo."
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
msgid "Delete"
msgstr "Excluir"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_merge_wizard_view_form
msgid "Describe your activity"
msgstr "Descreva sua atividade"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid ""
"Describe your activity <i>(e.g. sent an e-mail, meeting with the "
"customer...)</i>."
msgstr ""
"Descreva sua atividade <i>(por exemplo, enviar um e-mail, reunião com o "
"cliente...)</i>."
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/grid_timesheet_timer_header/grid_timesheet_timer_header.js:0
#: code:addons/timesheet_grid/static/src/hooks/timesheet_timer_hooks.js:0
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
#, python-format
msgid "Describe your activity..."
msgstr "Descreva sua atividade..."
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__name
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__description
msgid "Description"
msgstr "Descrição"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_overtime_indication/timesheet_overtime_indication.js:0
#, python-format
msgid ""
"Difference between the number of %s allocated to the project and the number "
"of %s recorded"
msgstr ""
"Diferença entre o número de %s alocadas ao projeto e o número de %s "
"registradas"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_overtime_indication/timesheet_overtime_indication.js:0
#, python-format
msgid ""
"Difference between the number of %s allocated to the task and the number of "
"%s recorded"
msgstr ""
"Diferença entre o número de %s alocadas para a tarefa e o número de %s "
"registradas"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/employee_overtime_indication/employee_overtime_indication.xml:0
#, python-format
msgid ""
"Difference between the number of hours recorded and the number of hours the "
"employee was supposed to work according to his contract"
msgstr ""
"Diferença entre o número de horas registradas e o número de horas que o "
"funcionário deveria trabalhar de acordo com seu contrato"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_overtime_indication/timesheet_overtime_indication.js:0
#, python-format
msgid "Difference between the time allocated and the time recorded"
msgstr "Diferença entre o tempo alocado e o tempo registrado"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_merge_wizard_view_form
#, python-format
msgid "Discard"
msgstr "Descartar"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__display_name
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__display_name
msgid "Display Name"
msgstr "Nome exibido"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__display_timer
msgid "Display Timer"
msgstr "Exibir cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__display_timer_pause
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timer_pause
msgid "Display Timer Pause"
msgstr "Exibir pausa do cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__display_timer_resume
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timer_resume
msgid "Display Timer Resume"
msgstr "Exibir reinício do cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__display_timer_start_primary
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timer_start_primary
msgid "Display Timer Start Primary"
msgstr "Exibir início do cronômetro primário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timer_start_secondary
msgid "Display Timer Start Secondary"
msgstr "Exibir o início do cronômetro secundário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__display_timer_stop
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timer_stop
msgid "Display Timer Stop"
msgstr "Exibir parada do cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__display_timesheet_timer
msgid "Display Timesheet Time"
msgstr "Mostrar o tempo da planilha de horas"
#. module: timesheet_grid
#: model:ir.model.fields.selection,name:timesheet_grid.selection__account_analytic_line__validated_status__draft
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "Draft"
msgstr "Rascunho"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_hr_employee
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__employee_id
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__employee_id
msgid "Employee"
msgstr "Funcionário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_employee_interval
msgid "Employee Frequency"
msgstr "Frequência do funcionário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_employee_allow
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_user_allow
msgid "Employee Reminder"
msgstr "Lembrete ao funcionário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_employee_delay
msgid "Employee Reminder Days"
msgstr "Dias de lembrete para o funcionário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__encoding_uom_id
msgid "Encoding Uom"
msgstr "UM de codificação"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "Enter"
msgstr "Enter"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid "Frequency"
msgstr "Frequência"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/views/timesheet_grid/timesheet_grid_search_model.js:0
#, python-format
msgid "Grouping by date is not supported"
msgstr "O agrupamento por data não é suportado"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
msgid "Hours Spent"
msgstr "Horas gastas"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_gantt_timesheet
msgid "Hours Spent —"
msgstr "Horas gastas —"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__id
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__id
msgid "ID"
msgstr "ID"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__is_timer_running
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__is_timer_running
#: model:ir.model.fields,field_description:timesheet_grid.field_timesheets_analysis_report__is_timer_running
msgid "Is Timer Running"
msgstr "O cronômetro está em execução?"
#. module: timesheet_grid
#: model:ir.ui.menu,name:timesheet_grid.menu_timesheet_grid_validate_previous_month
msgid "Last Month"
msgstr "Mês passado"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__write_uid
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__write_uid
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__write_date
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__write_date
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_employee__last_validated_timesheet_date
msgid "Last Validated Timesheet Date"
msgstr "Data da última planilha de horas validada"
#. module: timesheet_grid
#: model:ir.ui.menu,name:timesheet_grid.menu_timesheet_grid_validate_previous_week
msgid "Last Week"
msgstr "Semana passada"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid ""
"Launch the <b>timer</b> for this project by pressing the <b>[a] key</b>. "
"Easily switch from one project to another by using those keys. <i>Tip: you "
"can also directly add 15 minutes to this project by hitting the <b>shift + "
"[A] keys</b>.</i>"
msgstr ""
"Inicie o <b>cronômetro</b> para este projeto pressionando a <b>tecla "
"[A]</b>. É possível alternar facilmente entre projetos usando essas teclas. "
"<i>Dica: você também pode adicionar 15 minutos diretamente a este projeto "
"pressionando <b>shift + [A]</b>.</i>"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid "Launch the <b>timer</b> to start a new activity."
msgstr "Inicie o <b>cronômetro</b> para começar uma nova atividade."
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_merge_wizard_view_form
msgid "Merge"
msgstr "Mesclar"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_merge_wizard_view_form
msgid "Merge Timesheet"
msgstr "Mesclar planilha de horas"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#: model:ir.actions.server,name:timesheet_grid.merge_timesheet_action
#: model:ir.model,name:timesheet_grid.model_hr_timesheet_merge_wizard
#, python-format
msgid "Merge Timesheets"
msgstr "Mesclar planilhas de horas"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__timesheet_min_duration
msgid "Minimal Duration"
msgstr "Duração mínima"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_ir_module_module
msgid "Module"
msgstr "Módulo"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_employee
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_project
msgid "Month"
msgstr "Mês"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "My Department"
msgstr "Meu departamento"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "My Projects"
msgstr "Meus projetos"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "My Tasks"
msgstr "Minhas tarefas"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "My Team"
msgstr "Minha equipe"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_nextdate
msgid "Next scheduled date for approver reminder"
msgstr "Próxima data programada para lembrete ao aprovador"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_company__timesheet_mail_employee_nextdate
msgid "Next scheduled date for employee reminder"
msgstr "Próxima data programada para lembrete ao funcionário"
#. module: timesheet_grid
#: model_terms:ir.actions.act_window,help:timesheet_grid.action_timesheet_previous_month
#: model_terms:ir.actions.act_window,help:timesheet_grid.action_timesheet_previous_week
msgid "No activities to validate."
msgstr "Nenhuma atividade a ser validada."
#. module: timesheet_grid
#: model_terms:ir.actions.act_window,help:timesheet_grid.timesheet_grid_to_validate_action
msgid "No timesheets to validate"
msgstr "Não há planilhas de horas para validar"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_res_config_settings__reminder_delay
msgid ""
"Number of days after the end of the week/month after which an automatic "
"email reminder will be sent to timesheet managers that still have timesheets"
" to validate."
msgstr ""
"Número de dias após o final da semana/mês em que um lembrete automático por "
"e-mail será enviado aos gerentes de planilhas de horas que ainda têm "
"planilhas de horas para validar."
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_res_config_settings__reminder_user_delay
msgid ""
"Numbers of days after the end of the week/month after which an automatic "
"email reminder will be sent to timesheet users that still have timesheets to"
" encode (according to their working hours)."
msgstr ""
"Número de dias após o final da semana/mês em que um lembrete automático por "
"e-mail será enviado aos usuários de planilhas de horas que ainda têm "
"planilhas de horas para codificar (de acordo com suas horas de trabalho)."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"Only a Timesheets Approver or Manager is allowed to modify a validated "
"entry."
msgstr ""
"Somente um Aprovador ou Gerente de planilhas de horas está autorizado a "
"modificar uma entrada validada."
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_form
msgid "Pause"
msgstr "Pausa"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "Press"
msgstr "Pressione"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "Press Esc to discard"
msgstr "Pressione Esc para descartar"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_project_project
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__project_id
msgid "Project"
msgstr "Projeto"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_hr_employee_public
msgid "Public Employee"
msgstr "Funcionário público"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__unit_amount
msgid "Quantity"
msgstr "Quantidade"
#. module: timesheet_grid
#: model:mail.template,subject:timesheet_grid.mail_template_timesheet_reminder_user
msgid "Reminder to log your timesheets"
msgstr "Lembrete para registrar suas planilhas de horas"
#. module: timesheet_grid
#: model:mail.template,subject:timesheet_grid.mail_template_timesheet_reminder
msgid "Reminder to validate your team's timesheets"
msgstr "Lembrete para validar as planilhas de horas da sua equipe"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.invalidate_timesheet_action
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_form_view
msgid "Reset to draft"
msgstr "Voltar para provisório"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_form
msgid "Resume"
msgstr "Continuar"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__timesheet_rounding
msgid "Round up"
msgstr "Arredondar para cima"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid "Rounding applied when tracking your time using the timer"
msgstr "Arredondamento aplicado ao registrar seu tempo usando o cronômetro"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
msgid "Save"
msgstr "Salvar"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_create_timesheet_view_form
msgid "Save time"
msgstr "Salvar tempo"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid "Select the <b>project</b> on which you are working."
msgstr "Selecione o <b>projeto</b> no qual você está trabalhando."
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_hr_employee__timesheet_manager_id
#: model:ir.model.fields,help:timesheet_grid.field_res_users__timesheet_manager_id
msgid ""
"Select the user responsible for approving \"Timesheet\" of this employee.\n"
"If empty, the approval is done by a Timesheets > Administrator or a Timesheets > User: all timesheets (as determined in the users settings)."
msgstr ""
"Selecione o usuário responsável pela aprovação da planilha de horas desse funcionário.\n"
"Se estiver em branco, a aprovação será feita por Planilhas de horas > Administrador ou Planilhas de horas > Usuário: todas as planilhas (conforme determinado nas configurações dos usuários)."
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_account_analytic_line__is_timesheet
msgid "Set if this analytic line represents a line of timesheet."
msgstr ""
"Define se esta linha analítica representa uma linha de planilha de horas."
#. module: timesheet_grid
#: model:mail.template,description:timesheet_grid.mail_template_timesheet_reminder_user
msgid ""
"Set reminders in settings to notify employees who didn't record their "
"timesheet"
msgstr ""
"Defina lembretes nas configurações para notificar os funcionários que não "
"registraram sua planilha de horas"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid ""
"Set the number of hours you spent on this project (e.g. 1:30 or 1.5). "
"<i>Tip: use the tab keys to easily navigate from one cell to another.</i>"
msgstr ""
"Defina o número de horas gastas neste projeto (por exemplo, 1:30 ou 1,5). "
"<i>Dica: use as teclas TAB para navegar facilmente de uma célula para "
"outra.</i>"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "Shift"
msgstr "Shift"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "Sorry, you cannot use a timer for a validated timesheet"
msgstr "Não é possível usar o cronômetro em planilhas de horas validadas."
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_uom_hour_timer/timesheet_uom_hour_timer.js:0
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_form
#, python-format
msgid "Start"
msgstr "Iniciar"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#: code:addons/timesheet_grid/static/src/components/timesheet_uom_hour_timer/timesheet_uom_hour_timer.js:0
#: model_terms:ir.ui.view,arch_db:timesheet_grid.project_task_view_form
#, python-format
msgid "Stop"
msgstr "Parar"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid ""
"Stop the <b>timer</b> when you are done. <i>Tip: hit <b>[Enter]</b> in the "
"description to automatically log your activity.</i>"
msgstr ""
"Pare o <b>cronômetro</b> quando você tiver terminado. <i>Dica: pressione "
"<b>[Enter]</b> na descrição para registrar automaticamente a sua "
"atividade.</i>"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_project_task
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__task_id
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__task_id
msgid "Task"
msgstr "Tarefa"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_project_task_create_timesheet__task_id
msgid "Task for which we are creating a sales order"
msgstr "Tarefa para a qual um pedido de venda está sendo criado"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_account_analytic_line__display_timer
msgid ""
"Technical field used to display the timer if the encoding unit is 'Hours'."
msgstr ""
"Campo técnico usado para exibir o cronômetro se a unidade de codificação for"
" 'Horas'."
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid ""
"The duration of timesheets encoded through the timer will automatically be "
"rounded up to this number. For instance, if you stop your timer at 00:16:56,"
" the duration of the timesheet entry will automatically be rounded up to "
"00:30 (assuming you have a round up of 15 min). We recommend having the same"
" value for the minimal duration and for the round up."
msgstr ""
"A duração das planilhas de horas codificadas pelo cronômetro será "
"automaticamente arredondada para esse número. Por exemplo, se você parar o "
"cronômetro às 00:16:56, a duração da entrada da planilha de horas será "
"automaticamente arredondada para 00:30 (supondo que você tenha um "
"arredondamento de 15 minutos). Recomendamos que você tenha o mesmo valor "
"para a duração mínima e para o arredondamento."
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/views/timesheet_grid/timesheet_grid_controller.js:0
#, python-format
msgid "The timesheet entry has successfully been created."
msgstr "O registro da planilha de horas foi criado com sucesso."
#. module: timesheet_grid
#: model:ir.model.constraint,message:timesheet_grid.constraint_project_task_create_timesheet_time_positive
msgid "The timesheet's time must be positive"
msgstr "O tempo da planilha de horas deve ser positivo."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/wizard/timesheet_merge_wizard.py:0
#, python-format
msgid "The timesheets have successfully been merged."
msgstr "As planilhas de horas foram mescladas com sucesso."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "The timesheets have successfully been reset to draft."
msgstr "As planilhas de horas foram redefinidas como provisórias com sucesso."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "The timesheets have successfully been validated."
msgstr "As planilhas de horas foram validadas com sucesso."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/wizard/timesheet_merge_wizard.py:0
#, python-format
msgid "The timesheets must have the same encoding unit"
msgstr "As planilhas de horas devem ter a mesma unidade de codificação"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "There are no timesheets to merge."
msgstr "Não há planilhas de horas a serem mescladas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"There are no timesheets to reset to draft or they have already been "
"invoiced."
msgstr ""
"Não há planilhas de horas para redefinir como provisórias ou elas já foram "
"faturadas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/task.py:0
#, python-format
msgid ""
"This project isn't expected to have task during this period. Planned hours :"
msgstr ""
"Esse projeto não deve ter tarefas durante esse período. Horas planejadas:"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task_create_timesheet__time_spent
msgid "Time"
msgstr "Hora"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid "Time Rounding"
msgstr "Arredondamento de tempo"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_merge_wizard_view_form
msgid "Time Spent"
msgstr "Tempo gasto"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__timer_pause
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__timer_pause
msgid "Timer Last Pause"
msgstr "Última pausa do cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__timer_start
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__timer_start
msgid "Timer Start"
msgstr "Início do cronômetro"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_employee__timesheet_manager_id
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_employee_public__timesheet_manager_id
#: model:ir.model.fields,field_description:timesheet_grid.field_res_users__timesheet_manager_id
msgid "Timesheet"
msgstr "Planilha de horas"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.view_employee_tree_inherit_timesheet
msgid "Timesheet Approver"
msgstr "Aprovador da planilha de horas"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_timesheet_grid_mixin
msgid "Timesheet Grid mixin"
msgstr "Mixin da grade da planilha de horas"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__duration_unit_amount
msgid "Timesheet Init Amount"
msgstr "Valor da unidade da planilha de horas"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__is_timesheet
#: model:ir.model.fields,field_description:timesheet_grid.field_timesheets_analysis_report__is_timesheet
msgid "Timesheet Line"
msgstr "Linha da planilha de horas"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__unit_amount_validate
msgid "Timesheet Unit Time"
msgstr "Tempo unitário da planilha de horas"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.timesheet_reminder_ir_actions_server
msgid "Timesheet: Approvers Email Reminder"
msgstr "Planilha de horas: lembrete por e-mail aos aprovadores"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.timesheet_reminder_user_ir_actions_server
msgid "Timesheet: Employees Email Reminder"
msgstr "Planilha de horas: lembrete por e-mail aos funcionários"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_hr_timesheet_merge_wizard__timesheet_ids
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_employee
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_project
msgid "Timesheets"
msgstr "Planilhas de horas"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_timesheets_analysis_report
msgid "Timesheets Analysis Report"
msgstr "Relatório de análise de planilhas de horas"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"Timesheets before the %s (included) have been validated, and can no longer "
"be %s."
msgstr ""
"As planilhas de horas antes de %s (incluso) foram validadas e não podem mais"
" ser %s."
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid ""
"Timesheets encoded via the timer that do not meet the minimal duration will "
"automatically be rounded up to the defined value. For instance, if you stop "
"your timer at 00:04:36, the duration of the timesheet entry will "
"automatically be rounded up to 00:15 (assuming you have a minimal duration "
"of 15 min). We recommend having the same value for the minimal duration and "
"for the round up."
msgstr ""
"As planilhas de horas codificadas por meio do cronômetro que não atenderem à"
" duração mínima serão automaticamente arredondadas para o valor definido. "
"Por exemplo, se você parar o cronômetro às 00:04:36, a duração do registro "
"da planilha será automaticamente arredondada para 00:15 (supondo que você "
"tenha uma duração mínima de 15 minutos). Recomendamos que você tenha o mesmo"
" valor para a duração mínima e para o arredondamento."
#. module: timesheet_grid
#: model:ir.actions.act_window,name:timesheet_grid.action_timesheet_previous_month
#: model:ir.actions.act_window,name:timesheet_grid.action_timesheet_previous_week
#: model:ir.actions.act_window,name:timesheet_grid.timesheet_grid_to_validate_action
msgid "Timesheets to Validate"
msgstr "Planilhas de horas a validar"
#. module: timesheet_grid
#: model:mail.template,name:timesheet_grid.mail_template_timesheet_reminder
msgid "Timesheets: Approver Reminder"
msgstr "Planilhas de horas: lembrete ao aprovador"
#. module: timesheet_grid
#: model:mail.template,name:timesheet_grid.mail_template_timesheet_reminder_user
msgid "Timesheets: Employee Reminder"
msgstr "Planilhas de horas: lembrete ao funcionário"
#. module: timesheet_grid
#: model:ir.ui.menu,name:timesheet_grid.menu_timesheet_grid_validate
msgid "To Validate"
msgstr "A validar"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/tours/timesheet_grid.js:0
#, python-format
msgid "Track the <b>time spent</b> on your projects. <i>It starts here.</i>"
msgstr ""
"Registre o <b>tempo gasto</b> em seus projetos. <i>Comece por aqui.</i>"
#. module: timesheet_grid
#: model:ir.model,name:timesheet_grid.model_res_users
msgid "User"
msgstr "Usuário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__user_can_validate
msgid "User Can Validate"
msgstr "O usuário pode validar"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_res_config_settings__reminder_user_interval
msgid "User Reminder Frequency"
msgstr "Frequência de lembrete ao usuário"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__user_timer_id
#: model:ir.model.fields,field_description:timesheet_grid.field_project_task__user_timer_id
msgid "User Timer"
msgstr "Cronômetro do usuário"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_hr_employee_public__timesheet_manager_id
msgid "User responsible of timesheet validation. Should be Timesheet Manager."
msgstr ""
"Usuário responsável pela validação da planilha de horas. Deve ser Gerente da"
" planilha de horas."
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/js/views/timesheet_pivot/timesheet_validation_pivot_controller.xml:0
#: code:addons/timesheet_grid/static/src/views/timesheet_kanban/timesheet_validation_kanban_controller.xml:0
#: model:ir.actions.server,name:timesheet_grid.timesheet_validate_action
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_form_view
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_employee_validation
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_tree_user_inherited
#, python-format
msgid "Validate"
msgstr "Validar"
#. module: timesheet_grid
#: model:ir.model.fields.selection,name:timesheet_grid.selection__account_analytic_line__validated_status__validated
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_search
msgid "Validated"
msgstr "Validado"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__validated_status
msgid "Validated Status"
msgstr "Status validado"
#. module: timesheet_grid
#: model:ir.model.fields,field_description:timesheet_grid.field_account_analytic_line__validated
#: model:ir.model.fields,field_description:timesheet_grid.field_timesheets_analysis_report__validated
msgid "Validated line"
msgstr "Linha validada"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.timesheet_grid_all_timesheets_action_server
msgid "Validation All Timesheet Server Action"
msgstr "Ação do servidor 'Validar todas as planilhas'"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.timesheet_grid_week_action_server
msgid "Validation Timesheet Week_view Server Action"
msgstr "Ação do servidor de validação de planilha de horas em Week_view"
#. module: timesheet_grid
#: model:ir.actions.server,name:timesheet_grid.timesheet_grid_month_action_server
msgid "Validation Timesheet month_view Server Action"
msgstr "Ação do servidor de validação de planilha de horas em month_view"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_employee
#: model_terms:ir.ui.view,arch_db:timesheet_grid.timesheet_view_grid_by_project
msgid "Week"
msgstr "Semana"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/views/timer_timesheet_grid/timer_timesheet_grid_renderer.xml:0
#, python-format
msgid "Weekly overtime"
msgstr "Horas extras semanais"
#. module: timesheet_grid
#: model:ir.model.fields,help:timesheet_grid.field_account_analytic_line__user_can_validate
msgid ""
"Whether or not the current user can validate/reset to draft the record."
msgstr ""
"Se o usuário atual pode ou não validar o registro ou redefinir como "
"provisório."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/hr_employee.py:0
#: code:addons/timesheet_grid/models/res_users.py:0
#, python-format
msgid "You are not allowed to see timesheets."
msgstr "Você não tem permissão para ver planilhas de horas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"You can only reset to draft the timesheets of employees of whom you are the "
"manager or the timesheet approver."
msgstr ""
"Só possível redefinir como provisório as planilhas de horas dos funcionários"
" dos quais você é o gerente ou o aprovador da planilha de horas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"You can only validate the timesheets of employees of whom you are the "
"manager or the timesheet approver."
msgstr ""
"Só é possível validar as planilhas de horas dos funcionários dos quais você "
"é o gerente ou o aprovador da planilha de horas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "You can't encode numbers with more than six digits."
msgstr "Não é possível codificar números com mais de seis dígitos."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "You cannot access timesheets that are not yours."
msgstr "Você não pode acessar planilhas de horas que não são suas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"You cannot adjust the time of the timesheet for a project with timesheets "
"disabled."
msgstr ""
"Não é possível ajustar o tempo da planilha de horas de um projeto com "
"planilhas de horas desativadas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"You cannot delete a validated entry. Please, contact your manager or your "
"timesheet approver."
msgstr ""
"Não é possível excluir um registro validado. Entre em contato com o seu "
"gerente ou com o responsável pela aprovação da planilha de horas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/project.py:0
#, python-format
msgid ""
"You cannot start the timer for a project in a company encoding its "
"timesheets in days."
msgstr ""
"Não é possível iniciar o cronômetro de um projeto em uma empresa que "
"codifica suas planilhas de horas em dias."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "You cannot use the timer on validated timesheets."
msgstr "Não é possível usar o cronômetro em planilhas de horas validadas."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"You cannot validate the selected timesheets as they either belong to "
"employees who are not part of your team or are not in a state that can be "
"validated. This may be due to the fact that they are dated in the future."
msgstr ""
"Não é possível validar as planilhas de horas selecionadas porque elas "
"pertencem a funcionários que não fazem parte da sua equipe ou não estão em "
"um estado que possa ser validado. Isso pode ser devido ao fato de que elas "
"estão datadas no futuro."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid ""
"Your timesheet entry is missing a project. Please either group the Grid view"
" by project or enter your timesheets through another view."
msgstr ""
"A sua entrada de planilhas de horas está ausente em um projeoto. Agrupe a "
"visualização de grade por projeto ou insira suas planilhas de horas em outra"
" visualização."
#. module: timesheet_grid
#: model:ir.model.fields.selection,name:timesheet_grid.selection__res_company__timesheet_mail_employee_interval__months
#: model:ir.model.fields.selection,name:timesheet_grid.selection__res_company__timesheet_mail_interval__months
msgid "after the end of the month"
msgstr "após o final do mês"
#. module: timesheet_grid
#: model:ir.model.fields.selection,name:timesheet_grid.selection__res_company__timesheet_mail_employee_interval__weeks
#: model:ir.model.fields.selection,name:timesheet_grid.selection__res_company__timesheet_mail_interval__weeks
msgid "after the end of the week"
msgstr "após o final da semana"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "and click on"
msgstr "e clique em"
#. module: timesheet_grid
#: model_terms:ir.ui.view,arch_db:timesheet_grid.res_config_settings_view_form
msgid "days"
msgstr "dias"
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "deleted"
msgstr "excluídas"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "min"
msgstr "min."
#. module: timesheet_grid
#. odoo-python
#: code:addons/timesheet_grid/models/analytic.py:0
#, python-format
msgid "modified"
msgstr "modificadas"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "or [a] to launch the timer"
msgstr "ou [A] para iniciar o cronômetro"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "or click on"
msgstr "ou clique em"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "to add 15 min"
msgstr "para adicionar 15 min"
#. module: timesheet_grid
#. odoo-javascript
#: code:addons/timesheet_grid/static/src/components/timesheet_timer_header/timesheet_timer_header.xml:0
#, python-format
msgid "to launch the timer"
msgstr "para iniciar o cronômetro"