msgid ""
msgstr ""
"Project-Id-Version: zammad\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2024-11-25 08:48+0000\n"
"Last-Translator: Mario Gomes <mafigo74@gmail.com>\n"
"Language-Team: Portuguese (Portugal) <https://translations.zammad.org/"
"projects/zammad/zammad-development/pt_PT/>\n"
"Language: pt-pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.7.2\n"

#. Default date format to use for the current locale.
#. These placeholders are supported:
#. - 'dd' - 2-digit day
#. - 'd' - day
#. - 'mm' - 2-digit month
#. - 'm' - month
#. - 'yyyy' - year
#. - 'yy' - last 2 digits of year
#. - 'SS' - 2-digit second
#. - 'MM' - 2-digit minute
#. - 'HH' - 2-digit hour (24h)
#. - 'l' - hour (12h)
#. - 'P' - Meridian indicator ('am' or 'pm')
msgid "FORMAT_DATE"
msgstr "dd/mm/yyyy"

#. Default date/time format to use for the current locale.
#. These placeholders are supported:
#. - 'dd' - 2-digit day
#. - 'd' - day
#. - 'mm' - 2-digit month
#. - 'm' - month
#. - 'yyyy' - year
#. - 'yy' - last 2 digits of year
#. - 'SS' - 2-digit second
#. - 'MM' - 2-digit minute
#. - 'HH' - 2-digit hour (24h)
#. - 'l' - hour (12h)
#. - 'P' - Meridian indicator ('am' or 'pm')
msgid "FORMAT_DATETIME"
msgstr "dd/mm/yyyy HH:MM"

#: db/seeds/settings.rb:367
msgid ""
"\"Database\" stores all attachments in the database (not recommended for "
"storing large amounts of data). \"Filesystem\" stores the data in the "
"filesystem. \"Simple Storage (S3)\" stores the data in a remote S3 "
"compatible object filesystem. You can switch between the modules even on a "
"system that is already in production without any loss of data."
msgstr ""
"A \"Database\" armazena todos os anexos na base de dados (não recomendado "
"para armazenar grandes quantidades de dados). \"Filesystem\" armazena os "
"dados no sistema de ficheiros. Pode alternar entre os módulos mesmo num "
"sistema que já esteja em produção sem qualquer perda de dados."

#. This is the template file app/views/messaging/ticket_create/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_create/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Created by #{current_user.longname} at #{ticket."
"updated_at}_\n"
"* Group: #{ticket.group.name}\n"
"* Owner: #{ticket.owner.fullname}\n"
"* State: #{t(ticket.state.name)}\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Criado por #{current_user.longname} em #{ticket."
"updated_at}_\n"
"* Grupo: #{ticket.group.name}\n"
"* Proprietário: #{ticket.owner.fullname}\n"
"* Estado: #{t(ticket.state.name)}\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/messaging/ticket_escalation/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_escalation/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Escalated at #{ticket.escalation_at}_\n"
"The ticket (#{ticket.title}) from \"#{ticket.customer.longname}\" has been "
"escalated since \"#{ticket.escalation_at}\"!\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Escalado para #{ticket.escalation_at}_\n"
"O ticket (#{ticket.title}) de \"#{ticket.customer.longname}\" está escalado "
"desde \"#{ticket.escalation_at}\"!\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/messaging/ticket_info/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_info/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Last updated at #{ticket.updated_at}_\n"
"* Group: #{ticket.group.name}\n"
"* Owner: #{ticket.owner.fullname}\n"
"* State: #{t(ticket.state.name)}\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Criado por #{current_user.longname} em #{ticket."
"updated_at}_\n"
"* Grupo: #{ticket.group.name}\n"
"* Proprietário: #{ticket.owner.fullname}\n"
"* Estado: #{t(ticket.state.name)}\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/messaging/ticket_reminder_reached/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_reminder_reached/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Reminder reached!_\n"
"A ticket needs attention: reminder reached for (#{ticket.title}) with "
"customer \"*#{ticket.customer.longname}*\".\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Lembrete alcançado!_\n"
"Um ticket necessita de atenção: lembrete alcançado para (#{ticket.title}) do "
"cliente \"*#{ticket.customer.longname}*\".\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/messaging/ticket_update/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_update/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Updated by #{current_user.longname} at #{ticket."
"updated_at}_\n"
"<% if @objects[:changes].present? %>\n"
"  <% @objects[:changes].each do |key, value| %>\n"
"  * <%= t key %>: <%= h value[0] %> -> <%= h value[1] %>\n"
"  <% end %>\n"
"<% end %>\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Atualizado por #{current_user.longname} at "
"#{ticket.updated_at}_\n"
"<% if @objects[:changes].present? %>\n"
"  <% @objects[:changes].each do |key, value| %>\n"
"  * <%= t key %>: <%= h value[0] %> -> <%= h value[1] %>\n"
"  <% end %>\n"
"<% end %>\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/messaging/ticket_escalation_warning/en.md.erb in ERB/Markdown format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/messaging/ticket_escalation_warning/en.md.erb
msgid ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Will escalate at #{ticket.escalation_at}_\n"
"The ticket (#{ticket.title}) from \"#{ticket.customer.longname}\" will "
"escalate at \"#{ticket.escalation_at}\"!\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"
msgstr ""
"# #{ticket.title}\n"
"_<#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}|"
"Ticket##{ticket.number}>: Vai ser escalado em #{ticket.escalation_at}_\n"
"O ticket (#{ticket.title}) de \"#{ticket.customer.longname}\" vai ser "
"escalado em \"#{ticket.escalation_at}\"!\n"
"\n"
"<% if @objects[:article] %>\n"
"#{article.body_as_text}\n"
"<% end %>\n"

#. This is the template file app/views/mailer/user_auth_provider/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/user_auth_provider/en.html.erb
msgid ""
"#{config.product_name} account linked with a third-party application\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>It looks like you linked your account <b>with a third-party "
"application</b> \"#{t(provider)}\".</div>\n"
"<br>\n"
"<div>If this wasn't you, please remove the linked account from your profile "
"and change your third-party application password. Somebody might have gained "
"unauthorized access to your account on the third-party service.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"Conta #{config.product_name} ligada a aplicação de terceiros\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Parece que ligou a sua conta com uma <b>aplicação de terceiros</b> "
"\"#{t(provider)}\".</div>\n"
"<br>\n"
"<div>Se não foi você, por favor remova a conta do seu perfil e altere a sua "
"password na aplicação de terceiros. Alguém poderá ter tido acesso não "
"autorizado à sua conta na aplicação de terceiros.</div>\n"
"<br>\n"
"<div>Equipa #{config.product_name}</div>\n"

#. This is the template file app/views/mailer/user_device_new_location/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/user_device_new_location/en.html.erb
msgid ""
"#{config.product_name} login from a new country\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>It looks like you used your account with a <b>known device but from a "
"new country</b> on \"#{user_device.created_at}\":</div>\n"
"<br>\n"
"<div>\n"
"Your device: #{user_device.name}<br>\n"
"Your location (relative): #{user_device.location}<br>\n"
"Your IP: #{user_device.ip}<br>\n"
"</div>\n"
"<br>\n"
"<div>The country has been added to your list of known devices, which you can "
"view here:</div>\n"
"<br>\n"
"<div><a href=\"#{config.http_type}://#{config.fqdn}/#profile/"
"devices\">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>\n"
"<br>\n"
"<div>If this wasn't you, please remove the device, change your account "
"password, and contact your administrator. Somebody might have gained "
"unauthorized access to your account.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"#{config.product_name} acesso a partir de um novo país\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Parece que usou a sua conta com um <b>dispositivo conhecido mas de um "
"país novo</b> em \"#{user_device.created_at}\":</div>\n"
"<br>\n"
"<div>\n"
"O seu dispositivo: #{user_device.name}<br>\n"
"A sua localização (relativa): #{user_device.location}<br>\n"
"O seu IP: #{user_device.ip}<br>\n"
"</div>\n"
"<br>\n"
"<div>O país foi adicionado à sua lista de dispositivos conhecidos, que pode "
"ver aqui:</div>\n"
"<br>\n"
"<div><a href=\"#{config.http_type}://#{config.fqdn}/#profile/"
"devices\">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>\n"
"<br>\n"
"<div>Se não foi você, por favor remova o dispositivo, altere a sua password, "
"e contacte o administrador do sistema. Alguém poderá ter obtido acesso não "
"autorizado à sua conta.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#. This is the template file app/views/mailer/user_device_new/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/user_device_new/en.html.erb
msgid ""
"#{config.product_name} login from a new device\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>It looks like you logged into your account <b>using a new device</b> on "
"\"#{user_device.created_at}\":</div>\n"
"<br>\n"
"<div>\n"
"Your device: #{user_device.name}<br>\n"
"Your location (relative): #{user_device.location}<br>\n"
"Your IP: #{user_device.ip}<br>\n"
"</div>\n"
"<br>\n"
"<div>Your device has been added to your list of known devices, which you can "
"view here:</div>\n"
"<br>\n"
"<div><a href=\"#{config.http_type}://#{config.fqdn}/#profile/"
"devices\">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>\n"
"<br>\n"
"<div>If this wasn't you, please remove the device, change your account "
"password, and contact your administrator. Somebody might have gained "
"unauthorized access to your account.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"#{config.product_name} acesso a partir de um novo dispositivo\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Parece que acedeu à sua conta <b>usando um novo dispositivo</b> em "
"\"#{user_device.created_at}\":</div>\n"
"<br>\n"
"<div>\n"
"O seu dispositivo: #{user_device.name}<br>\n"
"A sua localização (relativa): #{user_device.location}<br>\n"
"O seu IP: #{user_device.ip}<br>\n"
"</div>\n"
"<br>\n"
"<div>O seu dispositivo foi adicionado à sua lista de dispositivos "
"conhecidos, que pode ver aqui:</div>\n"
"<br>\n"
"<div><a href=\"#{config.http_type}://#{config.fqdn}/#profile/"
"devices\">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>\n"
"<br>\n"
"<div>Se não foi você, por favor remova o dispositivo, altere a sua password, "
"e contacte o administrador do sistema. Alguém poderá ter obtido acesso não "
"autorizado à sua conta.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:148
msgid "%s (confirm)"
msgstr "%s (confirmar)"

#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:108
msgid "%s (method)"
msgstr ""

#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:143
#, fuzzy
#| msgid "set optional"
msgid "%s (option)"
msgstr "Definir como opcional"

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:303
#: app/frontend/apps/desktop/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInput.vue:595
#: app/frontend/apps/desktop/components/Form/fields/FieldSelect/FieldSelectInput.vue:270
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:374
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInput.vue:149
#: app/frontend/apps/mobile/components/Form/fields/FieldSelect/FieldSelectInput.vue:108
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInput.vue:135
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDialog.vue:315
#: app/frontend/shared/composables/useSelectOptions.ts:140
msgid "%s (unknown)"
msgstr "%s (desconhecido)"

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:9
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:6
msgid "%s API Token"
msgstr "%s Token da API"

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:144
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:179
msgid "%s Attribute"
msgstr "%s Atributo"

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist/show.coffee:34
#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/title_edit.jst.eco:6
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:53
#, fuzzy
#| msgid "Checksum"
msgid "%s Checklist"
msgstr "Checksum"

#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:203
msgid "%s Group"
msgstr "%s Grupo"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStatus.vue:51
#, fuzzy
#| msgid "Import"
msgid "%s Import Status"
msgstr "Importar"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:61
#: app/assets/javascripts/app/views/import/kayako.jst.eco:65
#: app/assets/javascripts/app/views/import/otrs.jst.eco:46
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:62
msgid "%s Migration"
msgstr "%s Migração"

#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:204
msgid "%s Role"
msgstr "%s Função"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:5
#: app/assets/javascripts/app/views/import/kayako.jst.eco:5
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:5
msgid "%s URL"
msgstr "%s URL"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:85
msgid "%s ago"
msgstr "%s atrás"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleFooter.vue:31
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:224
msgid "%s attached files"
msgstr "%s ficheiros anexos"

#: app/assets/javascripts/app/models/data_privacy_task.coffee:32
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/data-privacy-task.ts:39
msgid "%s completed data privacy task to delete user ID |%s|"
msgstr ""
"%s terminada tarefa de privacidade de dados para eliminar ID de utilizador |"
"%s|"

#: app/assets/javascripts/app/models/ticket_article.coffee:49
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket-article.ts:26
msgid "%s created article for |%s|"
msgstr "%s criado artigo para |%s|"

#: app/assets/javascripts/app/models/data_privacy_task.coffee:28
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/data-privacy-task.ts:27
msgid "%s created data privacy task to delete user ID |%s|"
msgstr ""
"%s criada tarefa de privacidade de dados para eliminar ID de utilizador |%s|"

#: app/assets/javascripts/app/models/group.coffee:30
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/group.ts:26
msgid "%s created group |%s|"
msgstr "%s criado grupo |%s|"

#: app/assets/javascripts/app/models/organization.coffee:87
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts:25
msgid "%s created organization |%s|"
msgstr "%s criada organização |%s|"

#: app/assets/javascripts/app/models/role.coffee:27
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/role.ts:26
msgid "%s created role |%s|"
msgstr "%s criada função |%s|"

#: app/assets/javascripts/app/models/ticket.coffee:109
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:25
msgid "%s created ticket |%s|"
msgstr "%s criado ticket |%s|"

#: app/assets/javascripts/app/models/user.coffee:208
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:25
msgid "%s created user |%s|"
msgstr "%s criado utilizador |%s|"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:33
#: app/assets/javascripts/app/views/import/kayako.jst.eco:33
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:30
msgid "%s credentials"
msgstr "%s credenciais"

#: app/frontend/shared/i18n/dates.ts:106
msgid "%s days ago"
msgstr "%s dias atrás"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:661
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:260
#: app/assets/javascripts/app/views/channel/email_archive.jst.eco:4
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:28
#, fuzzy
#| msgid ""
#| "We have already found %s email(s) in your mailbox. Zammad will move it "
#| "all from your mailbox into Zammad."
msgid ""
"%s email(s) were found in your mailbox. They will all be moved from your "
"mailbox into Zammad."
msgstr ""
"Nós já encontramos% s email (s) em sua caixa postal. O Zammad transferirá "
"tudo da sua caixa de correio para o Zammad."

#: app/assets/javascripts/app/models/user.coffee:222
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:33
msgid "%s ended switch to |%s|!"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:40
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:8
msgid "%s folders"
msgstr "%s pastas"

#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:39
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:8
msgid "%s groups to %s roles assignments"
msgstr "atribuição de %s grupos para %s funções"

#: app/frontend/shared/i18n/dates.ts:113
msgid "%s hours ago"
msgstr "%s horas atrás"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:91
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:58
#: app/assets/javascripts/app/views/google/list.jst.eco:61
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:62
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:72
msgid "%s is inactive, please select an active one."
msgstr "%s está inativo, por favor selecione um ativo."

#: app/frontend/shared/form/i18n/locales.ts:533
#, fuzzy
#| msgid "%s required!"
msgid "%s is required."
msgstr "%s requerido!"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:67
msgid "%s is sent without text caption"
msgstr "%s é enviado sem legenda de texto"

#: app/frontend/shared/i18n/dates.ts:120
msgid "%s minutes ago"
msgstr "%s minutos atrás"

#: app/frontend/shared/i18n/dates.ts:92
msgid "%s months ago"
msgstr "%s meses atrás"

#: app/assets/javascripts/app/views/generic/object_import/imported.jst.eco:21
msgid "%s object(s) have been created."
msgstr "%s objeto(s) criado(s)."

#: app/assets/javascripts/app/views/generic/object_import/imported.jst.eco:24
msgid "%s object(s) have been updated."
msgstr "%s objeto(s) atualizado(s)."

#: app/assets/javascripts/app/views/generic/object_import/imported.jst.eco:18
msgid "%s object(s) were deleted."
msgstr "%s objeto(s) eliminado(s)."

#: app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco:13
msgid "%s object(s) will be created."
msgstr "%s objeto(s) será(ão) criado(s)."

#: app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco:10
msgid "%s object(s) will be deleted."
msgstr "%s objeto(s) será(ão) eliminado(s)."

#: app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco:16
msgid "%s object(s) will be updated."
msgstr "%s objeto(s) será(ão) atualizado(s)."

#: app/assets/javascripts/app/views/ticket_zoom/meta.jst.eco:19
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStatus.vue:234
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ChecklistBadgeList.vue:54
#, fuzzy
#| msgid "Manage %s"
msgid "%s of %s"
msgstr "Manage %s"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_in_process.jst.eco:11
msgid "%s of my tickets are currently in process."
msgstr "%s dos meus tickets estão atualmente em processamento."

#: app/assets/javascripts/app/views/dashboard/stats/ticket_escalation.jst.eco:11
#, fuzzy
#| msgid "%s of my tickets escalated."
msgid "%s of my tickets escalated"
msgstr "%s dos meus tickets escalaram."

#: app/assets/javascripts/app/views/ticket_overview/batch_overlay_user_group.jst.eco:11
#: app/graphql/gql/queries/autocomplete_search/generic.rb:61
msgid "%s people"
msgstr "%s pessoas"

#: app/assets/javascripts/app/models/ticket_article.coffee:53
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket-article.ts:31
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "%s reacted with a %s to message from %s |%s|"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:49
msgid ""
"%s recommends using OAuth. %s announced it's going to drop Basic "
"Authentication support in the future."
msgstr ""
"%s recomenda usar OAuth. %s anunciou que vai deixar de suportar Autenticação "
"Básica no futuro."

#: app/assets/javascripts/app/controllers/agent_ticket_merge.coffee:65
msgid "%s required!"
msgstr "%s requerido!"

#: app/assets/javascripts/app/models/user.coffee:212
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:29
msgid "%s started a new session"
msgstr "%s iniciou uma nova sessão"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:11
#: app/assets/javascripts/app/views/import/kayako.jst.eco:11
msgid "%s subdomain"
msgstr "%s subdomínio"

#: app/assets/javascripts/app/models/user.coffee:217
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:31
msgid "%s switched to |%s|!"
msgstr "%s alterado para |%s|!"

#: app/assets/javascripts/app/views/ticket_zoom/meta.jst.eco:30
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ReferencingTicketsBadgePopover.vue:71
#: app/frontend/apps/mobile/components/Organization/OrganizationItem.vue:57
#: app/frontend/apps/mobile/components/User/UserItem.vue:33
msgid "%s tickets"
msgstr "%s tickets"

#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketList.vue:121
#, fuzzy
#| msgid "assign tickets"
msgid "%s tickets found"
msgstr "assign tickets"

#: app/assets/javascripts/app/models/ticket_article.coffee:51
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket-article.ts:28
msgid "%s updated article for |%s|"
msgstr "%s atualizado artigo para |%s|"

#: app/assets/javascripts/app/models/data_privacy_task.coffee:30
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/data-privacy-task.ts:33
msgid "%s updated data privacy task to delete user ID |%s|"
msgstr ""
"%s atualizada tarefa de privacidade de dados para eliminar utilizador com ID "
"|%s|"

#: app/assets/javascripts/app/models/group.coffee:32
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/group.ts:28
msgid "%s updated group |%s|"
msgstr "%s grupo atualizado |%s|"

#: app/assets/javascripts/app/models/organization.coffee:89
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts:27
msgid "%s updated organization |%s|"
msgstr "%s organização atualizada |%s|"

#: app/assets/javascripts/app/models/role.coffee:29
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/role.ts:28
msgid "%s updated role |%s|"
msgstr "%s função atualizada |%s|"

#: app/assets/javascripts/app/models/ticket.coffee:111
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:27
msgid "%s updated ticket |%s|"
msgstr "%s ticket atualizado |%s|"

#: app/assets/javascripts/app/models/user.coffee:210
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:27
msgid "%s updated user |%s|"
msgstr "%s utilizador atualizado |%s|"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:34
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:2
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:34
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:2
msgid "%s user to %s user"
msgstr "%s utilizador para %s utilizador"

#: lib/whatsapp/webhook/message.rb:53
#, fuzzy
#| msgid "Channel"
msgid "%s via WhatsApp"
msgstr "Canal"

#: app/frontend/shared/i18n/dates.ts:99
msgid "%s weeks ago"
msgstr "%s semana atrás"

#: app/frontend/shared/i18n/dates.ts:85
msgid "%s years ago"
msgstr "%s anos atrás"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_in_process.jst.eco:11
msgid "%s% are currently in process"
msgstr "%s% estão atualmente em processamento"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_reopen.jst.eco:11
msgid "%s% have been reopened"
msgstr "%s% foram reabertos"

#: app/models/concerns/has_group_relation_definition.rb:51
msgid "%{model} can have full or granular access to group"
msgstr "%{model} pode ter acesso completo ou em parte ao grupo"

#: app/models/object_manager/attribute.rb:610
#, fuzzy
#| msgid "Account already exists!"
msgid "%{name} already exists"
msgstr "Conta já existe!"

#: app/models/object_manager/attribute.rb:594
msgid "%{name} is a reserved word"
msgstr "%{name} é uma palavra reservada"

#: app/frontend/apps/mobile/components/CommonTicketStateIndicator/CommonTicketStateIndicator.vue:63
#, fuzzy
#| msgid "Total: %s"
msgid "(state: %s)"
msgstr "Total: %s"

#: app/frontend/apps/desktop/components/CommonTicketStateIndicator/CommonTicketStateIndicatorIcon.vue:58
#, fuzzy
#| msgid "Total: %s"
msgid "(ticket status: %s)"
msgstr "Total: %s"

#: app/assets/javascripts/app/models/ticket_time_accounting_type.coffee
msgid ""
"**Activity Types** can be used to group the different ticket time accounting "
"entries together. For example, entries that are relevant to a \"Billing\" "
"type.\n"
"\n"
"When you enable the recording of the activity type, the users will be able "
"to select a type from this list. Additionally, a column with an associated "
"activity type will be rendered for an entry in the **Activity** table under "
"the **Accounted Time** tab."
msgstr ""

#: app/assets/javascripts/app/models/data_privacy_task.coffee
msgid ""
"**Data Privacy** helps you to delete and verify the removal of existing data "
"from the system.\n"
"\n"
"It can be used to delete tickets, organizations, and users. The owner "
"assignment will be unset in case the deleted user is an agent.\n"
"\n"
"Data Privacy tasks will be executed every 10 minutes. The execution might "
"take some additional time depending on the number of objects that will be "
"deleted."
msgstr ""
"** Privacidade de Dados **, ajuda você a apagar e verificar a remoção de "
"dados existentes no sistema. Ele pode ser usado para excluir tickets, "
"organizações e utilizadores. A atribuição do proprietário não será definida "
"caso o utilizador excluído seja um agente. As tarefas de privacidade de "
"dados serão executadas a cada 10 minutos. A execução pode levar algum tempo "
"adicional, dependendo do número de objetos que devem ser excluídos."

#: app/assets/javascripts/app/models/sla.coffee
msgid ""
"**Service Level Agreements**, abbreviated **SLAs**, help you to meet "
"specific response times for your customers' requests. This way you can "
"define goals such as answering every inquiry within eight hours. If you are "
"at risk of missing this target, Zammad will alert you.\n"
"\n"
"You can define targets for three different metrics: **response time** (time "
"between the creation of a ticket and the first reaction of an agent), "
"**update time** (time between a customer's request and an agent's reaction), "
"and **solution time** (time between creating and closing a ticket).\n"
"\n"
"Any escalated tickets (i.e. tickets that have missed the defined target) are "
"displayed in a separate view in your overviews. You can also configure "
"**email notifications**."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleFooter.vue:30
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:223
msgid "1 attached file"
msgstr "1 ficheiro anexo"

#: db/seeds/settings.rb:1129
msgid "1 day"
msgstr "1 dia"

#: app/frontend/shared/i18n/dates.ts:105
msgid "1 day ago"
msgstr "1 dia atrás"

#: db/seeds/settings.rb:1129
msgid "1 hour"
msgstr "1 hora"

#: app/frontend/shared/i18n/dates.ts:112
msgid "1 hour ago"
msgstr "1 hora atrás"

#: db/seeds/ticket_priorities.rb:3
msgid "1 low"
msgstr "1 baixa"

#: app/frontend/shared/i18n/dates.ts:119
msgid "1 minute ago"
msgstr "1 minuto atrás"

#: app/frontend/shared/i18n/dates.ts:91
msgid "1 month ago"
msgstr "1 mês atrás"

#: db/seeds/settings.rb:1129
msgid "1 week"
msgstr "1 semana"

#: app/frontend/shared/i18n/dates.ts:98
msgid "1 week ago"
msgstr "1 semana atrás"

#: app/frontend/shared/i18n/dates.ts:84
msgid "1 year ago"
msgstr "1 ano atrás"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:22
msgid "1. Ticket Create"
msgstr "1. Criar Ticket"

#: db/seeds/settings.rb:1129
msgid "2 hours"
msgstr "2 horas"

#: db/seeds/settings.rb:2155
msgid "2 lower case and 2 upper case characters"
msgstr "2 caracteres minúsculos e 2 maiúsculos"

#: db/seeds/ticket_priorities.rb:4
msgid "2 normal"
msgstr "2 normal"

#: db/seeds/settings.rb:1129
msgid "2 weeks"
msgstr "2 semanas"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:23
msgid "2. Ticket Update"
msgstr "2. Atualizar Ticket"

#: db/seeds/ticket_priorities.rb:5
msgid "3 high"
msgstr "3 alta"

#: db/seeds/settings.rb:1129
msgid "3 weeks"
msgstr "3 semanas"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:24
msgid "3. Ticket Reminder Reached"
msgstr "3. Lembrete Ticket Alcançado"

#: db/seeds/settings.rb:1129
msgid "4 weeks"
msgstr "4 semanas"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:25
msgid "4. Ticket Escalation"
msgstr "4. Escalamento Ticket"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:26
msgid "5. Ticket Escalation Warning"
msgstr "5. Aviso Escalamento Ticket"

#: public/assets/chat/chat-no-jquery.coffee:167
#: public/assets/chat/chat.coffee:165
msgid "<strong>Chat</strong> with us!"
msgstr "<strong>Fale</strong> conosco!"

#: app/assets/javascripts/app/models/calendar.coffee
msgid ""
"A **calendar** is needed to calculate escalations based on business hours "
"and to send out escalation notifications.\n"
"\n"
"Define a **\"standard\"** calendar which is valid system-wide. The "
"escalation notifications will only be sent to your agents during the defined "
"business hours.\n"
"\n"
"If you have customers with different business hours, you can create multiple "
"calendars. Tickets are linked to calendars using **SLAs**."
msgstr ""
"Um **calendário** é necessário para calcular o tempo de escalação baseado no "
"horário de trabalho e para enviar notificações de escalação.\n"
"\n"
"Defina um calendário **\"standard\"** que é válido para todo o sistema. As "
"notificações de escalação apenas serão enviadas para os seus agentes dentro "
"do horário de trabalho definido.\n"
"\n"
"Se tiver clientes com horários de trabalho diferentes, pode criar múltiplos "
"calendários. Os tickets are atribuídos a calendários utilizando **SLAs**."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:47
msgid "A color scheme that uses dark-colored elements on a light background."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:40
msgid "A color scheme that uses light-colored elements on a dark background."
msgstr ""

#: db/seeds/settings.rb:3993
msgid "A list of active import backends that gets scheduled automatically."
msgstr ""
"Uma lista de infra-estrutura de importação ativa que é agendada "
"automaticamente."

#: lib/validations/mention_validator.rb:7
msgid "A mentioned user has no agent access to this ticket"
msgstr "O utilizador referido não tem acesso de agente a este ticket"

#: app/assets/javascripts/app/controllers/_plugin/session_taken_over.coffee:26
msgid ""
"A new session was created with your account. This session will be stopped to "
"prevent a conflict."
msgstr ""
"Uma nova sessão foi criada com a sua conta. Esta sessão será parada para "
"evitar conflito."

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:114
msgid "A new version of Zammad is available, please reload your browser."
msgstr ""
"Um nova versão do Zammad está disponível, por favor recarregue o seu "
"navegador."

#: app/frontend/shared/composables/useAppMaintenanceCheck.ts:74
msgid ""
"A newer version of the app is available. Please reload at your earliest."
msgstr ""
"Uma versão mais recente da aplicação está disponível, por favor recarregue o "
"quanto antes."

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:156
msgid "A powerful service to get more information about your customers."
msgstr ""
"Um serviço poderoso para obter mais informações acerca dos seus clientes."

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:208
msgid "A queue is required!"
msgstr "É necessário uma fila!"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:86
msgid ""
"A team communication tool for the 21st century. Compatible with tools like "
"%s."
msgstr ""
"Uma ferramenta de comunicação em equipa para o século 21. Compatível com "
"ferramentas como %s."

#: app/assets/javascripts/app/views/dashboard/first_steps_test_ticket_finish.jst.eco:1
msgid ""
"A test ticket has been created, you can find it in your overview \"%s\" %l."
msgstr ""
"Um ticket de teste foi criado, pode encontrá-lo na sua vista global \"%s\" "
"%l."

#: app/models/ticket.rb:279
#, fuzzy
#| msgid "Retweets are converted to Tickets"
msgid "A ticket cannot be merged into itself."
msgstr "Retweets são convertidos em tickets"

#: app/assets/javascripts/app/models/ticket_priority.coffee
msgid ""
"A ticket's priority is simply a ranking of how urgent or important it is. "
"Different priorities allow you to see the importance of your tickets better."
msgstr ""
"A prioridade de um ticket é simplesmente uma classificação de quão urgente "
"ou importante ele é. Diferentes prioridades permitem que você veja melhor a "
"importância dos seus tickets."

#: app/assets/javascripts/app/models/ticket_state.coffee
msgid ""
"A ticket's state is used to categorize and manage the lifecycle of a ticket "
"or customer inquiry."
msgstr ""
"O estado de um ticket é usado para categorizar e gerir o ciclo de vida de um "
"ticket ou a consulta de cliente."

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:215
msgid "A user is required!"
msgstr "É necessário um utilizador!"

#: app/assets/javascripts/app/views/pre_defined_webhook.jst.eco:12
msgid ""
"A webhook can be fired by triggers and schedulers, don't forget to define "
"them!"
msgstr ""
"Um webhook pode ser acionado por gatilhos e agendadores, não esqueça de "
"defini-los!"

#: app/assets/javascripts/app/controllers/api.coffee:3
#: app/assets/javascripts/app/views/api.jst.eco:2 db/seeds/permissions.rb:233
msgid "API"
msgstr "API"

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:64
msgid "API Key"
msgstr "API Key"

#: db/seeds/settings.rb:3515
msgid "API Password Access"
msgstr "API Password Access"

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:32
msgid "API Token"
msgstr "API Token"

#: db/seeds/settings.rb:3490
msgid "API Token Access"
msgstr "API Token Access"

#: lib/whatsapp/webhook/payload.rb:22
#, fuzzy
#| msgid "Sign out"
msgid "API error."
msgstr "Sign out"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:42
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:43
#: app/assets/javascripts/app/views/integration/github.jst.eco:15
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:18
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:18
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceFreshdesk.vue:55
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:44
msgid "API token"
msgstr "API token"

#: app/assets/javascripts/app/controllers/_channel/form.coffee:48
#: app/assets/javascripts/app/views/channel/form.jst.eco:127
msgid "Accept Data Privacy Policy & Acceptable Use Policy"
msgstr "Aceitar Política de Privacidade de Dados e Política de Uso Aceitável"

#: app/frontend/apps/desktop/components/CommonTicketLabel/CommonTicketLabel.vue:37
#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue:42
#, fuzzy
#| msgid "Access to %s"
msgid "Access denied"
msgstr "Acesso a %s"

#: db/seeds/permissions.rb:321
msgid "Access the agent chat features."
msgstr ""

#: db/seeds/permissions.rb:336
msgid "Access the agent phone features."
msgstr ""

#: db/seeds/permissions.rb:351
msgid "Access the knowledge base editor features."
msgstr ""

#: db/seeds/permissions.rb:357
msgid "Access the knowledge base reader features."
msgstr ""

#: db/seeds/permissions.rb:379
#, fuzzy
#| msgid "Access to Agent Tickets based on Group Access"
msgid "Access the tickets as agent based on group access."
msgstr "Acesso aos Tickets de Agente baseado no Acesso de Grupo"

#: db/seeds/permissions.rb:388
#, fuzzy
#| msgid "Recent Customer Tickets"
msgid "Access tickets as customer."
msgstr "Chamados recentes do cliente"

#: db/seeds/permissions.rb:312
#, fuzzy
#| msgid "Recent Customer Tickets"
msgid "Access to the chat interface."
msgstr "Chamados recentes do cliente"

#: db/seeds/permissions.rb:342
#, fuzzy
#| msgid "Delete Knowledge Base"
msgid "Access to the knowledge base interface."
msgstr "Deletar Base de Conhecimento"

#: db/seeds/permissions.rb:327
#, fuzzy
#| msgid "Recent Customer Tickets"
msgid "Access to the phone interface."
msgstr "Chamados recentes do cliente"

#: db/seeds/permissions.rb:364
msgid "Access to the report interface."
msgstr ""

#: db/seeds/permissions.rb:370
#, fuzzy
#| msgid "Recent Customer Tickets"
msgid "Access to the ticket interface."
msgstr "Chamados recentes do cliente"

#: app/assets/javascripts/app/views/whatsapp/account_cloud_api.jst.eco:19
#, fuzzy
#| msgid "Access to %s"
msgid "Access token"
msgstr "Acesso a %s"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:157
#, fuzzy
#| msgid "Agent limit exceeded, please check your account settings."
msgid "Accessing your camera is forbidden. Please check your settings."
msgstr "Limite do agente excedido, verifique as configurações da sua conta."

#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:45
#: app/frontend/apps/mobile/pages/account/routes.ts:8
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:35
msgid "Account"
msgstr "Conta"

#: app/models/channel/driver/sms/twilio.rb:104
msgid "Account SID"
msgstr "SID da conta"

#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:6
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:136
msgid "Account Time"
msgstr "Tempo da Conta"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:581
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:197
#: app/controllers/channels_email_controller.rb:204
msgid "Account already exists!"
msgstr "Conta já existe!"

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:34
msgid "Account not verified"
msgstr "Conta não verificada"

#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:37
#: app/assets/javascripts/app/controllers/time_accounting.coffee:28
#: app/assets/javascripts/app/models/ticket.coffee:16
#: app/assets/javascripts/app/views/ticket_zoom/time_unit.jst.eco:2
#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:2
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:83
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:136
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:18
#: app/graphql/gql/types/overview_type.rb:73
msgid "Accounted Time"
msgstr "Tempo Contabilizado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAccountedTime.vue:81
#, fuzzy
#| msgid "Accounted Time"
msgid "Accounted time unit"
msgstr "Accounted Time"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:11
#: app/assets/javascripts/app/controllers/_channel/google.coffee:11
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:11
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:13
#: app/assets/javascripts/app/controllers/_channel/sms.coffee:10
#: app/assets/javascripts/app/views/facebook/index.jst.eco:3
#: app/assets/javascripts/app/views/facebook/list.jst.eco:3
#: app/assets/javascripts/app/views/google/index.jst.eco:3
#: app/assets/javascripts/app/views/google/list.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/index.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:3
#: app/assets/javascripts/app/views/microsoft_graph/index.jst.eco:4
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:3
#: app/assets/javascripts/app/views/twitter/index.jst.eco:3
#: app/assets/javascripts/app/views/twitter/list.jst.eco:3
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:3
msgid "Accounts"
msgstr "Contas"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:721
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:115
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:82
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:109
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:109
#: app/assets/javascripts/app/models/core_workflow.coffee:11
#: app/assets/javascripts/app/models/trigger.coffee:7
#: app/assets/javascripts/app/views/api.jst.eco:62
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:7
#: app/assets/javascripts/app/views/generic/actions.jst.eco:5
#: app/assets/javascripts/app/views/generic/user_permission_group.jst.eco:7
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:32
#: app/assets/javascripts/app/views/integration/cti.jst.eco:33
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:146
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:181
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:49
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:36
#: app/assets/javascripts/app/views/object_manager/attribute/multi_tree_select.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:10
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:10
#: app/assets/javascripts/app/views/object_manager/attribute/tree_select.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:59
#: app/assets/javascripts/app/views/package.jst.eco:51
#: app/assets/javascripts/app/views/profile/password.jst.eco:32
#: app/assets/javascripts/app/views/session.jst.eco:13
#: app/assets/javascripts/app/views/tag/table.jst.eco:6
#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:12
msgid "Action"
msgstr "Ação"

#: app/assets/javascripts/app/models/trigger.coffee:8
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Action execution"
msgstr "Ação em massa executada!"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts:12
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Action menu button for authenticator app"
msgstr "Ação em massa executada!"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:14
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Action menu button for security keys"
msgstr "Ação em massa executada!"

#: app/assets/javascripts/app/models/macro.coffee:7
#: app/assets/javascripts/app/models/template.coffee:7
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:19
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:16
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:16
#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:563
#: app/frontend/apps/desktop/components/CommonTable/CommonSimpleTable.vue:118
msgid "Actions"
msgstr "Ações"

#: db/seeds/settings.rb:2850
msgid "Activate the recursive processing of ticket triggers."
msgstr "Ativar o processamento recursivo de triggers de tickets."

#: app/assets/javascripts/app/models/trigger.coffee:7
#, fuzzy
#| msgid "Activity"
msgid "Activated by"
msgstr "Atividade"

#: db/seeds/settings.rb:1106
msgid ""
"Activates lost password feature for users. This setting is only effective if "
"the password login is enabled."
msgstr ""
"Ativa o recurso de password perdida para os utilizadores. Esta configuração "
"só é efetiva se o login com password estiver ativado."

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:320
#: app/assets/javascripts/app/models/chat.coffee:257
#: app/assets/javascripts/app/models/checklist_template.coffee:9
#: app/assets/javascripts/app/models/core_workflow.coffee:14
#: app/assets/javascripts/app/models/email_address.coffee:37
#: app/assets/javascripts/app/models/group.coffee:16
#: app/assets/javascripts/app/models/job.coffee:16
#: app/assets/javascripts/app/models/ldap_source.coffee:7
#: app/assets/javascripts/app/models/macro.coffee:15
#: app/assets/javascripts/app/models/object_manager_attribute.coffee:9
#: app/assets/javascripts/app/models/overview.coffee:66
#: app/assets/javascripts/app/models/postmaster_filter.coffee:13
#: app/assets/javascripts/app/models/report_profile.js.coffee:9
#: app/assets/javascripts/app/models/role.coffee:11
#: app/assets/javascripts/app/models/signature.coffee:27
#: app/assets/javascripts/app/models/template.coffee:9
#: app/assets/javascripts/app/models/text_module.coffee:29
#: app/assets/javascripts/app/models/ticket_priority.coffee:10
#: app/assets/javascripts/app/models/ticket_state.coffee:11
#: app/assets/javascripts/app/models/ticket_time_accounting_type.coffee:13
#: app/assets/javascripts/app/models/trigger.coffee:15
#: app/assets/javascripts/app/models/webhook.coffee:15
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:4
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:37
#: app/assets/javascripts/app/views/profile/password.jst.eco:29
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:71
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:227
#: db/seeds/object_manager_attributes.rb:1665
msgid "Active"
msgstr "Ativo"

#: app/assets/javascripts/app/controllers/chat.coffee:310
#: app/assets/javascripts/app/views/customer_chat/chat_header.jst.eco:35
msgid "Active Agents"
msgstr "Agentes Ativos"

#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:16
msgid "Activity"
msgstr "Atividade"

#: app/assets/javascripts/app/views/dashboard.jst.eco:10
msgid "Activity Stream"
msgstr "Fluxo de Atividade"

#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:49
#: app/assets/javascripts/app/controllers/time_accounting_types.coffee:50
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:16
#: app/assets/javascripts/app/views/time_accounting/types.jst.eco:4
#: app/controllers/time_accountings_controller.rb:117
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:118
#, fuzzy
#| msgid "Activity"
msgid "Activity Type"
msgstr "Atividade"

#: app/assets/javascripts/app/controllers/time_accounting.coffee:23
#: app/assets/javascripts/app/controllers/time_accounting_types.coffee:51
#, fuzzy
#| msgid "Activity"
msgid "Activity Types"
msgstr "Atividade"

#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:39
msgid "Adapter"
msgstr "Adaptador"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:90
#: app/assets/javascripts/app/controllers/_integration/smime.coffee:75
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:86
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:38
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:143
#: app/assets/javascripts/app/views/channel/topics.jst.eco:37
#: app/assets/javascripts/app/views/generic/application_selector_row.jst.eco:32
#: app/assets/javascripts/app/views/generic/checklist_item.jst.eco:26
#: app/assets/javascripts/app/views/generic/postmaster_match.jst.eco:21
#: app/assets/javascripts/app/views/generic/postmaster_set_row.jst.eco:20
#: app/assets/javascripts/app/views/generic/ticket_perform_action/row.jst.eco:16
#: app/assets/javascripts/app/views/generic/user_permission_group.jst.eco:58
#: app/assets/javascripts/app/views/google/list.jst.eco:8
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:44
#: app/assets/javascripts/app/views/integration/cti.jst.eco:45
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:152
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:187
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:61
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:48
#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item.jst.eco:27
#: app/assets/javascripts/app/views/knowledge_base/sidebar/attachments.jst.eco:38
#: app/assets/javascripts/app/views/knowledge_base/sidebar/generic_list.jst.eco:7
#: app/assets/javascripts/app/views/knowledge_base/sidebar/linked_tickets.jst.eco:8
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:8
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:43
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:39
#: app/assets/javascripts/app/views/profile/linked_accounts.jst.eco:15
#: app/assets/javascripts/app/views/tag/index.jst.eco:25
#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show.jst.eco:19
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:278
#: app/frontend/shared/form/i18n/locales.ts:25
msgid "Add"
msgstr "Adicionar"

#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:7
#: app/assets/javascripts/app/views/facebook/list.jst.eco:8
#: app/assets/javascripts/app/views/google/list.jst.eco:8
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:8
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:8
#: app/assets/javascripts/app/views/twitter/list.jst.eco:8
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:7
msgid "Add Account"
msgstr "Adicionar Conta"

#: app/assets/javascripts/app/views/telegram/index.jst.eco:7
msgid "Add Bot"
msgstr "Adicionar Bot"

#: app/assets/javascripts/app/controllers/_integration/smime.coffee:77
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:88
#: app/assets/javascripts/app/views/integration/smime.jst.eco:5
msgid "Add Certificate"
msgstr "Adicionar certificado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:452
msgid "Add Empty Checklist"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistTemplates.vue:42
#, fuzzy
#| msgid "Templates"
msgid "Add From a Template"
msgstr "Modelos"

#: app/assets/javascripts/app/views/integration/pgp.jst.eco:5
#, fuzzy
#| msgid "Add reply"
msgid "Add Key"
msgstr "Adicionar resposta"

#: app/assets/javascripts/app/views/link/ticket/list.jst.eco:10
msgid "Add Link"
msgstr "Adicionar Link"

#: app/assets/javascripts/app/controllers/_integration/smime.coffee:120
#: app/assets/javascripts/app/views/integration/smime.jst.eco:6
msgid "Add Private Key"
msgstr "Adicionar Chave Privada"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:92
#, fuzzy
#| msgid "Add Private Key"
msgid "Add Public or Private Key"
msgstr "Adicionar Chave Privada"

#: app/frontend/shared/entities/ticket-article/action/plugins/web.ts:13
#, fuzzy
#| msgid "Add reply"
msgid "Add Reply"
msgstr "Adicionar resposta"

#: app/assets/javascripts/app/views/ssl_certificates.jst.eco:5
#, fuzzy
#| msgid "Add Certificate"
msgid "Add SSL Certificate"
msgstr "Adicionar certificado"

#: app/assets/javascripts/app/views/knowledge_base/sidebar/tags.jst.eco:19
#: app/assets/javascripts/app/views/widget/tag.jst.eco:14
msgid "Add Tag"
msgstr "Adicionar Tag"

#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:108
msgid "Add Telegram Bot"
msgstr "Adicionar Bot do Telegram"

#: app/assets/javascripts/app/views/organization_profile/object.jst.eco:7
#: app/assets/javascripts/app/views/user_profile/object.jst.eco:6
#: app/assets/javascripts/app/views/widget/organization.jst.eco:20
#: app/assets/javascripts/app/views/widget/user.jst.eco:27
msgid "Add a Note"
msgstr "Adicionar nota"

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:80
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:6
msgid "Add a Personal Access Token"
msgstr "Adicionar um Token de Acesso Pessoal"

#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:105
msgid "Add a data privacy deletion task"
msgstr "Adicionar uma tarefa para exclusão de dados privados"

#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:276
#, fuzzy
#| msgid "Add Tag"
msgid "Add a message"
msgstr "Add Tag"

#: app/assets/javascripts/app/views/channel/form.jst.eco:123
msgid "Add agreement text before submit."
msgstr "Adicione texto contratual antes de enviar."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:315
#, fuzzy
#| msgid "Add alarm to pending reminder and escalated tickets."
msgid "Add alarm to pending reminder and escalated tickets"
msgstr "Adicionar alarme a lembretes pendentes e tickets escalados."

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:34
msgid "Add alarm to pending reminder and escalated tickets."
msgstr "Adicionar alarme a lembretes pendentes e tickets escalados."

#: app/frontend/shared/form/i18n/locales.ts:74
#, fuzzy
#| msgid "Add bullet list"
msgid "Add all values"
msgstr "Adicionar lista de marcadores"

#: app/assets/javascripts/app/views/channel/form.jst.eco:112
msgid "Add attachment option to upload."
msgstr "Opção de adicionar anexo para envio."

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:270
msgid "Add bullet list"
msgstr "Adicionar lista de marcadores"

#: app/frontend/shared/entities/ticket-article/action/plugins/facebook.ts:49
#, fuzzy
#| msgid "Add Account"
msgid "Add comment"
msgstr "Adicionar Conta"

#: app/assets/javascripts/app/views/generic/application_selector_row.jst.eco:32
#: app/assets/javascripts/app/views/generic/application_selector_subclause.jst.eco:18
#, fuzzy
#| msgid "Saved conditions"
msgid "Add condition"
msgstr "Condições salvas"

#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:168
#, fuzzy
#| msgid "email"
msgid "Add email"
msgstr "email"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:5
#, fuzzy
#| msgid "Add bullet list"
msgid "Add empty checklist"
msgstr "Adicionar lista de marcadores"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:192
msgid "Add first level heading"
msgstr "Adicionar cabeçalho de primeiro nível"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:11
#, fuzzy
#| msgid "Save as template"
msgid "Add from a template"
msgstr "Salvar como modelo"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:185
#, fuzzy
#| msgid "Add Tag"
msgid "Add heading"
msgstr "Adicionar Tag"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:130
msgid "Add image"
msgstr "Adicionar imagem"

#: app/frontend/shared/entities/ticket-article/action/plugins/note.ts:15
#, fuzzy
#| msgid "Add a Note"
msgid "Add internal note"
msgstr "Adicionar nota"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue:163
#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:152
msgid "Add link"
msgstr "Adicionar Link"

#: app/frontend/shared/entities/ticket-article/action/plugins/telegram.ts:53
#: app/frontend/shared/entities/ticket-article/action/plugins/twitter.ts:125
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:202
#, fuzzy
#| msgid "Add Tag"
msgid "Add message"
msgstr "Add Tag"

#: app/frontend/shared/entities/ticket-article/action/plugins/note.ts:15
#, fuzzy
#| msgid "Add Bot"
msgid "Add note"
msgstr "Adicionar Bot"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:257
msgid "Add ordered list"
msgstr "Adicionar lista ordenada"

#: app/frontend/shared/entities/ticket-article/action/plugins/phone.ts:13
msgid "Add phone call"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:64
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:37
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:88
msgid "Add reply"
msgstr "Adicionar resposta"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:203
msgid "Add second level heading"
msgstr "Adicionar cabeçalho de segundo nível"

#: app/frontend/shared/form/i18n/locales.ts:78
msgid "Add selected values"
msgstr "Adicionar valores selecionados"

#: db/seeds/settings.rb:792
msgid "Add sender initials to end of a tweet."
msgstr "Adicionar as iniciais do remetente no fim de um tweet."

#: app/frontend/shared/entities/ticket-article/action/plugins/sms.ts:49
#, fuzzy
#| msgid "Add image"
msgid "Add sms"
msgstr "Adicionar imagem"

#: app/assets/javascripts/app/views/generic/application_selector_row.jst.eco:35
#: app/assets/javascripts/app/views/generic/application_selector_subclause.jst.eco:21
msgid "Add subclause"
msgstr "Adicionar sub-clausula"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:201
#, fuzzy
#| msgid "Add Tag"
msgid "Add tag"
msgstr "Adicionar Tag"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:214
msgid "Add third level heading"
msgstr "Adicionar cabeçalho de terceiro nível"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:85
msgid "Add this class to a button on your page that should open the chat."
msgstr "Adicione esta classe a um botão na sua página que deve abrir o chat."

#: app/controllers/first_steps_controller.rb:109
msgid "Additional Channels"
msgstr "Adicionar Canais"

#: db/seeds/settings.rb:3323
msgid "Additional follow-up detection"
msgstr "Deteção de seguimento adicional"

#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:211
#, fuzzy
#| msgid "Block Notifications"
msgid "Additional information"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/components/layout/LayoutPublicPage/LayoutPublicPage.vue:59
#, fuzzy
#| msgid "Block Notifications"
msgid "Additional information and links"
msgstr "Bloco de Notificações"

#: db/seeds/settings.rb:871
msgid "Additional notes for ticket create types."
msgstr "Notas adicionais para criação de tipos de tickets."

#: db/seeds/object_manager_attributes.rb:1405
msgid "Address"
msgstr "Endereço"

#: db/seeds/settings.rb:506
msgid "Address of the proxy server for http and https resources."
msgstr "Endereço do servidor proxy para recursos http e https."

#: app/assets/javascripts/app/controllers/_default_navbar.coffee:13
#: db/seeds/roles.rb:5
msgid "Admin"
msgstr "Administrador"

#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:486
msgid "Admin Consent"
msgstr "Consentimento do administrador"

#: app/assets/javascripts/app/controllers/admin_password_auth.coffee:23
#: app/frontend/apps/desktop/pages/authentication/routes.ts:25
msgid "Admin Password Login"
msgstr "Login com Password de Administrador"

#: db/seeds/permissions.rb:5
#, fuzzy
#| msgid "Admin Interface"
msgid "Admin interface"
msgstr "Interface de administração"

#: app/assets/javascripts/app/views/admin_password_auth/request_sent.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:57
#, fuzzy
#| msgid "We've sent password reset instructions to your email address."
msgid "Admin password login instructions were sent to your email address."
msgstr ""
"Enviamos instruções de redefinição de senha para o seu endereço de e-mail."

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AdminMenu/plugins/setting.ts:8
#, fuzzy
#| msgid "Administrator Account"
msgid "Administration"
msgstr "Conta de Administrador"

#. This is the template file app/views/mailer/admin_password_auth/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/admin_password_auth/en.html.erb
#, fuzzy
#| msgid ""
#| "Administration login to #{config.product_name}\n"
#| "\n"
#| "<div>Hi #{user.firstname},</div>\n"
#| "<br>\n"
#| "<div>We received a request for an administration login for your #{config."
#| "product_name} account <b>#{user.login}</b>.</div>\n"
#| "<br>\n"
#| "<div>Please, click on the link below (or copy and paste the URL into your "
#| "browser) to proceed:</div>\n"
#| "<br>\n"
#| "<div><a href=\"#{config.http_type}://#{config.fqdn}/#login/admin/#{token."
#| "name}\">#{config.http_type}://#{config.fqdn}/#login/admin/#{token.name}</"
#| "a></div>\n"
#| "<br>\n"
#| "<div>This link takes you to a page where you can log in.</div>\n"
#| "<br>\n"
#| "<div>If you don't want to log in, please ignore this message.</div>\n"
#| "<br>\n"
#| "<div>Your #{config.product_name} Team</div>\n"
msgid ""
"Administration login to #{config.product_name}\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>We received a request for an administration login for your #{config."
"product_name} account <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>Please, click on the link below (or copy and paste the URL into your "
"browser) to proceed:</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>This link takes you to a page where you can log in.</div>\n"
"<br>\n"
"<div>If you don't want to log in, please ignore this message.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"Login de Administração em #{config.product_name}\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Recebemos um pedido para um login de administração para a sua conta "
"#{config.product_name} <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>Por favor clique no link abaixo (ou corte e cole o URL no seu "
"navegador) para avançar:</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>Este link leva-o a uma página onde pode efetuar o login.</div>\n"
"<br>\n"
"<div>Se não quer efetuar login, por favor ignore esta mensagem.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#: app/assets/javascripts/app/views/getting_started/admin.jst.eco:5
msgid "Administrator Account"
msgstr "Conta de Administrador"

#: app/assets/javascripts/app/models/macro.coffee:9
msgid "Advance to next ticket from overview"
msgstr "Avance para o próximo ticket da visão geral"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:62
#, fuzzy
#| msgid ""
#| "Here you find your ticket overviews for open, assigned and escalated "
#| "tickets."
msgid "Affects only notifications for not assigned and all tickets."
msgstr ""
"Aqui você encontra suas visões gerais de tickets para bilhetes abertos, "
"designados e escalados."

#: app/assets/javascripts/app/views/exchange/admin_consent.jst.eco:4
msgid "After approval, please re-connect your Exchange account."
msgstr "Após aprovação, por favor volte a ligar a sua conta Exchange."

#: app/assets/javascripts/app/views/microsoft365/admin_consent.jst.eco:4
msgid "After approval, please re-connect your Microsoft365 mailbox."
msgstr "Após aprovação, reconfigure a sua caixa de correio do Microsoft365."

#: app/assets/javascripts/app/views/package.jst.eco:12
msgid ""
"After installing, updating, or uninstalling packages the following commands "
"need to be executed on the server:"
msgstr ""
"Após instalar, atualizar ou desinstalar pacotes, os seguintes comandos "
"precisam ser executados no servidor:"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceFreshdesk.vue:95
msgid ""
"After the import is completed, the account associated with the API token "
"will become your username, and the token itself will be your password."
msgstr ""
"Após a conclusão da importação, a conta associada ao token da API será "
"transformada no seu nome de utilizador e o token será a sua senha."

#: app/assets/javascripts/app/views/session.jst.eco:11
msgid "Age"
msgstr "Idade"

#: app/assets/javascripts/app/views/popover/ticket.jst.eco:6
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:13
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:13
#: app/controllers/time_accountings_controller.rb:103 db/seeds/roles.rb:14
#: db/seeds/ticket_article_senders.rb:3
msgid "Agent"
msgstr "Agente"

#: db/seeds/settings.rb:3236
msgid "Agent Name"
msgstr "Nome do Agente"

#: db/seeds/settings.rb:3236
msgid "Agent Name + FromSeparator + System Address Display Name"
msgstr "Nome do Agente + SeparadorDe + Nome de exibição do endereço do sistema"

#: db/seeds/permissions.rb:320
#, fuzzy
#| msgid "Agent Name"
msgid "Agent chat"
msgstr "Nome do Agente"

#: db/seeds/settings.rb:3590
msgid "Agent idle timeout"
msgstr "Tempo limite de inatividade do agente"

#: app/models/role.rb:156 app/models/user.rb:723
msgid "Agent limit exceeded, please check your account settings."
msgstr "Limite do agente excedido, verifique as configurações da sua conta."

#: db/seeds/permissions.rb:335
#, fuzzy
#| msgid "Agent Name"
msgid "Agent phone"
msgstr "Nome do Agente"

#: db/seeds/permissions.rb:378
#, fuzzy
#| msgid "Open Tickets"
msgid "Agent tickets"
msgstr "Open Tickets"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:109
msgid "Agents"
msgstr "Agentes"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:27
msgid "Alarm"
msgstr "Alarme"

#: app/assets/javascripts/app/views/generic/notification_matrix.jst.eco:8
#: app/assets/javascripts/app/views/profile/notification.jst.eco:30
msgid "All Tickets"
msgstr "Todos os Tickets"

#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:115
msgid ""
"All affected tickets will be deleted immediately when this job is run, "
"without a history entry. There is no rollback of this deletion possible."
msgstr ""
"Todos os tickets afetados serão excluídos imediatamente quando esta tarefa "
"for efectuada sem registo no histórico. Não há possibilidade de reversão "
"desta exclusão."

#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:116
msgid ""
"All affected tickets will be scheduled for deletion when this job is run. "
"Once the data privacy task is executed, tickets will be deleted and a "
"history entry preserved. There is no rollback of this deletion possible."
msgstr ""
"Todos os tickets afetados serão agendados para exclusão quando esta tarefa "
"for executada. Assim que a tarefa de privacidade de dados for executada, os "
"tickets serão excluídos e uma entrada no histórico preservada. Não há "
"possibilidade de reversão desta exclusão."

#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:129
msgid ""
"All affected users and their customer tickets will be scheduled for deletion "
"when this job is run. Once the data privacy task is executed, users and "
"tickets will be deleted and a history entry preserved. There is no rollback "
"of this deletion possible."
msgstr ""
"Todos os utilizadores afetados e os seus tickets de clientes serão agendados "
"para exclusão quando esta tarefa for executada. Depois que a tarefa de "
"privacidade de dados for executada, os usuários e tickets serão excluídos e "
"uma entrada do histórico será preservada. Não há possibilidade de reversão "
"desta exclusão."

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:506
msgid "All agents"
msgstr "Todos os agentes"

#: public/assets/chat/views/waiting.eco:7
msgid "All colleagues are busy."
msgstr "Todos os colegas estão ocupados."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:138
#, fuzzy
#| msgid ""
#| "All computers and browsers that have access to your Zammad appear here."
msgid ""
"All computers and browsers from which you logged in to Zammad appear here."
msgstr ""
"Todos os computadores e navegadores que têm acesso ao Zammad aparecem aqui."

#: app/assets/javascripts/app/views/profile/devices.jst.eco:7
msgid "All computers and browsers that have access to your Zammad appear here."
msgstr ""
"Todos os computadores e navegadores que têm acesso ao Zammad aparecem aqui."

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:38
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:56
#, fuzzy
#| msgid "All Tickets"
msgid "All tickets"
msgstr "Todos os Tickets"

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:128
#, fuzzy
#| msgid "Authentication"
msgid "All two-factor authentication methods were removed for this user."
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:325
msgid "Allow future"
msgstr "Permitir futuro"

#: app/models/object_manager/attribute/data_option_validator.rb:65
msgid "Allow future dates toggle value is required."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:334
msgid "Allow past"
msgstr "Permitir passado"

#: app/models/object_manager/attribute/data_option_validator.rb:71
#, fuzzy
#| msgid "At least one letter is required"
msgid "Allow past dates toggle value is required."
msgstr "É necessário pelo menos uma letra"

#: db/seeds/object_manager_attributes.rb:2164
msgid "Allow reopening of tickets within a certain time."
msgstr "Permitir a reabertura de tickets dentro de um determinado tempo."

#: app/assets/javascripts/app/views/tag/index.jst.eco:16
msgid "Allow users to add new tags."
msgstr "Permitir aos utilizadores adicionar novas tags."

#: db/seeds/settings.rb:4158
msgid "Allow users to create new tags."
msgstr "Permitir aos utilizadores criar novas tags."

#: db/seeds/settings.rb:1186
msgid "Allow using one email address for multiple users."
msgstr "Permitir a utilização de um endereço de email para múltiplas contas."

#: app/assets/javascripts/app/models/chat.coffee:255
msgid "Allow websites (separated by ;)"
msgstr "Permitir websites (separados por ;)"

#: app/assets/javascripts/app/views/generic/notification_matrix.jst.eco:9
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:64
msgid "Also notify via email"
msgstr "Também notificar por email"

#: db/seeds/settings.rb:5186
msgid ""
"Alternative FQDN for callbacks if you operate Zammad in an internal network."
msgstr "FQDN alternativos para callbacks se opera o Zammad numa rede interna."

#: app/helpers/knowledge_base_breadcrumb_helper.rb:20
#: app/helpers/knowledge_base_public_page_title_helper.rb:27
msgid "Alternative Translations"
msgstr "Traduções Alternativas"

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:16
msgid "Alternative name"
msgstr "Nome Alternativo"

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:9
msgid "Alternatively, you can use the Zammad API to import data."
msgstr "Em alternativa, pode usar a API do Zammad para importar dados."

#: app/assets/javascripts/app/models/trigger.coffee:8
msgid "Always"
msgstr "Sempre"

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:46
msgid ""
"An email was sent to _%s_. Click the link in the email to verify your "
"account."
msgstr ""
"Um e-mail foi enviado para _%s_. Clique no link enviado no e-mail para "
"verificar a sua conta."

#: app/assets/javascripts/app/controllers/ticket_zoom/article_calendar_view.coffee:50
msgid "An error has occurred"
msgstr "Ocorreu um erro"

#: app/frontend/shared/server/apollo/handler/BaseHandler.ts:150
msgid "An error occured during the operation."
msgstr "Ocorreu um erro durante a operação."

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:997
#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:5
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:5
msgid "An error occurred: %s"
msgstr "Ocorreu um erro: %s"

#: app/assets/javascripts/app/controllers/_integration/check_mk.coffee:57
#: app/assets/javascripts/app/controllers/_integration/icinga.coffee:26
#: app/assets/javascripts/app/controllers/_integration/monit.coffee:26
#: app/assets/javascripts/app/controllers/_integration/nagios.coffee:26
msgid "An open-source monitoring tool."
msgstr "Uma ferramenta de monitorização de código aberto."

#: app/frontend/shared/components/Form/utils.ts:23
#, fuzzy
#| msgid "An error has occurred"
msgid "An unexpected error has occurred."
msgstr "Ocorreu um erro"

#: app/graphql/gql/mutations/system/setup/run_auto_wizard.rb:26
#, fuzzy
#| msgid "An error has occurred"
msgid "An unexpected error occurred during system setup."
msgstr "Ocorreu um erro"

#: lib/calendar_subscriptions.rb:31
msgid "An unknown method name was requested."
msgstr "O nome de um método desconhecido foi solicitado."

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:187
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:147
msgid "Analyzing entries with given configuration…"
msgstr "Analisando entradas com determinada configuração…"

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:116
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:123
msgid "Analyzing structure…"
msgstr "Analisando a estrutura…"

#. This is the template file app/views/mailer/ticket_update_received_merge/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_update_received_merge/en.html.erb
msgid ""
"Another ticket was merged into ticket (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"Another ticket was merged into ticket (#{ticket.title}) by "
"\"<b>#{current_user.longname}</b>\".\n"
"</div>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""
"Outro ticket foi fundido no ticket (#{ticket.title})\n"
"\n"
"<div>Olá #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"Outro ticket foi fundido no ticket (#{ticket.title}) por \"<b>#{current_user."
"longname}</b>\".\n"
"</div>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">Ver isto em #{config.product_name}</a>\n"
"</div>\n"

#: app/assets/javascripts/app/models/ticket.coffee:121
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:37
msgid "Another ticket was merged into ticket |%s|"
msgstr "Outro ticket foi fundido no ticket |%s|"

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/link_answer_button.coffee:11
msgid "Answer"
msgstr "Resposta"

#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/answers.coffee:3
msgid "Answers"
msgstr "Respostas"

#: app/assets/javascripts/app/views/knowledge_base/_reader_list_item.jst.eco:6
msgid "Answers: %s"
msgstr "Respostas: %s"

#: app/assets/javascripts/app/lib/app_post/iconset_picker.coffee:9
msgid "Anticon"
msgstr "Anticon"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:22
msgid "Any recipient"
msgstr "Qualquer destinatário"

#: lib/whatsapp/webhook/concerns/handles_error.rb:49
msgid ""
"Apologies, we're unable to process this kind of message due to restrictions "
"within WhatsApp Business."
msgstr ""

#: db/seeds/settings.rb:1449
msgid "App ID"
msgstr "App ID"

#: db/seeds/settings.rb:1455
msgid "App Secret"
msgstr "App Secret"

#: db/seeds/settings.rb:1788
msgid "App Tenant ID"
msgstr "App Tenant ID"

#: db/seeds/settings.rb:27
msgid "App Version"
msgstr "App Version"

#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:186
#: app/assets/javascripts/app/controllers/_channel/google.coffee:457
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:479
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:369
#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:193
#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:721
msgid "App could not be verified."
msgstr "Não foi possível verificar a aplicação."

#: db/seeds/settings.rb:1445
msgid "App credentials for Facebook."
msgstr "Credenciais da aplicação para o Facebook."

#: db/seeds/settings.rb:1381
msgid "App credentials for Twitter."
msgstr "Credenciais da aplicação para o Twitter."

#: app/assets/javascripts/app/views/whatsapp/account_cloud_api.jst.eco:28
#, fuzzy
#| msgid "App Secret"
msgid "App secret"
msgstr "App Secret"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:433
#: app/assets/javascripts/app/controllers/_profile/appearance.coffee:3
#: app/assets/javascripts/app/views/profile/appearance.jst.eco:3
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/AvatarMenu/plugins/appearance.ts:9
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:59
#: db/seeds/permissions.rb:401
msgid "Appearance"
msgstr "Aparência"

#: app/assets/javascripts/app/controllers/api.coffee:127
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:84
msgid "Application"
msgstr "Aplicação"

#: db/seeds/settings.rb:4
msgid "Application secret"
msgstr "Senha da aplicação"

#: app/assets/javascripts/app/views/api.jst.eco:44
msgid "Applications"
msgstr "Aplicações"

#: app/assets/javascripts/app/views/widget/template.jst.eco:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:143
msgid "Apply"
msgstr "Aplicar"

#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:56
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:143
msgid "Apply Draft"
msgstr "Aplicar Rascunho"

#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:2
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:170
msgid "Apply Shared Draft"
msgstr "Aplicar Rascunho Partilhado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/ApplyTemplate.vue:40
#, fuzzy
#| msgid "Templates"
msgid "Apply Template"
msgstr "Modelos"

#: app/assets/javascripts/app/views/settings/ticket_notifications.jst.eco:10
msgid "Apply current defaults to all agents"
msgstr "Aplicar os padrões atuais a todos os agentes"

#: app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue:76
#, fuzzy
#| msgid "Apply Draft"
msgid "Apply filter…"
msgstr "Aplicar Rascunho"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Apr"
msgstr "Abr"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
msgid "April"
msgstr "Abril"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:141
msgid "Archive"
msgstr "Arquivar"

#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:12
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:109
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:84
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:69
#, fuzzy
#| msgid "Archived at"
msgid "Archive Emails"
msgstr "Arquivado em"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:690
#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:43
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:289
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:58
msgid "Archive cut-off time"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:689
#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:42
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:288
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:44
#, fuzzy
#| msgid "Archived at"
msgid "Archive emails"
msgstr "Arquivado em"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:691
#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:44
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:290
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:74
#, fuzzy
#| msgid "Ticket update"
msgid "Archive ticket target state"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:113
msgid "Archived"
msgstr "Arquivado"

#: app/assets/javascripts/app/views/popover/kb_generic.jst.eco:23
msgid "Archived at"
msgstr "Arquivado em"

#: app/frontend/shared/entities/ticket-article/action/plugins/articleDelete.ts:15
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Are you sure to remove this article?"
msgstr "Certo de excluir esse objeto?"

#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:155
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Are you sure you want to delete \"%s\"?"
msgstr "Certo de excluir esse objeto?"

#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:43
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Are you sure you want to delete this object?"
msgstr "Certo de excluir esse objeto?"

#: app/frontend/apps/mobile/pages/ticket/composable/useTicketsMerge.ts:67
msgid "Are you sure you want to merge this ticket (#%s) into #%s?"
msgstr "Tem a certeza que pretende fundir o ticket (#%s) no #%s?"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:78
msgid ""
"Are you sure you want to reload? You have unsaved changes that will get lost"
msgstr ""
"Tem certeza que quer recarregar? Tem alterações não gravadas que serão "
"perdidas"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:696
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Are you sure you want to set \"%s\" as default?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:712
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Are you sure you want to unset \"%s\" as default?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_confirm_delete.coffee:6
#: app/assets/javascripts/app/controllers/_channel/email.coffee:145
#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:98
#: app/assets/javascripts/app/controllers/_channel/google.coffee:148
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:164
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:91
#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:66
#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:105
#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:67
#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:179
#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:234
#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:66
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:130
#: app/assets/javascripts/app/controllers/data_privacy.coffee:191
#: app/assets/javascripts/app/controllers/maintenance.coffee:55
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:61
#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:123
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/delete.coffee:67
#: app/assets/javascripts/app/controllers/translation.coffee:37
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:67
msgid "Are you sure?"
msgstr "Tem a certeza?"

#: app/assets/javascripts/app/controllers/_manage/ticket_notification.coffee:44
#, fuzzy
#| msgid "Are you sure? You have changes that will get lost."
msgid ""
"Are you sure? Default notifications settings will be applied to all active "
"agents. This operation may take some time."
msgstr "Tem a certeza? Tem alterações que serão perdidas."

#: app/assets/javascripts/app/controllers/_manage/ticket_notification.coffee:34
msgid ""
"Are you sure? The agent default notifications settings will be reset to the "
"system default."
msgstr ""
"Tem certeza? As configurações de notificações padrão do agente serão "
"redefinidas para o padrão do sistema."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:86
#, fuzzy
#| msgid "Are you sure? You have unsaved changes that will get lost."
msgid "Are you sure? The prepared article will be removed."
msgstr "Tem a certeza? Tem alterações não gravadas que serão perdidas."

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:113
msgid ""
"Are you sure? The user will have to to reconfigure all two-factor "
"authentication methods."
msgstr ""
"Tem certeza? O utilizador terá que reconfigurar todos os métodos de "
"autenticação de dois fatores."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:64
msgid "Are you sure? You have changes that will get lost."
msgstr "Tem a certeza? Tem alterações que serão perdidas."

#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:57
#: app/frontend/apps/mobile/components/CommonDialogObjectForm/CommonDialogObjectForm.vue:79
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketAction/TicketActionChangeCustomerDialog.vue:37
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:417
#: app/frontend/apps/mobile/pages/ticket/views/TicketDetailView.vue:268
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:50
msgid "Are you sure? You have unsaved changes that will get lost."
msgstr "Tem a certeza? Tem alterações não gravadas que serão perdidas."

#: app/assets/javascripts/app/controllers/_profile/notification.coffee:150
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:162
#, fuzzy
#| msgid "Are you sure? You have changes that will get lost."
msgid "Are you sure? Your notifications settings will be reset to default."
msgstr "Tem a certeza? Tem alterações que serão perdidas."

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:54
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:11
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:16
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:10
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:10
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventEntityNames.ts:6
msgid "Article"
msgstr "Artigo"

#: db/seeds/settings.rb:681
msgid "Article - visibility confirmation dialog"
msgstr "Artigo - diálogo de confirmação de visibilidade"

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:96
#, fuzzy
#| msgid "Article"
msgid "Article > Text (HTML)"
msgstr "Article"

#: lib/excel_sheet/ticket.rb:73
msgid "Article Count"
msgstr "Número de Artigos"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:289
msgid "Article actions"
msgstr "Ações do artigo"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/delete.coffee:61
msgid "Article could not be deleted."
msgstr "Não foi possível apagar o artigo."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubble.vue:128
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleHeader.vue:27
#, fuzzy
#| msgid "Block Notifications"
msgid "Article meta information"
msgstr "Bloco de Notificações"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:77
#: app/frontend/shared/composables/useArticleSecurity.ts:93
msgid "Article uses different security mechanism."
msgstr "O Artigo usa um mecanismo de segurança diferente."

#: app/assets/javascripts/app/models/ticket.coffee:15
#: app/graphql/gql/types/overview_type.rb:72
msgid "Article#"
msgstr "Artigo#"

#: db/seeds/object_manager_attributes.rb:2186
msgid "Assign Follow-Ups"
msgstr "Atribuir Seguimentos"

#: app/assets/javascripts/app/models/group.coffee:11
#: db/seeds/object_manager_attributes.rb:2195
msgid "Assign follow-up to latest agent again."
msgstr "Atribuir novamente seguimento para o último agente."

#: app/assets/javascripts/app/models/group.coffee:11
msgid "Assign follow-ups"
msgstr "Atribuir Seguimentos"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:591
msgid "Assign signup roles"
msgstr "Atribuir funções de inscrição"

#: db/seeds/object_manager_attributes.rb:1795
msgid "Assign users based on user domain."
msgstr "Atribuir utilizadores com base no domínio do utilizador."

#: app/assets/javascripts/app/views/dashboard/stats/ticket_load_measure.jst.eco:3
msgid "Assigned"
msgstr "Atribuído"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_git_issue.jst.eco:24
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:79
msgid "Assignee"
msgstr "Atribuído a"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:79
#, fuzzy
#| msgid "Assignee"
msgid "Assignees"
msgstr "Atribuído a"

#: db/seeds/object_manager_attributes.rb:2087
msgid "Assignment Timeout"
msgstr "Tempo de Atribuição Expirado"

#: app/assets/javascripts/app/models/_application_model.coffee:164
#: app/assets/javascripts/app/models/group.coffee:8
msgid "Assignment timeout"
msgstr "Tempo de atribuição expirado"

#: app/assets/javascripts/app/models/group.coffee:8
#: db/seeds/object_manager_attributes.rb:2092
msgid ""
"Assignment timeout in minutes if assigned agent is not working on it. Ticket "
"will be shown as unassigend."
msgstr ""
"Tempo de expiração da atribuição em minutos se o agente atribuído não "
"estiver a trabalhar nele. O ticket será exibido como não atribuído."

#: app/models/user.rb:626
#, fuzzy
#| msgid ""
#| "At least one identifier (firstname, lastname, phone or email) for user is "
#| "required."
msgid ""
"At least one identifier (firstname, lastname, phone, mobile or email) for "
"user is required."
msgstr ""
"É necessário pelo menos um identificador (primeiro nome, último nome, "
"telefone ou email) para o utilizador."

#: app/models/postmaster_filter.rb:29
msgid "At least one match rule is required, but none was provided."
msgstr ""
"Pelo menos uma regra de correspondência é necessária, mas não foi fornecida "
"nenhuma."

#: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee:155
msgid "At least one object must be selected."
msgstr "Deve selecionar pelo menos um objeto."

#: app/models/role.rb:128 app/models/user.rb:697
msgid "At least one user needs to have admin permissions."
msgstr "Pelo menos um utilizador tem de ter permissões de administrador."

#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:193
msgid "Attach another file"
msgstr "Anexar outro ficheiro"

#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:188
#, fuzzy
#| msgid "Attach files"
msgid "Attach file"
msgstr "Anexar ficheiros"

#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:191
msgid "Attach files"
msgstr "Anexar ficheiros"

#: app/assets/javascripts/app/views/generic/attachments.jst.eco:4
#: app/views/knowledge_base/public/answers/show.html.erb:17
msgid "Attached Files"
msgstr "Ficheiros anexos"

#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:198
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:316
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:224
msgid "Attachment"
msgstr "Anexo"

#: db/seeds/settings.rb:3337
msgid "Attachment - Search for follow-up also in attachments."
msgstr "Anexo - Procurar por seguimento também nos anexos."

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_article_attachments.coffee:15
#: app/assets/javascripts/app/views/knowledge_base/_answer_attachments.jst.eco:3
#: app/assets/javascripts/app/views/knowledge_base/sidebar/attachments.jst.eco:2
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarAttachment/TicketSidebarAttachment.vue:48
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/ticket-article-attachment.ts:12
#: public/assets/form/form.js:50
msgid "Attachments"
msgstr "Anexos"

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:10
msgid "Attachments are stored in a Simple Storage Service."
msgstr "Os anexos são guardados num serviço de storage simples."

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:8
msgid "Attachments are stored in the database."
msgstr "Os anexos são guardados numa base de dados."

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:6
msgid "Attachments are stored in the filesystem."
msgstr "Os anexos são guardados no sistema de ficheiros."

#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:28
msgid "Attendees"
msgstr "Participantes"

#: app/assets/javascripts/app/models/user.coffee:12
#: app/frontend/apps/mobile/entities/user/composables/useUserEdit.ts:72
msgid ""
"Attention! Changing the organization will update the user's most recent "
"tickets to the new organization."
msgstr ""
"Atenção! A alteração da organização atualizará os tickets mais recentes do "
"utilizador para a nova organização."

#: app/assets/javascripts/app/views/import/kayako.jst.eco:39
msgid ""
"Attention: These will also be your login and password after the import is "
"completed."
msgstr ""
"Atenção: Estes também serão o seu utilizador e senha após a importação estar "
"concluída."

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:39
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:36
msgid ""
"Attention: These will be your login and password after the import is "
"completed."
msgstr ""
"Atenção: Estes serão o seu utilizador e senha após a importação estar "
"concluída."

#: app/assets/javascripts/app/controllers/object_manager.coffee:154
msgid "Attribute"
msgstr "Atributo"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:618
msgid "Attribute '%s' is required in the mapping"
msgstr "O atributo '%s' é obrigatório no mapeamento"

#: db/seeds/settings.rb:1961
msgid ""
"Attribute that uniquely identifies the user. If unset, the name identifier "
"returned by the IDP is used."
msgstr ""
"Atributo que identifica exclusivamente o utilizador. Se não for definido, o "
"identificador de nome devolvido pelo IDP será utilizado."

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:31
#: app/assets/javascripts/app/models/overview.coffee:15
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:101
msgid "Attributes"
msgstr "Attributes"

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:32
#: db/seeds/settings.rb:2701
#, fuzzy
#| msgid "Attributes"
msgid "Attributes to compare"
msgstr "Attributes"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:60
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:26
#: lib/validations/ticket_article_validator/whatsapp_message.rb:8
#, fuzzy
#| msgid "No filter."
msgid "Audio file"
msgstr "No filter."

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Aug"
msgstr "Ago"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "August"
msgstr "Agosto"

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:375
#, fuzzy
#| msgid "Authentication"
msgid "Authenticate"
msgstr "Authentication"

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:4
msgid "Authentication"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:736
#, fuzzy
#| msgid "Authentication"
msgid "Authentication Token"
msgstr "Authentication"

#: lib/email_helper/probe.rb:276
msgid "Authentication failed due to incorrect credentials."
msgstr ""

#: lib/email_helper/probe.rb:274
msgid "Authentication failed due to incorrect username."
msgstr ""

#: app/controllers/import_otrs_controller.rb:17 lib/email_helper/probe.rb:272
msgid "Authentication failed."
msgstr "Falhou a autenticação."

#: lib/email_helper/probe.rb:277
msgid "Authentication not possible (not offered by the service)"
msgstr ""

#: app/controllers/application_controller/authenticates.rb:17
#: app/graphql/gql/context/current_user_aware.rb:7
#: app/policies/pundit_policy.rb:21 lib/user_context.rb:26
msgid "Authentication required"
msgstr ""

#: db/seeds/settings.rb:1208
msgid "Authentication via %s"
msgstr "Authentication via %s"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/authenticator_app.coffee:4
#: app/assets/javascripts/app/lib/app_post/two_factor_methods/authenticator_app.coffee:5
#: app/frontend/shared/entities/two-factor/plugins/authenticator-app.ts:9
#: db/seeds/settings.rb:5785
#, fuzzy
#| msgid "Authentication"
msgid "Authenticator App"
msgstr "Authentication"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:234
#, fuzzy
#| msgid "Authentication via %s"
msgid "Authenticator app QR code"
msgstr "Authentication via %s"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:24
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:245
#, fuzzy
#| msgid "Authentication via %s"
msgid "Authenticator app secret"
msgstr "Authentication via %s"

#: app/assets/javascripts/app/views/ticket_shared_draft_modal.jst.eco:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:198
msgid "Author"
msgstr "Autor"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleBody.vue:94
msgid "Author name and article creation date"
msgstr ""

#: app/controllers/application_controller/handles_errors.rb:106
msgid "Authorization failed"
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:11
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:123
msgid "Authy"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:11
#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:7
#: db/seeds/settings.rb:2547
msgid "Auto Assignment"
msgstr "Auto Assignment"

#: db/seeds/settings.rb:2590
#, fuzzy
#| msgid "Auto Assignment"
msgid "Auto Assignment Ignored Users"
msgstr "Auto Assignment"

#: db/seeds/settings.rb:2573
#, fuzzy
#| msgid "Auto Assignment"
msgid "Auto Assignment Selector"
msgstr "Auto Assignment"

#: db/seeds/settings.rb:5924
msgid "Auto Shutdown"
msgstr ""

#: app/assets/javascripts/app/controllers/getting_started/auto_wizard.coffee:16
msgid "Auto Wizard"
msgstr ""

#: db/seeds/settings.rb:4482
msgid "Auto close"
msgstr "Auto close"

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:65
msgid "Auto create"
msgstr "Criação automática"

#: db/seeds/settings.rb:4508
#, fuzzy
#| msgid "Auto close state"
msgid "Auto-close state"
msgstr "Auto close state"

#: lib/auto_wizard.rb:127
msgid "AutoWizard is disabled"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:30
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedInfo.vue:8
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedRun.vue:82
msgid "Automated Setup"
msgstr ""

#: db/seeds/settings.rb:1271
msgid "Automatic account link on initial logon"
msgstr "Automatic account link on initial logon"

#: db/seeds/settings.rb:1297
#, fuzzy
#| msgid "Automatic account link on initial logon"
msgid "Automatic account linking notification"
msgstr "Automatic account link on initial logon"

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:180
msgid "Automatic reminders"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:6
msgid ""
"Automatically enrich your customers and organizations with fresh, up-to-date "
"intel. Map data directly to object fields."
msgstr ""
"Enriqueça automaticamente seus clientes e organizações com informações "
"atualizadas. Dados do mapa diretamente nos campos de objeto."

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:97
msgid ""
"Automatically loads the chat.css file. If you want to use your own css, just "
"set it to false."
msgstr ""
"Carrega automaticamente o arquivo chat.css. Se você quiser usar seu próprio "
"css, basta configurá-lo para falso."

#: app/frontend/shared/components/Form/Form.vue:1290
msgid "Autosave in progress…"
msgstr ""

#: app/frontend/shared/components/Form/Form.vue:1299
msgid "Autosaving is taking longer than expected…"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:35
#: app/assets/javascripts/app/models/overview.coffee:8
msgid "Available for the following roles"
msgstr "Disponível para as seguintes funções"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:206
#, fuzzy
#| msgid "Remove"
msgid "Available methods"
msgstr "Apagar"

#: db/seeds/settings.rb:914
msgid "Available types for a new ticket"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:3
#: app/assets/javascripts/app/models/user.coffee:29
#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:22
#: app/assets/javascripts/app/views/profile/avatar.jst.eco:3
#: app/assets/javascripts/app/views/profile/imageCropper.jst.eco:3
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/avatar.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:50
#: app/frontend/apps/mobile/pages/account/routes.ts:28
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:128
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:175
#: app/frontend/shared/components/CommonUserAvatar/CommonUserAvatar.vue:119
#: db/seeds/permissions.rb:415
msgid "Avatar"
msgstr "Avatar"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue:55
#, fuzzy
#| msgid "Preview"
msgid "Avatar Preview"
msgstr "Prever"

#: app/graphql/gql/mutations/user/current/avatar/delete.rb:18
#: app/graphql/gql/mutations/user/current/avatar/select.rb:18
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Avatar could not be found."
msgstr "%s Objetos foram atualizados"

#: app/frontend/shared/components/CommonAvatar/CommonAvatar.vue:44
msgid "Avatar with initials %s"
msgstr ""

#: app/assets/javascripts/app/views/dashboard/stats/ticket_load_measure.jst.eco:19
msgid "Average: %s"
msgstr "Média: %s"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_waiting_time.jst.eco:16
msgid "Average: %s minutes"
msgstr "Média: %s minutes"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_in_process.jst.eco:12
#: app/assets/javascripts/app/views/dashboard/stats/ticket_reopen.jst.eco:12
msgid "Average: %s%"
msgstr "Média: %s%"

#: db/seeds/settings.rb:3479
msgid "BCC address for all outgoing emails"
msgstr ""

#: app/assets/javascripts/app/views/generic/object_search/item_organization_members.jst.eco:5
#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:438
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:457
msgid "Back"
msgstr "Back"

#: app/assets/javascripts/app/views/widget/switch_back_to_user.jst.eco:4
msgid "Back to my view"
msgstr "Voltar para minha visualização"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:3
#, fuzzy
#| msgid "Back to my view"
msgid "Back to overview"
msgstr "Voltar para minha visualização"

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:438
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:457
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDialog.vue:197
#, fuzzy
#| msgid "Back to my view"
msgid "Back to previous page"
msgstr "Voltar para minha visualização"

#: app/assets/javascripts/app/views/knowledge_base/reader.jst.eco:7
msgid "Back to search results"
msgstr "Voltar para resultados da busca"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:98
msgid "Background color"
msgstr "Cor de fundo"

#: app/assets/javascripts/app/controllers/import_freshdesk.coffee:157
#: app/assets/javascripts/app/controllers/import_kayako.coffee:158
#: app/assets/javascripts/app/controllers/import_otrs.coffee:154
#: app/assets/javascripts/app/controllers/import_zendesk.coffee:156
msgid ""
"Background process did not start or has not finished! Please contact your "
"support."
msgstr ""

#: app/models/report.rb:38
msgid "Backlog"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/branding.coffee:9
#: app/assets/javascripts/app/controllers/_manage/security.coffee:9
#: app/assets/javascripts/app/controllers/_manage/system.coffee:10
#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:9
msgid "Base"
msgstr "Base"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:493
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:35
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:91
msgid "Base DN"
msgstr "Base DN"

#: app/assets/javascripts/app/views/import/otrs.jst.eco:61
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:16
msgid "Base Objects"
msgstr "Objetos básicos"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:736
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:10
#, fuzzy
#| msgid "Authentication"
msgid "Basic Authentication"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:6
msgid "Basic Settings"
msgstr "Configurações básicas"

#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:788
#: app/frontend/shared/components/Form/fields/FieldEditor/suggestions/UserMention.ts:99
msgid "Before you mention a user, please select a group."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStart.vue:88
msgid ""
"Before you start, make sure to check the following points to ensure a smooth "
"migration and usage of your Zammad instance:"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:261
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:97
msgid "Begin forwarded message"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSelection.vue:53
msgid "Beta"
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:41
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:97
msgid "Bind Password"
msgstr "Ativar Senha"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:38
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:94
msgid "Bind User"
msgstr "Ativar Usuário"

#: db/seeds/settings.rb:3456
msgid "Block Notifications"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:25
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:41
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:28
#, fuzzy
#| msgid "Blocked caller ids based on sender caller id."
msgid "Block caller IDs based on sender caller ID."
msgstr "IDs de chamadas bloqueadas com base no ID do chamador do remetente."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue:42
#, fuzzy
#| msgid "Blocked countries"
msgid "Blocked Content"
msgstr "Países bloqueados"

#: app/assets/javascripts/app/models/chat.coffee:254
msgid "Blocked IPs (separated by ;)"
msgstr "IPs Bloqueados (separados por \";\")"

#: app/assets/javascripts/app/models/chat.coffee:256
msgid "Blocked countries"
msgstr "Países bloqueados"

#: app/assets/javascripts/app/controllers/ticket_zoom/highlighter.coffee:20
msgid "Blue"
msgstr "Azul"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:30
#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:78
#: app/assets/javascripts/app/views/generic/ticket_perform_action/article.jst.eco:17
#: app/assets/javascripts/app/views/generic/ticket_perform_action/notification.jst.eco:31
#: app/assets/javascripts/app/views/widget/payload_example.jst.eco:14
msgid "Body"
msgstr "Corpo"

#: db/seeds/settings.rb:3336
msgid "Body - Search for follow-up also in mail body."
msgstr ""

#: lib/validations/ticket_article_validator/sms_twilio.rb:14
#, fuzzy
#| msgid "A user is required!"
msgid "Body text is required"
msgstr "É necessário um utilizador!"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:41
msgid "Boolean field"
msgstr ""

#: app/assets/javascripts/app/views/telegram/index.jst.eco:3
msgid "Bots"
msgstr "Robôs"

#: app/assets/javascripts/app/controllers/_manage/branding.coffee:3
#: app/controllers/first_steps_controller.rb:54 db/seeds/permissions.rb:191
msgid "Branding"
msgstr "Marca"

#: app/frontend/apps/desktop/components/CommonBreadcrumb/CommonBreadcrumb.vue:33
#, fuzzy
#| msgid "Shared organization"
msgid "Breadcrumb navigation"
msgstr "Organização compartilhada"

#: app/assets/javascripts/app/views/session.jst.eco:9
msgid "Browser"
msgstr "Navegador"

#: app/assets/javascripts/app/lib/mixins/ticket_mass_updatable.coffee:22
msgid "Bulk action executed!"
msgstr "Ação em massa executada!"

#: app/assets/javascripts/app/lib/mixins/ticket_mass_updatable.coffee:38
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Bulk action failed"
msgstr "Ação em massa executada!"

#: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee:199
msgid "Bulk action stopped by error(s): %s!"
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:5
msgid "Bulk import allows you to create and update many records at once."
msgstr ""
"A importação em bulk permite criar e atualizar vários registos de uma só vez."

#: app/assets/javascripts/app/models/calendar.coffee:9
#: app/assets/javascripts/app/views/calendar/index.jst.eco:41
msgid "Business Hours"
msgstr "Horário comercial"

#: app/views/knowledge_base/public/show_alternatives.html.erb:5
msgid "But it's only available in these languages:"
msgstr ""

#: db/seeds/settings.rb:3326
#, fuzzy
#| msgid ""
#| "By default the follow-up check is done via the subject of an email. With "
#| "this setting you can add more fields for which the follow-up check will "
#| "be executed."
msgid ""
"By default, the follow-up check is done via the subject of an email. This "
"setting lets you add more fields for which the follow-up check will be "
"executed."
msgstr ""
"Por padrão, a verificação de acompanhamento é feita através do assunto de um "
"e-mail. Com esta configuração, você pode adicionar mais campos para os quais "
"a verificação de acompanhamento será executada."

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:121
msgid ""
"By mapping your agents' Placetel SIP users to their Zammad user accounts, "
"Zammad can support your agents by opening either a new ticket dialogue or "
"the user profile upon picking up a new call."
msgstr ""

#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:105
msgid ""
"By mapping your agents' sipgate users to their Zammad user accounts, Zammad "
"can support your agents by opening either a new ticket dialogue or the user "
"profile upon picking up a new call."
msgstr ""

#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:13
msgid "CA"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:18
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:495
#: app/assets/javascripts/app/models/ticket_article.coffee:9
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:58
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:34
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:163
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:90
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:97
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:243
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:37
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:181
#: db/seeds/object_manager_attributes.rb:508
msgid "CC"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/idoit.coffee:112
msgid "CMDB to document complex relations of your network components."
msgstr "CMDB para documentar relações complexas de seus componentes de rede."

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:73
#, fuzzy
#| msgid ""
#| "CSS font-size with a unit like 12px, 1.5em. If left to undefined it "
#| "inherits the font-size of the website."
msgid ""
"CSS font-size with a unit like 12px, 1.5em. If left undefined it inherits "
"the font-size of the website."
msgstr ""
"Tamanho de fonte CSS com uma unidade como 12px, 1.5em. Se for deixado "
"indefinido, ele herda o tamanho da fonte do site."

#: app/assets/javascripts/app/controllers/cti.coffee:134
msgid "CTI"
msgstr "CTI"

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:3
#: app/controllers/cti_controller.rb:10
msgid "CTI (generic)"
msgstr "CTI (Genérico)"

#: db/seeds/settings.rb:5245
msgid "CTI Token"
msgstr ""

#: db/seeds/settings.rb:5232
#, fuzzy
#| msgid "Config"
msgid "CTI config"
msgstr "Configuração"

#: db/seeds/settings.rb:5266
msgid "CTI customer last activity"
msgstr ""

#: db/seeds/settings.rb:5204
#, fuzzy
#| msgid "Integrations"
msgid "CTI integration"
msgstr "Integrations"

#: app/assets/javascripts/app/controllers/_profile/calendar_subscriptions.coffee:3
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:119
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:146
#: app/assets/javascripts/app/controllers/calendar.coffee:3
#: app/assets/javascripts/app/models/sla.coffee:8
#: app/assets/javascripts/app/views/calendar/index.jst.eco:3
#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:3
#: app/assets/javascripts/app/views/sla/index.jst.eco:55
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/calendar.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:32
#: db/seeds/permissions.rb:65
msgid "Calendar"
msgstr "Calendário"

#: app/assets/javascripts/app/controllers/calendar.coffee:3
#: db/seeds/permissions.rb:65
msgid "Calendars"
msgstr "Calendars"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:22
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:38
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:25
#, fuzzy
#| msgid "Settings"
msgid "Call Settings"
msgstr "Configurações"

#: app/models/cti/driver/base.rb:152
#, fuzzy
#| msgid "Import from"
msgid "Call from %s"
msgstr "Import from"

#: app/assets/javascripts/app/controllers/cti.coffee:118
msgid "Call from %s for %s"
msgstr ""

#: app/assets/javascripts/app/models/application.coffee:8
#: app/assets/javascripts/app/views/whatsapp/account_webhook.jst.eco:10
msgid "Callback URL"
msgstr "Callback URL"

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:7
#: app/assets/javascripts/app/controllers/_integration/placetel.coffee:7
#: app/assets/javascripts/app/controllers/_integration/sipgate_io.coffee:7
#, fuzzy
#| msgid "Also caller id of outbound calls can be changed."
msgid "Caller ID of outbound calls can be changed as well."
msgstr "Também o identificador de chamadas de saída pode ser alterado."

#: app/assets/javascripts/app/views/integration/cti.jst.eco:31
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:47
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:34
#, fuzzy
#| msgid "Caller id to block"
msgid "Caller ID to block"
msgstr "ID do chamador para bloquear"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:100
#, fuzzy
#| msgid "Caller log"
msgid "Caller Log Filter"
msgstr "Histórico de chamadas"

#: app/assets/javascripts/app/views/cti/index.jst.eco:2
msgid "Caller log"
msgstr "Histórico de chamadas"

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:240
#: app/assets/javascripts/app/views/profile/avatar.jst.eco:7
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:119
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:391
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:215
msgid "Camera"
msgstr "Camera"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:109
msgid "Can be in any CSS color format."
msgstr "Pode estar em qualquer formato de cor CSS."

#: app/assets/javascripts/app/controllers/getting_started/agent.coffee:87
msgid "Can't create user!"
msgstr ""

#: app/controllers/application_controller/renders_models.rb:150
msgid "Can't delete, object has references."
msgstr ""

#: app/controllers/application_controller/authenticates.rb:92
msgid "Can't find User for Token"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/password.coffee:98
#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:79
msgid ""
"Can't update password, your entered passwords do not match. Please try again."
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/after_auth_modal.coffee:9
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:380
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/twitter_reply.coffee:177
#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:339
#: app/assets/javascripts/app/views/integration/exchange_certificate_issue.jst.eco:18
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:236
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:286
#: app/assets/javascripts/app/views/knowledge_base/scheduled_widget.jst.eco:4
#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show.jst.eco:23
#: app/assets/javascripts/app/views/widget/invite_user.jst.eco:17
#: app/frontend/apps/desktop/components/CommonInlineEdit/CommonInlineEdit.vue:343
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:202
#: app/frontend/apps/mobile/components/CommonDialogObjectForm/CommonDialogObjectForm.vue:125
#: app/frontend/apps/mobile/components/CommonSectionPopup/CommonSectionPopup.vue:29
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue:259
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:284
#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:227
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:120
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketAction/TicketActionChangeCustomerDialog.vue:78
msgid "Cancel"
msgstr "Cancelar"

#: app/assets/javascripts/app/controllers/_application_controller/_modal.coffee:113
#: app/assets/javascripts/app/views/admin_password_auth/request.jst.eco:8
#: app/assets/javascripts/app/views/admin_password_auth/request_sent.jst.eco:7
#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:55
#: app/assets/javascripts/app/views/agent_user_create.jst.eco:12
#: app/assets/javascripts/app/views/customer_ticket_create.jst.eco:22
#: app/assets/javascripts/app/views/password/reset.jst.eco:8
#: app/assets/javascripts/app/views/password/reset_change.jst.eco:8
#: app/assets/javascripts/app/views/password/reset_sent.jst.eco:7
#: app/assets/javascripts/app/views/signup.jst.eco:7
#: app/frontend/apps/desktop/components/CommonDialog/CommonDialogActionFooter.vue:19
#: app/frontend/apps/desktop/components/CommonFlyout/CommonFlyoutActionFooter.vue:14
#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactorMethods.vue:56
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:125
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:119
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:158
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:140
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:413
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSharedDraftConflictDialog.vue:72
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:229
msgid "Cancel & Go Back"
msgstr "Cancel & Go Back"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue:28
#, fuzzy
#| msgid "Sign out"
msgid "Cancel & Sign Out"
msgstr "Sign out"

#: app/assets/javascripts/app/controllers/after_auth/two_factor_configuration.coffee:3
#, fuzzy
#| msgid "Sign out"
msgid "Cancel & Sign out"
msgstr "Sign out"

#: app/assets/javascripts/app/views/generic/attachment.jst.eco:20
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:111
msgid "Cancel Upload"
msgstr "Cancel Upload"

#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:8
msgid "Cannot delete category"
msgstr ""

msgid "Cannot delete record because a dependent %{record} exists"
msgstr ""

msgid "Cannot delete record because dependent %{record} exist"
msgstr ""

#: app/policies/ticket_policy.rb:47
msgid "Cannot follow-up on a closed ticket. Please create a new ticket."
msgstr ""

#: app/models/sla.rb:44
msgid "Cannot have both response time and update time."
msgstr ""

#: lib/external_data_source/errors.rb:14
msgid "Cannot process external data source %s. %s"
msgstr ""

#: app/frontend/shared/entities/online-notification/composables/useOnlineNotificationActions.ts:147
#, fuzzy
#| msgid "Manage your notifications settings"
msgid "Cannot set online notifications as seen"
msgstr "Gerenciar suas configurações de notificação"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:797
msgid "Cannot upload file"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:168
msgid "Capture From Camera"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/categories.coffee:3
msgid "Categories"
msgstr "Categorias"

#: app/assets/javascripts/app/models/knowledge_base_answer.coffee:51
#: app/assets/javascripts/app/views/popover/kb_generic.jst.eco:31
msgid "Category"
msgstr "Categoria"

#: app/assets/javascripts/app/models/knowledge_base.coffee:246
msgid "Category page layout"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:39
#, fuzzy
#| msgid "Duration"
msgid "Caution!"
msgstr "Duração"

#: db/seeds/settings.rb:1987
#, fuzzy
#| msgid "Add Certificate"
msgid "Certificate (PEM)"
msgstr "Adicionar certificado"

#: app/assets/javascripts/app/views/integration/smime.jst.eco:2
msgid "Certificates & Private Keys"
msgstr ""

#: app/assets/javascripts/app/models/group.coffee:46
#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:26
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:99
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:101
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:48
msgid "Change"
msgstr "Alteração"

#: app/assets/javascripts/app/controllers/ticket_customer.coffee:5
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:14
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_ticket.coffee:125
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketChangeCustomer/TicketChangeCustomerFlyout.vue:55
msgid "Change Customer"
msgstr "Alterar cliente"

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_idoit.coffee:17
msgid "Change Objects"
msgstr "Alterar objetos"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:140
#, fuzzy
#| msgid "Change your password"
msgid "Change Password"
msgstr "Change your password"

#: app/assets/javascripts/app/views/profile/password.jst.eco:8
#, fuzzy
#| msgid "Change your password"
msgid "Change Your Password"
msgstr "Change your password"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomerContent.vue:69
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:80
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketAction/TicketActionChangeCustomerDialog.vue:74
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:137
#, fuzzy
#| msgid "Change Customer"
msgid "Change customer"
msgstr "Alterar cliente"

#: app/frontend/shared/form/i18n/locales.ts:94
#, fuzzy
#| msgid "Change order"
msgid "Change date"
msgstr "Alterar pedido"

#: app/assets/javascripts/app/views/generic/history.jst.eco:2
#: app/assets/javascripts/app/views/knowledge_base/sidebar/generic_list.jst.eco:10
msgid "Change order"
msgstr "Alterar pedido"

#: db/seeds/permissions.rb:433
#, fuzzy
#| msgid "Change your password"
msgid "Change personal account password."
msgstr "Change your password"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:227
#, fuzzy
#| msgid "Change order"
msgid "Change text color"
msgstr "Alterar pedido"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsReaction.vue:17
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "Changed reaction on message %s from %s"
msgstr "%s terminada alteração para |%s|!"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsReaction.vue:18
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "Changed reaction to %s on message %s from %s"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:31
#, fuzzy
#| msgid "Changed"
msgid "Changed:"
msgstr "Alterado"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:17
#: app/views/mailer/ticket_update/zh-cn.html.erb:11
#: app/views/mailer/ticket_update/zh-tw.html.erb:11
msgid "Changes"
msgstr "Changes"

#: app/assets/javascripts/app/controllers/knowledge_base/feed_dialog.coffee:39
#: app/assets/javascripts/app/controllers/knowledge_base/permissions_dialog.coffee:79
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Changes could not be loaded."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/knowledge_base/base_form.coffee:84
#: app/assets/javascripts/app/controllers/knowledge_base/permissions_dialog.coffee:103
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Changes could not be saved."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:17
msgid "Changes were made that require a database update."
msgstr "Foram feitas alterações que exigem uma atualização do banco de dados."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:258
#: app/assets/javascripts/app/controllers/_channel/google.coffee:275
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:292
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:264
#: app/assets/javascripts/app/controllers/_integration/slack.coffee:33
#: app/assets/javascripts/app/models/email_address.coffee:34
#: app/assets/javascripts/app/models/postmaster_filter.coffee:8
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:163
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:108
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:112
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:134
msgid "Channel"
msgstr "Canal"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_channel_distribution.jst.eco:3
msgid "Channel Distribution"
msgstr "Channel Distribution"

#: app/assets/javascripts/app/controllers/manage.coffee:38
msgid "Channels"
msgstr "Canais"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:3
#: app/assets/javascripts/app/controllers/chat.coffee:98
#: app/assets/javascripts/app/views/channel/chat.jst.eco:7
#: app/controllers/first_steps_controller.rb:122
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/chat.ts:6
#: db/seeds/permissions.rb:143
msgid "Chat"
msgstr "Chat"

#: app/assets/javascripts/app/views/channel/topics.jst.eco:4
#, fuzzy
#| msgid "Chat"
msgid "Chat ID"
msgstr "Chat"

#: app/assets/javascripts/app/models/chat_sessions.coffee:21
#, fuzzy
#| msgid "Session"
msgid "Chat Session"
msgstr "Sessão"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:89
msgid "Chat Title"
msgstr "Título do chat"

#: public/assets/chat/chat-no-jquery.coffee:203
#: public/assets/chat/chat.coffee:201
msgid "Chat closed by %s"
msgstr ""

#: app/assets/javascripts/app/controllers/chat.coffee:371
msgid "Chat not answered, automatically set to offline."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:381
msgid "Chats"
msgstr ""

#: app/assets/javascripts/app/controllers/chat.coffee:297
#: app/assets/javascripts/app/views/customer_chat/chat_header.jst.eco:29
msgid "Chatting Customers"
msgstr "Clientes de bate-papo"

#: db/seeds/schedulers.rb:34
#, fuzzy
#| msgid "Connect Channels"
msgid "Check 'Channel' streams."
msgstr "Conectar canais"

#: db/seeds/schedulers.rb:25
#, fuzzy
#| msgid "Connect Channels"
msgid "Check channels."
msgstr "Conectar canais"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_row.jst.eco:24
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItem.vue:54
#, fuzzy
#| msgid "Checksum"
msgid "Check item"
msgstr "Checksum"

#: lib/search_index_backend.rb:437
msgid "Check the response and payload for detailed information:"
msgstr ""

#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:70
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:66
msgid ""
"Check this box if you want to customise how options are sorted. If the box "
"is not checked, values are sorted in alphabetical order."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist.coffee:51
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/checklist.ts:11
#, fuzzy
#| msgid "Checksum"
msgid "Checklist"
msgstr "Checksum"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:60
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/checklist-item-checked.ts:11
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventEntityNames.ts:10
#, fuzzy
#| msgid "Checksum"
msgid "Checklist Item"
msgstr "Checksum"

#: app/assets/javascripts/app/views/generic/checklist_item.jst.eco:10
msgid "Checklist Item Label"
msgstr ""

#: app/assets/javascripts/app/controllers/checklist_template.coffee:29
#, fuzzy
#| msgid "Select Template"
msgid "Checklist Template"
msgstr "Selecionar Modelo"

#: app/models/checklist_template.rb:16
msgid "Checklist Template items are limited to 100 items per checklist."
msgstr ""

#: app/models/checklist/item.rb:108
msgid "Checklist items are limited to 100 items per checklist."
msgstr ""

#: app/models/checklist.rb:100
msgid "Checklist template must be active to use as a checklist starting point."
msgstr ""

#: app/assets/javascripts/app/controllers/checklist_template.coffee:3
#: app/assets/javascripts/app/views/checklist_template/index.jst.eco:7
#: db/seeds/permissions.rb:305 db/seeds/settings.rb:5897
#, fuzzy
#| msgid "Checksum"
msgid "Checklists"
msgstr "Checksum"

#: app/assets/javascripts/app/controllers/_integration/check_mk.coffee:3
msgid "Checkmk"
msgstr ""

#: db/seeds/settings.rb:4629
msgid "Checkmk integration"
msgstr ""

#: db/seeds/settings.rb:4727
msgid "Checkmk token"
msgstr ""

#: db/seeds/settings.rb:2468
msgid "Checksum"
msgstr "Checksum"

#: app/assets/javascripts/app/controllers/widget/link/ticket.coffee:4
msgid "Child"
msgstr "Descendente"

#: app/frontend/shared/form/i18n/locales.ts:90
#, fuzzy
#| msgid "Close tab"
msgid "Choose date"
msgstr "Fechar aba"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:35
msgid "Choose if retweets should also be converted to tickets."
msgstr "Escolha se os retuítes também devem ser convertidos em tickets."

#: app/assets/javascripts/app/views/integration/pgp.jst.eco:10
msgid ""
"Choose the default behavior of the PGP integration on per group basis. If "
"signing or encrypting is not possible, the setting has no effect. Agents can "
"always manually alter the behavior for each article."
msgstr ""

#: app/assets/javascripts/app/views/integration/smime.jst.eco:11
msgid ""
"Choose the default behavior of the S/MIME integration on per group basis. If "
"signing or encrypting is not possible, the setting has no effect. Agents can "
"always manually alter the behavior for each article."
msgstr ""

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:31
msgid "Choose the group to which direct messages will get added."
msgstr "Escolha o grupo no qual mensagens diretas serão adicionadas."

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:27
msgid "Choose the group to which mentions will get added."
msgstr "Escolha o grupo no qual as menções serão adicionadas"

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:34
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:31
#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:60
#, fuzzy
#| msgid "Choose the group in which messages will get added to."
msgid "Choose the group to which messages will get added."
msgstr "Escolha o grupo no qual as mensagens serão adicionadas."

#: app/assets/javascripts/app/views/facebook/account_edit.jst.eco:5
#, fuzzy
#| msgid "Choose the group in which page postings will get added to."
msgid "Choose the group to which page posts will get added."
msgstr "Escolha o grupo no qual os posts de página serão adicionados."

#: app/assets/javascripts/app/views/profile/language.jst.eco:7
#, fuzzy
#| msgid "Change your language."
msgid "Choose your language."
msgstr "Trocar idioma"

#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:140
#, fuzzy
#| msgid "Choose your new password."
msgid "Choose your new password"
msgstr "Informe sua nova senha."

#: app/assets/javascripts/app/views/password/reset_change.jst.eco:4
msgid "Choose your new password."
msgstr "Informe sua nova senha."

#: app/assets/javascripts/app/views/after_auth/two_factor_configuration.jst.eco:7
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue:46
msgid "Choose your preferred two-factor authentication method to set it up."
msgstr ""

#: app/assets/javascripts/app/models/user.coffee:332
msgid "Christmas holiday"
msgstr "Feriado de Natal"

#: db/seeds/object_manager_attributes.rb:1325
msgid "City"
msgstr "CAntiguidade"

#: db/seeds/schedulers.rb:169
msgid "Clean up 'Cti::Log'."
msgstr ""

#: db/seeds/schedulers.rb:178
msgid "Clean up 'DataPrivacyTask'."
msgstr ""

#: db/seeds/schedulers.rb:160
msgid "Clean up 'HttpLog'."
msgstr ""

#: db/seeds/schedulers.rb:115
msgid "Clean up ActiveJob locks."
msgstr ""

#: db/seeds/schedulers.rb:224
#, fuzzy
#| msgid "Continue session"
msgid "Clean up cache."
msgstr "Continuar sessão"

#: db/seeds/schedulers.rb:106
msgid "Clean up closed sessions."
msgstr ""

#: db/seeds/schedulers.rb:124
#, fuzzy
#| msgid "Continue session"
msgid "Clean up dead sessions."
msgstr "Continuar sessão"

#: db/seeds/schedulers.rb:52
msgid "Clean up expired sessions."
msgstr ""

#: db/seeds/schedulers.rb:259
msgid "Clean up mobile taskbars."
msgstr ""

#: app/frontend/apps/desktop/components/CommonInputSearch/CommonInputSearch.vue:123
#: app/frontend/shared/components/CommonInputSearch/CommonInputSearch.vue:78
#, fuzzy
#| msgid "Search"
msgid "Clear Search"
msgstr "Procurar"

#: app/assets/javascripts/app/views/generic/searchable_select.jst.eco:56
#: app/frontend/apps/desktop/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInput.vue:679
#: app/frontend/apps/desktop/components/Form/fields/FieldDate/FieldDateTimeInput.vue:153
#: app/frontend/apps/desktop/components/Form/fields/FieldSelect/FieldSelectInput.vue:333
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInput.vue:382
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInput.vue:155
#: app/frontend/apps/mobile/components/Form/fields/FieldDate/FieldDateTimeInput.vue:159
#: app/frontend/apps/mobile/components/Form/fields/FieldSelect/FieldSelectInput.vue:137
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInput.vue:220
#, fuzzy
#| msgid "Selector"
msgid "Clear Selection"
msgstr "Selector"

#: app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue:89
#, fuzzy
#| msgid "Clearbit"
msgid "Clear filter"
msgstr "Clearbit"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:92
#, fuzzy
#| msgid "Selector"
msgid "Clear the value"
msgstr "Selector"

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:3
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:24
msgid "Clearbit"
msgstr "Clearbit"

#: db/seeds/settings.rb:5368
msgid "Clearbit config"
msgstr ""

#: db/seeds/settings.rb:5342
msgid "Clearbit integration"
msgstr ""

#: app/views/knowledge_base/public/not_found.html.erb:7
msgid "Click here"
msgstr ""

#: app/frontend/apps/mobile/pages/authentication/components/AfterAuth/TwoFactorConfiguration.vue:20
msgid "Click here to set up a two-factor authentication method."
msgstr ""

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:9
#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:28
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:21
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:9
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:9
#: db/seeds/settings.rb:1513
msgid "Client ID"
msgstr ""

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:17
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:17
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:17
#: db/seeds/settings.rb:1519
msgid "Client Secret"
msgstr "Segredo do Cliente"

#: app/assets/javascripts/app/models/application.coffee:9
msgid "Clients"
msgstr "Clientes"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:653
msgid "Clone"
msgstr "Clonar"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_description.coffee:4
#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_error_modal.coffee:4
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:485
#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:27
#: app/assets/javascripts/app/controllers/_settings/area_proxy.coffee:55
#: app/assets/javascripts/app/controllers/translation.coffee:184
#: app/assets/javascripts/app/controllers/widget/error_modal.coffee:4
#: app/assets/javascripts/app/controllers/widget/import_result.coffee:4
#: app/assets/javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco:1
#: app/frontend/shared/form/i18n/locales.ts:103
msgid "Close"
msgstr "Fechar"

#: db/seeds/macros.rb:4
msgid "Close & Tag as Spam"
msgstr "Fechar e marcar como spam"

#: lib/excel_sheet/ticket.rb:62
msgid "Close Diff In Min"
msgstr ""

#: lib/excel_sheet/ticket.rb:60
msgid "Close Escalation At"
msgstr ""

#: lib/excel_sheet/ticket.rb:61
msgid "Close In Min"
msgstr ""

#: db/seeds/schedulers.rb:97
msgid "Close chat sessions where participants are offline."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:240
msgid "Close current tab"
msgstr "Fechar aba atual"

#: app/frontend/apps/desktop/components/CommonDialog/CommonDialog.vue:146
#, fuzzy
#| msgid "Confirm dialog"
msgid "Close dialog"
msgstr "Confirmar/Enviar"

#: app/frontend/apps/desktop/components/CommonFlyout/CommonFlyout.vue:317
#, fuzzy
#| msgid "Close tab"
msgid "Close side panel"
msgstr "Fechar aba"

#: app/assets/javascripts/app/models/macro.coffee:9
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:32
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketScreenBehavior/behaviorOptions.ts:12
#: db/seeds/settings.rb:3020
msgid "Close tab"
msgstr "Fechar aba"

#: app/assets/javascripts/app/models/macro.coffee:9
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:37
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketScreenBehavior/behaviorOptions.ts:16
#: db/seeds/settings.rb:3021
msgid "Close tab on ticket close"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:51
#, fuzzy
#| msgid "Closed Tickets"
msgid "Close the time picker"
msgstr "Tickets fechados"

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabRemove.vue:71
#, fuzzy
#| msgid "Close tab"
msgid "Close this tab"
msgstr "Fechar aba"

#: app/assets/javascripts/app/views/widget/ticket_stats_frequency.jst.eco:16
#: app/models/report.rb:30
msgid "Closed"
msgstr "Fechado"

#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:17
#: lib/excel_sheet/ticket.rb:58
msgid "Closed At"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/ticket_stats.coffee:120
#: app/assets/javascripts/app/controllers/widget/user.coffee:80
msgid "Closed Tickets"
msgstr "Tickets fechados"

#: app/assets/javascripts/app/models/ticket.coffee:25
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:81
#: app/graphql/gql/types/overview_type.rb:82
msgid "Closing time"
msgstr "Horário de Encerramento"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar.vue:197
#, fuzzy
#| msgid "Content"
msgid "Collapse sidebar"
msgstr "Conteúdo"

#: app/frontend/apps/desktop/components/CollapseButton/CollapseButton.vue:61
msgid "Collapse this element"
msgstr ""

#: db/seeds/settings.rb:945
msgid "Color representation of the open ticket indicator in the sidebar."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:306
#, fuzzy
#| msgid "Ticket Subscriptions"
msgid "Combined subscription URL"
msgstr "Assinaturas de Ticket"

#: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee:62
msgid "Comment"
msgstr "Comentário"

#: app/models/report.rb:234
msgid "Communication"
msgstr ""

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:11
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:44
msgid "Company Inc."
msgstr "Company Inc."

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/security_keys.coffee:6
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:11
#: db/seeds/settings.rb:5777
msgid "Complete the sign-in with your security key."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/translation_support.coffee:38
msgid "Complete translations"
msgstr ""

#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:29
msgid "Completed Tasks"
msgstr "Tarefas concluídas"

#: public/assets/chat/views/chat.eco:24
#, fuzzy
#| msgid "Change your language."
msgid "Compose your message…"
msgstr "Trocar idioma"

#: app/assets/javascripts/app/controllers/_manage/ticket_auto_assignment.coffee:25
#: app/assets/javascripts/app/controllers/time_accounting_settings.coffee:26
#: app/assets/javascripts/app/models/job.coffee:9
#: app/assets/javascripts/app/models/trigger.coffee:9
#, fuzzy
#| msgid "Conditions for effected objects"
msgid "Conditions for affected objects"
msgstr "Condições para objetos efetuados"

#: app/assets/javascripts/app/models/overview.coffee:12
#, fuzzy
#| msgid "Conditions for shown Tickets"
msgid "Conditions for shown tickets"
msgstr "Condições para bilhetes exibidos"

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:130
msgid "Config"
msgstr "Configuração"

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:92
msgid "Config has changed"
msgstr ""

#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:23
#: app/assets/javascripts/app/views/import/otrs.jst.eco:52
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:8
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:8
#: app/controllers/first_steps_controller.rb:51
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:15
msgid "Configuration"
msgstr "Configuration"

#: app/assets/javascripts/app/views/knowledge_base/server_snippet.jst.eco:2
msgid "Configuration for %s"
msgstr ""

#: app/models/system_report/plugin/environment.rb:4
msgid "Configuration of performance settings via environment variables."
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:22
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:6
msgid "Configure"
msgstr "Configure"

#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:5
#: app/assets/javascripts/app/views/facebook/list.jst.eco:7
#: app/assets/javascripts/app/views/google/list.jst.eco:7
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:7
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:7
#: app/assets/javascripts/app/views/twitter/list.jst.eco:7
msgid "Configure App"
msgstr "Configuração Aplicação"

#: app/assets/javascripts/app/controllers/getting_started/base.coffee:18
#, fuzzy
#| msgid "Basic Settings"
msgid "Configure Basic Settings"
msgstr "Configurações básicas"

#: db/seeds/permissions.rb:6
#, fuzzy
#| msgid "To configure your system."
msgid "Configure your system."
msgstr "Para configurar o seu sistema."

#: app/assets/javascripts/app/controllers/_manage/ticket_notification.coffee:45
#, fuzzy
#| msgid "Config"
msgid "Confirm"
msgstr "Configuração"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/password_check.coffee:4
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue:41
#, fuzzy
#| msgid "Bind Password"
msgid "Confirm Password"
msgstr "Ativar Senha"

#: app/frontend/apps/mobile/components/CommonConfirmation/CommonConfirmation.vue:46
msgid "Confirm dialog"
msgstr "Confirmar/Enviar"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:114
#, fuzzy
#| msgid "Configure"
msgid "Confirm merge"
msgstr "Configure"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:74
#, fuzzy
#| msgid "Bind Password"
msgid "Confirm new password"
msgstr "Ativar Senha"

#: app/frontend/apps/desktop/composables/authentication/useSignupForm.ts:53
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:61
#, fuzzy
#| msgid "Bind Password"
msgid "Confirm password"
msgstr "Ativar Senha"

#. This is the template file app/views/mailer/signup/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/signup/en.html.erb
#, fuzzy
#| msgid ""
#| "Administration login to #{config.product_name}\n"
#| "\n"
#| "<div>Hi #{user.firstname},</div>\n"
#| "<br>\n"
#| "<div>We received a request for an administration login for your #{config."
#| "product_name} account <b>#{user.login}</b>.</div>\n"
#| "<br>\n"
#| "<div>Please, click on the link below (or copy and paste the URL into your "
#| "browser) to proceed:</div>\n"
#| "<br>\n"
#| "<div><a href=\"#{config.http_type}://#{config.fqdn}/#login/admin/#{token."
#| "name}\">#{config.http_type}://#{config.fqdn}/#login/admin/#{token.name}</"
#| "a></div>\n"
#| "<br>\n"
#| "<div>This link takes you to a page where you can log in.</div>\n"
#| "<br>\n"
#| "<div>If you don't want to log in, please ignore this message.</div>\n"
#| "<br>\n"
#| "<div>Your #{config.product_name} Team</div>\n"
msgid ""
"Confirm your #{config.product_name} account, #{user.firstname} #{user."
"lastname}\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>Confirm your email address to complete your #{config.product_name} "
"account. It's easy, just click the link below.</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"Login de Administração em #{config.product_name}\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Recebemos um pedido para um login de administração para a sua conta "
"#{config.product_name} <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>Por favor clique no link abaixo (ou corte e cole o URL no seu "
"navegador) para avançar:</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>Este link leva-o a uma página onde pode efetuar o login.</div>\n"
"<br>\n"
"<div>Se não quer efetuar login, por favor ignore esta mensagem.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:302
msgid "Confirm/submit dialog"
msgstr "Confirmar/Enviar"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_confirm.coffee:6
#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_destroy_confirm.coffee:6
#: app/assets/javascripts/app/controllers/_manage/ticket_notification.coffee:46
#: app/assets/javascripts/app/controllers/tag.coffee:135
#: app/assets/javascripts/app/controllers/taskbar_widget.coffee:130
#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:112
#: app/assets/javascripts/app/views/agent_ticket_view/bulk.jst.eco:4
#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:68
#, fuzzy
#| msgid "Configuration"
msgid "Confirmation"
msgstr "Configuration"

#: app/assets/javascripts/app/controllers/knowledge_base/delete.coffee:13
msgid "Confirmation failed."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:312
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:21
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:26
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:51
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:51
msgid "Connect"
msgstr "Conectar"

#: app/assets/javascripts/app/controllers/getting_started/channel.coffee:11
#: app/assets/javascripts/app/controllers/getting_started/channel_email_pre_configured.coffee:11
#: app/assets/javascripts/app/views/getting_started/channel.jst.eco:5
#: app/assets/javascripts/app/views/getting_started/email_pre_configured.jst.eco:5
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:115
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmailPreConfigured.vue:31
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannels.vue:20
msgid "Connect Channels"
msgstr "Conectar canais"

#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:680
#: app/assets/javascripts/app/views/exchange/oauth_intro.jst.eco:8
#, fuzzy
#| msgid "Connect Facebook App"
msgid "Connect Exchange App"
msgstr "Conectar Facebook"

#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:140
#: app/assets/javascripts/app/views/facebook/index.jst.eco:10
msgid "Connect Facebook App"
msgstr "Conectar Facebook"

#: app/assets/javascripts/app/controllers/_channel/google.coffee:411
#: app/assets/javascripts/app/views/google/index.jst.eco:10
msgid "Connect Google App"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:433
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:312
#: app/assets/javascripts/app/views/microsoft365/index.jst.eco:10
#: app/assets/javascripts/app/views/microsoft_graph/index.jst.eco:11
msgid "Connect Microsoft 365 App"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:147
#: app/assets/javascripts/app/views/twitter/index.jst.eco:10
msgid "Connect Twitter App"
msgstr "Conectar Twitter"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmail.vue:134
#, fuzzy
#| msgid "Saved conditions"
msgid "Connect and Continue"
msgstr "Condições salvas"

#: public/assets/chat/views/loader.eco:6
msgid "Connecting"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:68
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:66
#, fuzzy
#| msgid "Connecting ..."
msgid "Connecting …"
msgstr "Connecting ..."

#: public/assets/chat/chat-no-jquery.coffee:124
#: public/assets/chat/chat.coffee:122
msgid "Connection lost"
msgstr ""

#: public/assets/chat/chat-no-jquery.coffee:207
#: public/assets/chat/chat.coffee:205
msgid "Connection re-established"
msgstr ""

#: app/assets/javascripts/app/controllers/_settings/area_proxy.coffee:46
msgid "Connection test successful"
msgstr "Teste de conexão bem sucedido"

#: app/assets/javascripts/app/views/widget/two_factor_login/help_text.jst.eco:8
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:294
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:177
msgid "Contact the administrator if you have any problems logging in."
msgstr ""

#: app/assets/javascripts/app/models/knowledge_base_answer.coffee:71
#: app/assets/javascripts/app/models/text_module.coffee:8
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:28
msgid "Content"
msgstr "Conteúdo"

#: app/assets/javascripts/app/controllers/idoit_object_selector.coffee:42
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Content could not be loaded."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/components/CommonSkeleton/CommonSkeleton.vue:12
#, fuzzy
#| msgid "Content"
msgid "Content loader"
msgstr "Conteúdo"

#: app/models/store.rb:82
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Content preview could not be generated."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/components/layout/LayoutContent.vue:148
#, fuzzy
#| msgid "Content"
msgid "Content sidebar"
msgstr "Conteúdo"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:110
msgid "Content was changed since loading"
msgstr ""

#: app/assets/javascripts/app/views/system_report.jst.eco:11
#, fuzzy
#| msgid "Content"
msgid "Contents"
msgstr "Conteúdo"

#: app/assets/javascripts/app/models/core_workflow.coffee:8
#: app/assets/javascripts/app/models/public_link.coffee:9
msgid "Context"
msgstr ""

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:99
#: app/assets/javascripts/app/views/channel/email_notification_wizard.jst.eco:56
#: app/assets/javascripts/app/views/getting_started/agent.jst.eco:8
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:77
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:18
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:101
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:108
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupActionFooter.vue:49
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSource.vue:53
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmail.vue:142
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:540
msgid "Continue"
msgstr "Continuar"

#: app/assets/javascripts/app/views/import/otrs.jst.eco:101
msgid "Continue anyway"
msgstr "Continuar mesmo assim"

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:25
#: app/assets/javascripts/app/controllers/_plugin/session_taken_over.coffee:30
#: app/assets/javascripts/app/controllers/_plugin/session_timeout.coffee:103
msgid "Continue session"
msgstr "Continuar sessão"

#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:145
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:184
#, fuzzy
#| msgid "Continue session"
msgid "Continue to desktop"
msgstr "Continuar sessão"

#: app/assets/javascripts/app/controllers/_plugin/mobile_detection.coffee:56
#: app/assets/javascripts/app/views/login.jst.eco:125
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:305
#, fuzzy
#| msgid "Continue session"
msgid "Continue to mobile"
msgstr "Continuar sessão"

#: app/assets/javascripts/app/views/translation/description.jst.eco:4
msgid "Contributing Translations"
msgstr ""

#: lib/sessions/event/chat_transfer.rb:30
msgid "Conversation is transferred into another chat. Please stay tuned."
msgstr ""

#: app/assets/javascripts/app/views/twitter/list.jst.eco:77
#, fuzzy
#| msgid "Conversion of retweets to tickets is turned off"
msgid "Conversion of retweets into tickets is turned off."
msgstr "A conversão de retuítes em tíquetes está desligada"

#: app/assets/javascripts/app/controllers/_application_controller/_base.coffee:123
msgid "Copied!"
msgstr ""

#: app/frontend/shared/composables/useCopyToClipboard.ts:21
msgid "Copied."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/electron_events.coffee:30
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/recovery_codes.coffee:11
msgid "Copy"
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:115
#, fuzzy
#| msgid "Security"
msgid "Copy Codes"
msgstr "Security"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:254
#, fuzzy
#| msgid "App Secret"
msgid "Copy Secret"
msgstr "App Secret"

#: app/frontend/apps/desktop/components/CommonInputCopyToClipboard/CommonInputCopyToClipboard.vue:17
#, fuzzy
#| msgid "App Secret"
msgid "Copy Text"
msgstr "App Secret"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:149
#, fuzzy
#| msgid "Security"
msgid "Copy Token"
msgstr "Security"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:307
#, fuzzy
#| msgid "Custom URL"
msgid "Copy URL"
msgstr "URL Customizada"

#: app/frontend/shared/entities/ticket-article/action/plugins/articlePermalink.ts:14
#, fuzzy
#| msgid "Article"
msgid "Copy article permalink"
msgstr "Article"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:356
msgid "Copy current object number (e. g. Ticket#) to clipboard"
msgstr ""
"Copie o número atual do objeto (por exemplo, número do bilhete) para a área "
"de transferência"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader.vue:66
#, fuzzy
#| msgid "Edit Customer"
msgid "Copy ticket number"
msgstr "Editar cliente"

#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:35
#: app/assets/javascripts/app/views/whatsapp/account_webhook.jst.eco:14
#, fuzzy
#| msgid "Copy to clipboard: Ctrl+C, Enter"
msgid "Copy to clipboard"
msgstr "Copiar para área de transferência: Ctrl+C, Enter..."

#: db/seeds/settings.rb:600
msgid "Core Workflow Ajax Mode"
msgstr ""

#: app/assets/javascripts/app/controllers/core_workflow.coffee:3
#: db/seeds/permissions.rb:257
msgid "Core Workflows"
msgstr ""

#: app/assets/javascripts/app/models/core_workflow.coffee:24
msgid ""
"Core Workflows are actions or constraints on selections in forms. Depending "
"on an action, it is possible to hide or restrict fields or to change the "
"obligation to fill them in."
msgstr ""

#: app/services/service/channel/whatsapp/base.rb:37
msgid "Could not fetch WhatsApp phone number details."
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:83
msgid "Could not fetch security keys"
msgstr ""

#: app/controllers/channels_admin/microsoft_graph_controller.rb:76
#, fuzzy
#| msgid "Unable to save changes."
msgid "Could not find the channel."
msgstr "Incapaz de salvar mudanças"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:37
#: app/graphql/gql/mutations/user/current/two_factor/recovery_codes_generate.rb:19
#, fuzzy
#| msgid "Delete records"
msgid "Could not generate recovery codes"
msgstr "Apagar registos"

#: app/controllers/channels_admin/microsoft_graph_controller.rb:79
msgid "Could not identify the channel mailbox."
msgstr ""

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:37
msgid ""
"Could not load the two-factor authentication configuration for this user."
msgstr ""

#: app/models/channel/email_parser.rb:32
msgid "Could not parse any sender attribute from the email. Checked fields:"
msgstr ""

#: app/assets/javascripts/app/controllers/signup.coffee:139
msgid "Could not process your request"
msgstr ""

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:135
msgid "Could not remove all two-factor authentication methods for this user."
msgstr ""

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:100
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid "Could not remove the two-factor authentication method for this user."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:197
msgid "Could not remove two-factor authentication method"
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:124
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:122
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid "Could not remove two-factor authentication method."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:227
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:92
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid "Could not set two-factor authentication method as default"
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/controllers/widget/link.coffee:69
#: app/assets/javascripts/app/controllers/widget/link/kb_answer.coffee:106
#, fuzzy
#| msgid "Unable to save changes."
msgid "Couldn't save changes"
msgstr "Incapaz de salvar mudanças"

#: app/assets/javascripts/app/views/tag/table.jst.eco:5
msgid "Count"
msgstr "Contagem"

#: app/models/system_report/plugin/failed_emails.rb:4
msgid "Count of failed emails"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:24
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:182
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:24
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:142
msgid "Counting entries. This may take a while."
msgstr "Contagem de entradas. Isso pode demorar um pouco."

#: db/seeds/object_manager_attributes.rb:1365
msgid "Country"
msgstr "País"

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:81
#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:19
#: app/assets/javascripts/app/controllers/knowledge_base/add_form.coffee:14
#: app/assets/javascripts/app/models/group.coffee:45
#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:56
#: app/assets/javascripts/app/views/agent_user_create.jst.eco:13
#: app/assets/javascripts/app/views/customer_ticket_create.jst.eco:23
#: app/assets/javascripts/app/views/getting_started/admin.jst.eco:9
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:8
#: app/assets/javascripts/app/views/widget/shared_draft.jst.eco:4
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:44
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:119
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:425
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:487
msgid "Create"
msgstr "Criar"

#: app/assets/javascripts/app/controllers/getting_started/admin.coffee:13
msgid "Create Admin"
msgstr "Create Admin"

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:62
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualAdmin.vue:28
#, fuzzy
#| msgid "Administrator Account"
msgid "Create Administrator Account"
msgstr "Conta de Administrador"

#: lib/excel_sheet/ticket.rb:31
msgid "Create Channel"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/new_controller.coffee:17
msgid "Create Knowledge Base"
msgstr ""

#: app/controllers/first_steps_controller.rb:97
msgid "Create Macros"
msgstr "Criar Macros"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:167
#, fuzzy
#| msgid "Created at"
msgid "Create Shared Draft"
msgstr "Created at"

#: app/controllers/first_steps_controller.rb:92
msgid "Create Text Modules"
msgstr "Criar módulo de texto"

#: app/assets/javascripts/app/models/text_module.coffee
msgid ""
"Create Text Modules to **spend less time writing responses**. Text Modules "
"can include smart variables like the user's name or email address.\n"
"\n"
"Examples of snippets are:\n"
"\n"
"* Hello Mrs. #{ticket.customer.lastname},\n"
"* Hello Mr. #{ticket.customer.lastname},\n"
"* Hello #{ticket.customer.firstname},\n"
"* My name is #{user.firstname},\n"
"\n"
"Of course, you can also use multi-line snippets.\n"
"\n"
"Available objects are:\n"
"* ticket (e.g. ticket.state, ticket.group)\n"
"* ticket.customer (e.g. ticket.customer.firstname, ticket.customer."
"lastname)\n"
"* ticket.owner (e.g. ticket.owner.firstname, ticket.owner.lastname)\n"
"* ticket.organization (e.g. ticket.organization.name)\n"
"* user (e.g. user.firstname, user.email)\n"
"\n"
"To select placeholders from a list, just enter \"::\"."
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/routes.ts:65
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:487
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Create Ticket"
msgstr "Criar um Ticket de teste"

#: app/controllers/first_steps_controller.rb:86
msgid "Create a Test Ticket"
msgstr "Criar um Ticket de teste"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:211
#, fuzzy
#| msgid "Create new Customer"
msgid "Create a new checklist item"
msgstr "Criar novo cliente"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:18
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistEmptyTemplates.vue:21
msgid "Create a new checklist template in the admin interface."
msgstr ""

#: app/assets/javascripts/app/views/widget/template.jst.eco:17
msgid "Create a new template in the admin interface."
msgstr ""

#: app/assets/javascripts/app/views/widget/shared_draft.jst.eco:4
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:162
#, fuzzy
#| msgid "Created at"
msgid "Create a shared draft"
msgstr "Created at"

#: app/assets/javascripts/app/controllers/knowledge_base/reader_controller.coffee:205
msgid "Create a translation"
msgstr "Criar tradução"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualAdmin.vue:88
#, fuzzy
#| msgid "Create my account"
msgid "Create account"
msgstr "Criar minha conta"

#: db/seeds/permissions.rb:114
#, fuzzy
#| msgid "Create and setup %s"
msgid "Create and set up Knowledge Base."
msgstr "Criar e configurar %s"

#: app/assets/javascripts/app/views/signup.jst.eco:8
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:151
msgid "Create my account"
msgstr "Criar minha conta"

#: app/assets/javascripts/app/lib/app_post/user_organization_autocompletion.coffee:6
msgid "Create new Customer"
msgstr "Criar novo cliente"

#: app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue:81
#, fuzzy
#| msgid "Create new Customer"
msgid "Create new customer"
msgstr "Criar novo cliente"

#: app/assets/javascripts/app/lib/app_post/_object_organization_autocompletion.coffee:34
msgid "Create new object"
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:11
msgid "Create new records"
msgstr "Criar novos registos"

#: app/frontend/apps/mobile/components/CommonTicketCreateLink/CommonTicketCreateLink.vue:14
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Create new ticket"
msgstr "Criar um Ticket de teste"

#: app/frontend/apps/mobile/entities/organization/composables/useOrganizationTicketsCount.ts:17
#, fuzzy
#| msgid "Tickets of Organization"
msgid "Create new ticket for this organization"
msgstr "Ticket de Organização"

#: app/frontend/apps/mobile/entities/user/composables/useUserTicketsCount.ts:16
#, fuzzy
#| msgid "Tickets of Organization"
msgid "Create new ticket for this user"
msgstr "Ticket de Organização"

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:65
msgid "Create organizations automatically if record has one."
msgstr "Crie organizações automaticamente se o registro tiver uma."

#: app/assets/javascripts/app/models/sla.coffee:7
msgid ""
"Create rules that single out the tickets for the Service Level Agreement."
msgstr ""
"Crie regras que separem os ingressos para o Contrato de Nível de Serviço"

#: app/frontend/apps/mobile/components/Form/fields/FieldTags/FieldTagsDialog.vue:156
#, fuzzy
#| msgid "Created at"
msgid "Create tag"
msgstr "Created at"

#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:540
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Create ticket"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:14
#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:193
msgid "Create your first ticket"
msgstr "Criar seu primeiro ticket"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:27
#, fuzzy
#| msgid "Create"
msgid "Create:"
msgstr "Criar"

#: app/assets/javascripts/app/models/application.coffee:10
#: app/assets/javascripts/app/models/calendar.coffee:12
#: app/assets/javascripts/app/models/chat.coffee:258
#: app/assets/javascripts/app/models/chat_sessions.coffee:9
#: app/assets/javascripts/app/models/data_privacy_task.coffee:8
#: app/assets/javascripts/app/models/job.coffee:22
#: app/assets/javascripts/app/models/ldap_source.coffee:8
#: app/assets/javascripts/app/models/overview.coffee:68
#: app/assets/javascripts/app/models/postmaster_filter.coffee:14
#: app/assets/javascripts/app/models/role.coffee:12
#: app/assets/javascripts/app/models/signature.coffee:28
#: app/assets/javascripts/app/models/sla.coffee:10
#: app/assets/javascripts/app/models/ticket_article.coffee:15
#: app/assets/javascripts/app/models/ticket_priority.coffee:12
#: app/assets/javascripts/app/models/ticket_state.coffee:13
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:36
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:14
#: app/assets/javascripts/app/views/popover/ticket.jst.eco:34
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:18
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:14
#: app/assets/javascripts/app/views/widget/ticket_stats_frequency.jst.eco:20
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:101
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList.vue:43
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:146
#: app/models/report.rb:22
msgid "Created"
msgstr "Criado"

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:108
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Created Article"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:18
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:16
#: lib/excel_sheet/ticket.rb:56
msgid "Created At"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:110
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Created External Article"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:109
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Created Internal Article"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:53
#: app/assets/javascripts/app/models/checklist.coffee:9
#: app/assets/javascripts/app/models/checklist_item.coffee:8
#: app/assets/javascripts/app/models/checklist_template.coffee:10
#: app/assets/javascripts/app/models/checklist_template_item.coffee:6
#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:7
#: app/assets/javascripts/app/models/organization.coffee:9
#: app/assets/javascripts/app/models/ticket.coffee:28
#: app/assets/javascripts/app/models/user.coffee:15
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:17
#: app/assets/javascripts/app/views/widget/http_log.jst.eco:19
#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:23
#: app/controllers/time_accountings_controller.rb:122
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:105
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:57
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSimpleTable/TicketSimpleTable.vue:41
#: app/frontend/shared/entities/organization/stores/objectAttributes.ts:24
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:106
#: app/frontend/shared/entities/user/stores/objectAttributes.ts:24
#: app/graphql/gql/types/overview_type.rb:84
msgid "Created at"
msgstr "Created at"

#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:37
#, fuzzy
#| msgid "Created at"
msgid "Created at:"
msgstr "Created at"

#: app/assets/javascripts/app/models/calendar.coffee:12
#: app/assets/javascripts/app/models/chat.coffee:258
#: app/assets/javascripts/app/models/chat_sessions.coffee:9
#: app/assets/javascripts/app/models/data_privacy_task.coffee:8
#: app/assets/javascripts/app/models/job.coffee:22
#: app/assets/javascripts/app/models/ldap_source.coffee:8
#: app/assets/javascripts/app/models/organization.coffee:8
#: app/assets/javascripts/app/models/overview.coffee:68
#: app/assets/javascripts/app/models/postmaster_filter.coffee:14
#: app/assets/javascripts/app/models/role.coffee:12
#: app/assets/javascripts/app/models/signature.coffee:28
#: app/assets/javascripts/app/models/sla.coffee:10
#: app/assets/javascripts/app/models/ticket.coffee:27
#: app/assets/javascripts/app/models/ticket_article.coffee:15
#: app/assets/javascripts/app/models/user.coffee:14
#: app/frontend/shared/entities/organization/stores/objectAttributes.ts:14
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:95
#: app/frontend/shared/entities/user/stores/objectAttributes.ts:14
#: app/graphql/gql/types/overview_type.rb:83
msgid "Created by"
msgstr "Criado por"

#: app/frontend/apps/desktop/pages/ticket/views/TicketCreate.vue:25
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:460
#, fuzzy
#| msgid "Tickets of Organization"
msgid "Creating new tickets via web is disabled."
msgstr "Ticket de Organização"

#: app/models/report.rb:85
#, fuzzy
#| msgid "Create Channels"
msgid "Creation Channels"
msgstr "Criar Canais"

#: app/assets/javascripts/app/controllers/core_workflow.coffee:55
msgid "Creation mask"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:156
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue:42
msgid "Crop Image"
msgstr ""

#: app/assets/javascripts/app/views/monitoring.jst.eco:26
msgid "Current Status"
msgstr "Status atual"

#: app/assets/javascripts/app/views/monitoring.jst.eco:10
msgid "Current Token"
msgstr "Chave atual"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:636
#: app/assets/javascripts/app/models/signature.coffee:21
#: app/assets/javascripts/app/models/text_module.coffee:21
#: app/assets/javascripts/app/views/microsoft365/user_mismatch.jst.eco:7
msgid "Current User"
msgstr "Usuário atual"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:75
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue:24
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:52
msgid "Current password"
msgstr "Senha atual"

#: app/models/system_report/plugin/setting.rb:6
msgid "Current state of configured settings (excluding passwords and tokens)"
msgstr ""

#: app/controllers/application_controller/has_user.rb:42
msgid "Current user has no permission to use 'From'/'X-On-Behalf-Of'!"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/views/TicketOverview.vue:224
msgid "Currently no overview is assigned to your roles."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_overview/navbar.coffee:90
msgid ""
"Currently no overview is assigned to your roles. Please contact your "
"administrator."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket-overviews/views/TicketOverviews.vue:123
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid ""
"Currently, no overviews are assigned to your roles. Please contact your "
"administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:28
msgid "Custom"
msgstr ""

#: app/assets/javascripts/app/models/webhook.coffee:12
msgid "Custom Payload"
msgstr ""

#: app/assets/javascripts/app/controllers/translation.coffee:82
#, fuzzy
#| msgid "Translations"
msgid "Custom Translation"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:127
#: app/assets/javascripts/app/models/knowledge_base.coffee:290
msgid "Custom URL"
msgstr "URL Customizada"

#: lib/knowledge_base/server_snippet.rb:10
msgid "Custom address is not set"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:208
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:505
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:14
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:28
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:14
#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_customer.coffee:8
#: app/assets/javascripts/app/controllers/ticket_customer.coffee:9
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:7
#: app/assets/javascripts/app/controllers/widget/user.coffee:94
#: app/assets/javascripts/app/models/ticket.coffee:8
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:29
#: app/assets/javascripts/app/views/popover/ticket.jst.eco:15
#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:22
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:11
#: app/assets/javascripts/app/views/time_accounting/by_customer.jst.eco:9
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:11
#: app/controllers/time_accountings_controller.rb:95
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSimpleTable/TicketSimpleTable.vue:39
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/customer.ts:13
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/plugins/customer.ts:6
#: app/graphql/gql/types/overview_type.rb:65
#: db/seeds/object_manager_attributes.rb:60 db/seeds/roles.rb:23
#: db/seeds/ticket_article_senders.rb:4 lib/excel_sheet/ticket.rb:29
msgid "Customer"
msgstr "Cliente"

#: app/assets/javascripts/app/controllers/chat.coffee:125
#: app/assets/javascripts/app/views/customer_chat/index.jst.eco:4
msgid "Customer Chat"
msgstr "Chat do cliente"

#: app/models/system_report/plugin/entities/user.rb:4
msgid "Customer and agent ratio (role based user counts)"
msgstr ""

#: db/seeds/settings.rb:3380
msgid "Customer selection based on sender and receiver list"
msgstr "Seleção do cliente com base na lista do remetente e do destinatário"

#: db/seeds/permissions.rb:387
#, fuzzy
#| msgid "Recent Customer Tickets"
msgid "Customer tickets"
msgstr "Chamados recentes do cliente"

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:7
msgid ""
"Customer tickets of the user will get deleted on execution of the task. No "
"rollback possible."
msgstr ""
"Os tíquetes do cliente do usuário serão excluídos na execução da tarefa. Não "
"é possível reverter."

#: app/assets/javascripts/app/models/organization.coffee:7
#: db/seeds/object_manager_attributes.rb:1749
#, fuzzy
#| msgid "Customers in the organization can view each other items."
msgid "Customers in the organization can view each other's items."
msgstr "Os clientes da organização podem ver os outros itens."

#: app/assets/javascripts/app/models/job.coffee:12
#: app/assets/javascripts/app/models/trigger.coffee:11
msgid ""
"Customize the default locale and timezone during replacement of template "
"variables."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/electron_events.coffee:26
msgid "Cut"
msgstr ""

#: app/assets/javascripts/app/views/profile/appearance.jst.eco:19
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:38
msgid "Dark"
msgstr ""

#: app/assets/javascripts/app/controllers/dark_mode.coffee:33
#: app/frontend/apps/desktop/components/ThemeSwitch/ThemeSwitch.vue:93
#, fuzzy
#| msgid "Mode"
msgid "Dark Mode"
msgstr "Mode"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:147
#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:5
#: app/assets/javascripts/app/controllers/dashboard.coffee:28
#: app/assets/javascripts/app/controllers/package.coffee:43
#: app/frontend/apps/desktop/pages/dashboard/routes.ts:8
msgid "Dashboard"
msgstr "Painel de Controlo"

#: app/assets/javascripts/app/controllers/data_privacy.coffee:3
#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:3
#: db/seeds/permissions.rb:269
msgid "Data Privacy"
msgstr "Privacidade de Dados"

#: lib/validations/data_privacy_task_validator.rb:23
#, fuzzy
#| msgid "%s created data privacy task to delete user ID |%s|"
msgid "Data privacy task allows to delete a user or a ticket only."
msgstr ""
"%s criada tarefa de privacidade de dados para eliminar ID de utilizador |%s|"

#: app/assets/javascripts/app/controllers/data_privacy.coffee:14
msgid "DataPrivacyTask"
msgstr ""

#: app/assets/javascripts/app/controllers/data_privacy.coffee:89
msgid "DataPrivacyTasks"
msgstr ""

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:7
#: db/seeds/settings.rb:376
msgid "Database"
msgstr ""

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:15
#, fuzzy
#| msgid "Database Update required"
msgid "Database Update Required"
msgstr "Atualização de banco de dados necessária"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:129
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:5
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:34
msgid "Date"
msgstr "Data"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:53
#, fuzzy
#| msgid "Date & Time"
msgid "Date & time field"
msgstr "Date & Time"

#: db/seeds/settings.rb:2447
msgid "Date (Year.Month.Day.SystemID.Counter)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:49
#, fuzzy
#| msgid "Date & Time"
msgid "Date field"
msgstr "Date & Time"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:49
#, fuzzy
#| msgid "Date & Time"
msgid "Datepicker input field"
msgstr "Date & Time"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:48
msgid "Datepicker menu"
msgstr ""

#: app/assets/javascripts/app/views/generic/timer.jst.eco:7
#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco:5
msgid "Day"
msgstr "Dia"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:7
msgid "Day(s)"
msgstr "Dia(s)"

#: app/assets/javascripts/app/views/generic/timeplan.jst.eco:2
msgid "Days"
msgstr "Dias"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Dec"
msgstr "Dez"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "December"
msgstr "Dezembro"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:66
#, fuzzy
#| msgid "Recent logs"
msgid "Decrement hours value"
msgstr "Recent logs"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:68
#, fuzzy
#| msgid "Average: %s minutes"
msgid "Decrement minutes value"
msgstr "Média: %s minutes"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:71
#, fuzzy
#| msgid "Average: %s minutes"
msgid "Decrement seconds value"
msgstr "Média: %s minutes"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:293
msgid "Decryption failed!"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:113
#: app/frontend/shared/composables/useArticleSecurity.ts:124
#, fuzzy
#| msgid "Delivery failed"
msgid "Decryption failed! %s"
msgstr "Falha na entrega"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:291
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:107
#: app/frontend/shared/composables/useArticleSecurity.ts:118
#, fuzzy
#| msgid "Registration successful!"
msgid "Decryption was successful."
msgstr "Registro realizado com sucesso!"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:239
#: app/assets/javascripts/app/views/calendar/index.jst.eco:32
#: app/assets/javascripts/app/views/channel/chat.jst.eco:228
#: app/assets/javascripts/app/views/generic/multi_locales.jst.eco:5
#: app/assets/javascripts/app/views/generic/table_row.jst.eco:78
#: app/assets/javascripts/app/views/object_manager/attribute/boolean.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:9
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:9
#: app/assets/javascripts/app/views/profile/password.jst.eco:44
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:230
#: db/seeds/settings.rb:886
msgid "Default"
msgstr "Padrão"

#: app/assets/javascripts/app/views/integration/pgp.jst.eco:9
#: app/assets/javascripts/app/views/integration/smime.jst.eco:10
msgid "Default Behavior"
msgstr ""

#: app/assets/javascripts/app/views/settings/ticket_notifications.jst.eco:3
#, fuzzy
#| msgid "Disable Notifications"
msgid "Default Notifications"
msgstr "Desabilitar Notifications"

#: db/seeds/settings.rb:3612
msgid "Default Screen"
msgstr ""

#: db/seeds/settings.rb:2608
#, fuzzy
#| msgid "Block Notifications"
msgid "Default Ticket Agent Notifications"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/models/role.coffee:9
msgid "Default at Signup"
msgstr "Padrão no Registro"

#: db/seeds/settings.rb:4182
msgid "Default calendar tickets subscriptions"
msgstr ""

#: app/assets/javascripts/app/views/integration/cti.jst.eco:92
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:110
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:95
#, fuzzy
#| msgid "Default caller id for outbound calls."
msgid "Default caller ID for outbound calls."
msgstr "Identificador de chamadas padrão para chamadas realizadas"

#: app/assets/javascripts/app/models/ticket_state.coffee:35
msgid "Default for follow-ups"
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:26
#: app/assets/javascripts/app/models/ticket_state.coffee:28
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Default for new tickets"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:357
msgid "Default time diff (hours)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:343
msgid "Default time diff (minutes)"
msgstr ""

#: db/seeds/settings.rb:886
msgid "Default type for a new ticket"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:47
#, fuzzy
#| msgid "Default caller id."
msgid "Default value is required."
msgstr "ID do chamador padrão."

#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:15
#: db/seeds/settings.rb:2593
msgid ""
"Define an exception of \"automatic assignment\" for certain users (e.g. "
"executives)."
msgstr ""
"Definir uma exceção de \"atribuição automática\" para certos utilizadores (p."
"e. executivos)"

#: db/seeds/settings.rb:3679
msgid "Define max. attachment size for Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3688
msgid "Define max. payload size for Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3706
msgid "Define model configuration for Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3697
msgid "Define pipeline name for Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:4319
msgid ""
"Define postmaster filter to check if follow-ups get created (based on admin "
"settings)."
msgstr ""

#: db/seeds/settings.rb:4265
msgid "Define postmaster filter to import archive mailboxes."
msgstr ""

#: db/seeds/settings.rb:4262
msgid "Define postmaster filter."
msgstr ""

#: app/assets/javascripts/app/views/integration/cti.jst.eco:102
msgid ""
"Define queues or call destinations (whatever fits your PBX) and map your "
"agents to it. By this, Zammad can support your agents by showing them only "
"relevant call entries and notifications."
msgstr ""

#: db/seeds/settings.rb:2611
#, fuzzy
#| msgid "Default visibility for new note."
msgid "Define the default agent notifications for new users."
msgstr "Visibilidade padrão para novo comentário"

#: db/seeds/settings.rb:1027
msgid "Define the maximum number of ticket shown in overviews."
msgstr ""

#: db/seeds/settings.rb:3661
#, fuzzy
#| msgid "Defines the sender of email notifications."
msgid "Defines Elasticsearch SSL verification."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:3652
msgid "Defines Elasticsearch index name."
msgstr ""

#: db/seeds/settings.rb:3919
#, fuzzy
msgid "Defines Freshdesk endpoint authentication API key."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:3643
msgid "Defines HTTP basic auth password of Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3634
msgid "Defines HTTP basic auth user of Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3826
msgid ""
"Defines HTTP basic authentication password (only if OTRS is protected via "
"HTTP basic auth)."
msgstr ""

#: db/seeds/settings.rb:3807
msgid ""
"Defines HTTP basic authentication user (only if OTRS is protected via HTTP "
"basic auth)."
msgstr ""

#: db/seeds/settings.rb:3974
msgid "Defines Kayako endpoint authentication password."
msgstr ""

#: db/seeds/settings.rb:3956
#, fuzzy
msgid "Defines Kayako endpoint authentication user."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:3788
msgid "Defines OTRS endpoint authentication key."
msgstr ""

#: db/seeds/settings.rb:3863
#, fuzzy
msgid "Defines Zendesk endpoint authentication API key."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:3882
msgid "Defines Zendesk endpoint authentication user."
msgstr ""

#: db/seeds/settings.rb:3901
msgid ""
"Defines a Freshdesk endpoint to import users, tickets, states, and articles."
msgstr ""

#: db/seeds/settings.rb:3938
msgid ""
"Defines a Kayako endpoint to import users, tickets, states, and articles."
msgstr ""

#: db/seeds/settings.rb:3845
msgid ""
"Defines a Zendesk endpoint to import users, tickets, states, and articles."
msgstr ""

#: db/seeds/settings.rb:5446
msgid "Defines a dashboard stats backend that gets scheduled automatically."
msgstr ""

#: db/seeds/settings.rb:3118
msgid ""
"Defines a limit for how many tickets can be created via web form from one IP "
"address per day."
msgstr ""

#: db/seeds/settings.rb:3097
msgid ""
"Defines a limit for how many tickets can be created via web form from one IP "
"address per hour."
msgstr ""

#: db/seeds/settings.rb:3139
msgid ""
"Defines a limit for how many tickets can be created via web form per day."
msgstr ""

#: db/seeds/settings.rb:2236
#, fuzzy
#| msgid "Number of failed logins after account will be deactivated."
msgid "Defines after how many failed logins accounts will be deactivated."
msgstr ""
"Número de tentativas fracassadas de login antes de desabilitar a conta."

#: db/seeds/settings.rb:3770
msgid ""
"Defines an OTRS endpoint to import users, tickets, states, and articles."
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:7
msgid ""
"Defines an optional highlight color of this priority in ticket tables. High "
"priority will be rendered in an indian red, while low priority in a baby "
"blue color."
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:8
msgid ""
"Defines an optional icon of this priority in ticket tables. Important will "
"be rendered with an exclamation point, while low priority with a downwards "
"arrow."
msgstr ""

#: db/seeds/settings.rb:3670
msgid "Defines attachment extensions which will be ignored by Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:3625
msgid "Defines endpoint of Elasticsearch."
msgstr ""

#: db/seeds/settings.rb:2986
#, fuzzy
#| msgid ""
#| "Defines groups for which a customer can create tickets via web interface. "
#| "\"-\" means all groups are available."
msgid ""
"Defines groups for which a customer can create tickets via web interface. No "
"selection means all groups are available."
msgstr ""
"Define grupos para os quais um cliente pode criar tickets via interface web. "
"\"-\" significa que todos os grupos estão disponíveis."

#: db/seeds/settings.rb:3226
msgid ""
"Defines how the From field of emails (sent from answers and email tickets) "
"should look like."
msgstr ""
"Define como o campo De de e-mails (enviado de respostas e e-mails) deve ser "
"semelhante."

#: db/seeds/settings.rb:2355
#, fuzzy
#| msgid "Defines if a customer can create tickets via the web interface."
msgid ""
"Defines how the last customer contact time of tickets should be calculated."
msgstr "Define se um cliente pode criar ingressos através da interface web."

#: db/seeds/settings.rb:312
msgid ""
"Defines how to reach websocket server. \"websocket\" is default on "
"production, \"websocketPort\" is for CI"
msgstr ""

#: db/seeds/settings.rb:4632
msgid "Defines if Checkmk (https://checkmk.com/) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5345
msgid "Defines if Clearbit (http://www.clearbit.com) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:4896
msgid "Defines if Exchange is enabled or not."
msgstr ""

#: db/seeds/settings.rb:4436
msgid "Defines if Icinga (http://www.icinga.org) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5556
msgid ""
"Defines if Knowledge Base navbar button is enabled for users without "
"Knowledge Base permission."
msgstr ""

#: db/seeds/settings.rb:5541
msgid "Defines if Knowledge Base navbar button is enabled."
msgstr ""

#: db/seeds/settings.rb:4843
msgid "Defines if LDAP is enabled or not."
msgstr ""

#: db/seeds/settings.rb:4742
msgid "Defines if Monit (https://mmonit.com/monit/) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:4534
msgid "Defines if Nagios (http://www.nagios.org) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5645
#, fuzzy
#| msgid "Authentication"
msgid "Defines if PGP encryption is enabled or not."
msgstr "Authentication"

#: db/seeds/settings.rb:5282
msgid "Defines if Placetel (http://www.placetel.de) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5603
msgid "Defines if S/MIME encryption is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5083
msgid "Defines if Slack (http://www.slack.org) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:2959
msgid "Defines if a customer can create tickets via the web interface."
msgstr "Define se um cliente pode criar ingressos através da interface web."

#: db/seeds/settings.rb:20
msgid "Defines if application is in init mode."
msgstr ""

#: db/seeds/settings.rb:86
msgid "Defines if application is used as online service."
msgstr ""

#: db/seeds/settings.rb:5728
msgid ""
"Defines if calendar weeks are shown in the picker of date/datetime fields to "
"easily select the correct date."
msgstr ""

#: db/seeds/settings.rb:5207
msgid "Defines if generic CTI integration is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5820
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid ""
"Defines if recovery codes can be used by users in the event they lose access "
"to other two-factor authentication methods."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: db/seeds/settings.rb:5124
msgid "Defines if sipgate.io (http://www.sipgate.io) is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5005
msgid ""
"Defines if the GitHub (http://www.github.com) integration is enabled or not."
msgstr ""

#: db/seeds/settings.rb:4963
msgid ""
"Defines if the GitLab (http://www.gitlab.com) integration is enabled or not."
msgstr ""

#: db/seeds/settings.rb:5687
#, fuzzy
#| msgid "Authentication"
msgid "Defines if the PGP recipient alias configuration is enabled or not."
msgstr "Authentication"

#: db/seeds/settings.rb:684
msgid ""
"Defines if the agent has to accept a confirmation dialog when changing the "
"article visibility to \"public\"."
msgstr ""

#: db/seeds/settings.rb:76
msgid ""
"Defines if the application is in developer mode (all users have the same "
"password and password reset will work without email delivery)."
msgstr ""

#: db/seeds/settings.rb:5872
msgid ""
"Defines if the change of the primary organization of a user will update the "
"100 most recent tickets for this user as well."
msgstr ""

#: db/seeds/settings.rb:603
msgid ""
"Defines if the core workflow communication should run over ajax instead of "
"websockets."
msgstr ""

#: db/seeds/settings.rb:629
msgid ""
"Defines if the email should be displayed in the result of the user/"
"organization widget."
msgstr ""

#: db/seeds/settings.rb:4923
msgid ""
"Defines if the i-doit (https://www.i-doit.org/) integration is enabled or "
"not."
msgstr ""

#: db/seeds/settings.rb:2382
msgid ""
"Defines if the ticket conditions editor supports complex logical expressions."
msgstr ""

#: db/seeds/settings.rb:2408
msgid ""
"Defines if the ticket conditions editor supports regular expression "
"operators for triggers and ticket auto assignment."
msgstr ""

#: db/seeds/settings.rb:4122
#, fuzzy
#| msgid "Authentication"
msgid "Defines if the time accounting types are enabled."
msgstr "Authentication"

#: db/seeds/settings.rb:5788
msgid ""
"Defines if the two-factor authentication method authenticator app is enabled "
"or not."
msgstr ""

#: db/seeds/settings.rb:5756
#, fuzzy
#| msgid "Authentication"
msgid ""
"Defines if the two-factor authentication method security keys is enabled or "
"not."
msgstr "Authentication"

#: db/seeds/settings.rb:3040
msgid "Defines if tickets can be created via web form."
msgstr ""

#: db/seeds/settings.rb:4485
msgid "Defines if tickets should be closed if service is recovered."
msgstr "Define se os tickets devem ser fechados se o serviço for recuperado."

#: db/seeds/settings.rb:4355
msgid "Defines postmaster filter for filters managed via admin interface."
msgstr ""

#: db/seeds/settings.rb:4274
msgid ""
"Defines postmaster filter to check if email has been created by Zammad "
"itself and will set the article sender."
msgstr ""

#: db/seeds/settings.rb:4283
msgid ""
"Defines postmaster filter to check if the email is a self-created "
"notification email, then ignore it to prevent email loops."
msgstr ""

#: db/seeds/settings.rb:4301
msgid "Defines postmaster filter to handle secure mailing."
msgstr ""

#: db/seeds/settings.rb:4409
msgid ""
"Defines postmaster filter to identify Jira mails for correct follow-ups."
msgstr ""

#: db/seeds/settings.rb:4391
msgid ""
"Defines postmaster filter to identify ServiceNow mails for correct follow-"
"ups."
msgstr ""

#: db/seeds/settings.rb:4220
msgid ""
"Defines postmaster filter to identify auto responses to prevent auto replies "
"from Zammad."
msgstr ""

#: db/seeds/settings.rb:4238
msgid ""
"Defines postmaster filter to identify follow-up ticket for merged tickets."
msgstr ""

#: db/seeds/settings.rb:4229
msgid ""
"Defines postmaster filter to identify follow-ups (based on admin settings)."
msgstr ""

#: db/seeds/settings.rb:4310
msgid ""
"Defines postmaster filter to identify out-of-office emails for follow-up "
"detection and keeping current ticket state."
msgstr ""

#: db/seeds/settings.rb:4337
msgid ""
"Defines postmaster filter to identify postmaster bounces; and disables "
"sending notification if delivery fails permanently."
msgstr ""

#: db/seeds/settings.rb:4328
msgid ""
"Defines postmaster filter to identify postmaster bounces; and handles them "
"as follow-up of the original tickets"
msgstr ""

#: db/seeds/settings.rb:4346
msgid ""
"Defines postmaster filter to identify postmaster bounces; and reopens "
"tickets if delivery fails permanently."
msgstr ""

#: db/seeds/settings.rb:4292
msgid "Defines postmaster filter to identify sender user."
msgstr ""

#: db/seeds/settings.rb:4364
msgid ""
"Defines postmaster filter to manage Icinga (http://www.icinga.org) emails."
msgstr ""

#: db/seeds/settings.rb:4382
msgid ""
"Defines postmaster filter to manage Monit (https://mmonit.com/monit/) emails."
msgstr ""

#: db/seeds/settings.rb:4373
msgid ""
"Defines postmaster filter to manage Nagios (http://www.nagios.org) emails."
msgstr ""

#: db/seeds/settings.rb:4211
msgid ""
"Defines postmaster filter to remove X-Zammad headers from untrustworthy "
"sources."
msgstr ""

#: db/seeds/settings.rb:4247
msgid ""
"Defines postmaster filter to set the owner (based on group follow up "
"assignment)."
msgstr ""

#: db/seeds/settings.rb:4256
msgid ""
"Defines postmaster filter to set the sender/from of emails based on reply-to "
"header."
msgstr ""

#: db/seeds/settings.rb:4427
msgid ""
"Defines postmaster filter which sets the articles visibility to internal if "
"it is a rely to an internal article or the last outgoing email is internal."
msgstr ""

#: db/seeds/settings.rb:4208
msgid "Defines postmaster filter."
msgstr ""

#: db/seeds/settings.rb:230
msgid "Defines pretty date format."
msgstr "Define um formato de data agradável"

#: db/seeds/settings.rb:5435
msgid "Defines processing timeout for the html sanitizer."
msgstr ""

#: db/seeds/settings.rb:5044
msgid "Defines sync transaction backend."
msgstr ""

#: db/seeds/settings.rb:5423
msgid "Defines the CSS font information for HTML emails."
msgstr ""

#: db/seeds/settings.rb:5235
msgid "Defines the CTI config."
msgstr ""

#: db/seeds/settings.rb:4730
msgid "Defines the Checkmk token for allowing updates."
msgstr ""

#: db/seeds/settings.rb:5371
msgid "Defines the Clearbit config."
msgstr ""

#: db/seeds/settings.rb:4883
#, fuzzy
#| msgid "Defines pretty date format."
msgid "Defines the Exchange OAuth config."
msgstr "Define um formato de data agradável"

#: db/seeds/settings.rb:4870
msgid "Defines the Exchange config."
msgstr ""

#: db/seeds/settings.rb:339
#, fuzzy
#| msgid "Define the http protocol of your instance."
msgid "Defines the HTTP protocol of your instance."
msgstr "Defina o protocolo http da sua instância."

#: db/seeds/settings.rb:5673
#, fuzzy
#| msgid "Defines pretty date format."
msgid "Defines the PGP config."
msgstr "Define um formato de data agradável"

#: db/seeds/settings.rb:5310
msgid "Defines the Placetel config."
msgstr ""

#: db/seeds/settings.rb:5631
msgid "Defines the S/MIME config."
msgstr ""

#: db/seeds/settings.rb:5109
msgid "Defines the Slack config."
msgstr ""

#: db/seeds/settings.rb:5412
#, fuzzy
#| msgid "Defines pretty date format."
msgid "Defines the agent limit."
msgstr "Define um formato de data agradável"

#: db/seeds/settings.rb:425
#, fuzzy
#| msgid ""
#| "Defines the backend for geo IP lookups. Shows also location of an IP "
#| "address if an IP address is shown."
msgid ""
"Defines the backend for geo IP lookups. Also shows location of an IP address "
"if it is traceable."
msgstr ""
"Define o backend para pesquisas de geo-IP. Mostra também a localização de um "
"endereço IP se for exibido um endereço IP."

#: db/seeds/settings.rb:479
msgid ""
"Defines the backend for geo calendar lookups. Used for initial calendar "
"succession."
msgstr ""
"Define o backend para pesquisas de calendário geográfico. Usado para a "
"sucessão do calendário inicial."

#: db/seeds/settings.rb:452
msgid ""
"Defines the backend for geo location lookups to store geo locations for "
"addresses."
msgstr ""
"Define o backend para pesquisas de localização geográfica para armazenar "
"locais geográficos para endereços."

#: db/seeds/settings.rb:398
msgid "Defines the backend for user and organization image lookups."
msgstr "Define o backend para pesquisas de imagem de usuário e organização."

#: db/seeds/settings.rb:186
#, fuzzy
#| msgid "Defines the sender of email notifications."
msgid "Defines the backend service for ticket article language detection."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:2895
msgid ""
"Defines the configuration how many articles can be created in a minute range "
"globally."
msgstr ""

#: db/seeds/settings.rb:2876
msgid ""
"Defines the configuration how many articles can be created in a minute range "
"per ticket."
msgstr ""

#: db/seeds/settings.rb:4104
msgid ""
"Defines the custom unit to be shown next to the time accounting input field."
msgstr ""

#: db/seeds/settings.rb:4185
msgid "Defines the default calendar tickets subscription settings."
msgstr ""

#: db/seeds/settings.rb:3615
msgid "Defines the default screen."
msgstr ""

#: db/seeds/settings.rb:166
#, fuzzy
#| msgid "Defines the system default language."
msgid "Defines the default system language."
msgstr "Define o idioma padrão do sistema."

#: db/seeds/settings.rb:209
#, fuzzy
#| msgid "Defines the system default timezone."
msgid "Defines the default system timezone."
msgstr "Define o fuso horário padrão do sistema."

#: db/seeds/settings.rb:4140
#, fuzzy
#| msgid "Defines the system default timezone."
msgid "Defines the default time accounting type."
msgstr "Define o fuso horário padrão do sistema."

#: db/seeds/settings.rb:656
#, fuzzy
#| msgid "Default visibility for new note."
msgid "Defines the default visibility for new notes."
msgstr "Visibilidade padrão para novo comentário"

#: db/seeds/settings.rb:5269
msgid ""
"Defines the duration of customer activity (in seconds) on a call until the "
"user profile dialog is shown."
msgstr ""

#: db/seeds/settings.rb:289
msgid ""
"Defines the fully qualified domain name of the system. This setting is used "
"as a variable, #{setting.fqdn} which is found in all forms of messaging used "
"by the application, to build links to the tickets within your system."
msgstr ""
"Define o nome de domínio totalmente qualificado do sistema. Esta "
"configuração é usada como uma variável, # {setting.fqdn} que é encontrada em "
"todas as formas de mensagens usadas pelo aplicativo, para criar links para "
"os tickets dentro do seu sistema."

#: db/seeds/settings.rb:4658
msgid "Defines the group of created tickets."
msgstr "Define o grupo de ingressos criados."

#: db/seeds/settings.rb:3074
#, fuzzy
#| msgid "Defines the group of created tickets."
msgid "Defines the group of tickets created via web form."
msgstr "Define o grupo de ingressos criados."

#: db/seeds/settings.rb:4950
msgid "Defines the i-doit config."
msgstr ""

#: db/seeds/settings.rb:4006
msgid "Defines the log levels for various logging actions of the Sequencer."
msgstr ""

#: db/seeds/settings.rb:120
msgid "Defines the logo of the application, shown in the web interface."
msgstr "Define o logotipo do aplicativo, mostrado na interface da web."

#: db/seeds/settings.rb:3276
msgid "Defines the maximum accepted email size in MB."
msgstr ""

#: db/seeds/settings.rb:1040
msgid ""
"Defines the maximum number of allowed open tabs before auto cleanup removes "
"surplus tabs when creating new tabs."
msgstr ""

#: db/seeds/settings.rb:96
#, fuzzy
#| msgid ""
#| "Defines the name of the application, shown in the web interface, tabs and "
#| "title bar of the web browser."
msgid ""
"Defines the name of the application, shown in the web interface, tabs, and "
"title bar of the web browser."
msgstr ""
"Define o nome do aplicativo, mostrado na interface da web, abas e barra de "
"título do navegador da Web."

#: db/seeds/settings.rb:2789
#, fuzzy
#| msgid "Defines the backend for user and organization image lookups."
msgid "Defines the permission level used for lookups."
msgstr "Define o backend para pesquisas de imagem de usuário e organização."

#: db/seeds/settings.rb:320
msgid "Defines the port of the websocket server."
msgstr ""

#: db/seeds/settings.rb:7
msgid "Defines the random application secret."
msgstr ""

#: db/seeds/settings.rb:4462
msgid "Defines the sender email address of Icinga emails."
msgstr ""

#: db/seeds/settings.rb:4560
msgid "Defines the sender email address of Nagios emails."
msgstr ""

#: db/seeds/settings.rb:4768
msgid "Defines the sender email address of the service emails."
msgstr "Define o endereço de e-mail do remetente dos e-mails do serviço."

#: db/seeds/settings.rb:3436
msgid "Defines the sender of email notifications."
msgstr "Define o remetente de notificações por e-mail."

#: db/seeds/settings.rb:3254
msgid ""
"Defines the separator between the agent's real name and the given group "
"email address."
msgstr ""
"Define o separador entre o nome real do agente e o endereço de e-mail do "
"grupo fornecido."

#: db/seeds/settings.rb:1134
msgid ""
"Defines the session timeout for inactivity of users. Based on the assigned "
"permissions the highest timeout value will be used, otherwise the default."
msgstr ""

#: db/seeds/settings.rb:5173
msgid "Defines the sipgate.io config."
msgstr ""

#: db/seeds/settings.rb:4511
#, fuzzy
#| msgid "Defines the state of auto closed tickets."
msgid "Defines the state of auto-closed tickets."
msgstr "Define o estado dos ingressos fechados automaticamente."

#: db/seeds/settings.rb:264
msgid ""
"Defines the system identifier. Every ticket number contains this ID. This "
"ensures that only tickets which belong to your system will be processed as "
"follow-ups (useful when communicating between two instances of Zammad)."
msgstr ""
"Define o identificador do sistema. Todo número de ticket contém essa ID. "
"Isso garante que somente os tickets que pertençam ao seu sistema serão "
"processados como seguidores (úteis quando se comunicam entre duas instâncias "
"de Zammad)."

#: db/seeds/settings.rb:3011
msgid "Defines the tab behaviour after a ticket action."
msgstr ""

#: db/seeds/settings.rb:2806
#, fuzzy
#| msgid "Defines the backend for user and organization image lookups."
msgid "Defines the ticket states used for lookups."
msgstr "Define o backend para pesquisas de imagem de usuário e organização."

#: db/seeds/settings.rb:5568
msgid "Defines the timeframe during which a self-created note can be deleted."
msgstr ""

#: db/seeds/settings.rb:5324
#, fuzzy
#| msgid "Defines pretty date format."
msgid "Defines the token for Placetel."
msgstr "Define um formato de data agradável"

#: db/seeds/settings.rb:5065
msgid ""
"Defines the transaction backend to detect customer signatures in emails."
msgstr ""

#: db/seeds/settings.rb:5047
msgid "Defines the transaction backend to execute triggers."
msgstr ""

#: db/seeds/settings.rb:5056
msgid "Defines the transaction backend to send agent notifications."
msgstr ""

#: db/seeds/settings.rb:5393
msgid ""
"Defines the transaction backend which detects caller IDs in objects and "
"stores them for CTI lookups."
msgstr ""

#: db/seeds/settings.rb:5402
msgid "Defines the transaction backend which executes time based triggers."
msgstr ""

#: db/seeds/settings.rb:5074
msgid ""
"Defines the transaction backend which posts messages to Slack (http://www."
"slack.com)."
msgstr ""

#: db/seeds/settings.rb:5384
msgid ""
"Defines the transaction backend which will enrich customer and organization "
"information from Clearbit (http://www.clearbit.com)."
msgstr ""

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:14
#: db/seeds/settings.rb:4086
msgid "Defines the unit to be shown next to the time accounting input field."
msgstr ""

#: db/seeds/settings.rb:2738
msgid ""
"Defines the warning message that is shown when a matching ticket is present."
msgstr ""

#: db/seeds/settings.rb:2721
msgid ""
"Defines the warning title that is shown when a matching ticket is present."
msgstr ""

#: db/seeds/settings.rb:5053
msgid "Defines transaction backend."
msgstr ""

#: db/seeds/settings.rb:2772
msgid ""
"Defines whether the matching tickets are shown in case of already existing "
"tickets."
msgstr ""

#: db/seeds/settings.rb:2704
msgid "Defines which ticket attributes are checked before creating a ticket."
msgstr ""

#: db/seeds/settings.rb:2755
msgid ""
"Defines which user roles will receive a warning in case of matching tickets."
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_confirm_delete.coffee:4
#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_destroy_confirm.coffee:4
#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:677
#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:118
#: app/assets/javascripts/app/controllers/data_privacy.coffee:188
#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:9
#: app/assets/javascripts/app/controllers/package.coffee:54
#: app/assets/javascripts/app/controllers/user.coffee:100
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:88
#: app/assets/javascripts/app/views/calendar/index.jst.eco:80
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:153
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:74
#: app/assets/javascripts/app/views/channel/topics.jst.eco:8
#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:38
#: app/assets/javascripts/app/views/facebook/list.jst.eco:29
#: app/assets/javascripts/app/views/generic/multi_locales.jst.eco:6
#: app/assets/javascripts/app/views/google/list.jst.eco:111
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:75
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:55
#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item.jst.eco:18
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:104
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:114
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:29
#: app/assets/javascripts/app/views/profile/devices.jst.eco:25
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:21
#: app/assets/javascripts/app/views/session.jst.eco:24
#: app/assets/javascripts/app/views/sla/index.jst.eco:59
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:44
#: app/assets/javascripts/app/views/tag/table.jst.eco:14
#: app/assets/javascripts/app/views/telegram/index.jst.eco:38
#: app/assets/javascripts/app/views/twitter/list.jst.eco:83
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:45
#: app/assets/javascripts/app/views/widget/text_module.jst.eco:13
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:236
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:162
#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:158
msgid "Delete"
msgstr "Eliminar"

#: app/frontend/shared/entities/ticket-article/action/plugins/articleDelete.ts:84
#, fuzzy
#| msgid "Delete File"
msgid "Delete Article"
msgstr "deletar arquivo"

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:47
msgid "Delete Avatar?"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:33
msgid "Delete Customer"
msgstr "Deletar Cliente"

#: app/assets/javascripts/app/views/generic/attachment_item.jst.eco:5
msgid "Delete File"
msgstr "deletar arquivo"

#: app/assets/javascripts/app/controllers/knowledge_base/delete.coffee:40
msgid "Delete Knowledge Base"
msgstr "Deletar Base de Conhecimento"

#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:41
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Delete Object"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:9
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Delete Ticket"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:7
msgid "Delete User"
msgstr "Deletar Usuário"

#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:9
msgid "Delete all child categories and answers, then try again."
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:19
msgid "Delete all existing records first."
msgstr "Apagar primeiro todos os registos existentes."

#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:162
#, fuzzy
#| msgid "Delete User"
msgid "Delete avatar"
msgstr "Deletar Usuário"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:150
#, fuzzy
#| msgid "Delete File"
msgid "Delete column"
msgstr "deletar arquivo"

#: db/seeds/permissions.rb:270
#, fuzzy
#| msgid "Delete all existing records first."
msgid "Delete existing data of your system."
msgstr "Apagar primeiro todos os registos existentes."

#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:102
#, fuzzy
#| msgid "Delete File"
msgid "Delete immediately"
msgstr "deletar arquivo"

#: db/seeds/schedulers.rb:187
msgid "Delete obsolete classic IMAP backup."
msgstr ""

#: db/seeds/schedulers.rb:70
msgid "Delete old 'RecentView' entries."
msgstr ""

#: db/seeds/schedulers.rb:61
msgid "Delete old activity stream entries."
msgstr ""

#: db/seeds/schedulers.rb:79
msgid "Delete old online notification entries."
msgstr ""

#: db/seeds/schedulers.rb:151
msgid "Delete old stats store entries."
msgstr ""

#: db/seeds/schedulers.rb:88
msgid "Delete old token entries."
msgstr ""

#: db/seeds/schedulers.rb:215
msgid "Delete old upload cache entries."
msgstr ""

#: app/assets/javascripts/app/controllers/data_privacy.coffee:188
msgid "Delete organization?"
msgstr "Deletar organização?"

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:18
msgid "Delete records"
msgstr "Apagar registos"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:122
#, fuzzy
#| msgid "Delete User"
msgid "Delete row"
msgstr "Deletar Usuário"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:207
#, fuzzy
#| msgid "Delete File"
msgid "Delete table"
msgstr "deletar arquivo"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:156
#, fuzzy
#| msgid "Getting an Access Token"
msgid "Delete this access token"
msgstr "Obtendo um token de acesso"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:351
#, fuzzy
#| msgid "Delete User"
msgid "Delete this avatar"
msgstr "Deletar Usuário"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:115
#, fuzzy
#| msgid "Delete User"
msgid "Delete this device"
msgstr "Deletar Usuário"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue:143
#, fuzzy
#| msgid "Delete User"
msgid "Delete this link"
msgstr "Deletar Usuário"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:29
#, fuzzy
#| msgid "Delete"
msgid "Delete:"
msgstr "Eliminar"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:20
#, fuzzy
#| msgid "Deleted Organization"
msgid "Deleted Organization:"
msgstr "Organização deletada"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:38
#, fuzzy
#| msgid "Deleted tickets (%s in total)"
msgid "Deleted tickets (%s in total):"
msgstr "Tickets deletados (%s no total)"

#: app/assets/javascripts/app/controllers/knowledge_base/delete.coffee:50
msgid ""
"Deleting your knowledge base requires an additional verification step. To "
"proceed, enter its name below (\"%s\"). THIS ACTION CANNOT BE UNDONE."
msgstr ""

#: app/assets/javascripts/app/controllers/data_privacy.coffee:86
msgid "Deletion Task"
msgstr "Exclusão de tarefas"

#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:70
#, fuzzy
#| msgid "Delivery failed"
msgid "Deletion failed."
msgstr "Falha na entrega"

#: app/assets/javascripts/app/views/ticket_zoom/article_view_delivery_failed.jst.eco:4
#, fuzzy
#| msgid "Delivery failed"
msgid "Delivery failed:"
msgstr "Falha na entrega"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/DeliveryMessage.vue:13
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleDeliveryMessage.vue:33
#, fuzzy
#| msgid "Delivery failed"
msgid "Delivery failed: \"%s\""
msgstr "Falha na entrega"

#: db/seeds/object_manager_attributes.rb:1206
msgid "Department"
msgstr "Departamento"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_description.coffee:5
#: app/assets/javascripts/app/controllers/translation.coffee:183
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:6
#: app/assets/javascripts/app/views/calendar/index.jst.eco:8
#: app/assets/javascripts/app/views/channel/chat.jst.eco:230
#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:7
#: app/assets/javascripts/app/views/generic/admin/index.jst.eco:7
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:9
#: app/assets/javascripts/app/views/integration/cti.jst.eco:87
#: app/assets/javascripts/app/views/integration/index.jst.eco:11
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:104
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:90
#: app/assets/javascripts/app/views/profile/password.jst.eco:31
#: app/assets/javascripts/app/views/settings/form.jst.eco:8
#: app/assets/javascripts/app/views/sla/index.jst.eco:8
#: app/assets/javascripts/app/views/translation/index.jst.eco:9
msgid "Description"
msgstr "Descrição"

#: app/assets/javascripts/app/models/public_link.coffee:8
msgid "Description (shown as title tag for screen readers)"
msgstr ""

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:468
#: app/frontend/apps/desktop/components/CommonTable/CommonSimpleTable.vue:91
#, fuzzy
#| msgid "set optional"
msgid "Deselect all entries"
msgstr "Definir como opcional"

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:613
#: app/frontend/apps/desktop/components/CommonTable/CommonSimpleTable.vue:151
#, fuzzy
#| msgid "Delete User"
msgid "Deselect this entry"
msgstr "Deletar Usuário"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:17
#: app/assets/javascripts/app/views/channel/form.jst.eco:25
msgid "Designer"
msgstr "Designer"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:25
msgid "Desktop"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:262
#: app/assets/javascripts/app/controllers/_channel/google.coffee:367
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:389
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:268
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:88
#: app/assets/javascripts/app/views/google/list.jst.eco:58
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:59
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:69
#: app/models/channel/driver/sms/message_bird.rb:93
#: app/models/channel/driver/sms/twilio.rb:107
msgid "Destination Group"
msgstr "Grupo de Destino"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:58
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:74
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:61
#, fuzzy
#| msgid "Destination caller id"
msgid "Destination caller ID"
msgstr "ID do chamador de destino"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:108
#, fuzzy
#| msgid "Destination caller id"
msgid "Destination caller ID or queue"
msgstr "ID do chamador de destino"

#: app/assets/javascripts/app/views/settings/ticket_duplicate_detection.jst.eco:7
#: db/seeds/settings.rb:2675
#, fuzzy
#| msgid "Enable Ticket creation"
msgid "Detect Duplicate Ticket Creation"
msgstr "Enable Ticket creation"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:158
#: db/seeds/object_manager_attributes.rb:734
#, fuzzy
#| msgid "Language"
msgid "Detected Language"
msgstr "Idioma"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:101
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:103
#, fuzzy
#| msgid "Language"
msgid "Detected language"
msgstr "Idioma"

#: db/seeds/settings.rb:73
msgid "Developer System"
msgstr ""

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:127
msgid "Device"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:83
#, fuzzy
#| msgid "No results were found."
msgid "Device has been revoked."
msgstr "Nenhum resultado encontrado"

#: app/assets/javascripts/app/controllers/_profile/devices.coffee:3
#: app/assets/javascripts/app/views/profile/devices.jst.eco:2
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:34
#: db/seeds/permissions.rb:446
msgid "Devices"
msgstr "Dispositivos"

#: app/frontend/apps/mobile/components/CommonSelect/CommonSelect.vue:185
msgid "Dialog window with selections"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:462
msgid ""
"Did you check the validity of the configured mailbox? Or consider removing "
"this channel and switch to using a different mailbox type. %l"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:460
msgid ""
"Did you confirm that the user has delegation permissions for the mailbox? Or "
"consider removing this channel and switch to using a different mailbox type. "
"%l"
msgstr ""

#: app/assets/javascripts/app/controllers/translation.coffee:325
msgid ""
"Did you know that system translations can be contributed and shared with the "
"community on our public platform %l? It sports a very convenient user "
"interface based on Weblate, give it a try!"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLocale.vue:36
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:165
msgid "Did you know?"
msgstr ""

#: app/assets/javascripts/app/views/profile/language.jst.eco:12
msgid "Did you know? You can help translating %s at:"
msgstr ""

#: app/frontend/shared/composables/form/useCheckBodyAttachmentReference.ts:51
msgid "Did you plan to include attachments with this message?"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:458
msgid ""
"Did you verify that the user has access to the mailbox? Or consider removing "
"this channel and switch to using a different mailbox type. %l"
msgstr ""

#: db/seeds/settings.rb:2181
msgid "Digit required"
msgstr "Necessário dígito"

#: app/assets/javascripts/app/views/twitter/list.jst.eco:61
msgid "Direct Messages"
msgstr "Mensagens diretas"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:30
msgid "Direct Messages Group"
msgstr "Grupo de mensagens diretas"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:43
msgid "Direct URL"
msgstr "URL direto"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:332
#, fuzzy
#| msgid "Ticket Subscriptions"
msgid "Direct subscription URL"
msgstr "Assinaturas de Ticket"

#: app/assets/javascripts/app/views/widget/http_log.jst.eco:17
#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:5
msgid "Direction"
msgstr "Direção"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:149
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:70
#: app/assets/javascripts/app/views/facebook/list.jst.eco:31
#: app/assets/javascripts/app/views/google/list.jst.eco:107
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:109
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:119
#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:30
#: app/assets/javascripts/app/views/telegram/index.jst.eco:40
#: app/assets/javascripts/app/views/twitter/list.jst.eco:85
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:47
msgid "Disable"
msgstr "Desabilitado"

#: app/assets/javascripts/app/models/job.coffee:11
msgid "Disable Notifications"
msgstr "Desabilitar Notifications"

#: db/seeds/settings.rb:1326
msgid "Disables user creation on logon with a third-party application."
msgstr ""

#: app/assets/javascripts/app/views/profile/notification.jst.eco:23
msgid ""
"Disabling the notifications from all groups will turn off the limit. "
"Instead, to disable the notifications use the settings above."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:281
msgid "Discard"
msgstr "Descartar"

#: app/assets/javascripts/app/controllers/taskbar_widget.coffee:128
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:37
#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:60
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:410
msgid "Discard Changes"
msgstr "Ignorar alterações"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:176
#, fuzzy
#| msgid "Discard Changes"
msgid "Discard Snapshot"
msgstr "Ignorar alterações"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:88
#, fuzzy
#| msgid "Discard Changes"
msgid "Discard article"
msgstr "Ignorar alterações"

#: app/frontend/apps/mobile/components/CommonDialogObjectForm/CommonDialogObjectForm.vue:81
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:66
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketAction/TicketActionChangeCustomerDialog.vue:39
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:419
#: app/frontend/apps/mobile/pages/ticket/views/TicketDetailView.vue:270
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:52
#, fuzzy
#| msgid "Discard Changes"
msgid "Discard changes"
msgstr "Ignorar alterações"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:251
#, fuzzy
#| msgid "Discard your unsaved changes."
msgid "Discard unsaved reply"
msgstr "Descartar mudanças não salvas."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:136
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:146
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:148
#, fuzzy
#| msgid "Discard your unsaved changes."
msgid "Discard your unsaved changes"
msgstr "Descartar mudanças não salvas."

#: app/assets/javascripts/app/views/knowledge_base/content.jst.eco:18
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:25
msgid "Discard your unsaved changes."
msgstr "Descartar mudanças não salvas."

#: app/assets/javascripts/app/models/object_manager_attribute.coffee:7
#: app/assets/javascripts/app/views/object_manager/attribute/boolean.jst.eco:7
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:8
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:55
msgid "Display"
msgstr "Exibição"

#: app/assets/javascripts/app/models/email_address.coffee:32
#: db/seeds/settings.rb:1909
msgid "Display name"
msgstr "Nome"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:662
msgid "Do not encrypt email"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:648
msgid "Do not sign email"
msgstr ""

#: db/seeds/settings.rb:5882
#, fuzzy
#| msgid "You have not created a ticket yet."
msgid "Do not update any tickets."
msgstr "Você ainda não possue nenhum chamado criado."

#: app/assets/javascripts/app/views/settings/proxy.jst.eco:21
#, fuzzy
#| msgid "No proxy for the following hosts."
msgid "Do not use the proxy for the following hosts."
msgstr "Nenhum proxy para os seguintes hosts."

#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:24
#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/attachments.coffee:115
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you really want to delete \"%s\"?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:127
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you really want to delete this draft?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_destroy_confirm.coffee:10
#: app/assets/javascripts/app/controllers/tag.coffee:139
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you really want to delete this object?"
msgstr "Certo de excluir esse objeto?"

#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:160
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you really want to delete your current avatar?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/_application_controller/article_public_confirm.coffee:3
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you really want to set the visibility of this article to \"public\"?"
msgstr "Certo de excluir esse objeto?"

#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:69
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you want to continue?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/views/ticket_zoom/checklist_modal.jst.eco:4
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "Do you want to handle them before closing this ticket?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:64
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:46
#: lib/validations/ticket_article_validator/whatsapp_message.rb:12
msgid "Document file"
msgstr ""

#: db/seeds/object_manager_attributes.rb:1790
msgid "Domain"
msgstr "Domínio"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:122
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:14
#, fuzzy
#| msgid "Domain"
msgid "Domain Alias"
msgstr "Domínio"

#: db/seeds/object_manager_attributes.rb:1790
msgid "Domain based assignment"
msgstr "Atribuição baseada em domínio"

#: app/assets/javascripts/app/views/channel/form.jst.eco:102
msgid ""
"Don't load CSS for form. You need to generate your own CSS for the form."
msgstr ""
"Não carregue CSS para o formulário. Você precisa gerar seu próprio CSS para "
"o formulário."

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:592
msgid "Don't synchronize"
msgstr ""

#: app/frontend/apps/mobile/components/CommonDialog/CommonDialog.vue:146
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue:284
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:177
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:132
msgid "Done"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_image_view.coffee:4
#: app/assets/javascripts/app/views/system_report.jst.eco:20
#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:89
msgid "Download"
msgstr ""

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:69
msgid "Download %s"
msgstr ""

#: app/assets/javascripts/app/views/import/otrs.jst.eco:5
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:28
msgid "Download %s Migration Plugin"
msgstr "Baixar% s Plugin de Migração"

#: app/assets/javascripts/app/views/report/download_button.jst.eco:1
msgid "Download %s record(s)"
msgstr ""

#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:48
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:37
msgid "Download Certificate"
msgstr ""

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:59
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:39
msgid "Download Private Key"
msgstr ""

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:68
msgid "Download Public Key"
msgstr ""

#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:16
msgid "Download all records"
msgstr ""

#: app/assets/javascripts/app/views/import/otrs.jst.eco:8
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:104
msgid "Download and install the %s Migration Plugin on your %s instance."
msgstr "Baixe e instale o Plugin de Migração% s na sua instância% s."

#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:123
msgid "Download original email"
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:137
msgid "Download raw email"
msgstr ""

#: app/assets/javascripts/app/controllers/article_view/item.coffee:319
msgid "Downloading attachments…"
msgstr "Selecione um anexo(s)…"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:101
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:9
msgid "Draft"
msgstr "Rascunho"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketSharedDraftZoom.vue:24
msgid "Draft Available"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:9
msgid "Draft available"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:95
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Draft could not be saved."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSharedDraftConflictDialog.vue:34
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Draft could not be updated."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:53
#, fuzzy
#| msgid "Draft"
msgid "Drafts"
msgstr "Rascunho"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingOverviewOrder.vue:53
msgid "Drag and drop to reorder ticket overview list items."
msgstr ""

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabs.vue:236
#, fuzzy
#| msgid "Drag to reorder"
msgid "Drag and drop to reorder your tabs."
msgstr "Arrastar para reordenar"

#: app/assets/javascripts/app/controllers/_application_controller/reorder_modal.coffee:2
msgid "Drag to reorder"
msgstr "Arrastar para reordenar"

#: app/assets/javascripts/app/views/generic/attachment.jst.eco:28
#: app/assets/javascripts/app/views/knowledge_base/sidebar/attachments.jst.eco:44
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:119
#: app/frontend/shared/components/Form/fields/FieldFile/FieldFileInput.vue:355
msgid "Drop files here"
msgstr "Arquivos aqui"

#: app/frontend/apps/desktop/components/Form/fields/FieldImageUpload/FieldImageUploadInput.vue:106
#, fuzzy
#| msgid "Drop files here"
msgid "Drop image file here"
msgstr "Arquivos aqui"

#: app/assets/javascripts/app/controllers/login.coffee:26
#, fuzzy
#| msgid "Due to inactivity you are automatically logged out."
msgid "Due to inactivity, you have been automatically logged out."
msgstr "Devido a inatividade você foi automaticamente desconectado."

#: app/assets/javascripts/app/controllers/_plugin/session_timeout.coffee:99
#, fuzzy
#| msgid ""
#| "Due to inactivity are automatically logged out within the next 30 seconds."
msgid ""
"Due to inactivity, you will be automatically logged out within the next 30 "
"seconds."
msgstr ""
"Devido a inatividade, será automaticamente desconectado dentro de 30 "
"segundos."

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:14
#, fuzzy
#| msgid "Application"
msgid "Duplicate Detection"
msgstr "Aplicação"

#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:520
#, fuzzy
#| msgid "Email Address"
msgid "Duplicate Email Address"
msgstr "Endereço de email"

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:34
msgid "Duration"
msgstr "Duração"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:25
#, fuzzy
#| msgid ""
#| "We found a lot of dynamic fields which are not common in Zammad, as we "
#| "follow a different approach to ticket attributes. Zammad uses also tags "
#| "in addition to custom fields to classify tickets. This difference can "
#| "create a new philosophy of your ticket attributes / tags compared to your "
#| "current use of dynamic fields in OTRS."
msgid ""
"Dynamic fields are not that common in Zammad, as it takes a different "
"approach to ticket attributes. Zammad also uses tags in addition to custom "
"fields to classify tickets. This difference can create a new philosophy of "
"your ticket attributes/tags compared to your current use of dynamic fields "
"in OTRS."
msgstr ""
"Encontramos muitos campos dinâmicos que não são comuns no Zammad, pois "
"seguimos uma abordagem diferente para atributos de ticket. O Zammad também "
"usa tags, além de campos personalizados para classificar os tickets. Essa "
"diferença pode criar uma nova filosofia de atributos / tags de ticket em "
"comparação com o uso atual de campos dinâmicos no OTRS."

#: app/assets/javascripts/app/models/user.coffee:334
msgid "Easter holiday"
msgstr "Feriado de Páscoa"

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:59
#: app/assets/javascripts/app/controllers/organization_profile/action_row.coffee:36
#: app/assets/javascripts/app/controllers/tag.coffee:104
#: app/assets/javascripts/app/controllers/translation.coffee:92
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:75
#: app/assets/javascripts/app/views/calendar/index.jst.eco:85
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:62
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:68
#: app/assets/javascripts/app/views/facebook/list.jst.eco:35
#: app/assets/javascripts/app/views/google/list.jst.eco:46
#: app/assets/javascripts/app/views/knowledge_base/navigation.jst.eco:38
#: app/assets/javascripts/app/views/knowledge_base/public_menu_manager.jst.eco:37
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:47
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:47
#: app/assets/javascripts/app/views/profile/password.jst.eco:72
#: app/assets/javascripts/app/views/sla/index.jst.eco:60
#: app/assets/javascripts/app/views/telegram/index.jst.eco:44
#: app/assets/javascripts/app/views/twitter/list.jst.eco:89
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:51
#: app/assets/javascripts/app/views/widget/text_module.jst.eco:11
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:172
#: app/frontend/apps/mobile/pages/home/views/Home.vue:76
#: app/frontend/apps/mobile/pages/organization/views/OrganizationDetailView.vue:53
#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:53
msgid "Edit"
msgstr "Editar"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:173
msgid "Edit Answer"
msgstr "Editar resposta "

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:175
#, fuzzy
#| msgid "Category"
msgid "Edit Category"
msgstr "Categoria"

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_customer.coffee:16
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:26
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationCustomer.vue:90
msgid "Edit Customer"
msgstr "Editar cliente"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:171
#, fuzzy
#| msgid "Knowledge Base"
msgid "Edit Knowledge Base"
msgstr "Base de conhecimento"

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_organization.coffee:21
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_organization.coffee:11
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarOrganization/TicketSidebarOrganizationContent.vue:36
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationOrganization.vue:80
msgid "Edit Organization"
msgstr "Editar Organização"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts:20
#, fuzzy
#| msgid "Authentication"
msgid "Edit authenticator app"
msgstr "Authentication"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:122
#, fuzzy
#| msgid "Ticket update"
msgid "Edit checklist title"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_row.jst.eco:32
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItem.vue:69
#, fuzzy
#| msgid "Category"
msgid "Edit item"
msgstr "Categoria"

#: app/assets/javascripts/app/controllers/core_workflow.coffee:57
msgid "Edit mask"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDialog.vue:37
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:88
#, fuzzy
#| msgid "reply"
msgid "Edit reply"
msgstr "reply"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:22
#, fuzzy
#| msgid "Security"
msgid "Edit security keys"
msgstr "Security"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation.vue:86
#, fuzzy
#| msgid "Ticket update"
msgid "Edit ticket title"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/knowledge_base/permissions_dialog.coffee:9
#, fuzzy
#| msgid "Edit"
msgid "Editor"
msgstr "Editar"

#: db/seeds/settings.rb:3667
msgid "Elasticsearch Attachment Extensions"
msgstr ""

#: db/seeds/settings.rb:3676
msgid "Elasticsearch Attachment Size"
msgstr ""

#: db/seeds/settings.rb:3649
msgid "Elasticsearch Endpoint Index"
msgstr ""

#: db/seeds/settings.rb:3640
msgid "Elasticsearch Endpoint Password"
msgstr ""

#: db/seeds/settings.rb:3622
msgid "Elasticsearch Endpoint URL"
msgstr ""

#: db/seeds/settings.rb:3631
msgid "Elasticsearch Endpoint User"
msgstr ""

#: db/seeds/settings.rb:3703
#, fuzzy
#| msgid "Your Email Configuration"
msgid "Elasticsearch Model Configuration"
msgstr "Sua configuração de e-mail"

#: db/seeds/settings.rb:3694
msgid "Elasticsearch Pipeline Name"
msgstr ""

#: db/seeds/settings.rb:3658
msgid "Elasticsearch SSL verification"
msgstr ""

#: db/seeds/settings.rb:3685
msgid "Elasticsearch Total Payload Size"
msgstr ""

#: lib/search_index_backend.rb:433
msgid ""
"Elasticsearch is not reachable. It's possible that it's not running. Please "
"check whether it is installed."
msgstr ""

#: app/controllers/reports_controller.rb:9
msgid "Elasticsearch needs to be configured!"
msgstr ""

#: app/models/system_report/plugin/search_index.rb:4
#, fuzzy
#| msgid "Last sync"
msgid "Elasticsearch version"
msgstr "Last sync"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:3
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:67
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:47
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:44
#: app/assets/javascripts/app/controllers/getting_started/channel.coffee:15
#: app/assets/javascripts/app/models/email_address.coffee:2
#: app/assets/javascripts/app/models/group.coffee:12
#: app/assets/javascripts/app/models/user.coffee:11
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:6
#: app/assets/javascripts/app/views/import/kayako.jst.eco:42
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:39
#: app/frontend/apps/desktop/composables/authentication/useSignupForm.ts:32
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:34
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:34
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/email.ts:11
#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:167
#: db/seeds/object_manager_attributes.rb:902 db/seeds/permissions.rb:131
#: public/assets/form/form.js:32
msgid "Email"
msgstr "Email"

#: app/models/report.rb:131
msgid "Email (in)"
msgstr ""

#: app/models/report.rb:151
msgid "Email (out)"
msgstr ""

#: db/seeds/settings.rb:735
msgid "Email - full quote"
msgstr "Email - citações completas"

#: db/seeds/settings.rb:762
msgid "Email - quote header"
msgstr ""

#: db/seeds/settings.rb:708
msgid "Email - subject field"
msgstr "Email - campo de assunto"

#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:22
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:8
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:6
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:73
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:129
msgid "Email Account"
msgstr "Conta de email"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:17
msgid "Email Accounts"
msgstr "Contas de email"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:201
#: app/assets/javascripts/app/controllers/_channel/google.coffee:241
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:258
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:110
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:126
#: app/assets/javascripts/app/views/google/list.jst.eco:81
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:82
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:92
msgid "Email Address"
msgstr "Endereço de email"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannels.vue:37
#, fuzzy
#| msgid "Channel"
msgid "Email Channel"
msgstr "Canal"

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:83
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:67
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:67
msgid "Email Inbound"
msgstr "Entrada de Email"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:162
#: app/assets/javascripts/app/views/channel/email_notification_wizard.jst.eco:8
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:6
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:103
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualEmailNotification.vue:30
msgid "Email Notification"
msgstr "Notificação de E-mail"

#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:17
msgid "Email Notifications"
msgstr ""

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:137
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:105
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:71
msgid "Email Outbound"
msgstr "E-mail de saída"

#: app/frontend/apps/desktop/pages/authentication/routes.ts:113
#: app/frontend/apps/desktop/pages/authentication/views/SignupVerify.vue:116
#, fuzzy
#| msgid "Email Notification"
msgid "Email Verification"
msgstr "Notificação de E-mail"

#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailAccountForm.ts:33
#, fuzzy
#| msgid "Email Address"
msgid "Email address"
msgstr "Endereço de email"

#: app/models/user.rb:636
msgid "Email address '%{email}' is already used for another user."
msgstr ""

#: app/assets/javascripts/app/controllers/email_verify.coffee:53
#: app/frontend/apps/desktop/pages/authentication/views/SignupVerify.vue:50
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "Email could not be verified. Please contact your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:855
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:404
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:169
msgid ""
"Email sending and receiving could not be verified. Please check your "
"settings."
msgstr ""

#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:47
msgid "Email sent to \"%s\". Please let the user verify their email account."
msgstr ""

#: app/assets/javascripts/app/controllers/signup.coffee:124
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:91
msgid "Email sent to \"%s\". Please verify your email account."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsEmail.vue:19
#, fuzzy
#| msgid "Invitation sent!"
msgid "Email sent to %s"
msgstr "Invitation sent!"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:690
#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:43
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:289
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:61
msgid ""
"Emails before the cut-off time are imported as archived tickets. Emails "
"after the cut-off time are imported as regular tickets."
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/public_menu_manager.jst.eco:21
#: app/assets/javascripts/app/views/knowledge_base/search_field_panel.jst.eco:5
#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:17
msgid "Empty"
msgstr "Vazio"

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:199
#, fuzzy
#| msgid "Overview"
msgid "Empty Overview"
msgstr "Visão geral"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:151
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:72
#: app/assets/javascripts/app/views/facebook/list.jst.eco:33
#: app/assets/javascripts/app/views/google/list.jst.eco:109
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:111
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:121
#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:31
#: app/assets/javascripts/app/views/telegram/index.jst.eco:42
#: app/assets/javascripts/app/views/twitter/list.jst.eco:87
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:49
msgid "Enable"
msgstr "Ativar"

#: db/seeds/settings.rb:3563
msgid "Enable Chat"
msgstr "Ativar chat"

#: app/assets/javascripts/app/views/api.jst.eco:33 db/seeds/settings.rb:3518
msgid ""
"Enable REST API access using the username/email address and password for the "
"authentication user."
msgstr ""
"Ative o acesso da API REST usando o nome de usuário / endereço de e-mail e "
"senha para o usuário de autenticação."

#: app/assets/javascripts/app/views/api.jst.eco:15
#, fuzzy
#| msgid ""
#| "Enable REST API using tokens (not username/email address and password). "
#| "Each user needs to create own access tokens in user profile."
msgid ""
"Enable REST API using tokens (not username/email address and password). All "
"users need to create their own access tokens in the user profile."
msgstr ""
"Ative a API REST usando tokens (não nome de usuário / endereço de e-mail e "
"senha). Cada usuário precisa criar seus próprios tokens de acesso no perfil "
"do usuário."

#: db/seeds/settings.rb:3493
msgid ""
"Enable REST API using tokens (not username/email address and password). Each "
"user needs to create its own access tokens in user profile."
msgstr ""

#: db/seeds/settings.rb:5817
msgid "Enable Recovery Codes"
msgstr ""

#: db/seeds/settings.rb:2956
msgid "Enable Ticket creation"
msgstr "Enable Ticket creation"

#: app/assets/javascripts/app/views/time_accounting/types.jst.eco:6
msgid ""
"Enable activity type selection. This would allow agents to select one of the "
"types below when adding accounted time."
msgstr ""

#: db/seeds/settings.rb:2576
msgid "Enable auto assignment for following matching tickets."
msgstr ""

#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:12
msgid "Enable automatic assignment the first time an agent opens a ticket."
msgstr ""
"Ativar atribuição automática na primeira vez que um agente abrir um ticket."

#: db/seeds/settings.rb:5900
#, fuzzy
#| msgid "Enable Chat"
msgid "Enable checklists."
msgstr "Ativar chat"

#: app/assets/javascripts/app/views/channel/form.jst.eco:72
msgid "Enable debugging for implementation."
msgstr "Habilite a depuração para implementação."

#: db/seeds/settings.rb:765
msgid ""
"Enable if you want a timestamped reply header to be automatically inserted "
"in front of quoted messages."
msgstr ""
"Ative se quiser que um cabeçalho de resposta com carimbo de data / hora seja "
"inserido automaticamente na frente das mensagens citadas."

#: db/seeds/settings.rb:738
msgid ""
"Enable if you want to quote the full email in your answer. The quoted email "
"will be put at the end of your answer. If you just want to quote a certain "
"phrase, just mark the text and press reply (this feature is always "
"available)."
msgstr ""
"Ative se você deseja citar o e-mail completo em sua resposta. O e-mail "
"citado será colocado no final da sua resposta. Se você quiser apenas citar "
"uma determinada frase, basta marcar o texto e pressionar a resposta (este "
"recurso está sempre disponível)."

#: db/seeds/settings.rb:5927
msgid ""
"Enable or disable self-shutdown of Zammad processes after significant "
"configuration changes. This should only be used if the controlling process "
"manager like systemd or docker supports an automatic restart policy."
msgstr ""

#: app/assets/javascripts/app/views/maintenance.jst.eco:16
msgid ""
"Enable or disable the maintenance mode of Zammad. If enabled, _all non-"
"administrators get logged out_ and _only administrators can start a new "
"session_."
msgstr ""
"Enable or disable the maintenance mode of Zammad. If enabled, _all non-"
"administrators get logged out_ and _only administrators can start a new "
"session_."

#: db/seeds/settings.rb:40
msgid ""
"Enable or disable the maintenance mode of Zammad. If enabled, all non-"
"administrators get logged out and only administrators can start a new "
"session."
msgstr ""

#: db/seeds/settings.rb:2550
msgid "Enable ticket auto assignment."
msgstr ""

#: db/seeds/settings.rb:4041
msgid "Enable time accounting."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:425
msgid "Enable/disable inline translations"
msgstr "Habilitar / desabilitar as traduções em linha"

#: db/seeds/settings.rb:3566
msgid "Enable/disable online chat."
msgstr ""

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:37
msgid "Enabled"
msgstr ""

#: db/seeds/settings.rb:846
msgid "Enables a sidebar to show an overview of all attachments."
msgstr ""

#: app/assets/javascripts/app/views/settings/ticket_duplicate_detection.jst.eco:12
#: db/seeds/settings.rb:2678
msgid ""
"Enables a warning to users during ticket creation if there is an existing "
"ticket with the same attributes."
msgstr ""

#: db/seeds/settings.rb:5698
msgid ""
"Enables button for user authentication via %s. The button will redirect to /"
"auth/sso on user interaction."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:61
msgid "Enables console logging."
msgstr "Enables console logging."

#: db/seeds/settings.rb:999
msgid "Enables display of ticket priority icons in UI."
msgstr ""

#: db/seeds/settings.rb:819
msgid "Enables preview of attachments."
msgstr ""

#: db/seeds/settings.rb:1300
msgid ""
"Enables sending of an email notification to a user when they link their "
"account with a third-party application."
msgstr ""

#: db/seeds/settings.rb:1274
msgid ""
"Enables the automatic linking of an existing account on initial login via a "
"third party application. If this is disabled, an existing user must first "
"log into Zammad and then link his \"Third Party\" account to his Zammad "
"account via Profile -> Linked Accounts."
msgstr ""
"Ativa o link automatico de uma conta existente no login inicial via um "
"aplicativo de terceiros. Se isso for desativado, uma conta existente deve "
"primeiro logar no Zammad e depois linkar sua conta de \"Terceiro\" a sua "
"conta Zammad em Perfil -> Contas Linkadas"

#: db/seeds/settings.rb:1211
msgid "Enables user authentication via %s."
msgstr ""

#: db/seeds/settings.rb:1352
msgid ""
"Enables user authentication via %s. Register your app first at [%s](%s)."
msgstr ""
"Permite a autenticação do usuário via% s. Registre seu aplicativo primeiro "
"em [% s] (% s)."

#: db/seeds/settings.rb:1637
#, fuzzy
#| msgid "Enables user authentication via Google."
msgid "Enables user authentication via GitHub."
msgstr "Ativa a autenticação do usuário por meio do Google."

#: db/seeds/settings.rb:1701
msgid "Enables user authentication via GitLab."
msgstr ""

#: db/seeds/settings.rb:1509
msgid "Enables user authentication via Google."
msgstr "Ativa a autenticação do usuário por meio do Google."

#: db/seeds/settings.rb:1573
msgid "Enables user authentication via LinkedIn."
msgstr "Habilita a autenticação do usuário via LinkedIn."

#: db/seeds/settings.rb:1772
#, fuzzy
#| msgid "Enables user authentication via Google."
msgid "Enables user authentication via Microsoft 365."
msgstr "Ativa a autenticação do usuário por meio do Google."

#: db/seeds/settings.rb:2063
#, fuzzy
#| msgid "Enables user authentication via LinkedIn."
msgid "Enables user authentication via OpenID Connect."
msgstr "Habilita a autenticação do usuário via LinkedIn."

#: db/seeds/settings.rb:1905
msgid "Enables user authentication via SAML."
msgstr ""

#: db/seeds/settings.rb:1842
msgid "Enables user authentication via Weibo."
msgstr ""

#: db/seeds/settings.rb:1080
#, fuzzy
#| msgid "Enables users to create their own account via web interface."
msgid ""
"Enables users to create their own account via web interface. This setting is "
"only effective if the password login is enabled."
msgstr ""
"Permite que os usuários criem sua própria conta através da interface web."

#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:41
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:77
#: app/frontend/apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:50
#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:36
msgid "Encrypt"
msgstr "Encrypt"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:663
msgid "Encrypt email (if not possible, discard notification)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:664
msgid "Encrypt email (if not possible, send notification anyway)"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:62
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:165
#: app/frontend/shared/composables/useArticleSecurity.ts:157
msgid "Encrypted"
msgstr ""

#: app/assets/javascripts/app/views/integration/pgp_group.jst.eco:6
#: app/assets/javascripts/app/views/integration/smime_group.jst.eco:6
msgid "Encryption"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:65
#: app/frontend/shared/composables/useArticleSecurity.ts:157
#, fuzzy
#| msgid "Encrypt"
msgid "Encryption error"
msgstr "Encrypt"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:95
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleSecurityWarning.vue:27
#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:79
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:201
#, fuzzy
#| msgid "Encrypt"
msgid "Encryption:"
msgstr "Encrypt"

#: app/assets/javascripts/app/models/webhook.coffee:7
#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:16
#: app/assets/javascripts/app/views/integration/cti.jst.eco:3
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:39
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:23
#: app/assets/javascripts/app/views/integration/github.jst.eco:12
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:15
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:15
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:3
msgid "Endpoint"
msgstr "Ponto final"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:3
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:3
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:3
#, fuzzy
#| msgid "Expert Settings"
msgid "Endpoint Settings"
msgstr "Configurações avançadas"

#: db/seeds/settings.rb:5844
#, fuzzy
#| msgid "Authentication"
msgid "Enforce the setup of the two-factor authentication"
msgstr "Authentication"

#: db/seeds/settings.rb:5851
#, fuzzy
#| msgid "How to use it"
msgid "Enforced for user roles"
msgstr "How to use it"

#: db/seeds.rb:37
msgid "English (United States)"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:96
msgid "Enter Note or"
msgstr "Inserir nota ou"

#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:73
#: app/assets/javascripts/app/controllers/ticket_customer.coffee:9
#: db/seeds/object_manager_attributes.rb:69
msgid "Enter Person or Organization/Company"
msgstr "Digite uma Pessoa ou Organização/Empresa"

#: app/assets/javascripts/app/views/integration/smime_private_key_add.jst.eco:30
msgid "Enter Private Key Secret"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/title.jst.eco:1
#, fuzzy
#| msgid "Enter Title..."
msgid "Enter Title…"
msgstr "Enter Title..."

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:125
msgid ""
"Enter a domain name that will be associated with this key, e.g. example.com."
msgstr ""

#: app/assets/javascripts/app/views/generic/input.jst.eco:2
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Enter a valid email address."
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:28
#: app/assets/javascripts/app/views/import/kayako.jst.eco:28
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:25
msgid "Enter credentials"
msgstr "Insira as credenciais"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:157
msgid "Enter link URL"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/recovery_codes.coffee:6
#: app/frontend/apps/desktop/pages/authentication/components/LoginRecoveryCode.vue:36
#: app/frontend/apps/mobile/pages/authentication/components/LoginRecoveryCode.vue:32
msgid "Enter one of your unused recovery codes."
msgstr ""

#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:221
msgid "Enter search and select a type to search for"
msgstr ""

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:8
#: app/assets/javascripts/app/views/import/kayako.jst.eco:8
msgid "Enter the Subdomain of your %s system"
msgstr ""

#: app/assets/javascripts/app/views/import/zendesk.jst.eco:8
msgid "Enter the URL of your %s system"
msgstr "Digite o URL do seu sistema % s"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceFreshdesk.vue:30
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:30
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:30
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Enter the URL of your %s system."
msgstr "Digite o URL do seu sistema % s"

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/authenticator_app.coffee:7
#: app/frontend/shared/entities/two-factor/plugins/authenticator-app.ts:16
msgid "Enter the code from your two-factor authenticator app."
msgstr ""

#: app/assets/javascripts/app/views/import/otrs.jst.eco:24
msgid ""
"Enter the link provided by the plugin at the end of the installation to link "
"the two systems"
msgstr ""
"Digite o link fornecido pelo plugin no final da instalação para vincular os "
"dois sistemas"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:58
#, fuzzy
#| msgid ""
#| "Enter the link provided by the plugin at the end of the installation to "
#| "link the two systems"
msgid ""
"Enter the link provided by the plugin at the end of the installation to link "
"the two systems."
msgstr ""
"Digite o link fornecido pelo plugin no final da instalação para vincular os "
"dois sistemas"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:28
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:263
msgid "Enter the security code generated by the authenticator app:"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:37
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:86
#, fuzzy
#| msgid "Please enter your time which you want to account."
msgid "Enter the time you want to record"
msgstr "Por favor, digite seu tempo que você deseja contabilizar."

#: app/assets/javascripts/app/controllers/_ui_element/timezone.coffee:35
#, fuzzy
#| msgid "Enter timezone..."
msgid "Enter time zone"
msgstr "Digite a timezone..."

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:36
msgid "Enter your %s API token gained from your account profile settings."
msgstr ""

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:6
#: app/assets/javascripts/app/views/facebook/app_config.jst.eco:6
#: app/assets/javascripts/app/views/google/app_config.jst.eco:6
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:6
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:6
#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:6
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:3
#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:6
msgid "Enter your %s App Keys"
msgstr "Digite sua %s Chaves de App"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceFreshdesk.vue:78
#, fuzzy
#| msgid ""
#| "Enter your email address and the %s API token gained from your admin "
#| "interface."
msgid ""
"Enter your Freshdesk API token gained from your account profile settings."
msgstr ""
"Digite seu endereço de e-mail e o token de API% s obtido com sua interface "
"de administração."

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:67
#, fuzzy
#| msgid ""
#| "Enter your email address and the %s API token gained from your admin "
#| "interface."
msgid "Enter your Zendesk API token gained from your admin interface."
msgstr ""
"Digite seu endereço de e-mail e o token de API% s obtido com sua interface "
"de administração."

#: app/assets/javascripts/app/views/profile/password.jst.eco:9
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:121
msgid "Enter your current password, insert a new one and confirm it."
msgstr ""

#: app/assets/javascripts/app/views/import/kayako.jst.eco:36
msgid ""
"Enter your email address and password from your %s account which should be "
"used for the import."
msgstr ""

#: app/assets/javascripts/app/views/import/zendesk.jst.eco:33
msgid ""
"Enter your email address and the %s API token gained from your admin "
"interface."
msgstr ""
"Digite seu endereço de e-mail e o token de API% s obtido com sua interface "
"de administração."

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:43
msgid ""
"Enter your email address from your Kayako account which should be used for "
"the import."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:52
msgid ""
"Enter your password from your Kayako account which should be used for the "
"import."
msgstr ""

#: app/assets/javascripts/app/controllers/admin_password_auth.coffee:30
#: app/assets/javascripts/app/controllers/password_reset.coffee:38
msgid "Enter your username or email address"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/models/system_report/plugin/entities/counts.rb:4
msgid "Entity counts of database objects (e.g. ticket count, user count, etc.)"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_error_modal.coffee:6
#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:165
#: app/assets/javascripts/app/controllers/_settings/area_proxy.coffee:51
#: app/assets/javascripts/app/controllers/ticket_zoom.coffee:124
#: app/assets/javascripts/app/controllers/widget/error_modal.coffee:6
#: app/frontend/apps/desktop/components/CommonError/CommonError.vue:30
#: app/frontend/apps/mobile/pages/error/views/Error.vue:39
msgid "Error"
msgstr ""

#: app/services/service/system/run_auto_wizard.rb:18
msgid "Error during execution of auto wizard."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:65
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "Error fetching i-doit information. Please contact your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:280
#: db/seeds/overviews.rb:160
#, fuzzy
#| msgid "Escalation Times"
msgid "Escalated Tickets"
msgstr "Horários de Escalação"

#. This is the template file app/views/mailer/ticket_escalation/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_escalation/en.html.erb
msgid ""
"Escalated ticket (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>The ticket (#{ticket.title}) from \"<b>#{ticket.customer.longname}</"
"b>\" has been escalated since \"#{ticket.escalation_at}\"!</div>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"  Information:\n"
"  <blockquote type=\"cite\">\n"
"  #{article.body_as_html}\n"
"  </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#: lib/excel_sheet/ticket.rb:74
msgid "Escalation At"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/popover_provider/escalation_popover_provider.coffee:8
#: app/assets/javascripts/app/views/sla/index.jst.eco:35
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:162
msgid "Escalation Times"
msgstr "Horários de Escalação"

#: app/assets/javascripts/app/models/ticket.coffee:17
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:25
#: app/graphql/gql/types/overview_type.rb:74
msgid "Escalation at"
msgstr "Escalonar há"

#: app/assets/javascripts/app/models/ticket.coffee:20
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:46
#: app/graphql/gql/types/overview_type.rb:77
msgid "Escalation at (Close Time)"
msgstr "Ordenado em (Tempo de fechamento)"

#: app/assets/javascripts/app/models/ticket.coffee:18
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:32
#: app/graphql/gql/types/overview_type.rb:75
msgid "Escalation at (First Response Time)"
msgstr "Ordenado em (Tempo de primeira resposta)"

#: app/assets/javascripts/app/models/ticket.coffee:19
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:39
#: app/graphql/gql/types/overview_type.rb:76
msgid "Escalation at (Update Time)"
msgstr "Ordenado em (Tempo de atualização)"

#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:51
#, fuzzy
#| msgid "pending"
msgid "Event Ending"
msgstr "pendente"

#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:42
#, fuzzy
#| msgid "Location"
msgid "Event Location"
msgstr "Localização"

#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:46
#, fuzzy
#| msgid "Expert Settings"
msgid "Event Starting"
msgstr "Configurações avançadas"

#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:38
msgid "Event Summary"
msgstr ""

#: app/assets/javascripts/app/models/knowledge_base.coffee:271
#, fuzzy
#| msgid ""
#| "Every category in your knowledge base should be given a unique icon for "
#| "maximum visual clarity. Each set below provides a wide range of icons to "
#| "choose from, but beware-you can't mix and match different icons from "
#| "different sets. Choose carefully!"
msgid ""
"Every category in your knowledge base should be given a unique icon for "
"maximum visual clarity. Each set below provides a wide range of icons to "
"choose from, but beware: You can't mix and match different icons from "
"different sets. Choose carefully!"
msgstr ""
"Cada categoria em sua base de conhecimento deve receber um ícone exclusivo "
"para máxima clareza visual. Cada conjunto abaixo fornece uma ampla gama de "
"ícones para escolher, mas cuidado - você não pode misturar e combinar ícones "
"diferentes de conjuntos diferentes. Escolha cuidadosamente!"

#: app/assets/javascripts/app/models/trigger.coffee
msgid ""
"Every time a customer creates a new ticket, they automatically receive a "
"confirmation email to assure them that their issue has been submitted "
"successfully. This behavior is built into Zammad, but it’s also highly "
"customizable, and you can set up other automated actions just like it.\n"
"\n"
"Maybe you want to set a higher priority on any ticket with the word “urgent” "
"in the title. Maybe you want to avoid sending auto-reply emails to customers "
"from certain organizations. Maybe you want mark a ticket as “pending” "
"whenever someone adds an internal note to a ticket.\n"
"\n"
"Whatever it is, you can do it with triggers: actions that watch tickets for "
"certain changes, and then fire off whenever those changes occur."
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:28
msgid "Example CSV file for download."
msgstr "Arquivo CSV de exemplo para download"

#: app/assets/javascripts/app/controllers/webhook.coffee:28
#: app/assets/javascripts/app/controllers/widget/payload_example.coffee:5
msgid "Example Payload"
msgstr ""

#: app/assets/javascripts/app/views/api.jst.eco:17
#, fuzzy
#| msgid "Example"
msgid "Example:"
msgstr "Exemplo"

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:27
msgid "Examples"
msgstr ""

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:16
#, fuzzy
#| msgid "Example"
msgid "Examples:"
msgstr "Exemplo"

#: app/assets/javascripts/app/controllers/_manage/ticket_auto_assignment.coffee:39
#, fuzzy
#| msgid "Exception users"
msgid "Excepted users"
msgstr "Usuários exceções"

#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:3
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:21
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:8
msgid "Exchange"
msgstr ""

#: db/seeds/settings.rb:4880
#, fuzzy
msgid "Exchange OAuth"
msgstr "Alterado"

#: db/seeds/settings.rb:4867
msgid "Exchange config"
msgstr ""

#: db/seeds/settings.rb:4893
msgid "Exchange integration"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:729
msgid "Exchange integration for contacts management."
msgstr "Integração de troca para gerenciamento de contatos."

#: app/assets/javascripts/app/models/job.coffee:10
#: app/assets/javascripts/app/models/trigger.coffee:10
msgid "Execute changes on objects"
msgstr "Execute changes on objects"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:122
#, fuzzy
#| msgid "Not configured"
msgid "Execute configured macros"
msgstr "Not configured"

#: db/seeds/schedulers.rb:196
msgid "Execute import jobs."
msgstr ""

#: db/seeds/schedulers.rb:43
#, fuzzy
#| msgid "Execute changes on objects"
msgid "Execute planned jobs."
msgstr "Execute changes on objects"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:22
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:34
msgid "Execution Time"
msgstr "Tempo de Execução"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:285
#, fuzzy
#| msgid "Waiting Customers"
msgid "Existing members"
msgstr "Clientes em espera"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:257
#, fuzzy
#| msgid "New Ticket"
msgid "Existing tickets"
msgstr "Novo Ticket"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:262
#, fuzzy
#| msgid "assign tickets"
msgid "Existing tickets (open)"
msgstr "assign tickets"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar.vue:198
#, fuzzy
#| msgid "Content"
msgid "Expand sidebar"
msgstr "Conteúdo"

#: app/frontend/apps/desktop/components/CollapseButton/CollapseButton.vue:60
msgid "Expand this element"
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:217
msgid "Expert"
msgstr "Expert"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:34
msgid "Expert Settings"
msgstr "Configurações avançadas"

#: app/assets/javascripts/app/views/generic/application_selector.jst.eco:6
#, fuzzy
#| msgid "Expert"
msgid "Expert mode"
msgstr "Expert"

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:18
msgid "Experts"
msgstr "Experts"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:37
#, fuzzy
#| msgid "Escalation at"
msgid "Expiration date"
msgstr "Escalonar há"

#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:15
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:19
#: app/assets/javascripts/app/views/profile/token_access_create.jst.eco:10
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:15
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:106
msgid "Expires"
msgstr "Expira"

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:18
#, fuzzy
#| msgid "Expires"
msgid "Expires at"
msgstr "Expira"

#: app/assets/javascripts/app/controllers/search.coffee:54
msgid "Extended Search"
msgstr "Extended Search"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:73
#, fuzzy
#| msgid "internal"
msgid "External data source field"
msgstr "internal"

#: lib/search_index_backend.rb:709
msgid "Extract zammad-attachment information from arrays"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:3
#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:66
#: app/assets/javascripts/app/views/facebook/index.jst.eco:3
#: app/assets/javascripts/app/views/facebook/list.jst.eco:3
#: app/controllers/first_steps_controller.rb:31
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:19
#: app/frontend/shared/entities/ticket-article/action/plugins/facebook.ts:48
#: db/seeds/permissions.rb:173 db/seeds/settings.rb:1433
msgid "Facebook"
msgstr "Facebook"

#: app/assets/javascripts/app/views/facebook/app_config.jst.eco:9
#, fuzzy
#| msgid "Facebook"
msgid "Facebook APP ID"
msgstr "Facebook"

#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:190
msgid "Facebook Account"
msgstr ""

#: db/seeds/settings.rb:1442
msgid "Facebook App Credentials"
msgstr ""

#: app/assets/javascripts/app/views/facebook/app_config.jst.eco:17
#, fuzzy
#| msgid "App Secret"
msgid "Facebook App Secret"
msgstr "App Secret"

#: db/seeds/settings.rb:1434
#, fuzzy
#| msgid "App Secret"
msgid "Facebook Developer Site"
msgstr "App Secret"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/facebookDirectMessage.ts:7
#, fuzzy
msgid "Facebook Direct Message"
msgstr "twitter mensagem direta"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/facebookFeedComment.ts:6
#, fuzzy
#| msgid "facebook feed comment"
msgid "Facebook Feed Comment"
msgstr "Comentário do feed do Facebook"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/facebookFeedPost.ts:7
#, fuzzy
#| msgid "facebook feed post"
msgid "Facebook Feed Post"
msgstr "Post do feed do Facebook"

#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:24
msgid "Failed Tasks"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:146
#, fuzzy
#| msgid "Create new Customer"
msgid "Failed to add new checklist item."
msgstr "Criar novo cliente"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:167
#, fuzzy
#| msgid "Create new Customer"
msgid "Failed to delete checklist item."
msgstr "Criar novo cliente"

#: app/controllers/channels_google_controller.rb:102
#: app/controllers/channels_microsoft365_controller.rb:102
msgid "Failed to find backup on channel!"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleMediaError.vue:35
#, fuzzy
#| msgid "Unable to save changes."
msgid "Failed to load content."
msgstr "Incapaz de salvar mudanças"

#: app/assets/javascripts/app/controllers/_channel/google.coffee:223
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:240
msgid "Failed to roll back the migration of the channel!"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:153
msgid "Failed to save checklist order."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist/show.coffee:160
msgid "Failed to save the order of the checklist items. Please try again."
msgstr ""

#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:52
#, fuzzy
#| msgid "Failed to sent Email \"%s\". Please contact an administrator."
msgid "Failed to send email to \"%s\". Please contact an administrator."
msgstr "Falha ao enviar e-mail \"% s\". Entre em contato com um administrador."

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:169
msgid "Failed to set up QR code. Please try again."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:160
#, fuzzy
#| msgid "Create new Customer"
msgid "Failed to update checklist item."
msgstr "Criar novo cliente"

#: app/frontend/shared/components/Form/fields/FieldEditor/ImageHandler/ImageFailedUploadOverlay.vue:23
msgid "Failed to upload."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/fax.ts:7
#: db/seeds/object_manager_attributes.rb:1074
msgid "Fax"
msgstr "Fax"

#: app/assets/javascripts/app/controllers/chat.coffee:101
msgid "Feature disabled!"
msgstr "Funcionalidade desabilitada!"

#: app/controllers/integration/check_mk_controller.rb:135
#: app/controllers/integration/cti_controller.rb:52
#: app/controllers/integration/placetel_controller.rb:51
#: app/controllers/integration/sipgate_controller.rb:51
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "Feature is disabled, please contact your administrator!"
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/controllers/integration/cti_controller.rb:56
#: app/controllers/integration/placetel_controller.rb:55
#: app/controllers/integration/sipgate_controller.rb:55
msgid "Feature not configured, please contact your admin!"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Feb"
msgstr "Fev"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
msgid "February"
msgstr "Fevereiro"

#: app/assets/javascripts/app/views/channel/form.jst.eco:34
msgid "Feedback"
msgstr "Feedback"

#: app/assets/javascripts/app/views/channel/form.jst.eco:34
msgid "Feedback Form"
msgstr "Formulário de Feedback"

#: db/seeds/settings.rb:2095
#, fuzzy
#| msgid ""
#| "Attribute that uniquely identifies the user. If unset, the name "
#| "identifier returned by the IDP is used."
msgid "Field that uniquely identifies the user. If unset, \"sub\" is used."
msgstr ""
"Atributo que identifica exclusivamente o utilizador. Se não for definido, o "
"identificador de nome devolvido pelo IDP será utilizado."

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:137
msgid "File '%s' is uploading"
msgstr ""

#: lib/validations/ticket_article_validator/whatsapp_message.rb:25
msgid "File format is not allowed: %s"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:858
#: app/frontend/shared/components/Form/fields/FieldFile/composable/useFileValidation.ts:26
#: lib/validations/ticket_article_validator/whatsapp_message.rb:38
msgid "File is too big. %s has to be %s or smaller."
msgstr ""

#: app/assets/javascripts/app/controllers/_settings/area_logo.coffee:39
#: app/assets/javascripts/app/controllers/getting_started/base.coffee:79
#: app/frontend/apps/desktop/components/Form/fields/FieldImageUpload/FieldImageUploadInput.vue:67
msgid "File too big, max. %s MB allowed."
msgstr ""

#: app/models/system_report/plugin/rails_root.rb:4
msgid "Filepath to Zammad directory"
msgstr ""

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:5
#: db/seeds/settings.rb:377
msgid "Filesystem"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:16
#: app/assets/javascripts/app/controllers/_channel/google.coffee:16
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:16
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:18
#: app/assets/javascripts/app/models/report_profile.js.coffee:7
#: app/assets/javascripts/app/views/sla/index.jst.eco:28
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:133
msgid "Filter"
msgstr "Filtro"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:112
#, fuzzy
#| msgid "assign tickets"
msgid "Find a ticket"
msgstr "assign tickets"

#: app/assets/javascripts/app/views/translation/form.jst.eco:5
#, fuzzy
#| msgid "Inline translation"
msgid "Find translation suggestion"
msgstr "tradução inline"

#: app/assets/javascripts/app/views/search/index.jst.eco:6
#, fuzzy
#| msgid "Find what you search. E. g. \"search phrase\""
msgid "Find what you're looking for, e.g. \"search phrase\""
msgstr "Encontre o que você procura. Por exemplo: \"frase de pesquisa\""

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:16
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:13
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:12
msgid "Fingerprint"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:259
#: app/assets/javascripts/app/views/clues/clues_content.jst.eco:17
#: app/assets/javascripts/app/views/getting_started/email_pre_configured.jst.eco:17
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmailPreConfigured.vue:79
msgid "Finish"
msgstr "Fim"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualInviteColleagues.vue:121
#, fuzzy
#| msgid "Finish"
msgid "Finish Setup"
msgstr "Fim"

#: lib/excel_sheet/ticket.rb:63
msgid "First Response At"
msgstr ""

#: lib/excel_sheet/ticket.rb:66
msgid "First Response Diff In Min"
msgstr ""

#: lib/excel_sheet/ticket.rb:64
msgid "First Response Escalation At"
msgstr ""

#: lib/excel_sheet/ticket.rb:65
msgid "First Response In Min"
msgstr ""

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:17
#: app/assets/javascripts/app/views/popover/escalation.jst.eco:5
#: app/assets/javascripts/app/views/sla/index.jst.eco:37
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:166
msgid "First Response Time"
msgstr "First Response Time"

#: app/models/report.rb:45
msgid "First Solution"
msgstr "Primeira Solução"

#: app/assets/javascripts/app/views/dashboard.jst.eco:4
msgid "First Steps"
msgstr "Primeiros Passos"

#: app/assets/javascripts/app/models/user.coffee:9
#: app/frontend/apps/desktop/composables/authentication/useSignupForm.ts:14
#: db/seeds/object_manager_attributes.rb:798
#, fuzzy
#| msgid "Firstname"
msgid "First name"
msgstr "Nome"

#: app/assets/javascripts/app/models/ticket.coffee:24
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:74
#: app/graphql/gql/types/overview_type.rb:81
msgid "First response"
msgstr "First response"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:3
msgid "Fixed Email Accounts"
msgstr "Contas de Email Fixas"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:122
msgid "Flat Design"
msgstr "Flat Design"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:418
#: app/assets/javascripts/app/controllers/_channel/google.coffee:279
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:296
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:473
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:86
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:59
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:174
msgid "Folder"
msgstr "Folder"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:70
#, fuzzy
#| msgid "Folder"
msgid "Folder:"
msgstr "Folder"

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:59
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:80
msgid "Folders"
msgstr ""

#: app/assets/javascripts/app/models/group.coffee:9
#: db/seeds/object_manager_attributes.rb:2130
msgid "Follow-up for closed ticket possible or not."
msgstr ""

#: app/assets/javascripts/app/models/group.coffee:9
#: db/seeds/object_manager_attributes.rb:2120
msgid "Follow-up possible"
msgstr "Acompanhamento possível"

#: app/assets/javascripts/app/lib/app_post/iconset_picker.coffee:5
msgid "Font Awesome"
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:113
msgid "Font size"
msgstr "Font size"

#: app/assets/javascripts/app/controllers/knowledge_base/public_menu_manager.coffee:34
#, fuzzy
#| msgid "Footer Note"
msgid "Footer Menu"
msgstr "Nota de rodapé"

#: app/assets/javascripts/app/models/knowledge_base.coffee:171
msgid "Footer Note"
msgstr "Nota de rodapé"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStart.vue:78
msgid "For additional support, consult our migration guide."
msgstr ""

#: app/assets/javascripts/app/views/dashboard.jst.eco:13
#, fuzzy
#| msgid "E. g. recent changed tickets, users or organizations."
msgid "For example, recently changed tickets, users, or organizations."
msgstr "Por exemplo. bilhetes, usuários ou organizações recentes."

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:10
msgid "For more details, please check out our online documentation %l."
msgstr ""

#: app/assets/javascripts/app/views/profile/token_access_created.jst.eco:1
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:143
#, fuzzy
#| msgid ""
#| "For security reasons, the API token is shown only once. You'll need to "
#| "copy it somewhere safe before continuing."
msgid ""
"For security reasons, the API token is shown only once. You'll need to save "
"it somewhere secure before continuing."
msgstr ""
"Por motivos de segurança, o token da API é mostrado apenas uma vez. Você "
"precisará copiá-lo em algum lugar seguro antes de continuar."

#: app/frontend/apps/desktop/components/layout/LayoutTaskbarTabContent.vue:65
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:44
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:31
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:45
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:38
#: app/frontend/apps/desktop/pages/ticket/views/TicketCreate.vue:24
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:459
#: app/frontend/shared/errors/useErrorHandler.ts:29
#: app/frontend/shared/router/guards/before/permission.ts:37
msgid "Forbidden"
msgstr ""

#: app/assets/javascripts/app/models/public_link.coffee:9
msgid "Forgot Password Screen"
msgstr "Ecrã \"Esqueceu a Password\""

#: app/assets/javascripts/app/views/login.jst.eco:53
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:129
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:83
msgid "Forgot password?"
msgstr "Forgot password?"

#: app/assets/javascripts/app/views/password/reset.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:89
msgid "Forgot your password?"
msgstr "Forgot your password?"

#: app/assets/javascripts/app/controllers/_channel/form.coffee:4
#: app/assets/javascripts/app/views/channel/form.jst.eco:7
#: db/seeds/permissions.rb:125
msgid "Form"
msgstr "Formulário"

#: app/graphql/gql/queries/form_updater.rb:30
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "FormSchema could not be found."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/models/object_manager_attribute.coffee:10
msgid "Format"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:582
msgid "Format as //strikethrough//"
msgstr "Formatar como // tachado //"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:564
msgid "Format as _underlined_"
msgstr "Formato como _underlined_"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:98
#, fuzzy
#| msgid "Format as |bold|"
msgid "Format as bold"
msgstr "Formatar como | negrito |"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:631
msgid "Format as h1 heading"
msgstr "Formatar como título h1"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:637
msgid "Format as h2 heading"
msgstr "Formatar como título h2"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:643
msgid "Format as h3 heading"
msgstr "Formato como título h3"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:106
#, fuzzy
#| msgid "Format as ||italic||"
msgid "Format as italic"
msgstr "Formatar como || italic ||"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:625
msgid "Format as ordered list"
msgstr "Formatar como lista ordenada"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:122
#, fuzzy
#| msgid "Format as //strikethrough//"
msgid "Format as strikethrough"
msgstr "Formatar como // tachado //"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:114
#, fuzzy
#| msgid "Format as _underlined_"
msgid "Format as underlined"
msgstr "Formato como _underlined_"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:619
msgid "Format as unordered list"
msgstr "Formatar como lista não ordenada"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:570
msgid "Format as |bold|"
msgstr "Formatar como | negrito |"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:576
msgid "Format as ||italic||"
msgstr "Formatar como || italic ||"

#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:96
msgid "Forward"
msgstr ""

#: app/assets/javascripts/app/views/widget/ticket_stats_frequency.jst.eco:1
msgid "Frequency"
msgstr "Frequency"

#: app/assets/javascripts/app/controllers/import_freshdesk.coffee:189
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/freshdesk.ts:11
msgid "Freshdesk"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Fri"
msgstr "Sexta"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:11
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:19
#: app/assets/javascripts/app/views/calendar/index.jst.eco:56
msgid "Friday"
msgstr "Sexta"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:10
#: app/assets/javascripts/app/models/ticket_article.coffee:7
#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:13
#: app/assets/javascripts/app/views/generic/business_hours.jst.eco:21
#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:11
#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:18
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:16
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:68
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:91
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:35
msgid "From"
msgstr "De"

#: app/assets/javascripts/app/controllers/_manage/system.coffee:16
msgid "Frontend"
msgstr "A parte dianteira"

#: app/assets/javascripts/app/models/group.coffee:48
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:56
#, fuzzy
#| msgid "Full Name"
msgid "Full"
msgstr "Full Name"

#: app/assets/javascripts/app/views/getting_started/email.jst.eco:11
msgid "Full Name"
msgstr "Full Name"

#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailAccountForm.ts:24
#, fuzzy
#| msgid "Full Name"
msgid "Full name"
msgstr "Full Name"

#: db/seeds/settings.rb:286
msgid "Fully Qualified Domain Name"
msgstr "Nome de domínio totalmente qualificado"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:686
msgid "GET"
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:50
msgid "GID"
msgstr ""

#: app/models/channel/driver/sms/massenversand.rb:43
msgid "Gateway"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom.coffee:128
#: app/assets/javascripts/app/lib/app_post/ajax.coffee:91
msgid "General communication error, maybe internet is not available!"
msgstr ""

#: app/assets/javascripts/app/controllers/api.coffee:180
msgid "Generate Access Token for |%s|"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:275
#, fuzzy
#| msgid "Delete records"
msgid "Generate Recovery Codes"
msgstr "Apagar registos"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue:34
#, fuzzy
#| msgid "Delete records"
msgid "Generate Recovery Codes: %s"
msgstr "Apagar registos"

#: app/assets/javascripts/app/controllers/api.coffee:167
msgid "Generate Token"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/password.coffee:240
#: app/assets/javascripts/app/views/profile/password.jst.eco:113
#, fuzzy
#| msgid "Delete records"
msgid "Generate recovery codes"
msgstr "Apagar registos"

#: db/seeds/schedulers.rb:142
msgid "Generate user-based stats."
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:121
#, fuzzy
#| msgid "Delete records"
msgid "Generating recovery codes…"
msgstr "Apagar registos"

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:264
#, fuzzy
#| msgid "Generic API to integrate VoIP service provider with realtime push."
msgid "Generic API to integrate VoIP service provider with real-time push."
msgstr "Generic API to integrate VoIP service provider with realtime push.\t"

#: db/seeds/settings.rb:476
msgid "Geo Calendar Service"
msgstr "Serviço Geo Calendário"

#: db/seeds/settings.rb:422
msgid "Geo IP Service"
msgstr "Geo IP Service"

#: db/seeds/settings.rb:449
msgid "Geo Location Service"
msgstr "Geo Location Service"

#: app/assets/javascripts/app/controllers/getting_started.coffee:10
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:18
msgid "Get Started"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:198
#, fuzzy
#| msgid "Account not verified"
msgid "Get notified"
msgstr "Conta não verificada"

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/authenticator_app.coffee:6
#: app/frontend/shared/entities/two-factor/plugins/authenticator-app.ts:11
#: db/seeds/settings.rb:5809
msgid "Get the security code from the authenticator app on your device."
msgstr ""

#: app/assets/javascripts/app/views/api.jst.eco:70
msgid "Getting an Access Token"
msgstr "Obtendo um token de acesso"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/security_keys/register.jst.eco:2
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:376
msgid "Getting key information from the browser…"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/github.coffee:3
#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:81
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/useTicketExternalIssueTracker.ts:51
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/github.ts:11
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:40
#: db/seeds/settings.rb:1626
msgid "GitHub"
msgstr ""

#: db/seeds/settings.rb:1634
#, fuzzy
#| msgid "Twitter App Credentials"
msgid "GitHub App Credentials"
msgstr "Twitter Credenciais"

#: db/seeds/settings.rb:1627
#, fuzzy
#| msgid "Applications"
msgid "GitHub OAuth Applications"
msgstr "Applications"

#: db/seeds/settings.rb:5029
msgid "GitHub config"
msgstr ""

#: db/seeds/settings.rb:5002
msgid "GitHub integration"
msgstr ""

#: lib/github/http_client.rb:34
msgid "GitHub request failed. Please have a look at the log file for details."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/TicketSidebarGitHub/TicketSidebarGitHub.vue:44
#, fuzzy
#| msgid "Link issue"
msgid "GitHub: Link issue"
msgstr "Problema de link"

#: app/assets/javascripts/app/controllers/_integration/gitlab.coffee:3
#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:86
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/useTicketExternalIssueTracker.ts:52
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/gitlab.ts:11
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:47
#: db/seeds/settings.rb:1690
msgid "GitLab"
msgstr ""

#: db/seeds/settings.rb:1698
msgid "GitLab App Credentials"
msgstr ""

#: db/seeds/settings.rb:1691
#, fuzzy
#| msgid "Applications"
msgid "GitLab Applications"
msgstr "Applications"

#: db/seeds/settings.rb:4987
msgid "GitLab config"
msgstr ""

#: db/seeds/settings.rb:4960
msgid "GitLab integration"
msgstr ""

#: lib/gitlab/http_client.rb:47
msgid "GitLab request failed. Please have a look at the log file for details."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/TicketSidebarGitLab/TicketSidebarGitLab.vue:44
#, fuzzy
#| msgid "Link issue"
msgid "GitLab: Link issue"
msgstr "Problema de link"

#: app/controllers/selectors_controller.rb:43
msgid "Given object does not support selector"
msgstr ""

#: app/models/setting/validation/time_zone.rb:10
msgid "Given time zone is not valid."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/method.coffee:21
#: app/assets/javascripts/app/views/agent_ticket_view/bulk.jst.eco:11
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:96
#: app/assets/javascripts/app/views/generic/searchable_select_submenu.jst.eco:3
#: app/assets/javascripts/app/views/getting_started/admin.jst.eco:8
#: app/assets/javascripts/app/views/getting_started/channel.jst.eco:20
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:25
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:16
#: app/assets/javascripts/app/views/getting_started/email_pre_configured.jst.eco:16
#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:27
#: app/assets/javascripts/app/views/import/index.jst.eco:18
#: app/assets/javascripts/app/views/import/kayako.jst.eco:27
#: app/assets/javascripts/app/views/import/otrs.jst.eco:16
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:24
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:98
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:105
#: app/assets/javascripts/app/views/signup/verify.jst.eco:10
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue:52
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupActionFooter.vue:88
msgid "Go Back"
msgstr "Go Back"

#: app/frontend/apps/mobile/components/CommonBackButton/CommonBackButton.vue:41
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:93
msgid "Go back"
msgstr ""

#: app/frontend/apps/mobile/components/CommonBackButton/CommonBackButton.vue:41
msgid "Go home"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStatus.vue:259
#, fuzzy
#| msgid "Login"
msgid "Go to Login"
msgstr "Autenticação"

#: lib/secure_mailing/pgp/incoming.rb:55
#, fuzzy
#| msgid "Signature"
msgid "Good signature"
msgstr "Assinatura"

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:26
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:23
msgid "Goodbye message"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:96
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:61
#: db/seeds/permissions.rb:149 db/seeds/settings.rb:1498
msgid "Google"
msgstr ""

#: db/seeds/settings.rb:1499
#, fuzzy
#| msgid "Client Secret"
msgid "Google API Console Site"
msgstr "Segredo do Cliente"

#: db/seeds/settings.rb:1506
msgid "Google App Credentials"
msgstr "Credenciais Google App"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:8
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:118
#, fuzzy
#| msgid "Authentication"
msgid "Google Authenticator"
msgstr "Authentication"

#: app/assets/javascripts/app/views/google/app_config.jst.eco:9
msgid "Google Client ID"
msgstr ""

#: app/assets/javascripts/app/views/google/app_config.jst.eco:17
#, fuzzy
#| msgid "Client Secret"
msgid "Google Client Secret"
msgstr "Segredo do Cliente"

#: app/assets/javascripts/app/controllers/_channel/google.coffee:3
#: app/assets/javascripts/app/views/google/index.jst.eco:3
#: app/assets/javascripts/app/views/google/list.jst.eco:3
#, fuzzy
#| msgid "Send Email"
msgid "Google Email"
msgstr "Send Email"

#: app/assets/javascripts/app/views/clues/clues_content.jst.eco:17
msgid "Got it!"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/highlighter.coffee:16
msgid "Green"
msgstr "Green"

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:36
msgid "Greeting"
msgstr "Saudações"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:30
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:20
#: app/assets/javascripts/app/controllers/group.coffee:3
#: app/assets/javascripts/app/models/ticket.coffee:10
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:26
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:54
#: app/assets/javascripts/app/views/generic/user_permission_group.jst.eco:3
#: app/assets/javascripts/app/views/integration/pgp_group.jst.eco:4
#: app/assets/javascripts/app/views/integration/smime_group.jst.eco:4
#: app/assets/javascripts/app/views/popover/ticket.jst.eco:38
#: app/assets/javascripts/app/views/profile/notification.jst.eco:29
#: app/assets/javascripts/app/views/telegram/index.jst.eco:31
#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:11
#: app/assets/javascripts/app/views/twitter/list.jst.eco:38
#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:56
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:40
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSimpleTable/TicketSimpleTable.vue:40
#: app/graphql/gql/types/overview_type.rb:67
#: app/views/mailer/ticket_create/fr.html.erb:8
#: app/views/mailer/ticket_create/zh-cn.html.erb:8
#: app/views/mailer/ticket_create/zh-tw.html.erb:8
#: app/views/messaging/ticket_create/pt-br.md.erb:3
#: app/views/messaging/ticket_create/zh-tw.md.erb:3
#: app/views/messaging/ticket_info/pt-br.md.erb:3
#: app/views/messaging/ticket_info/zh-tw.md.erb:3
#: db/seeds/object_manager_attributes.rb:162 db/seeds/settings.rb:2983
#: lib/excel_sheet/ticket.rb:27
msgid "Group"
msgstr "Grupo"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:306
msgid "Group (change)"
msgstr "Grupo (alterar)"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:297
msgid "Group (create)"
msgstr "Grupo (criar)"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:324
msgid "Group (full)"
msgstr "Grupo (Completo)"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:315
msgid "Group (overview)"
msgstr "Grupo (Panorama)"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:288
msgid "Group (read)"
msgstr "Grupo (Ler)"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:53
msgid "Group Filter"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:535
msgid ""
"Group information could not be retrieved, please check your bind user "
"permissions."
msgstr ""

#: app/models/channel/driver/sms/base.rb:39
msgid "Group is invalid!"
msgstr ""

#: app/models/channel/driver/sms/base.rb:36
msgid "Group needed in channel definition!"
msgstr ""

#: app/assets/javascripts/app/models/role.coffee:8
#: app/assets/javascripts/app/models/user.coffee:13
#: db/seeds/object_manager_attributes.rb:1622
#, fuzzy
#| msgid "Permissions"
msgid "Group permissions"
msgstr "Permissão"

#: app/assets/javascripts/app/views/channel/form.jst.eco:18
#: db/seeds/settings.rb:2983
msgid "Group selection for Ticket creation"
msgstr "Seleção de grupo para criação de ingressos"

#: db/seeds/settings.rb:3071
#, fuzzy
#| msgid "Group selection for Ticket creation"
msgid "Group selection for ticket creation"
msgstr "Seleção de grupo para criação de ingressos"

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:60
#: app/assets/javascripts/app/models/overview.coffee:42
#, fuzzy
#| msgid "Group by"
msgid "Grouping by"
msgstr "Group by"

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:70
#: app/assets/javascripts/app/models/overview.coffee:57
#, fuzzy
#| msgid "Change order"
msgid "Grouping order"
msgstr "Alterar pedido"

#: app/assets/javascripts/app/controllers/group.coffee:3
#: app/assets/javascripts/app/models/macro.coffee:14
#: app/assets/javascripts/app/models/text_module.coffee:28
#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:67
#: app/assets/javascripts/app/views/import/kayako.jst.eco:71
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:69
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/freshdesk.ts:15
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/kayako.ts:15
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/zendesk.ts:15
#: db/seeds/permissions.rb:17
msgid "Groups"
msgstr "Grupos"

#: app/assets/javascripts/app/controllers/group.coffee:24
#, fuzzy
#| msgid "Group (read)"
msgid "Groups are …"
msgstr "Grupo (Ler)"

#: app/assets/javascripts/app/models/webhook.coffee:8
msgid "HMAC SHA1 Signature Token"
msgstr ""

#: db/seeds/settings.rb:5420
msgid "HTML Email CSS Font"
msgstr ""

#: db/seeds/settings.rb:5432
msgid "HTML Sanitizer Processing Timeout"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:736
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Authentication"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:770
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Authentication token"
msgstr "Authentication"

#: app/assets/javascripts/app/models/webhook.coffee:11
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Basic Authentication Password"
msgstr "Authentication"

#: app/assets/javascripts/app/models/webhook.coffee:10
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Basic Authentication Username"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:759
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Basic Authentication password"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:748
#, fuzzy
#| msgid "Authentication"
msgid "HTTP Basic Authentication username"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/widget/http_log.coffee:45
msgid "HTTP Log"
msgstr ""

#: db/seeds/settings.rb:336
msgid "HTTP type"
msgstr "tipo HTTP"

#: db/seeds/schedulers.rb:205
msgid "Handle data privacy tasks."
msgstr ""

#: app/models/system_report/plugin/hardware.rb:4
msgid "Hardware (e.g. CPU cores, memory, disk space)"
msgstr ""

#: app/assets/javascripts/app/models/job.coffee:18
msgid "Has processed"
msgstr "Has processed"

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelectItem.vue:169
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdownItem.vue:129
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDialog.vue:338
#, fuzzy
#| msgid "%s subdomain"
msgid "Has submenu"
msgstr "%s subdomínio"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketViewersDialog.vue:51
msgid "Has ticket open in tabs, but is not actively looking at the ticket."
msgstr ""

#: app/frontend/apps/desktop/components/CommonUpdateIndicator/CommonUpdateIndicator.vue:8
#, fuzzy
#| msgid "Latest updates"
msgid "Has update"
msgstr "Últimas atualizações"

#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:12
msgid "Hash"
msgstr ""

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:29
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:26
msgid "Have a nice day."
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_login/help_text.jst.eco:3
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:255
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:144
#, fuzzy
#| msgid "in process"
msgid "Having problems?"
msgstr "em processo"

#: app/assets/javascripts/app/views/widget/payload_example.jst.eco:8
msgid "Header"
msgstr ""

#: app/assets/javascripts/app/models/knowledge_base.coffee:190
msgid "Header Color"
msgstr "Cor do Cabeçalho"

#: app/assets/javascripts/app/models/knowledge_base.coffee:201
msgid "Header Link Color"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/public_menu_manager.coffee:28
#, fuzzy
#| msgid "Header Color"
msgid "Header Menu"
msgstr "Cor do Cabeçalho"

#: app/assets/javascripts/app/views/monitoring.jst.eco:18
msgid "Health Check"
msgstr "Health Check"

#: app/assets/javascripts/app/views/monitoring.jst.eco:20
#, fuzzy
#| msgid "Health information can be retrieved as JSON using"
msgid "Health information can be retrieved as JSON using:"
msgstr "As informações de saúde podem ser recuperadas como JSON usando"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:69
msgid "Hello! I need help with your product."
msgstr "Olá! Preciso de ajuda com seu produto."

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:44
msgid "Hello, my name is %s, what can I do for you?"
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:50
#: app/jobs/scheduled_whatsapp_reminder_job.rb:6
msgid ""
"Hello, the customer service window for this conversation is about to expire, "
"please reply to keep it open."
msgstr ""

#: app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelp.vue:22
#: app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelpDialog.vue:20
msgid "Help"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/translation_support.coffee:39
msgid "Help to improve Zammad!"
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/public_menu_manager.jst.eco:6
msgid ""
"Here you can add further links to your public FAQ page, which will be "
"displayed either in the header or footer."
msgstr ""
"Aqui você pode adicionar mais links para sua página pública de perguntas "
"frequentes, que serão exibidos no cabeçalho ou rodapé."

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:20
msgid ""
"Here you can create new tickets, customers and organizations (depending on "
"your configured permissions)."
msgstr ""

#: app/assets/javascripts/app/controllers/customer_ticket_create/sidebar_customer_default.coffee:29
msgid "Here you can create one."
msgstr "Aqui você poderá criar um ticket."

#: app/assets/javascripts/app/views/translation/description.jst.eco:1
msgid ""
"Here you can override any translation string for a more customized look and "
"feel. Both recognized system and custom strings are supported, simply add a "
"new translation in order to identify the source string and provide its new "
"translation for the target language."
msgstr ""

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:14
#, fuzzy
#| msgid ""
#| "Here you can search for tickets, customers and organizations. Use the "
#| "wildcard §*§ to find everything. E. g. §smi*§ or §rosent*l§. You also can "
#| "use ||double quotes|| for searching phrases §\"some phrase\"§."
msgid ""
"Here you can search for tickets, customers, and organizations. Use the "
"asterisk §*§ to find anything, e.g. §smi*§ or §rosent*l§. You also can use ||"
"quotation marks|| for searching phrases: §\"some phrase\"§."
msgstr ""
"Aqui você pode procurar ingressos, clientes e organizações. Use o curinga § "
"* § para encontrar tudo. Por exemplo. §smi * § ou §rosent * l§. Você também "
"pode usar || citações duplas || para pesquisar frases § \"alguma frase\" §."

#: app/assets/javascripts/app/views/profile/password.jst.eco:23
msgid ""
"Here you can set up and manage two-factor authentication methods for your "
"Zammad account."
msgstr ""

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:29
#, fuzzy
#| msgid ""
#| "Here you can sign out, change the frontend language and see your last "
#| "viewed items."
msgid ""
"Here you can sign out, change the frontend language, and see your last "
"viewed items."
msgstr ""
"Aqui você pode sair, alterar a linguagem da frente e ver seus últimos itens "
"vistos."

#: app/assets/javascripts/app/views/object_manager/attribute.jst.eco:4
msgid "Here you define which authorization has access to the attribute."
msgstr "Aqui você define que autorização tem acesso ao atributo"

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:39
#, fuzzy
#| msgid ""
#| "Here you find your ticket overviews for open, assigned and escalated "
#| "tickets."
msgid ""
"Here you find your ticket overviews for open, assigned, and escalated "
"tickets."
msgstr ""
"Aqui você encontra suas visões gerais de tickets para bilhetes abertos, "
"designados e escalados."

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:6
msgid "Here you see a quick overview of your and other agents' performance."
msgstr ""
"Aqui você vê uma rápida visão geral do desempenho de seus outros e de outros "
"agentes."

#: app/assets/javascripts/app/views/dashboard.jst.eco:12
msgid "Here you will find the latest activities of your system."
msgstr "Aqui você encontrará as últimas atividades do seu sistema."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:72
msgid "Hi! Which one of our products?"
msgstr "Oi! Qual dos nossos produtos?"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:24
#, fuzzy
#| msgid "Authentication"
msgid "Hide authenticator app secret"
msgstr "Authentication"

#: app/assets/javascripts/app/models/ticket_priority.coffee:7
#, fuzzy
#| msgid "Priority"
msgid "High priority"
msgstr "Prioridade"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/HighlightMenu.vue:70
msgid "Highlight"
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:7
msgid "Highlight color"
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:8
msgid "Highlight icon"
msgstr ""

#: db/seeds/settings.rb:5584
msgid "Highlights if the note a user is writing is public or private"
msgstr ""

#: db/seeds/settings.rb:5581
msgid "Hint for adding an article to an existing ticket."
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:8
#: app/assets/javascripts/app/controllers/organization_profile/action_row.coffee:28
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_ticket.coffee:114
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:60
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:62
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:130
msgid "History"
msgstr "Histórico"

#: app/assets/javascripts/app/models/calendar.coffee:10
#: app/assets/javascripts/app/views/calendar/index.jst.eco:67
msgid "Holidays"
msgstr "Holidays"

#: app/assets/javascripts/app/models/calendar.coffee:10
msgid "Holidays iCalendar Feed"
msgstr "iCalendar de Feriados"

#: app/frontend/apps/mobile/components/CommonBackButton/CommonBackButton.vue:47
#: app/frontend/apps/mobile/pages/home/routes.ts:8
#: app/frontend/apps/mobile/pages/home/views/Home.vue:61
msgid "Home"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:412
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:325
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:80
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:69
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:73
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:29
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:109
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:67
msgid "Host"
msgstr "Anfitrião"

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:33
msgid "Host Notification"
msgstr ""

#: app/controllers/import_otrs_controller.rb:93
msgid "Host found, but it seems to be no OTRS installation!"
msgstr ""

#: app/controllers/import_otrs_controller.rb:88
msgid "Host found, but no OTRS migrator is installed!"
msgstr ""

#: app/assets/javascripts/app/views/generic/timer.jst.eco:14
msgid "Hour"
msgstr "Hora"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:6
msgid "Hour(s)"
msgstr "Hour(s)"

#: app/assets/javascripts/app/views/generic/timeplan.jst.eco:5
msgid "Hours"
msgstr "Horas"

#: app/views/layouts/knowledge_base.html.erb:41
msgid "How can we help you? Search for an answer or a topic…"
msgstr "Como posso ajudar ? Procure por uma resposta ou tópico"

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:28
msgid "How can we help?"
msgstr ""

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_waiting_time.coffee:10
#, fuzzy
#| msgid ""
#| "How long has each customer had to wait, on average, to get a response "
#| "from you today?"
msgid ""
"How long did each customer have to wait, on average, to get a response from "
"you today?"
msgstr ""
"Quanto tempo cada cliente tem que esperar, em média, para ter uma resposta "
"de você hoje ?"

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_escalation.coffee:9
msgid ""
"How many escalated tickets do you have open? (Mr. Bubbles gets grumpy if you "
"have too many…)"
msgstr ""
"Quantos tickets escalados você tem aberto? (Mr. Bubbles fica mal-humorado se "
"você tem muitos ...)"

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_channel_distribution.coffee:27
msgid ""
"How many of your tickets are coming from email, phone, Twitter, or Facebook? "
"(Shows percentages for both inbound and outbound tickets.)"
msgstr ""
"Quantos de seus ingressos vêm de e-mail, telefone, Twitter ou Facebook? "
"(Mostra as porcentagens dos ingressos de entrada e saída)."

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_reopen.coffee:9
msgid ""
"How many of your tickets have been re-opened after being marked “closed”?"
msgstr ""
"Quantos dos seus bilhetes foram reabertos depois de serem marcados como "
"\"fechados\"?"

#: app/controllers/first_steps_controller.rb:78
msgid "How to use it"
msgstr "How to use it"

#: app/assets/javascripts/app/views/integration/idoit_object_result.jst.eco:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:217
msgid "ID"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_idoit.jst.eco:4
msgid "ID:"
msgstr ""

#: db/seeds/settings.rb:1916
msgid "IDP SSO target URL"
msgstr ""

#: db/seeds/settings.rb:1924
msgid "IDP Single Logout target URL"
msgstr ""

#: db/seeds/settings.rb:1932
msgid "IDP certificate"
msgstr ""

#: db/seeds/settings.rb:1940
msgid "IDP certificate fingerprint"
msgstr ""

#: lib/email_helper.rb:11
msgid "IMAP"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/icinga.coffee:3
msgid "Icinga"
msgstr "Icinga"

#: db/seeds/settings.rb:4433
msgid "Icinga integration"
msgstr ""

#: app/assets/javascripts/app/models/knowledge_base_category.coffee:63
msgid "Icon"
msgstr "Ícone"

#: app/assets/javascripts/app/models/knowledge_base.coffee:179
msgid "Icon & Link Color"
msgstr "ícone e Cor do Link"

#: app/assets/javascripts/app/models/knowledge_base.coffee:268
msgid "Icon Set"
msgstr "Setar ícone"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:34
msgid "Icon URL"
msgstr "Ícone do URL"

#: db/seeds/settings.rb:2074
#, fuzzy
#| msgid "Account not verified"
msgid "Identifier"
msgstr "Conta não verificada"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:36
#, fuzzy
#| msgid "Identifier of the chat-topic."
msgid "Identifier of the chat topic."
msgstr "Identificador do tópico do bate-papo."

#: db/seeds/settings.rb:3593
msgid "Idle timeout in seconds until agent is set offline automatically."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout/IdoitObjectList.vue:32
#, fuzzy
#| msgid "Used in object views"
msgid "Idoit objects"
msgstr "Usado em vistas de objeto"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:6
msgid ""
"If a user is found in two (or more) configured LDAP sources, the last "
"synchronisation will win."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:54
msgid ""
"If left empty, the host gets auto-detected - in this case %s. The auto-"
"detection reads out the host from the <script> tag. If you don't include it "
"via a <script> tag you need to specify the host."
msgstr ""
"e deixado vazio, o host é detectado automaticamente - neste caso,% s. A auto-"
"detecção lê o host da tag <script>. Se você não o incluir através de uma tag "
"<script>, você precisa especificar o host."

#: app/assets/javascripts/app/controllers/_integration/check_mk.coffee:7
#: app/assets/javascripts/app/controllers/_integration/icinga.coffee:7
#: app/assets/javascripts/app/controllers/_integration/monit.coffee:7
#: app/assets/javascripts/app/controllers/_integration/nagios.coffee:7
#, fuzzy
#| msgid ""
#| "If the host and service is recovered again, the ticket will be closed "
#| "automatically."
msgid ""
"If the host and service have recovered, the ticket can be closed "
"automatically."
msgstr ""
"Se o host e o serviço forem novamente recuperados, o ticket será fechado "
"automaticamente."

#: db/seeds/settings.rb:3383
#, fuzzy
#| msgid ""
#| "If the sender is an agent, set the first user in the recipient list as a "
#| "customer."
msgid ""
"If the sender is an agent, set the first user in the recipient list as the "
"customer."
msgstr ""
"Se o remetente for um agente, configure o primeiro usuário na lista de "
"destinatários como cliente."

#: db/seeds/settings.rb:3459
msgid "If this regex matches, no notification will be sent by the sender."
msgstr ""
"Se esse expressão regular não for encontrada, não será enviada nenhuma "
"notificação"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:178
#, fuzzy
#| msgid ""
#| "Zammad Chat requires jQuery. If you don't already use it on your website "
#| "include it like this:"
msgid ""
"If you don't already use jQuery on your website, you can add it like this:"
msgstr ""
"Zammad Chat requer jQuery. Se você ainda não usa em seu site, inclua assim:"

#: app/assets/javascripts/app/views/admin_password_auth/request_sent.jst.eco:5
#: app/assets/javascripts/app/views/password/reset_sent.jst.eco:5
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:113
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:107
msgid ""
"If you don't receive instructions within a minute or two, check your email's "
"spam and junk filters, or try resending your request."
msgstr ""
"Se você não receber as instruções em alguns minutos, veja se seus filtros de "
"SPAM não reteram a mensagem"

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:48
#: app/assets/javascripts/app/views/signup/verify.jst.eco:6
msgid ""
"If you don't see the email, check other places it might be, like your junk, "
"spam, social, or other folders."
msgstr ""
"Se você não vir o e-mail, verifique outros locais em que ele possa estar, "
"como lixo eletrônico, spam, redes sociais ou outras pastas."

#: app/assets/javascripts/app/views/login.jst.eco:105
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:280
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:161
msgid ""
"If you have problems with the third-party login you can request a one-time "
"password login as an admin."
msgstr ""

#: app/assets/javascripts/app/views/profile/password.jst.eco:106
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:261
msgid ""
"If you lose your recovery codes it's possible to generate new ones. This "
"action is going to invalidate previous recovery codes."
msgstr ""

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:12
#, fuzzy
#| msgid ""
#| "If you want to move already stored attachments from one backend to "
#| "another, you need to execute the following via console."
msgid ""
"If you want to move already stored attachments from one backend to another, "
"you need to execute the following rails/rake task."
msgstr ""
"Se você deseja mover um anexo salvo em um armazenamnto para outro, você "
"precisa fazer isso via console"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:162
#, fuzzy
#| msgid ""
#| "If you want to open the chat by the press of a button set the option "
#| "§show§ to §false§ and add the class §open-zammad-chat§ to the button."
msgid ""
"If you want to open the chat by clicking a button, set the option §show§ to "
"§false§ and add the class §open-zammad-chat§ to the button."
msgstr ""
"Se você quer abrir o chat com o apertar de um botão, set a opção §show§ para "
"§false§ e adicione a classe §open-zammad-chat§ ao botão."

#: app/assets/javascripts/app/views/getting_started/email_pre_configured.jst.eco:13
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmailPreConfigured.vue:73
msgid ""
"If you want to use additional email addresses, you can configure them later."
msgstr ""

#: app/assets/javascripts/app/models/ticket_state.coffee:9
#, fuzzy
#| msgid "escalation"
msgid "Ignore Escalation"
msgstr "escalação"

#: db/seeds/settings.rb:3744
msgid "Ignore Escalation/SLA Information"
msgstr "Ignorar Informação de Escalonamento/SLA"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_set.coffee:48
msgid "Ignore Message"
msgstr ""

#: db/seeds/settings.rb:3747
msgid "Ignore escalation/SLA information for import."
msgstr ""

#: db/seeds/settings.rb:2827
msgid "Ignore system_id"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/insert_image_button.coffee:4
msgid "Image"
msgstr ""

#: db/seeds/settings.rb:395
msgid "Image Service"
msgstr "Image Service"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:61
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:36
#: lib/validations/ticket_article_validator/whatsapp_message.rb:9
#, fuzzy
#| msgid "Image Service"
msgid "Image file"
msgstr "Image Service"

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/popup_image.coffee:18
#: app/assets/javascripts/app/lib/app_post/image_service.coffee:95
#: app/assets/javascripts/app/lib/base/jquery.contenteditable.js:360
msgid "Image file size is too large, please try inserting a smaller file."
msgstr ""

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:107
#, fuzzy
#| msgid "Manage %s"
msgid "Image of %s"
msgstr "Manage %s"

#: app/frontend/apps/desktop/components/Form/fields/FieldImageUpload/FieldImageUploadInput.vue:117
#, fuzzy
#| msgid "Image Service"
msgid "Image preview"
msgstr "Image Service"

#: app/assets/javascripts/app/controllers/import.coffee:4
#: app/assets/javascripts/app/controllers/import_freshdesk.coffee:25
#: app/assets/javascripts/app/controllers/import_otrs.coffee:20
#: app/assets/javascripts/app/controllers/import_zendesk.coffee:26
#: app/assets/javascripts/app/controllers/organization.coffee:29
#: app/assets/javascripts/app/controllers/text_module.coffee:33
#: app/assets/javascripts/app/controllers/user.coffee:53
#: app/assets/javascripts/app/controllers/widget/import.coffee:4
#: app/assets/javascripts/app/controllers/widget/import_result.coffee:6
#: app/assets/javascripts/app/controllers/widget/import_try_result.coffee:6
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:179
msgid "Import"
msgstr "Importar"

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:88
msgid "Import %s"
msgstr ""

#: app/controllers/import_otrs_controller.rb:59
msgid "Import API key could not be extracted from URL."
msgstr ""

#: db/seeds/settings.rb:3916
msgid "Import API key for requesting the Freshdesk API"
msgstr ""

#: db/seeds/settings.rb:3860
msgid "Import API key for requesting the Zendesk API"
msgstr ""

#: db/seeds/settings.rb:3735
msgid "Import Backend"
msgstr ""

#: db/seeds/settings.rb:3990
msgid "Import Backends"
msgstr ""

#: db/seeds/settings.rb:3767
msgid "Import Endpoint"
msgstr "Ponto de Extremidade de Importação"

#: db/seeds/settings.rb:3785
msgid "Import Key"
msgstr "Import Key"

#: db/seeds/settings.rb:3713
msgid "Import Mode"
msgstr "Import Mode"

#: db/seeds/settings.rb:3823
msgid "Import Password for HTTP basic authentication"
msgstr ""

#: db/seeds/settings.rb:3971
msgid "Import Password for requesting the Kayako API"
msgstr ""

#: db/seeds/settings.rb:3804
msgid "Import User for HTTP basic authentication"
msgstr ""

#: db/seeds/settings.rb:3953
msgid "Import User for requesting the Kayako API"
msgstr ""

#: db/seeds/settings.rb:3879
msgid "Import User for requesting the Zendesk API"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStatus.vue:216
#, fuzzy
#| msgid "The import was successful."
msgid "Import finished successfully!"
msgstr "A improtação foi bem sucedida."

#: app/assets/javascripts/app/views/import/index.jst.eco:5
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSelection.vue:16
msgid "Import from"
msgstr "Import from"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSource.vue:25
#, fuzzy
#| msgid "Import from"
msgid "Import from %s"
msgstr "Import from"

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:194
#, fuzzy
#| msgid "Import from"
msgid "Import from Source"
msgstr "Import from"

#: app/assets/javascripts/app/models/ticket_priority.coffee:8
#, fuzzy
#| msgid "Import"
msgid "Important"
msgstr "Importar"

#: app/assets/javascripts/app/controllers/widget/import_result.coffee:13
msgid "Imported"
msgstr ""

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:22
#, fuzzy
#| msgid ""
#| "In order for Zammad to access %s, the %s API token must be stored here"
msgid "In order for Zammad to access %s, the %s API token must be stored here:"
msgstr "Para que Zammad acesse% s, o token de API% s deve ser armazenado aqui"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:7
msgid ""
"In order to be able to influence the desired behavior in this regard, you "
"can influence the order of the LDAP sources via drag & drop."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:75
#, fuzzy
#| msgid "inactive"
msgid "Inactive"
msgstr "inactive"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:60
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:13
#: app/assets/javascripts/app/views/google/list.jst.eco:44
#: app/assets/javascripts/app/views/integration/cti.jst.eco:23
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:39
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:16
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:45
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:45
msgid "Inbound"
msgstr "Inbound"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:131
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:140
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:34
#: app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco:6
msgid "Inbound Call"
msgstr ""

#: app/assets/javascripts/app/views/dashboard/stats/ticket_channel_distribution.jst.eco:15
#, fuzzy
#| msgid "Inbound"
msgid "Inbound:"
msgstr "Inbound"

#: db/seeds/object_manager_attributes.rb:129
msgid "Incident"
msgstr ""

#: app/assets/javascripts/app/views/generic/ticket_perform_action/notification.jst.eco:24
msgid "Include attachments of the article?"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:81
msgid "Include unassigned tickets in subscription for escalated tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:112
msgid "Include unassigned tickets in subscription for new & open tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:140
msgid "Include unassigned tickets in subscription for pending tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:68
msgid "Include your own tickets in subscription for escalated tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:98
msgid "Include your own tickets in subscription for new & open tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:128
msgid "Include your own tickets in subscription for pending tickets."
msgstr ""

#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:121
msgid "Included ticket overviews"
msgstr "Visão geral"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:309
msgid "Includes escalated, new & open and pending tickets."
msgstr ""

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:26
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:22
msgid "Including private key."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/checklist_modal.coffee:10
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailViewContent.vue:367
msgid "Incomplete Ticket Checklist"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklist.vue:32
#, fuzzy
#| msgid "Create new Customer"
msgid "Incomplete checklist items"
msgstr "Criar novo cliente"

#: app/controllers/import_freshdesk_controller.rb:45
#: app/controllers/import_kayako_controller.rb:35
#: app/controllers/import_zendesk_controller.rb:67
msgid "Incomplete credentials"
msgstr ""

#: db/seeds/settings.rb:2446
msgid "Increment (SystemID.Counter)"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:55
#, fuzzy
#| msgid "in hours"
msgid "Increment hours value"
msgstr "em horas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:57
#, fuzzy
#| msgid "minutes"
msgid "Increment minutes value"
msgstr "minutos"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:60
#, fuzzy
#| msgid "minutes"
msgid "Increment seconds value"
msgstr "minutos"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:235
#, fuzzy
#| msgid "New text module"
msgid "Indent text"
msgstr "Novo módulo de texto"

#: app/frontend/apps/desktop/components/CommonProgressBar/CommonProgressBar.vue:16
#, fuzzy
#| msgid "Your tickets in process"
msgid "Indicating progress"
msgstr "Seus tickets em processo"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:7
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:7
msgid "Info: %s"
msgstr ""

#: app/views/mailer/ticket_create/fr.html.erb:15
#: app/views/mailer/ticket_create/it.html.erb:15
#: app/views/mailer/ticket_create/zh-cn.html.erb:15
#: app/views/mailer/ticket_create/zh-tw.html.erb:15
#: app/views/mailer/ticket_escalation/de.html.erb:9
#: app/views/mailer/ticket_escalation/fr.html.erb:9
#: app/views/mailer/ticket_escalation/it.html.erb:9
#: app/views/mailer/ticket_escalation/zh-tw.html.erb:9
#: app/views/mailer/ticket_escalation_warning/fr.html.erb:9
#: app/views/mailer/ticket_escalation_warning/zh-cn.html.erb:9
#: app/views/mailer/ticket_escalation_warning/zh-tw.html.erb:9
#: app/views/mailer/ticket_reminder_reached/zh-cn.html.erb:9
#: app/views/mailer/ticket_reminder_reached/zh-tw.html.erb:9
#: app/views/mailer/ticket_update/zh-cn.html.erb:20
#: app/views/mailer/ticket_update/zh-tw.html.erb:20
msgid "Information"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStart.vue:68
msgid ""
"Initiate the import process to transfer your data into Zammad. Keep track of "
"the migration progress on this page to be notified as soon as the import is "
"successfully finished."
msgstr ""

#: app/models/store.rb:94
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Inline content could not be generated."
msgstr "%s Object(s) estão criados."

#: app/models/object_manager/attribute/data_option_validator.rb:41
msgid "Input field must be text, password, tel, fax, email or url type."
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:319
msgid "Insert code block"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:141
msgid "Insert column after"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:132
msgid "Insert column before"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:308
#, fuzzy
#| msgid "New text module"
msgid "Insert inline code"
msgstr "Novo módulo de texto"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:104
msgid "Insert row above"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:113
msgid "Insert row below"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:291
#, fuzzy
#| msgid "New text module"
msgid "Insert table"
msgstr "Novo módulo de texto"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:342
#, fuzzy
#| msgid "Delete Knowledge Base"
msgid "Insert text from Knowledge Base article"
msgstr "Deletar Base de Conhecimento"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:350
#, fuzzy
#| msgid "New text module"
msgid "Insert text from text module"
msgstr "Novo módulo de texto"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:138
msgid ""
"Insert the widget code into the source code of every page the chat shall be "
"visible on. It should be placed at the end of the page's source code before "
"the §</body>§ closing tag."
msgstr ""
"Insira o código do widget no código-fonte de todas as páginas em que o bate-"
"papo estiver visível. Ele deve ser colocado no final do código-fonte da "
"página antes da tag de fechamento  § </ body> § ."

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:613
msgid "Inserts a horizontal rule"
msgstr "insere uma régua horizontal"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:546
msgid "Inserts a mention for a user"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:540
#, fuzzy
#| msgid "Delete Knowledge Base"
msgid "Inserts knowledge base answer"
msgstr "Deletar Base de Conhecimento"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:534
#, fuzzy
#| msgid "New text module"
msgid "Inserts text module"
msgstr "Novo módulo de texto"

#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:136
#, fuzzy
#| msgid "Installed"
msgid "Install App"
msgstr "Installed"

#: app/assets/javascripts/app/views/package.jst.eco:40
msgid "Install Package"
msgstr "Install Package"

#: app/assets/javascripts/app/views/package.jst.eco:32
msgid "Installed"
msgstr "Installed"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:45
#, fuzzy
#| msgid "Integer"
msgid "Integer field"
msgstr "Integer"

#: app/assets/javascripts/app/controllers/integrations.coffee:3
#: db/seeds/permissions.rb:227
msgid "Integrations"
msgstr "Integrations"

#: lib/whatsapp/incoming/media.rb:55
msgid "Integrity verification of the downloaded WhatsApp media failed."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:105
#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:133
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:155
msgid "Internal"
msgstr "Interno"

#: app/frontend/shared/errors/useErrorHandler.ts:33
#, fuzzy
#| msgid "Internal"
msgid "Internal Error"
msgstr "Interno"

#: app/assets/javascripts/app/views/knowledge_base/feed_dialog.jst.eco:2
#, fuzzy
#| msgid "Delete Knowledge Base"
msgid "Internal Knowledge Base feed:"
msgstr "Deletar Base de Conhecimento"

#: app/models/import_job.rb:163
msgid ""
"Interrupted by a restart of the background worker process. Please restart "
"manually or wait until the next execution time."
msgstr ""

#: app/controllers/first_steps_controller.rb:81
msgid "Intro"
msgstr "Intro"

#: app/controllers/integration/cti_controller.rb:30
#: app/controllers/integration/placetel_controller.rb:28
#: app/controllers/integration/sipgate_controller.rb:28
msgid "Invalid 'direction'!"
msgstr ""

#: app/controllers/application_controller/authenticates.rb:56
msgid "Invalid BasicAuth credentials"
msgstr ""

#: lib/github/credentials.rb:26
msgid "Invalid GitHub GraphQL API token"
msgstr ""

#: lib/github/http_client.rb:10
msgid "Invalid GitHub configuration (missing endpoint or api_token)."
msgstr ""

#: lib/github/linked_issue.rb:104
msgid "Invalid GitHub issue link format"
msgstr ""

#: lib/gitlab/credentials.rb:26
msgid "Invalid GitLab GraphQL API token"
msgstr ""

#: lib/gitlab/http_client.rb:10
msgid "Invalid GitLab configuration (missing endpoint or api_token)."
msgstr ""

#: lib/gitlab/linked_issue.rb:122
msgid "Invalid GitLab issue link format"
msgstr ""

#: app/services/service/system/run_auto_wizard.rb:10
msgid "Invalid auto wizard file."
msgstr ""

#: app/controllers/long_polling_controller.rb:83
msgid "Invalid client_id in receive loop!"
msgstr ""

#: app/controllers/long_polling_controller.rb:51
msgid "Invalid client_id received!"
msgstr ""

#: app/models/user.rb:581
msgid "Invalid email '%{email}'"
msgstr ""

#: lib/idoit.rb:8
msgid "Invalid i-doit configuration (missing endpoint or api_token)."
msgstr ""

#: app/controllers/tickets_controller.rb:192
msgid "Invalid link structure"
msgstr ""

#: app/controllers/tickets_controller.rb:198
msgid "Invalid link structure (Object → LinkType)"
msgstr ""

#: app/controllers/tickets_controller.rb:195
msgid "Invalid link structure (Object)"
msgstr ""

#: app/models/concerns/checks_condition_validation.rb:12
#, fuzzy
#| msgid "Invalid ticket selector conditions"
msgid "Invalid object selector conditions"
msgstr "Condições inválidas  no seletor de chamados"

#: lib/password_policy/min_length.rb:11
msgid "Invalid password, it must be at least %s characters long!"
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: lib/password_policy/max_length.rb:24
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "Invalid password, it must be shorter than %s characters!"
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: lib/password_policy/digit.rb:13
msgid "Invalid password, it must contain at least 1 digit!"
msgstr "Senha inválida, deve conter pelo menos 1 dígito!"

#: lib/password_policy/special_character.rb:13
msgid "Invalid password, it must contain at least 1 special character!"
msgstr ""

#: lib/password_policy/upper_and_lower_case_characters.rb:13
msgid ""
"Invalid password, it must contain at least 2 lowercase and 2 uppercase "
"characters!"
msgstr ""
"Senha inválida, deve conter pelo menos 2 letras minúsculas e 2 letras "
"maiúsculas!"

#: lib/knowledge_base/permissions_update.rb:88
msgid "Invalid permissions, do not lock yourself out."
msgstr ""

#: lib/knowledge_base/permissions_update.rb:115
#, fuzzy
#| msgid "Any recipient"
msgid "Invalid permissions."
msgstr "Qualquer destinatário"

#: lib/knowledge_base/permissions_update.rb:117
msgid ""
"Invalid permissions. This role does not have access to this category because "
"parent category is not visible for it."
msgstr ""

#: lib/knowledge_base/permissions_update.rb:115
msgid ""
"Invalid permissions. This role has editor access to parent category. "
"Limiting access is not effective."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/authenticator_app.coffee:93
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:107
msgid "Invalid security code! Please try again with a new code."
msgstr ""

#: app/controllers/integration/cti_controller.rb:41
#: app/controllers/integration/placetel_controller.rb:40
#: app/controllers/integration/sipgate_controller.rb:40
msgid "Invalid token, please contact your admin!"
msgstr ""

#: app/frontend/apps/mobile/components/CommonStepper/CommonStepperStep.vue:33
msgid "Invalid values in step %s"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/popup_video.coffee:39
msgid "Invalid video URL"
msgstr ""

#: app/assets/javascripts/app/controllers/layout_ref.coffee:650
#, fuzzy
#| msgid "Invitation sent!"
msgid "Invitation sent to %s"
msgstr "Invitation sent!"

#: app/assets/javascripts/app/controllers/getting_started/agent.coffee:78
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualInviteColleagues.vue:100
msgid "Invitation sent!"
msgstr "Invitation sent!"

#. This is the template file app/views/mailer/user_invite/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/user_invite/en.html.erb
msgid ""
"Invitation to #{config.product_name} at #{config.fqdn}\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>I (#{current_user.firstname} #{current_user.lastname}) invite you to "
"#{config.product_name} - our customer support platform.</div>\n"
"<br>\n"
"<div>Click <a href=\"#{config.http_type}://#{config.fqdn}/"
"#password_reset_verify/#{token.token}\">here</a> and set your password.</"
"div>\n"
"<br>\n"
"<div>Enjoy,</div>\n"
"<br>\n"
"<div>#{current_user.firstname} #{current_user.lastname}</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""

#: app/assets/javascripts/app/views/getting_started/agent.jst.eco:5
#: app/assets/javascripts/app/views/widget/invite_user.jst.eco:20
msgid "Invite"
msgstr "Invite"

#: app/assets/javascripts/app/controllers/getting_started/agent.coffee:10
msgid "Invite Agents"
msgstr "Invite Agents"

#: app/assets/javascripts/app/controllers/_dashboard/first_steps.coffee:41
#: app/assets/javascripts/app/views/getting_started/agent.jst.eco:5
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:157
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualInviteColleagues.vue:34
msgid "Invite Colleagues"
msgstr "Convidar amigos"

#: app/assets/javascripts/app/controllers/_dashboard/first_steps.coffee:49
msgid "Invite Customer"
msgstr "Convidar Cliente"

#: app/controllers/first_steps_controller.rb:64
msgid "Invite agents/colleagues to help working on tickets"
msgstr "Convide agentes/colegas para ajudar a trabalhar nos chamados"

#: app/controllers/first_steps_controller.rb:70
msgid "Invite customers to create issues in Zammad"
msgstr "Convidar clientes para abrir chamados"

#: app/assets/javascripts/app/lib/app_post/iconset_picker.coffee:17
msgid "Ionicons"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerLinkFlyout.vue:37
#, fuzzy
#| msgid "%s URL"
msgid "Issue URL"
msgstr "%s URL"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:54
#, fuzzy
#| msgid "Messages"
msgid "Issue status"
msgstr "Messages"

#: db/seeds/settings.rb:2082
#, fuzzy
#| msgid "no issues"
msgid "Issuer"
msgstr "no issues"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/useIssueTracker.ts:39
#, fuzzy
#| msgid "no issues"
msgid "Issues"
msgstr "no issues"

#: lib/validations/data_privacy_task_validator.rb:50
msgid "It is not possible to delete the last account with admin permissions."
msgstr ""

#: lib/validations/data_privacy_task_validator.rb:38
msgid "It is not possible to delete the system user."
msgstr ""

#: lib/validations/data_privacy_task_validator.rb:44
#, fuzzy
#| msgid "Sure to delete this object?"
msgid "It is not possible to delete your current account."
msgstr "Certo de excluir esse objeto?"

#: app/models/ticket.rb:277
msgid "It is not possible to merge into an already merged ticket."
msgstr ""

#: app/assets/javascripts/app/models/checklist.coffee:8
#: app/assets/javascripts/app/models/checklist_template.coffee:8
msgid "Items"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:15
msgid "Items per page"
msgstr "Items per page"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Jan"
msgstr "Jan"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
msgid "January"
msgstr "Janeiro"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:9
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:9
#, fuzzy
#| msgid "Job is waiting to get started..."
msgid "Job is waiting to get started…"
msgstr "O trabalho esta esperando  para ser iniciado"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:58
msgid "John Smith"
msgstr "John Smith"

#: app/assets/javascripts/app/views/signup.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:50
msgid "Join %s"
msgstr "Entrar %s"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Jul"
msgstr "Jul"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "July"
msgstr "Julho"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Jun"
msgstr "Jun"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
msgid "June"
msgstr "Junho"

#: app/assets/javascripts/app/views/translation/description.jst.eco:14
#, fuzzy
#| msgid ""
#| "Just click into the marker and update the words just in place. Enjoy!"
msgid ""
"Just click into the highlighted area and update the words right there. Enjoy!"
msgstr ""
"Simplesmente clique no marcador e atualize as palavras no espaço apropriado. "
"Aproveite"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/kayako.ts:11
msgid "Kayako"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:419
#: app/assets/javascripts/app/controllers/_channel/google.coffee:280
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:297
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:474
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:87
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:184
msgid "Keep messages on server"
msgstr "Manter mensagens no servidor"

#: app/assets/javascripts/app/views/object_manager/attribute/boolean.jst.eco:6
#: app/assets/javascripts/app/views/object_manager/attribute/multi_tree_select.jst.eco:7
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:7
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:7
#: app/assets/javascripts/app/views/object_manager/attribute/tree_select.jst.eco:7
msgid "Key"
msgstr "Chave"

#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:12
msgid "Key ID"
msgstr ""

#: app/assets/javascripts/app/controllers/keyboard_shortcuts.coffee:4
msgid "Keyboard Shortcuts"
msgstr "atalhos de teclado"

#: app/assets/javascripts/app/views/keyboard_shortcuts.jst.eco:4
#, fuzzy
#| msgid "Keyboard Shortcuts"
msgid "Keyboard Shortcuts Enabled"
msgstr "atalhos de teclado"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/AvatarMenu/plugins/keyboard-shortcuts.ts:7
#, fuzzy
#| msgid "Keyboard Shortcuts"
msgid "Keyboard shortcuts"
msgstr "atalhos de teclado"

#: app/assets/javascripts/app/models/text_module.coffee:7
msgid "Keywords"
msgstr "Palavras-chave"

#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:2
#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:3
#: app/assets/javascripts/app/models/knowledge_base.coffee:75
#: app/models/knowledge_base.rb:199 db/seeds/permissions.rb:113
msgid "Knowledge Base"
msgstr "Base de conhecimento"

#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:71
msgid "Knowledge Base Answer"
msgstr ""

#: db/seeds/permissions.rb:350
msgid "Knowledge Base Editor"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/feed_dialog.coffee:6
#, fuzzy
#| msgid "Knowledge Base"
msgid "Knowledge Base Feed"
msgstr "Base de conhecimento"

#: db/seeds/permissions.rb:356
msgid "Knowledge Base Reader"
msgstr ""

#: db/seeds/settings.rb:5538
#, fuzzy
#| msgid "Knowledge Base"
msgid "Knowledge Base active"
msgstr "Base de conhecimento"

#: db/seeds/settings.rb:5553
#, fuzzy
#| msgid "Knowledge Base"
msgid "Knowledge Base active publicly"
msgstr "Base de conhecimento"

#: db/seeds/settings.rb:5527
msgid "Knowledge Base multilingual support"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:3
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:24
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:8
#: db/seeds/settings.rb:1245
msgid "LDAP"
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:24
msgid "LDAP Host"
msgstr "host LDAP"

#: db/seeds/settings.rb:4840
msgid "LDAP integration"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:833
msgid "LDAP integration for user management."
msgstr "Migração de usuario LDAP"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:937
#, fuzzy
#| msgid "Labels"
msgid "Label"
msgstr "Etiquetas"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_git_issue.jst.eco:30
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:85
msgid "Labels"
msgstr "Etiquetas"

#: app/assets/javascripts/app/models/knowledge_base.coffee:224
msgid "Landing page layout"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/language.coffee:3
#: app/assets/javascripts/app/views/generic/multi_locales.jst.eco:4
#: app/assets/javascripts/app/views/popover/kb_generic.jst.eco:35
#: app/assets/javascripts/app/views/profile/language.jst.eco:3
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLocale.vue:13
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:157
#: db/seeds/permissions.rb:408
msgid "Language"
msgstr "Idioma"

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:12
#, fuzzy
#| msgid "Application"
msgid "Language Detection"
msgstr "Aplicação"

#: db/seeds/settings.rb:183
#, fuzzy
#| msgid "Geo Location Service"
msgid "Language Detection Service"
msgstr "Geo Location Service"

#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:108
#: app/assets/javascripts/app/models/knowledge_base.coffee:278
msgid "Languages"
msgstr "Idiomas"

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:105
#, fuzzy
#| msgid "Article"
msgid "Last Article"
msgstr "Article"

#: lib/excel_sheet/ticket.rb:59
#, fuzzy
#| msgid "Last used"
msgid "Last Closed At"
msgstr "Usado por último"

#: lib/excel_sheet/ticket.rb:71
msgid "Last Contact Agent At"
msgstr ""

#: lib/excel_sheet/ticket.rb:70
msgid "Last Contact At"
msgstr ""

#: lib/excel_sheet/ticket.rb:72
msgid "Last Contact Customer At"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:107
msgid "Last External Article"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/placeholder.coffee:106
msgid "Last Internal Article"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:111
#, fuzzy
#| msgid "Last used"
msgid "Last Used"
msgstr "Usado por último"

#: app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee:123
msgid "Last change %s %s by %s"
msgstr ""

#: app/assets/javascripts/app/views/ticket_shared_draft_modal.jst.eco:11
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:207
#, fuzzy
#| msgid "has changed"
msgid "Last changed"
msgstr "has changed"

#: app/assets/javascripts/app/models/ticket.coffee:26
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:88
#, fuzzy
#| msgid "Closing time"
msgid "Last closing time"
msgstr "Horário de Encerramento"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:232
#: app/assets/javascripts/app/models/ticket.coffee:21
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:53
#: app/graphql/gql/types/overview_type.rb:78
msgid "Last contact"
msgstr "Last contact"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:236
#: app/assets/javascripts/app/models/ticket.coffee:22
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:60
#: app/graphql/gql/types/overview_type.rb:79
msgid "Last contact (agent)"
msgstr "Last contact (agent)"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:240
#: app/assets/javascripts/app/models/ticket.coffee:23
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:67
#: app/graphql/gql/types/overview_type.rb:80
msgid "Last contact (customer)"
msgstr "Last contact (customer)"

#: app/models/system_report/plugin/entities/last_created_at.rb:4
msgid ""
"Last created at of database objects (e.g. when was the last trigger created)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:224
#, fuzzy
#| msgid "Last run"
msgid "Last login"
msgstr "Last run"

#: app/assets/javascripts/app/models/user.coffee:10
#: app/frontend/apps/desktop/composables/authentication/useSignupForm.ts:23
#: db/seeds/object_manager_attributes.rb:850
#, fuzzy
#| msgid "Lastname"
msgid "Last name"
msgstr "Apelido"

#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:131
#, fuzzy
#| msgid "Latest updates"
msgid "Last owner update"
msgstr "Últimas atualizações"

#: app/assets/javascripts/app/models/job.coffee:19
msgid "Last run"
msgstr "Last run"

#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:274
#, fuzzy
#| msgid "Last sync"
msgid "Last searches"
msgstr "Last sync"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:2
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:2
msgid "Last sync"
msgstr "Last sync"

#: app/assets/javascripts/app/views/calendar/index.jst.eco:25
#, fuzzy
#| msgid "Last sync at"
msgid "Last sync at:"
msgstr "Última sincronização em"

#: app/assets/javascripts/app/views/profile/token_access.jst.eco:20
msgid "Last used"
msgstr "Usado por último"

#: app/assets/javascripts/app/models/knowledge_base.coffee:152
msgid "Layout"
msgstr ""

#: app/assets/javascripts/app/controllers/layout_ref.coffee:2420
msgid "Layout Reference"
msgstr ""

#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:209
msgid "Library"
msgstr ""

#: app/assets/javascripts/app/views/profile/appearance.jst.eco:25
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:45
msgid "Light"
msgstr ""

#: app/assets/javascripts/app/views/profile/notification.jst.eco:17
msgid "Limit Groups"
msgstr "LImites de grupo"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:61
msgid "Limit notifications to specific groups"
msgstr ""

#: db/seeds/settings.rb:3115
msgid "Limit tickets by IP per day"
msgstr ""

#: db/seeds/settings.rb:3094
msgid "Limit tickets by IP per hour"
msgstr ""

#: db/seeds/settings.rb:3136
msgid "Limit tickets per day"
msgstr ""

#: app/frontend/apps/mobile/pages/home/components/TicketOverviewEditItem.vue:94
#, fuzzy
#| msgid "Visibility"
msgid "Limited Visibility"
msgstr "Visibility"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:267
#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/embed_video_button.coffee:11
#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/link_button.coffee:11
#: app/assets/javascripts/app/controllers/ticket_link_add.coffee:7
#: app/assets/javascripts/app/models/overview.coffee:7
#: app/assets/javascripts/app/models/public_link.coffee:6
#: app/frontend/apps/desktop/pages/ticket/components/TicketLinksFlyout.vue:53
#: app/frontend/shared/components/Form/FormFieldLink.vue:18
msgid "Link"
msgstr "Link"

#: app/assets/javascripts/app/views/import/otrs.jst.eco:21
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:35
msgid "Link %s"
msgstr "Link %s"

#: app/assets/javascripts/app/views/link/ticket/add.jst.eco:20
msgid "Link %s %s as %s of Ticket# %s"
msgstr ""

#: app/assets/javascripts/app/views/profile/linked_accounts.jst.eco:3
msgid "Link Accounts"
msgstr "Linkd e contas"

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/link_answer_button.coffee:4
msgid "Link Answer"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/github.coffee:76
msgid "Link GitHub issues to your tickets."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/gitlab.coffee:99
msgid "Link GitLab issues to your tickets."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerLinkFlyout.vue:68
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList.vue:288
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/TicketSidebarGitHub/TicketSidebarGitHub.vue:71
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/TicketSidebarGitLab/TicketSidebarGitLab.vue:71
#, fuzzy
#| msgid "Link issue"
msgid "Link Issue"
msgstr "Problema de link"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:184
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:196
#, fuzzy
#| msgid "Objects"
msgid "Link Objects"
msgstr "Objects"

#: app/assets/javascripts/app/views/link/kb_answer.jst.eco:19
msgid "Link Related Answer"
msgstr "Resposta relacionada com a hiperligação"

#: app/frontend/apps/desktop/pages/ticket/components/TicketLinksFlyout.vue:157
#, fuzzy
#| msgid "Linked Tickets"
msgid "Link Tickets"
msgstr "Tickets Linkados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:186
#, fuzzy
#| msgid "Link Accounts"
msgid "Link account on %s"
msgstr "Linkd e contas"

#: app/frontend/apps/desktop/pages/ticket/components/TicketLinksFlyout.vue:145
#, fuzzy
#| msgid "The test run was successful."
msgid "Link added successfully"
msgstr "O teste executou com sucesso."

#: lib/validations/link_uniqueness_validator.rb:9
#, fuzzy
#| msgid "Account already exists!"
msgid "Link already exists"
msgstr "Conta já existe!"

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_git_issue.coffee:26
msgid "Link issue"
msgstr "Problema de link"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:152
#, fuzzy
#| msgid "Linked Tickets"
msgid "Link objects"
msgstr "Tickets Linkados"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue:90
#, fuzzy
#| msgid "The test run was successful."
msgid "Link removed successfully"
msgstr "O teste executou com sucesso."

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:267
#, fuzzy
#| msgid "Templates"
msgid "Link template"
msgstr "Modelos"

#: app/frontend/apps/desktop/pages/ticket/components/TicketLinksFlyout.vue:53
#, fuzzy
#| msgid "Linked Tickets"
msgid "Link ticket"
msgstr "Tickets Linkados"

#: app/frontend/apps/desktop/pages/ticket/components/TicketLinksFlyout.vue:62
#, fuzzy
#| msgid "Templates"
msgid "Link type"
msgstr "Modelos"

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:3
#: app/assets/javascripts/app/views/popover/user.jst.eco:5
#: app/assets/javascripts/app/views/widget/user.jst.eco:34
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/linkedAccounts.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:56
#: db/seeds/permissions.rb:460
msgid "Linked Accounts"
msgstr "Contas lincadas"

#: app/assets/javascripts/app/views/knowledge_base/_reader_linked_tickets.jst.eco:5
#: app/assets/javascripts/app/views/knowledge_base/sidebar/linked_tickets.jst.eco:2
msgid "Linked Tickets"
msgstr "Tickets Linkados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:195
#, fuzzy
#| msgid "Linked Accounts"
msgid "Linked accounts"
msgstr "Contas lincadas"

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:76
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:33
#: db/seeds/settings.rb:1562
msgid "LinkedIn"
msgstr ""

#: db/seeds/settings.rb:1570
msgid "LinkedIn App Credentials"
msgstr "Credenciais LInkedIn"

#: db/seeds/settings.rb:1563
msgid "LinkedIn Developer Site"
msgstr ""

#: app/assets/javascripts/app/views/link/ticket/list.jst.eco:1
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:123
msgid "Links"
msgstr "Links"

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabs.vue:220
msgid "List of all user taskbar tabs"
msgstr ""

#: app/models/system_report/plugin/addons.rb:4
msgid "List of installed addons"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem/IssueTrackerBadgeList.vue:15
msgid "List of issue labels"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:212
msgid "List of shortcuts"
msgstr "Lista de atalhos"

#: app/models/system_report/plugin/channel.rb:4
msgid ""
"Lists active channels (e.g. 1 Telegram channel, 2 Microsoft channels and 1 "
"Google channel)"
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:38
msgid "Load"
msgstr "Load"

#: app/frontend/shared/form/i18n/locales.ts:62
#, fuzzy
#| msgid "See more"
msgid "Load more"
msgstr "See more"

#: app/frontend/apps/mobile/components/CommonLoader/CommonLoader.vue:38
#: app/frontend/apps/mobile/components/CommonRefetch/CommonRefetch.vue:45
#, fuzzy
#| msgid "contains one not"
msgid "Loading content"
msgstr "não contém um"

#: app/views/init/spinner-loading.html.erb:263
msgid "Loading failed, please try again later."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:190
#: app/assets/javascripts/app/controllers/_integration/smime.coffee:183
#: app/assets/javascripts/app/controllers/knowledge_base/search_field_widget.coffee:103
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:46
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_git_issue.coffee:87
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_idoit.coffee:76
#: app/assets/javascripts/app/controllers/widget/payload_example.coffee:34
#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:51
#, fuzzy
#| msgid "Loading..."
msgid "Loading failed."
msgstr "A carregar..."

#: app/assets/javascripts/app/lib/app_post/task_manager.coffee:151
#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:647
#: app/assets/javascripts/app/views/generic/page_loading.jst.eco:3
#: app/frontend/apps/desktop/components/CommonLoader/CommonLoader.vue:63
#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:512
#: app/frontend/shared/form/i18n/locales.ts:58
#: app/views/init/spinner-loading.html.erb:260
#, fuzzy
#| msgid "Loading..."
msgid "Loading…"
msgstr "A carregar..."

#: lib/email_helper.rb:26
msgid "Local MTA (Sendmail/Postfix/Exim/…) - use server setup"
msgstr ""

#: app/assets/javascripts/app/models/job.coffee:13
#: app/assets/javascripts/app/models/trigger.coffee:12 db/seeds/settings.rb:163
msgid "Locale"
msgstr "Local"

#: app/graphql/gql/mutations/user/current/locale.rb:17
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Locale could not be found."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:257
msgid "Locale not found"
msgstr ""

#: app/assets/javascripts/app/models/job.coffee:12
#: app/assets/javascripts/app/models/trigger.coffee:11
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Localization of execution changes"
msgstr "Ação em massa executada!"

#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:6
#: app/assets/javascripts/app/views/profile/devices.jst.eco:13
#: app/assets/javascripts/app/views/session.jst.eco:10
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:102
msgid "Location"
msgstr "Localização"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:103
msgid "Location of an external chat.css file."
msgstr "Localização de um arquivo .CSS externo"

#: app/assets/javascripts/app/views/login.jst.eco:4
msgid "Log in to %s"
msgstr ""

#: app/assets/javascripts/app/models/user.coffee:8
#: app/assets/javascripts/app/views/maintenance.jst.eco:25
#: app/controllers/time_accountings_controller.rb:107
#: db/seeds/object_manager_attributes.rb:766
msgid "Login"
msgstr "Autenticação"

#: app/assets/javascripts/app/models/public_link.coffee:9
#, fuzzy
#| msgid "Screen"
msgid "Login Screen"
msgstr "Monitor"

#: lib/auth/error/authentication_failed.rb:4
msgid ""
"Login failed. Have you double-checked your credentials and completed the "
"email verification step?"
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: lib/auth/error/two_factor_failed.rb:4
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid ""
"Login failed. Please double-check your two-factor authentication method."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:14
#: app/frontend/apps/mobile/pages/authentication/components/LoginFooter.vue:22
#: db/seeds/settings.rb:117
msgid "Logo"
msgstr "Logo"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:229
msgid "Logout"
msgstr "Sair"

#: db/seeds/settings.rb:1103
msgid "Lost Password"
msgstr "Senha perdida"

#: app/assets/javascripts/app/lib/app_post/websocket.coffee:351
msgid "Lost network connection!"
msgstr ""

#: app/assets/javascripts/app/models/ticket_priority.coffee:7
#, fuzzy
#| msgid "Priority"
msgid "Low priority"
msgstr "Prioridade"

#: app/models/system_report/plugin/mac_address.rb:4
msgid "MAC address (unique identifier of the report)"
msgstr ""

#: app/assets/javascripts/app/controllers/macro.coffee:3
msgid "Macro"
msgstr "Macro"

#: app/controllers/tickets_mass_controller.rb:16
msgid "Macro group restrictions do not cover all tickets"
msgstr ""

#: app/assets/javascripts/app/controllers/macro.coffee:3
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:69
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:54
#: db/seeds/permissions.rb:47
msgid "Macros"
msgstr "Macros"

#: app/assets/javascripts/app/models/macro.coffee
msgid ""
"Macros make it easy to automate common, multi-step tasks within Zammad.\n"
"\n"
"You can use macros in Zammad to automate recurring sequences, saving time "
"(and nerves). This allows a combined sequence of actions on the ticket to be "
"executed with just one click."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:380
msgid "Mailbox type"
msgstr ""

#: app/frontend/apps/desktop/components/layout/LayoutPage.vue:47
msgid "Main sidebar"
msgstr ""

#: app/assets/javascripts/app/controllers/maintenance.coffee:3
#: app/assets/javascripts/app/views/maintenance.jst.eco:3
#: db/seeds/permissions.rb:275
msgid "Maintenance"
msgstr "Maintenance"

#: db/seeds/settings.rb:49
msgid "Maintenance Login"
msgstr ""

#: db/seeds/settings.rb:37
msgid "Maintenance Mode"
msgstr ""

#: app/controllers/application_controller/authenticates.rb:122
msgid "Maintenance mode enabled!"
msgstr ""

#: app/assets/javascripts/app/controllers/manage.coffee:15
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:85
msgid "Manage"
msgstr "Manage"

#: db/seeds/permissions.rb:234
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage API of your system."
msgstr "Digite o URL do seu sistema % s"

#: app/assets/javascripts/app/controllers/checklist_template.coffee:30
#, fuzzy
#| msgid "Select Template"
msgid "Manage Checklist Template"
msgstr "Selecionar Modelo"

#: app/assets/javascripts/app/controllers/checklist_template.coffee:31
#, fuzzy
#| msgid "Select Template"
msgid "Manage Checklist Templates"
msgstr "Selecionar Modelo"

#: db/seeds/permissions.rb:174
msgid "Manage Facebook channel of your system."
msgstr ""

#: db/seeds/permissions.rb:150
msgid "Manage Google mail channel of your system."
msgstr ""

#: db/seeds/permissions.rb:156
msgid "Manage Microsoft 365 mail channel of your system."
msgstr ""

#: db/seeds/permissions.rb:162
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage Microsoft Graph mail channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:138
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage SMS channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:72
msgid "Manage Service Level Agreements of your system."
msgstr ""

#: app/assets/javascripts/app/views/tag/index.jst.eco:20
msgid "Manage Tags"
msgstr "Gerenciar marcadores"

#: db/seeds/permissions.rb:180
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage Telegram channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:168
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage Twitter channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: app/assets/javascripts/app/controllers/user.coffee:85
#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:4
#, fuzzy
#| msgid "Authentication"
msgid "Manage Two-Factor Authentication"
msgstr "Authentication"

#: db/seeds/permissions.rb:186
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage WhatsApp channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:294
msgid "Manage active user sessions of your system."
msgstr ""

#: db/seeds/permissions.rb:30
#, fuzzy
#| msgid "New organizations are shared."
msgid "Manage all organizations of your system."
msgstr "Novas organizações são compartilhadas."

#: db/seeds/permissions.rb:12
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage all users of your system."
msgstr "Digite o URL do seu sistema % s"

#: app/assets/javascripts/app/views/api.jst.eco:48
msgid ""
"Manage applications that can use Zammad as an OAuth provider and "
"applications that you've authorized to use your account."
msgstr ""
"Gerenciar aplicativos que podem usar o Zammad como um provedor OAuth e "
"aplicativos que você autorizaou o uso de sua conta"

#: db/seeds/permissions.rb:192
msgid "Manage branding settings of your system."
msgstr ""

#: db/seeds/permissions.rb:66
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage calendars of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:144
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage chat channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:198
#, fuzzy
#| msgid "Manage %s Settings"
msgid "Manage core system settings."
msgstr "Gerenciar  configurações de %s"

#: db/seeds/permissions.rb:258
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage core workflows of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:132
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage email channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:126
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage form channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:18
#, fuzzy
#| msgid "To configure your system."
msgid "Manage groups of your system."
msgstr "Para configurar o seu sistema."

#: db/seeds/permissions.rb:228
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage integrations of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:276
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage maintenance mode of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:282
#, fuzzy
#| msgid "To configure your system."
msgid "Manage monitoring of your system."
msgstr "Para configurar o seu sistema."

#: db/seeds/permissions.rb:240
msgid "Manage object attributes of your system."
msgstr ""

#: db/seeds/permissions.rb:288
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage packages of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:454
#, fuzzy
#| msgid "Personal Access Tokens"
msgid "Manage personal API tokens."
msgstr "Token de acesso pessoal"

#: db/seeds/permissions.rb:402
msgid "Manage personal appearance settings."
msgstr ""

#: db/seeds/permissions.rb:416
#, fuzzy
#| msgid "Manage %s Settings"
msgid "Manage personal avatar settings."
msgstr "Gerenciar  configurações de %s"

#: db/seeds/permissions.rb:488
msgid "Manage personal calendar."
msgstr ""

#: db/seeds/permissions.rb:447
#, fuzzy
#| msgid "Continue session"
msgid "Manage personal devices and sessions."
msgstr "Continuar sessão"

#: db/seeds/permissions.rb:409
#, fuzzy
#| msgid "Manage %s Settings"
msgid "Manage personal language settings."
msgstr "Gerenciar  configurações de %s"

#: db/seeds/permissions.rb:461
msgid "Manage personal linked accounts."
msgstr ""

#: db/seeds/permissions.rb:468
#, fuzzy
#| msgid "Manage your notifications settings"
msgid "Manage personal notifications settings."
msgstr "Gerenciar suas configurações de notificação"

#: db/seeds/permissions.rb:423
#, fuzzy
#| msgid "Manage your notifications settings"
msgid "Manage personal out of office settings."
msgstr "Gerenciar suas configurações de notificação"

#: db/seeds/permissions.rb:478
msgid "Manage personal overviews."
msgstr ""

#: db/seeds/permissions.rb:395
#, fuzzy
#| msgid "Manage %s Settings"
msgid "Manage personal settings."
msgstr "Gerenciar  configurações de %s"

#: db/seeds/permissions.rb:440
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid "Manage personal two-factor authentication methods."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: db/seeds/permissions.rb:84
msgid "Manage public links of your system."
msgstr ""

#: db/seeds/permissions.rb:102
#, fuzzy
#| msgid "To configure your system."
msgid "Manage report profiles of your system."
msgstr "Para configurar o seu sistema."

#: db/seeds/permissions.rb:24
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage roles of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:96
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage schedulers of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:204
msgid "Manage security settings of your system."
msgstr ""

#: db/seeds/permissions.rb:300
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage system report of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:42
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage text modules of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:216
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket auto assignment settings of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:306
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket checklists of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:222
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket duplicate detection settings of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:48
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket macros of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:36
msgid "Manage ticket overviews of your system."
msgstr "Gerir a visão geral"

#: db/seeds/permissions.rb:252
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket priorities of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:210
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket settings of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:246
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket states of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:60
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket tags of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:54
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage ticket templates of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:108
msgid "Manage time accounting settings of your system."
msgstr ""

#: db/seeds/permissions.rb:264
msgid "Manage translations of your system."
msgstr ""

#: db/seeds/permissions.rb:78
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage triggers of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:120
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage web channel of your system."
msgstr "Digite o URL do seu sistema % s"

#: db/seeds/permissions.rb:90
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "Manage webhooks of your system."
msgstr "Digite o URL do seu sistema % s"

#: app/views/mailer/application.html.erb:47
#, fuzzy
#| msgid "Manage your notifications settings"
msgid "Manage your notification settings"
msgstr "Gerenciar suas configurações de notificação"

#: app/assets/javascripts/app/views/api.jst.eco:2
#: app/assets/javascripts/app/views/calendar/index.jst.eco:3
#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:3
#: app/assets/javascripts/app/views/package.jst.eco:2
#: app/assets/javascripts/app/views/sla/index.jst.eco:3
#: app/assets/javascripts/app/views/translation/index.jst.eco:4
#: app/assets/javascripts/app/views/user.jst.eco:3
msgid "Management"
msgstr "Management"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:161
msgid "Manually open chat"
msgstr "Manually open chat"

#: app/assets/javascripts/app/views/import/otrs.jst.eco:97
#, fuzzy
#| msgid ""
#| "We found a lot of dynamic fields which are not common in Zammad, as we "
#| "follow a different approach to ticket attributes. Zammad uses also tags "
#| "in addition to custom fields to classify tickets. This difference can "
#| "create a new philosophy of your ticket attributes / tags compared to your "
#| "current use of dynamic fields in OTRS."
msgid ""
"Many dynamic fields were found. This is not a common pattern in Zammad, "
"which takes a different approach to ticket attributes. Zammad also uses tags "
"in addition to custom fields to classify tickets. This difference can create "
"a new philosophy of your ticket attributes / tags compared to your current "
"use of dynamic fields in OTRS."
msgstr ""
"Encontramos muitos campos dinâmicos que não são comuns no Zammad, pois "
"seguimos uma abordagem diferente para atributos de ticket. O Zammad também "
"usa tags, além de campos personalizados para classificar os tickets. Essa "
"diferença pode criar uma nova filosofia de atributos / tags de ticket em "
"comparação com o uso atual de campos dinâmicos no OTRS."

#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:22
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:57
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:128
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:58
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:163
msgid "Mapping"
msgstr "Mapping"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Mar"
msgstr "Mar"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
msgid "March"
msgstr "Março"

#: app/assets/javascripts/app/views/widget/online_notification.jst.eco:4
#: app/frontend/apps/mobile/pages/online-notification/views/NotificationsList.vue:103
msgid "Mark all as read"
msgstr "Marcar todas como lidas."

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:534
msgid "Match all (AND)"
msgstr ""

#: app/assets/javascripts/app/models/postmaster_filter.coffee:9
msgid "Match all of the following"
msgstr "Obedecendo todos os criterios"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:535
msgid "Match any (OR)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:536
msgid "Match none (NOT)"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:38
#: db/seeds/settings.rb:2803
#, fuzzy
#| msgid "Match all of the following"
msgid "Match tickets in following states"
msgstr "Obedecendo todos os criterios"

#: app/assets/javascripts/app/lib/app_post/iconset_picker.coffee:13
msgid "Material"
msgstr ""

#: app/models/webhook/pre_defined/mattermost.rb:5
#, fuzzy
#| msgid "Disable Notifications"
msgid "Mattermost Notifications"
msgstr "Desabilitar Notifications"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:87
msgid "Mattermost, RocketChat"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:35
msgid "Max length must be an integer."
msgstr ""

#: app/assets/javascripts/app/models/chat.coffee:253
#: app/assets/javascripts/app/views/channel/topics.jst.eco:7
#, fuzzy
#| msgid "Max. clients in waitlist"
msgid "Max. clients on waitlist"
msgstr "Máx. clientes na lista de espera"

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:5
msgid "Max. concurrent chats"
msgstr "Número máximo de chats"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:257
#, fuzzy
#| msgid "Minimum length"
msgid "Max. length"
msgstr "Comprimento máximo"

#: db/seeds/settings.rb:3161
msgid "Max. length of the subject in an email reply."
msgstr "Tamanho máximo de um assunto numa resposta de email."

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:387
msgid "Maximal"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:109
msgid "Maximal value must be an integer"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:114
msgid "Maximal value must be higher than -2147483648"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:132
msgid "Maximal value must be higher than or equal to minimal value"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:119
msgid "Maximal value must be lower than 2147483648"
msgstr ""

#: db/seeds/settings.rb:3273
msgid "Maximum Email Size"
msgstr "Maximum Email Size"

#: db/seeds/settings.rb:2911
#, fuzzy
#| msgid "Maximum number of recursively executed triggers."
msgid "Maximum Recursive Ticket Triggers Depth"
msgstr "Número máximo de \"triggers\" executados recursivamente."

#: db/seeds/settings.rb:2233
msgid "Maximum failed logins"
msgstr "Maximum failed logins"

#: db/seeds/settings.rb:1037
#, fuzzy
msgid "Maximum number of open tabs."
msgstr "Número Máximo de \"triggers\" executados recursivamente."

#: db/seeds/settings.rb:2914
msgid "Maximum number of recursively executed triggers."
msgstr "Número máximo de \"triggers\" executados recursivamente."

#: db/seeds/settings.rb:1024
msgid "Maximum number of ticket shown in overviews"
msgstr "Numero máximo de tickets na visão geral"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:160
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "May"
msgstr "Maio"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:81
msgid "Me"
msgstr "Modo"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleWhatsappMediaBadge.vue:53
msgid "Media Download Error"
msgstr "Erro a descarregar conteúdo"

#: app/frontend/shared/entities/ticket-article/composables/useTicketArticleRetryMediaDownload.ts:43
msgid "Media download failed. Please try again later."
msgstr ""

#: app/frontend/shared/entities/ticket-article/composables/useTicketArticleRetryMediaDownload.ts:35
msgid "Media download was successful."
msgstr "Download realizado com sucesso!"

#: app/assets/javascripts/app/views/organization_profile/object.jst.eco:20
#: app/assets/javascripts/app/views/popover/organization.jst.eco:6
#: app/assets/javascripts/app/views/widget/organization.jst.eco:29
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarOrganization/TicketSidebarOrganizationContent.vue:78
#: app/frontend/apps/mobile/components/Organization/OrganizationMembersList.vue:29
msgid "Members"
msgstr "Membros"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/created-mention.ts:12
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/removed-mention.ts:12
#, fuzzy
#| msgid "Mentions"
msgid "Mention for"
msgstr "Menções"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:334
#, fuzzy
#| msgid "Mentions"
msgid "Mention user"
msgstr "Menções"

#: app/assets/javascripts/app/views/twitter/list.jst.eco:48
msgid "Mentions"
msgstr "Menções"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:26
msgid "Mentions Group"
msgstr "Grupo de Menções"

#: app/assets/javascripts/app/controllers/agent_ticket_merge.coffee:7
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_ticket.coffee:120
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketMerge/TicketMergeFlyout.vue:87
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:69
msgid "Merge"
msgstr "Fundir"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketMerge/TicketMergeFlyout.vue:94
#, fuzzy
#| msgid "Merge to Ticket#"
msgid "Merge Tickets"
msgstr "Merge to Ticket#"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:169
msgid "Merge cells"
msgstr "Fundir com o Ticket#"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:51
msgid "Merge tickets"
msgstr "Fundir para o Ticket#"

#: app/assets/javascripts/app/views/agent_ticket_merge.jst.eco:2
msgid "Merge to Ticket#"
msgstr "Fundir para o Ticket#"

#: app/models/report.rb:75
#, fuzzy
#| msgid "Merge"
msgid "Merged"
msgstr "Fundir"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsMerge.vue:15
#, fuzzy
#| msgid "assign tickets"
msgid "Merged %s into this ticket"
msgstr "assign tickets"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsMerge.vue:16
#, fuzzy
#| msgid "Merge to Ticket#"
msgid "Merged this ticket into %s"
msgstr "Merge to Ticket#"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:398
#: app/assets/javascripts/app/views/maintenance.jst.eco:32
#: public/assets/form/form.js:41
msgid "Message"
msgstr "Mensagem"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:46
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/whatsappMessage.ts:15
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:137
msgid "Message Status"
msgstr "Estado da mensagem"

#: app/assets/javascripts/app/views/channel/form.jst.eco:47
msgid "Message after sending form"
msgstr "Mensagem após envio de formulário"

#: db/seeds/settings.rb:64
msgid "Message for login page."
msgstr "Mensagem para ecrã de Login."

#: app/assets/javascripts/app/views/telegram/index.jst.eco:26
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:35
msgid "Messages"
msgstr "Mensagens"

#: app/models/webhook/pre_defined/mattermost.rb:38
#, fuzzy
#| msgid "Create Channels"
msgid "Messaging Channel"
msgstr "Criar Canais"

#: app/models/webhook/pre_defined/mattermost.rb:45
#, fuzzy
#| msgid "Icon"
msgid "Messaging Icon URL"
msgstr "URL do Ícone de Mensagens"

#: app/models/webhook/pre_defined/mattermost.rb:31
msgid "Messaging Username"
msgstr "Nome de utilizador"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:89
msgid "Meta Data"
msgstr "Exibir detalhes de procura"

#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:11
msgid "Method"
msgstr "Método"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:686
msgid "Method (AJAX endpoint)"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:91
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:54
#: db/seeds/settings.rb:1761
msgid "Microsoft"
msgstr "Microsoft"

#: db/seeds/permissions.rb:155
msgid "Microsoft 365"
msgstr "Microsoft 365"

#: db/seeds/settings.rb:1769
msgid "Microsoft 365 App Credentials"
msgstr "Credenciais Microsoft 365"

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:4
#: app/assets/javascripts/app/views/microsoft_graph/index.jst.eco:4
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:3
#, fuzzy
#| msgid "Microsoft 365"
msgid "Microsoft 365 Graph Email"
msgstr "Microsoft 365"

#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:3
#: app/assets/javascripts/app/views/microsoft365/index.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:3
#, fuzzy
#| msgid "Microsoft 365"
msgid "Microsoft 365 IMAP Email"
msgstr "Microsoft 365"

#: db/seeds/settings.rb:1762
msgid "Microsoft Application Registration Portal"
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:15
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:128
msgid "Microsoft Authenticator"
msgstr "Microsoft Authenticator"

#: db/seeds/permissions.rb:161
#, fuzzy
#| msgid "Microsoft"
msgid "Microsoft Graph"
msgstr "Microsoft"

#: app/models/webhook/pre_defined/microsoft_teams.rb:5
msgid "Microsoft Teams Notifications"
msgstr "Desativar Notificações"

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:56
#: app/assets/javascripts/app/views/import/kayako.jst.eco:60
#: app/assets/javascripts/app/views/import/otrs.jst.eco:41
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:57
msgid "Migrate %s Data"
msgstr "Migrar dados %s"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:49
msgid "Migrate now!"
msgstr ""

#: app/assets/javascripts/app/views/import/otrs.jst.eco:10
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRSDownloadButtons.vue:16
msgid "Migration Plugin for %s"
msgstr "plugin de migração para %s"

#: app/controllers/import_otrs_controller.rb:107
msgid "Migrator can't read OTRS output!"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_git_issue.jst.eco:18
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:73
msgid "Milestone"
msgstr "Marco histórico"

#: db/seeds/settings.rb:2478
msgid "Min. size of number"
msgstr "Tamanho mínimo do número"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:378
msgid "Minimal"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:87
msgid "Minimal value must be an integer"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:93
msgid "Minimal value must be higher than -2147483648"
msgstr ""

#: app/models/object_manager/attribute/data_option_validator.rb:98
msgid "Minimal value must be lower than 2147483648"
msgstr ""

#: db/seeds/settings.rb:2115
msgid "Minimum length"
msgstr "Comprimento máximo"

#: app/assets/javascripts/app/views/generic/timer.jst.eco:21
msgid "Minute"
msgstr "Minuto"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:5
msgid "Minute(s)"
msgstr "Minute(s)"

#: app/assets/javascripts/app/views/generic/timeplan.jst.eco:8
msgid "Minutes"
msgstr "Minutos"

#: lib/whatsapp/webhook/payload.rb:18
msgid "Mismatching phone number id."
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:23
#: db/seeds/object_manager_attributes.rb:1034
msgid "Mobile"
msgstr "Movel"

#: app/assets/javascripts/app/views/maintenance.jst.eco:14
msgid "Mode"
msgstr "Mode"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:268
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:66
msgid "Module"
msgstr "Módulo"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Mon"
msgstr "Segunda"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:7
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:15
#: app/assets/javascripts/app/views/calendar/index.jst.eco:44
msgid "Monday"
msgstr "Segunda"

#: app/assets/javascripts/app/controllers/_integration/monit.coffee:3
msgid "Monit"
msgstr ""

#: db/seeds/settings.rb:4739
msgid "Monit integration"
msgstr ""

#: app/assets/javascripts/app/controllers/monitoring.coffee:3
#: app/assets/javascripts/app/views/monitoring.jst.eco:3
#: db/seeds/permissions.rb:281
msgid "Monitoring"
msgstr "Monitoring"

#: db/seeds/settings.rb:3541
msgid "Monitoring Token"
msgstr ""

#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco:3
msgid "Month"
msgstr "Mês"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:9
msgid "Month(s)"
msgstr "Month(s)"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_escalation.jst.eco:3
msgid "Mood"
msgstr "Mood"

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceFreshdesk.vue:72
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:61
msgid "More information can be found here."
msgstr ""

#: app/models/user.rb:649
msgid "More than 250 secondary organizations are not allowed."
msgstr ""

#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:145
#, fuzzy
#| msgid "Overviews"
msgid "More ticket overviews"
msgstr "Overviews"

#: app/assets/javascripts/app/views/profile/devices.jst.eco:14
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:107
msgid "Most recent activity"
msgstr "Most recent activity"

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:17
msgid "Move all from \"%s\" to \"%s\":"
msgstr "mover todos de \"%s\" para \"%s\":"

#: app/frontend/shared/form/i18n/locales.ts:54
#, fuzzy
#| msgid "Move up and down"
msgid "Move down"
msgstr "MOver acima e abaixo"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:341
msgid "Move left and right"
msgstr "Mover direita e esquerda"

#: app/frontend/shared/form/i18n/locales.ts:50
#, fuzzy
#| msgid "Moved out"
msgid "Move up"
msgstr "Movido fora"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:337
msgid "Move up and down"
msgstr "MOver acima e abaixo"

#: app/models/report.rb:59
msgid "Moved in"
msgstr "Movido para"

#: app/models/report.rb:67
msgid "Moved out"
msgstr "Movido fora"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:61
#, fuzzy
#| msgid "auto select"
msgid "Multiple selection field"
msgstr "selecionar automaticamente"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:69
msgid "Multiple tree selection field"
msgstr ""

#: db/seeds/overviews.rb:5
#, fuzzy
#| msgid "My assigned Tickets"
msgid "My Assigned Tickets"
msgstr "My assigned Tickets"

#: db/seeds/overviews.rb:239
msgid "My Organization Tickets"
msgstr "My Organization Tickets"

#: db/seeds/overviews.rb:59
#, fuzzy
#| msgid "My pending reached Tickets"
msgid "My Pending Reached Tickets"
msgstr "Meus Tickets pendentes"

#: db/seeds/overviews.rb:184
#, fuzzy
#| msgid "My replacement Tickets"
msgid "My Replacement Tickets"
msgstr "meus chamados substituidos"

#: app/assets/javascripts/app/views/dashboard.jst.eco:3
msgid "My Stats"
msgstr "As minhas Estatisticas"

#: db/seeds/overviews.rb:91
#, fuzzy
#| msgid "My subscribed Tickets"
msgid "My Subscribed Tickets"
msgstr "Os meus Tickets atribuídos"

#: app/assets/javascripts/app/views/generic/notification_matrix.jst.eco:5
#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:57
#: db/seeds/overviews.rb:213
msgid "My Tickets"
msgstr "My Tickets"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_waiting_time.jst.eco:15
msgid "My handling time: %s minutes"
msgstr "Meu tempo de atuação: %s minutes"

#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:35
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:67
#, fuzzy
#| msgid "My Tickets"
msgid "My tickets"
msgstr "My Tickets"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_in_process.jst.eco:3
#, fuzzy
#| msgid "Your tickets in process"
msgid "My tickets in process"
msgstr "Seus tickets em processo"

#: app/assets/javascripts/app/controllers/_integration/nagios.coffee:3
msgid "Nagios"
msgstr "Nagios"

#: db/seeds/settings.rb:4531
msgid "Nagios integration"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/reorder_modal.coffee:13
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:319
#: app/assets/javascripts/app/controllers/chat.coffee:559
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:52
#: app/assets/javascripts/app/models/_application_model.coffee:156
#: app/assets/javascripts/app/models/application.coffee:7
#: app/assets/javascripts/app/models/calendar.coffee:7
#: app/assets/javascripts/app/models/chat.coffee:251
#: app/assets/javascripts/app/models/chat_sessions.coffee:7
#: app/assets/javascripts/app/models/checklist.coffee:7
#: app/assets/javascripts/app/models/checklist_item.coffee:7
#: app/assets/javascripts/app/models/checklist_template.coffee:7
#: app/assets/javascripts/app/models/checklist_template_item.coffee:5
#: app/assets/javascripts/app/models/core_workflow.coffee:6
#: app/assets/javascripts/app/models/core_workflow_custom_module.coffee:4
#: app/assets/javascripts/app/models/group.coffee:7
#: app/assets/javascripts/app/models/job.coffee:6
#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:6
#: app/assets/javascripts/app/models/ldap_source.coffee:6
#: app/assets/javascripts/app/models/macro.coffee:6
#: app/assets/javascripts/app/models/object_manager_attribute.coffee:6
#: app/assets/javascripts/app/models/organization.coffee:6
#: app/assets/javascripts/app/models/overview.coffee:6
#: app/assets/javascripts/app/models/postmaster_filter.coffee:7
#: app/assets/javascripts/app/models/report_profile.js.coffee:6
#: app/assets/javascripts/app/models/role.coffee:6
#: app/assets/javascripts/app/models/signature.coffee:7
#: app/assets/javascripts/app/models/sla.coffee:6
#: app/assets/javascripts/app/models/template.coffee:6
#: app/assets/javascripts/app/models/text_module.coffee:6
#: app/assets/javascripts/app/models/ticket_priority.coffee:6
#: app/assets/javascripts/app/models/ticket_state.coffee:6
#: app/assets/javascripts/app/models/ticket_time_accounting_type.coffee:12
#: app/assets/javascripts/app/models/trigger.coffee:6
#: app/assets/javascripts/app/models/twitter.coffee:6
#: app/assets/javascripts/app/models/user_overview_sorting_overview.coffee:4
#: app/assets/javascripts/app/models/webhook.coffee:6
#: app/assets/javascripts/app/views/channel/topics.jst.eco:5
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:34
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:18
#: app/assets/javascripts/app/views/integration/github.jst.eco:7
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:10
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:10
#: app/assets/javascripts/app/views/integration/idoit_object_result.jst.eco:9
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:19
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:19
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:11
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:56
#: app/assets/javascripts/app/views/package.jst.eco:47
#: app/assets/javascripts/app/views/profile/devices.jst.eco:12
#: app/assets/javascripts/app/views/profile/password.jst.eco:30
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:16
#: app/assets/javascripts/app/views/profile/token_access_create.jst.eco:3
#: app/assets/javascripts/app/views/tag/table.jst.eco:4
#: app/assets/javascripts/app/views/widget/organization.jst.eco:9
#: app/assets/javascripts/app/views/widget/user.jst.eco:5
#: app/controllers/time_accountings_controller.rb:95
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:30
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:100
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:31
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:97
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:91
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:188
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout/IdoitObjectList.vue:20
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:163
#: db/seeds/object_manager_attributes.rb:1704 public/assets/form/form.js:24
msgid "Name"
msgstr "Nome"

#: db/seeds/settings.rb:1948
msgid "Name Identifier Format"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:117
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:367
msgid "Name for this security key"
msgstr ""

#: app/assets/javascripts/app/views/channel/form.jst.eco:39
msgid "Name of form submit button"
msgstr "Nome"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:524
msgid "Navigate through article"
msgstr "Navegar pelo artigo"

#: app/assets/javascripts/app/views/generic/searchable_select_option.jst.eco:7
#, fuzzy
#| msgid "Navigate through article"
msgid "Navigate to %s"
msgstr "Navegar pelo artigo"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:137
#: app/frontend/apps/desktop/components/PageNavigation/PageNavigation.vue:27
msgid "Navigation"
msgstr ""

#: app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue:77
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Navigation filter"
msgstr "Ação em massa executada!"

#: app/controllers/concerns/clones_ticket_article_attachments.rb:9
msgid "Need 'form_id' to add attachments to new form."
msgstr ""

#: app/controllers/concerns/creates_ticket_articles.rb:13
#: lib/validations/ticket_article_validator/default.rb:8
msgid "Need at least an 'article body' field."
msgstr ""

#: app/controllers/application_controller/handles_devices.rb:47
msgid "Need fingerprint param!"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/twitter_reply.coffee:180
msgid "Need recipient in \"To\"."
msgstr ""

#: lib/sessions/event/chat_base.rb:27
msgid "Need session_id."
msgstr ""

#: app/controllers/tickets_controller.rb:438
msgid "Need user_id or organization_id as param"
msgstr ""

#: db/seeds/settings.rb:2188
msgid "Needed"
msgstr "Needed"

#: app/controllers/sessions_controller.rb:50
msgid ""
"Neither an SSO environment variable 'REMOTE_USER' nor a 'X-Forwarded-User' "
"header could be found."
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/system.coffee:15
msgid "Network"
msgstr "Network"

#: app/assets/javascripts/app/controllers/_channel/_email_filter.coffee:12
#: app/assets/javascripts/app/controllers/_channel/_email_signature.coffee:12
#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:46
#: app/assets/javascripts/app/controllers/_default_navbar.coffee:14
#: app/assets/javascripts/app/controllers/translation.coffee:167
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:159
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:80
msgid "New"
msgstr "Novo"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:284
#, fuzzy
#| msgid "Open Tickets"
msgid "New & Open Tickets"
msgstr "Open Tickets"

#: app/assets/javascripts/app/controllers/api.coffee:190
msgid "New Access Token is"
msgstr ""

#: app/assets/javascripts/app/controllers/time_accounting_types.coffee:54
#, fuzzy
#| msgid "Activity"
msgid "New Activity Type"
msgstr "Atividade"

#: app/assets/javascripts/app/controllers/knowledge_base/add_form.coffee:8
#, fuzzy
#| msgid "New User"
msgid "New Answer"
msgstr "New User"

#: app/assets/javascripts/app/views/api.jst.eco:52
msgid "New Application"
msgstr "Nova aplicação"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:9
msgid "New Attribute"
msgstr "Novo atributo"

#: app/assets/javascripts/app/views/calendar/index.jst.eco:10
msgid "New Calendar"
msgstr "New Calendar"

#: app/assets/javascripts/app/controllers/knowledge_base/add_form.coffee:10
#, fuzzy
#| msgid "Category"
msgid "New Category"
msgstr "Categoria"

#: app/assets/javascripts/app/controllers/checklist_template.coffee:38
#, fuzzy
#| msgid "Templates"
msgid "New Checklist Template"
msgstr "Modelos"

#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:8
msgid "New Deletion Task"
msgstr "Nova Tarefa de Exclusão"

#: app/assets/javascripts/app/controllers/group.coffee:27
msgid "New Group"
msgstr "New Group"

#: app/assets/javascripts/app/controllers/clues/keyboard_shortcuts_clues.coffee:5
#, fuzzy
#| msgid "Keyboard Shortcuts"
msgid "New Keyboard Shortcuts"
msgstr "atalhos de teclado"

#: app/assets/javascripts/app/controllers/macro.coffee:24
msgid "New Macro"
msgstr "Novo Macro"

#: app/assets/javascripts/app/controllers/organization.coffee:30
msgid "New Organization"
msgstr "New Organization"

#: app/assets/javascripts/app/controllers/overview.coffee:30
msgid "New Overview"
msgstr "Nova Visão Geral"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:132
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:203
#, fuzzy
#| msgid "Your New Personal Access Token"
msgid "New Personal Access Token"
msgstr "Seu novo token de acesso pessoal"

#: app/assets/javascripts/app/controllers/ticket_priority.coffee:19
#, fuzzy
#| msgid "Priority"
msgid "New Priority"
msgstr "Prioridade"

#: app/assets/javascripts/app/controllers/report_profile.coffee:24
msgid "New Profile"
msgstr "New Profile"

#: app/assets/javascripts/app/controllers/public_link.coffee:24
#, fuzzy
#| msgid "Public Menu"
msgid "New Public Link"
msgstr "Menu Publico"

#: app/assets/javascripts/app/controllers/role.coffee:30
msgid "New Role"
msgstr "Nova regra"

#: app/assets/javascripts/app/views/sla/index.jst.eco:10
msgid "New SLA"
msgstr "Novo SLA"

#: app/assets/javascripts/app/controllers/job.coffee:26
msgid "New Scheduler"
msgstr "Novo Agendador"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:27
#, fuzzy
#| msgid "Source"
msgid "New Source"
msgstr "Fonte"

#: app/assets/javascripts/app/views/tag/index.jst.eco:14
#: db/seeds/settings.rb:4155
msgid "New Tags"
msgstr "Nova Tags"

#: app/assets/javascripts/app/controllers/template.coffee:24
#, fuzzy
#| msgid "Templates"
msgid "New Template"
msgstr "Modelos"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:190
#: app/assets/javascripts/app/controllers/_profile/notification.coffee:65
#: app/assets/javascripts/app/controllers/_ui_element/notification_matrix.coffee:7
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:484
#: app/assets/javascripts/app/controllers/customer_ticket_create.coffee:21
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:68
#: app/assets/javascripts/app/views/customer_ticket_create.jst.eco:6
#: app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco:25
#: app/frontend/apps/desktop/entities/ticket/composables/useTicketCreateTitle.ts:22
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:104
#: app/frontend/apps/desktop/pages/ticket/routes.ts:15
msgid "New Ticket"
msgstr "Novo Ticket"

#: app/assets/javascripts/app/controllers/ticket_state.coffee:21
#, fuzzy
#| msgid "New Ticket"
msgid "New Ticket State"
msgstr "Novo Ticket"

#: app/frontend/apps/desktop/entities/ticket/composables/useTicketCreateTitle.ts:24
#, fuzzy
#| msgid "New Ticket"
msgid "New Ticket: %s"
msgstr "Novo Ticket"

#: app/assets/javascripts/app/views/translation/index.jst.eco:11
#, fuzzy
#| msgid "Translations"
msgid "New Translation"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/trigger.coffee:27
msgid "New Trigger"
msgstr "Novo gatilho"

#: app/assets/javascripts/app/controllers/user.coffee:54
#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:89
#: app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco:54
msgid "New User"
msgstr "New User"

#: db/seeds/settings.rb:1077
msgid "New User Accounts"
msgstr "New User Accounts"

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:113
msgid "New Version"
msgstr "New Version"

#: app/assets/javascripts/app/controllers/webhook.coffee:30
msgid "New Webhook"
msgstr ""

#: app/assets/javascripts/app/controllers/core_workflow.coffee:26
msgid "New Workflow"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:66
msgid "New organizations are shared."
msgstr "Novas organizações são compartilhadas."

#: app/assets/javascripts/app/controllers/_profile/password.coffee:76
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:63
msgid "New password"
msgstr "New password"

#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item_row.jst.eco:12
msgid "New tab"
msgstr ""

#: app/assets/javascripts/app/controllers/text_module.coffee:34
msgid "New text module"
msgstr "Novo módulo de texto"

#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:74
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/MenuContainer/AddMenu/plugins/ticket-create.ts:12
#, fuzzy
#| msgid "New Ticket"
msgid "New ticket"
msgstr "Novo Ticket"

#. This is the template file app/views/mailer/ticket_create/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_create/en.html.erb
msgid ""
"New ticket (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>The new ticket (#{ticket.title}) has been created by "
"\"<b>#{current_user.longname}</b>\".</div>\n"
"<br>\n"
"<div>\n"
"Group: #{ticket.group.name}<br>\n"
"Owner: #{ticket.owner.fullname}<br>\n"
"State: #{t(ticket.state.name)}<br>\n"
"</div>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"  Information:\n"
"  <blockquote type=\"cite\">\n"
"  #{article.body_as_html}\n"
"  </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:202
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:140
msgid "New user?"
msgstr "Novo utilizador?"

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:112
#: app/assets/javascripts/app/controllers/webhook.coffee:126
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/password_check.coffee:2
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:106
#: app/assets/javascripts/app/views/clues/clues_content.jst.eco:19
#: app/assets/javascripts/app/views/getting_started/base.jst.eco:31
#: app/assets/javascripts/app/views/import/otrs.jst.eco:17
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue:57
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:55
#: app/frontend/shared/form/i18n/locales.ts:66
msgid "Next"
msgstr "Próximo"

#: app/assets/javascripts/app/models/ticket_state.coffee:8
#, fuzzy
#| msgid "State"
msgid "Next State"
msgstr "Estado"

#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:43
#: app/assets/javascripts/app/views/ticket_zoom/overview_navigator.jst.eco:12
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketScreenBehavior/behaviorOptions.ts:21
#: db/seeds/settings.rb:3022
msgid "Next in overview"
msgstr "próximo na visão geral"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:88
#, fuzzy
#| msgid "State"
msgid "Next month"
msgstr "Estado"

#: app/assets/javascripts/app/views/generic/table_pager.jst.eco:14
#, fuzzy
#| msgid "State"
msgid "Next page"
msgstr "Estado"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:90
#, fuzzy
#| msgid "State"
msgid "Next year"
msgstr "Estado"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:59
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:6
msgid "No"
msgstr "Não"

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:21
msgid "No %s configured."
msgstr "Nenhum %s configurado"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:924
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:42
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:5
#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:16
#: app/assets/javascripts/app/views/generic/admin/empty.jst.eco:4
#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:49
#: app/assets/javascripts/app/views/google/list.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:62
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:63
#: app/assets/javascripts/app/views/integration/pgp_group.jst.eco:12
#: app/assets/javascripts/app/views/integration/pgp_list.jst.eco:6
#: app/assets/javascripts/app/views/integration/smime_group.jst.eco:12
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:6
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:37
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:37
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:6
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:3
#: app/assets/javascripts/app/views/time_accounting/by_customer.jst.eco:3
#: app/assets/javascripts/app/views/time_accounting/by_organization.jst.eco:3
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:3
#: app/assets/javascripts/app/views/widget/http_log.jst.eco:11
msgid "No Entries"
msgstr "No Entries"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_no_items.jst.eco:3
#, fuzzy
#| msgid "No Entries"
msgid "No Entry"
msgstr "No Entries"

#: lib/external_credential/exchange.rb:12
#, fuzzy
#| msgid "No %s configured."
msgid "No Exchange app configured!"
msgstr "Nenhum %s configurado"

#: lib/external_credential/facebook.rb:12
#, fuzzy
#| msgid "No %s configured."
msgid "No Facebook app configured!"
msgstr "Nenhum %s configurado"

#: lib/external_credential/microsoft365.rb:9
#, fuzzy
#| msgid "No %s configured."
msgid "No Microsoft 365 app configured!"
msgstr "Nenhum %s configurado"

#: lib/external_credential/microsoft_graph.rb:9
#, fuzzy
#| msgid "No %s configured."
msgid "No Microsoft Graph app configured!"
msgstr "Nenhum %s configurado"

#: app/frontend/apps/desktop/pages/ticket-overviews/views/TicketOverviews.vue:120
#, fuzzy
#| msgid "Overviews"
msgid "No Overviews"
msgstr "Overviews"

#: db/seeds/settings.rb:576
msgid "No Proxy"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:415
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:203
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:83
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:43
msgid "No SSL"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/translation_support.coffee:37
msgid "No Thanks!"
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:123
msgid ""
"No additional text can be sent with this media type. Please remove the text."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/answers.coffee:4
msgid "No answers"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarAttachment/TicketSidebarAttachmentContent.vue:58
#, fuzzy
#| msgid "%s attached files"
msgid "No attached files"
msgstr "%s ficheiros anexos"

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:327
msgid "No camera found."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/categories.coffee:4
msgid "No categories"
msgstr "Nenhuma categoria"

#: app/models/setting/validation/saml/security.rb:33
#, fuzzy
#| msgid "Notification Sound"
msgid "No certificate found."
msgstr "Som de Notificação"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:465
#, fuzzy
#| msgid "You have not created a ticket yet."
msgid "No checklist added to this ticket yet."
msgstr "Você ainda não possue nenhum chamado criado."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:185
msgid "No checklist items yet"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:14
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistEmptyTemplates.vue:15
#, fuzzy
#| msgid "No template created yet."
msgid "No checklist templates have been created yet."
msgstr "Nenhum template criado ainda."

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:5
#, fuzzy
#| msgid "Save configuration"
msgid "No configuration set."
msgstr "Salvar configuração"

#: app/views/knowledge_base/public/categories/index.html.erb:16
#: app/views/knowledge_base/public/tags/show.html.erb:15
msgid "No content to show"
msgstr ""

#: app/models/group.rb:36
msgid "No double colons (::) allowed, reserved delimiter"
msgstr ""

#: app/assets/javascripts/app/views/widget/shared_draft.jst.eco:21
#, fuzzy
#| msgid "draft"
msgid "No drafts"
msgstr "Rascunho"

#: app/controllers/users_controller.rb:275
msgid "No email!"
msgstr ""

#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:139
#: app/frontend/apps/mobile/pages/online-notification/views/NotificationsList.vue:89
#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:267
#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketList.vue:150
#, fuzzy
#| msgid "No Entries"
msgid "No entries"
msgstr "No Entries"

#: app/controllers/integration/exchange_controller.rb:58
msgid "No entries were found in the selected folder(s)."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:46
#, fuzzy
#| msgid "No filter."
msgid "No file chosen."
msgstr "No filter."

#: app/frontend/shared/form/i18n/locales.ts:454
msgid "No file formats allowed."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:649
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:803
#, fuzzy
#| msgid "Not configured"
msgid "No filter was configured."
msgstr "Not configured"

#: app/controllers/integration/exchange_controller.rb:45
msgid "No folders were found for the given user credentials."
msgstr ""

#: app/services/service/system/import/check_status.rb:44
#, fuzzy
#| msgid "Your tickets in process"
msgid "No import in progress."
msgstr "Seus tickets em processo"

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_git_issue.coffee:193
msgid "No linked issues"
msgstr "Sem problemas ligados"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketLinks.vue:158
#, fuzzy
#| msgid "No template created yet."
msgid "No links added yet."
msgstr "Nenhum template criado ainda."

#: app/assets/javascripts/app/views/ticket_overview/batch_overlay_macro.jst.eco:4
#, fuzzy
#| msgid "No translation for this locale available"
msgid "No macros available."
msgstr "Nenhuma tradução para essa localidade disponível"

#: app/frontend/apps/desktop/components/CommonSimpleEntityList/plugins/user.ts:9
#, fuzzy
#| msgid "No results found"
msgid "No members found"
msgstr "Sem resultados"

#: app/frontend/apps/desktop/components/CommonSimpleEntityList/plugins/organization.ts:9
#, fuzzy
#| msgid "Organizations"
msgid "No organizations found"
msgstr "Organizations"

#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:297
#, fuzzy
#| msgid "Previous tab"
msgid "No previous searches"
msgstr "Previous tab"

#: app/models/setting/validation/saml/security.rb:34
#, fuzzy
#| msgid "No results found"
msgid "No private key found."
msgstr "Sem resultados"

#: db/seeds/settings.rb:579
msgid "No proxy for the following hosts."
msgstr "Nenhum proxy para os seguintes hosts."

#: lib/whatsapp/webhook/message/reaction.rb:13
msgid "No related article found to process the reaction message on."
msgstr ""

#: lib/whatsapp/webhook/message/status.rb:15
msgid "No related article found to process the status message on."
msgstr ""

#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:698
#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:338
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:522
#: app/frontend/apps/desktop/components/NavigationMenu/NavigationMenu.vue:90
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout/IdoitObjectList.vue:37
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue:402
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDialog.vue:348
#: app/frontend/shared/components/Form/fields/FieldEditor/SuggestionsList.vue:98
msgid "No results found"
msgstr "Sem resultados"

#: app/views/layouts/knowledge_base.html.erb:43
msgid "No results were found."
msgstr "Nenhum resultado encontrado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleSecurityWarning.vue:30
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:204
#, fuzzy
#| msgid "No translation for this locale available"
msgid "No security information available."
msgstr "Nenhuma tradução para essa localidade disponível"

#: lib/sessions/event/chat_session_start.rb:23
#: lib/sessions/event/chat_transfer.rb:15
msgid "No session available."
msgstr ""

#: lib/stats.rb:21
msgid "No settings with area 'Dashboard::Stats' defined"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:218
#, fuzzy
#| msgid "Shared"
msgid "No shared drafts yet"
msgstr "Compartilhado"

#: app/controllers/organizations_controller.rb:107
#: app/controllers/text_modules_controller.rb:75
#: app/controllers/ticket_articles_controller.rb:232
#: app/controllers/tickets_controller.rb:570
#: app/controllers/users_controller.rb:579
msgid "No source data submitted!"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:194
#, fuzzy
#| msgid "No template created yet."
msgid "No tags added yet."
msgstr "Nenhum template criado ainda."

#: app/assets/javascripts/app/views/widget/template.jst.eco:14
msgid "No template created yet."
msgstr "Nenhum template criado ainda."

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:200
#, fuzzy
#| msgid "Match all of the following"
msgid "No tickets in this state."
msgstr "Obedecendo todos os criterios"

#: app/controllers/users_controller.rb:254
msgid "No token!"
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/content.jst.eco:2
msgid "No translation for this locale available"
msgstr "Nenhuma tradução para essa localidade disponível"

#: app/models/ticket.rb:399
msgid "No triggers active"
msgstr ""

#: app/assets/javascripts/app/views/widget/online_notification.jst.eco:8
msgid "No unread notifications for you. :)"
msgstr "Nenhuma notificação não lida para você! :)"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationList.vue:22
#, fuzzy
#| msgid "Notification"
msgid "No unread notifications."
msgstr "Notification"

#: db/seeds/settings.rb:1323
msgid "No user creation on logon"
msgstr ""

#: app/assets/javascripts/app/views/generic/ticket_perform_action/webhook_not_available.jst.eco:1
msgid ""
"No webhook available, please create a new one or activate an existing one at "
"\"Manage > Webhook\""
msgstr ""

#: app/models/channel/email_parser.rb:119
msgid "No x-zammad-session-user-id, no sender set!"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/checklist_modal.coffee:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailViewContent.vue:370
#, fuzzy
#| msgid "You have closed a ticket"
msgid "No, just close the ticket"
msgstr "You have closed a ticket"

#: app/frontend/shared/composables/form/useCheckBodyAttachmentReference.ts:54
msgid "No, thanks"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/permissions_dialog.coffee:9
#: app/assets/javascripts/app/controllers/ticket_zoom/time_unit.coffee:55
#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:65
#: app/graphql/gql/types/ticket_type.rb:103 db/seeds/settings.rb:1980
msgid "None"
msgstr "Nada"

#: app/assets/javascripts/app/controllers/widget/link/ticket.coffee:4
msgid "Normal"
msgstr "Normal"

#: app/assets/javascripts/app/views/generic/notification_matrix.jst.eco:6
#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:64
#: app/assets/javascripts/app/views/profile/notification.jst.eco:30
msgid "Not Assigned"
msgstr "Não Atribuído"

#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:247
msgid "Not Available"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:160
#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:240
#: app/assets/javascripts/app/controllers/ticket_zoom.coffee:119
#: app/frontend/apps/desktop/components/layout/LayoutTaskbarTabContent.vue:73
#: app/frontend/shared/errors/useErrorHandler.ts:25
#: app/frontend/shared/router/error.ts:24
#: app/helpers/knowledge_base_public_page_title_helper.rb:25
msgid "Not Found"
msgstr ""

#: app/policies/controllers/taskbar_controller_policy.rb:31
msgid "Not allowed to access this task."
msgstr ""

#: app/assets/javascripts/app/views/object_manager/screens.jst.eco:29
msgid ""
"Not applicable to: merging, emails, form, Facebook, Telegram, Twitter, SMS"
msgstr ""

#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:42
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:79
#, fuzzy
#| msgid "Not Assigned"
msgid "Not assigned"
msgstr "Não Atribuído"

#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:158
#: app/assets/javascripts/app/controllers/ticket_zoom.coffee:115
#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_row_display_value.jst.eco:16
#: app/controllers/application_controller/handles_errors.rb:61
#: app/services/service/ticket/article/create.rb:122
msgid "Not authorized"
msgstr ""

#: app/controllers/settings_controller.rb:21
msgid "Not authorized (feature not possible)"
msgstr ""

#: app/controllers/application_controller/authenticates.rb:83
msgid "Not authorized (token expired)!"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/reader_controller.coffee:203
msgid "Not available in selected language"
msgstr "Não disponível no idioma selecionado"

#: app/assets/javascripts/app/views/cti/not_configured.jst.eco:3
msgid "Not configured"
msgstr "Not configured"

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabNotFound.vue:42
#, fuzzy
#| msgid "No results found"
msgid "Not found"
msgstr "Sem resultados"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:71
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:51
#: app/assets/javascripts/app/models/chat.coffee:252
#: app/assets/javascripts/app/models/email_address.coffee:35
#: app/assets/javascripts/app/models/group.coffee:14
#: app/assets/javascripts/app/models/job.coffee:15
#: app/assets/javascripts/app/models/macro.coffee:13
#: app/assets/javascripts/app/models/postmaster_filter.coffee:11
#: app/assets/javascripts/app/models/role.coffee:10
#: app/assets/javascripts/app/models/signature.coffee:26
#: app/assets/javascripts/app/models/text_module.coffee:27
#: app/assets/javascripts/app/models/ticket_priority.coffee:9
#: app/assets/javascripts/app/models/ticket_state.coffee:10
#: app/assets/javascripts/app/models/ticket_time_accounting_type.coffee:14
#: app/assets/javascripts/app/models/trigger.coffee:14
#: app/assets/javascripts/app/models/webhook.coffee:14
#: app/assets/javascripts/app/views/channel/topics.jst.eco:6
#: app/assets/javascripts/app/views/integration/cti.jst.eco:32
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:48
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:35
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/note.ts:7
#: app/frontend/shared/entities/ticket-article/action/plugins/note.ts:14
#: db/seeds/object_manager_attributes.rb:1532
msgid "Note"
msgstr "Note"

#: db/seeds/settings.rb:653
msgid "Note - default visibility"
msgstr "Nota - visualização padrão"

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:28
#, fuzzy
#| msgid "Note"
msgid "Note:"
msgstr "Note"

#: app/assets/javascripts/app/views/system_report.jst.eco:9
msgid ""
"Note: Zammad never sends this data automatically and this data doesn't "
"include personal account names or passwords. However, please have a look "
"after downloading the file to avoid leaking personal data which could be "
"included in comments or notes."
msgstr ""

#: app/assets/javascripts/app/models/email_address.coffee:35
#: app/assets/javascripts/app/models/group.coffee:14
#: app/assets/javascripts/app/models/job.coffee:15
#: app/assets/javascripts/app/models/role.coffee:10
#: app/assets/javascripts/app/models/signature.coffee:26
#: db/seeds/object_manager_attributes.rb:1539
msgid "Notes are visible to agents only, never to customers."
msgstr "Notas visíveis somente para os agentes, nunca para clientes."

#: app/assets/javascripts/app/views/generic/column_select.jst.eco:20
msgid "Nothing selected"
msgstr "Nada selecionado"

#: app/assets/javascripts/app/views/import/otrs.jst.eco:94
msgid "Notice"
msgstr "Aviso"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:23
#: app/assets/javascripts/app/views/google/list.jst.eco:16
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:17
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:17
#, fuzzy
#| msgid "Notice"
msgid "Notice:"
msgstr "Aviso"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:59
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:24
#: app/views/mailer/application.html.erb:36
msgid "Notification"
msgstr "Notification"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualEmailNotification.vue:42
#: db/seeds/settings.rb:3433
msgid "Notification Sender"
msgstr "Notificação de envio."

#: app/assets/javascripts/app/views/profile/notification.jst.eco:52
msgid "Notification Sound"
msgstr "Som de Notificação"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:55
#, fuzzy
#| msgid "Notification Sender"
msgid "Notification matrix"
msgstr "Notificação de envio."

#: app/frontend/apps/mobile/pages/online-notification/components/NotificationItem.vue:48
#, fuzzy
#| msgid "Notification Sender"
msgid "Notification read"
msgstr "Notificação de envio."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:172
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Notification settings could not be reset."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:122
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Notification settings could not be saved."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:190
#, fuzzy
#| msgid "Are you sure? You have changes that will get lost."
msgid "Notification settings have been reset to default."
msgstr "Tem a certeza? Tem alterações que serão perdidas."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:141
#, fuzzy
#| msgid "The test run was successful."
msgid "Notification settings have been saved successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:72
#, fuzzy
#| msgid "Notification Sound"
msgid "Notification sound"
msgstr "Som de Notificação"

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:13
#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:179
#: app/assets/javascripts/app/controllers/_profile/notification.coffee:5
#: app/assets/javascripts/app/views/profile/notification.jst.eco:2
#: app/assets/javascripts/app/views/widget/mention.jst.eco:1
#: app/assets/javascripts/app/views/widget/online_notification.jst.eco:3
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification.vue:83
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue:20
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/notifications.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:34
#: app/frontend/apps/mobile/pages/online-notification/routes.ts:8
#: db/seeds/permissions.rb:467
msgid "Notifications"
msgstr "Notifications"

#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:130
#, fuzzy
#| msgid "Notification Sender"
msgid "Notifications matrix"
msgstr "Notificação de envio."

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Nov"
msgstr "Nov"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "November"
msgstr "Novembro"

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:10
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:20
#: app/graphql/gql/types/overview_type.rb:63
msgid "Number"
msgstr "Número"

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:11
msgid "OAuth"
msgstr ""

#: app/assets/javascripts/app/views/exchange/oauth_intro.jst.eco:2
#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:2
#, fuzzy
#| msgid "Configuration"
msgid "OAuth Configuration"
msgstr "Configuration"

#: app/assets/javascripts/app/views/api.jst.eco:59
msgid "OAuth URLs are:"
msgstr ""

#: app/controllers/application_controller/authenticates.rb:104
msgid "OAuth2 token is expired!"
msgstr ""

#: app/frontend/apps/desktop/components/CommonDialog/CommonDialogActionFooter.vue:18
#: app/frontend/apps/mobile/components/CommonConfirmation/CommonConfirmation.vue:29
msgid "OK"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:112
#, fuzzy
#| msgid "OK, I've copied my token"
msgid "OK, I have copied my token"
msgstr "Ok, eu copiei meu token"

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:145
msgid "OK, I've copied my token"
msgstr "Ok, eu copiei meu token"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/recovery_codes.coffee:2
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:63
#, fuzzy
#| msgid "OK, I've copied my token"
msgid "OK, I've saved my recovery codes"
msgstr "Ok, eu copiei meu token"

#: app/assets/javascripts/app/controllers/import_otrs.coffee:175
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:11
msgid "OTRS"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:22
#, fuzzy
#| msgid ""
#| "We detected OTRS BPM processes which can't get imported into Zammad, "
#| "since we currently don't support these kind of workflows."
msgid ""
"OTRS BPM processes can't get imported into Zammad since it currently doesn't "
"support this kind of workflows."
msgstr ""
"Detectamos processos OTRS BPM que não podem ser importados para o Zammad, já "
"que atualmente não suportamos esse tipo de fluxo de trabalho."

#: app/assets/javascripts/app/views/import/otrs.jst.eco:96
#, fuzzy
#| msgid ""
#| "We detected OTRS BPM processes which can't get imported into Zammad, "
#| "since we currently don't support these kind of workflows."
msgid ""
"OTRS BPM processes were found. They cannot be imported into Zammad as these "
"kind of workflows are currently not supported."
msgstr ""
"Detectamos processos OTRS BPM que não podem ser importados para o Zammad, já "
"que atualmente não suportamos esse tipo de fluxo de trabalho."

#: app/assets/javascripts/app/models/core_workflow.coffee:7
#: app/assets/javascripts/app/models/job.coffee:8
#: app/assets/javascripts/app/models/object_manager_attribute.coffee:2
msgid "Object"
msgstr "Objeto"

#: app/assets/javascripts/app/controllers/object_manager.coffee:114
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:3
msgid "Object Manager"
msgstr "Gerenciamento de Objeto"

#: app/services/service/history/list.rb:52
msgid "Object does not support history"
msgstr ""

#: app/frontend/apps/desktop/components/layout/LayoutTaskbarTabContent.vue:77
msgid ""
"Object with specified ID was not found. Try checking the URL for errors."
msgstr ""

#: app/assets/javascripts/app/controllers/object_manager.coffee:330
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoit.vue:56
#: db/seeds/permissions.rb:239
msgid "Objects"
msgstr "Objects"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Oct"
msgstr "Out"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "October"
msgstr "Outubro"

#: public/assets/chat/chat.coffee:206
#, fuzzy
#| msgid "Online"
msgid "Offline"
msgstr "Online"

#: app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee:40
msgid "Ok"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:413
#: app/frontend/shared/entities/ticket-article/action/plugins/email/selection.ts:32
msgid "On %s, %s wrote:"
msgstr "Em %s, %s escreveu:"

#: app/assets/javascripts/app/views/translation/description.jst.eco:10
#, fuzzy
#| msgid "Create a translation"
msgid "On-screen Translation"
msgstr "Criar tradução"

#: app/assets/javascripts/app/models/macro.coffee:8
#, fuzzy
#| msgid "Once completed..."
msgid "Once completed…"
msgstr "Uma vez completado..."

#: app/models/application_model/can_creates_and_updates.rb:21
msgid "One of the required parameters must be provided, but none was found."
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:49
#: public/assets/chat/chat.coffee:207
msgid "Online"
msgstr "Online"

#: app/controllers/first_steps_controller.rb:127
msgid "Online Forms"
msgstr "Formulário Online"

#: db/seeds/settings.rb:83
msgid "Online Service"
msgstr ""

#: lib/validations/ticket_article_validator/whatsapp_message.rb:18
#, fuzzy
#| msgid "%s attached files"
msgid "Only %s attachment allowed"
msgstr "%s ficheiros anexos"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:823
msgid "Only %s attachment allowed."
msgstr ""

#: app/assets/javascripts/app/views/translation/support.jst.eco:3
msgid ""
"Only %s% of this language is already translated. Please help to improve "
"Zammad and complete the translation."
msgstr ""

#: db/seeds/settings.rb:1983
#, fuzzy
#| msgid "Encrypt"
msgid "Only Encrypting"
msgstr "Encrypt"

#: db/seeds/settings.rb:1982
#, fuzzy
#| msgid "Sign in"
msgid "Only Signing"
msgstr "Sign in"

#: app/assets/javascripts/app/models/overview.coffee:11
#, fuzzy
#| msgid "Only available for Users which are replacements for other users."
msgid ""
"Only available for users which are absence replacements for other users."
msgstr ""
"Disponível apenas para usuários que são substituições para outros usuários."

#: app/assets/javascripts/app/models/overview.coffee:10
#, fuzzy
#| msgid "Only available for Users with shared Organization"
msgid "Only available for users with shared organizations"
msgstr "Disponível apenas para usuários com organização compartilhada"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:30
msgid "Only for these groups."
msgstr "Um desses grupos"

#: app/assets/javascripts/app/views/package.jst.eco:9
msgid ""
"Only packages from known, trusted, and verified sources should be installed."
msgstr ""

#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:37
#: app/assets/javascripts/app/views/time_accounting/by_customer.jst.eco:23
#: app/assets/javascripts/app/views/time_accounting/by_organization.jst.eco:21
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:35
msgid ""
"Only the 20 most recent records are displayed. Download to view the full "
"list."
msgstr ""

#: db/seeds/settings.rb:30
msgid "Only used internally to propagate current web app version to clients."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:102
msgid "Only visible to editors"
msgstr "Visível somente para editores"

#: app/assets/javascripts/app/models/user_overview_sorting_overview.coffee:19
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingOverviewOrder.vue:81
#, fuzzy
#| msgid "Out of office replacement"
msgid "Only when out of office replacement"
msgstr "Substituição de escritório"

#: app/assets/javascripts/app/models/user_overview_sorting_overview.coffee:12
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingOverviewOrder.vue:78
#, fuzzy
#| msgid "Shared organization"
msgid "Only when shared organization member"
msgstr "Organização compartilhada"

#: app/assets/javascripts/app/views/generic/error/not_found.jst.eco:3
msgid "Oops.. I'm sorry, but I can't find this %s."
msgstr ""

#: app/assets/javascripts/app/views/generic/error/unauthorized.jst.eco:3
msgid "Oops.. I'm sorry, but you have insufficient rights to open this %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:107
#, fuzzy
#| msgid "Open"
msgid "Open"
msgstr "Aberto"

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:71
#, fuzzy
#| msgid "Open"
msgid "Open %s"
msgstr "Aberto"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ChecklistBadgeList.vue:41
#, fuzzy
#| msgid "Checksum"
msgid "Open Checklist"
msgstr "Checksum"

#: app/assets/javascripts/app/views/dashboard/first_steps_test_ticket_finish.jst.eco:3
msgid "Open Ticket# %s"
msgstr "Abrir Ticket"

#: app/assets/javascripts/app/controllers/widget/ticket_stats.coffee:112
#: app/assets/javascripts/app/controllers/widget/user.coffee:70
#: db/seeds/overviews.rb:109
msgid "Open Tickets"
msgstr "Open Tickets"

#: app/models/system_report/plugin/entities/ticket.rb:4
msgid "Open and closed tickets ratio (ticket counts based on state)"
msgstr ""

#: app/assets/javascripts/app/models/public_link.coffee:10
#, fuzzy
#| msgid "Next in tab"
msgid "Open in new tab"
msgstr "Próximo na tela"

#: app/frontend/apps/desktop/components/CommonInlineEdit/CommonInlineEdit.vue:77
#, fuzzy
#| msgid "Open Tickets"
msgid "Open link"
msgstr "Open Tickets"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:502
msgid "Open macro selection"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:462
msgid "Open note box"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:77
#, fuzzy
#| msgid "Open note box"
msgid "Open the hours overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:79
#, fuzzy
#| msgid "Open note box"
msgid "Open the minutes overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:87
#, fuzzy
#| msgid "Open note box"
msgid "Open the months overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:82
#, fuzzy
#| msgid "Open note box"
msgid "Open the seconds overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:50
#, fuzzy
#| msgid "Open Tickets"
msgid "Open the time picker"
msgstr "Open Tickets"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:86
#, fuzzy
#| msgid "Open note box"
msgid "Open the years overlay"
msgstr "Abrir bloco de notas"

#: db/seeds/settings.rb:942
msgid "Open ticket indicator"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:38
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomer.vue:59
#, fuzzy
#| msgid "Open Tickets"
msgid "Open tickets"
msgstr "Open Tickets"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:21
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:218
msgid "Open your authenticator app and scan the QR code below:"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:116
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:91
#: db/seeds/settings.rb:2052
#, fuzzy
#| msgid "Connect"
msgid "OpenID Connect"
msgstr "Conectar"

#: db/seeds/settings.rb:2060
#, fuzzy
#| msgid "Test Connection"
msgid "OpenID Connect Options"
msgstr "Conexão de teste"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketViewersDialog.vue:48
#, fuzzy
#| msgid "Next in tab"
msgid "Opened in tabs"
msgstr "Próximo na tela"

#: app/models/system_report/plugin/os.rb:6
msgid "Operating system"
msgstr ""

#: app/assets/javascripts/app/views/agent_ticket_view/content.jst.eco:7
#: app/assets/javascripts/app/views/channel/chat.jst.eco:222
#: app/assets/javascripts/app/views/channel/form.jst.eco:60
#: app/assets/javascripts/app/views/object_manager/screens.jst.eco:7
#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:42
#: app/assets/javascripts/app/views/settings/ticket_number_date.jst.eco:2
#: app/assets/javascripts/app/views/settings/ticket_number_increment.jst.eco:2
msgid "Options"
msgstr "Opções"

#: app/models/object_manager/attribute/data_option_validator.rb:59
#, fuzzy
#| msgid "%s required!"
msgid "Options are required."
msgstr "%s requerido!"

#: app/models/object_manager/attribute/data_option_validator.rb:53
#, fuzzy
#| msgid "At least one letter is required"
msgid "Options or relation is required."
msgstr "É necessário pelo menos uma letra"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistTemplates.vue:22
msgid "Or choose a checklist template."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupStart.vue:76
#, fuzzy
#| msgid "migrate from another system"
msgid "Or migrate from another system"
msgstr "migrate from another system"

#: app/assets/javascripts/app/views/getting_started/intro.jst.eco:9
#, fuzzy
#| msgid "migrate from another system"
msgid "Or migrate from another system."
msgstr "migrate from another system"

#: app/frontend/apps/desktop/pages/authentication/components/LoginThirdParty.vue:24
#: app/frontend/apps/mobile/pages/authentication/components/LoginThirdParty.vue:24
#, fuzzy
#| msgid "or sign in using"
msgid "Or sign in using"
msgstr "Ou entre usando"

#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactorMethods.vue:51
#: app/frontend/apps/mobile/pages/authentication/components/LoginTwoFactorMethods.vue:36
msgid "Or use one of your recovery codes."
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_login/try_another_method.jst.eco:19
msgid "Or, use one of your"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/overviews.coffee:3
#, fuzzy
#| msgid "New Overview"
msgid "Order of Overviews"
msgstr "Nova Visão Geral"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:133
#, fuzzy
#| msgid "Overviews"
msgid "Order of ticket overviews"
msgstr "Overviews"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:17
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:18
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:28
#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_organization.coffee:12
#: app/assets/javascripts/app/controllers/organization.coffee:3
#: app/assets/javascripts/app/controllers/organization_profile/action_row.coffee:2
#: app/assets/javascripts/app/controllers/ticket_customer.coffee:10
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_organization.coffee:20
#: app/assets/javascripts/app/models/job.coffee:8
#: app/assets/javascripts/app/models/ticket.coffee:9
#: app/assets/javascripts/app/models/user.coffee:12
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:45
#: app/assets/javascripts/app/views/getting_started/base.jst.eco:5
#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:25
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:12
#: app/assets/javascripts/app/views/time_accounting/by_customer.jst.eco:10
#: app/assets/javascripts/app/views/time_accounting/by_organization.jst.eco:9
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:12
#: app/controllers/time_accountings_controller.rb:99
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/organization.ts:13
#: app/frontend/apps/mobile/pages/organization/routes.ts:8
#: app/frontend/apps/mobile/pages/organization/views/OrganizationDetailView.vue:30
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/plugins/organization.ts:6
#: app/graphql/gql/types/overview_type.rb:66
#: db/seeds/object_manager_attributes.rb:94 db/seeds/settings.rb:140
#: lib/excel_sheet/ticket.rb:30
msgid "Organization"
msgstr "Organização"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:382
msgid "Organization & Department Name"
msgstr "Organization & Department Name"

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:9
msgid "Organization Name"
msgstr "Organization Name"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:382
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:12
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailAccountForm.ts:27
msgid "Organization Support"
msgstr "Suporte da empresa"

#: app/frontend/apps/mobile/entities/organization/composables/useOrganizationEdit.ts:85
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Organization could not be updated."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:48
#, fuzzy
#| msgid "Organization"
msgid "Organization logo"
msgstr "Organização"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:41
#, fuzzy
#| msgid "Organization Name"
msgid "Organization name"
msgstr "Organization Name"

#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:78
#, fuzzy
#| msgid "My Organization Tickets"
msgid "Organization tickets"
msgstr "My Organization Tickets"

#: app/frontend/apps/mobile/pages/organization/views/OrganizationDetailView.vue:30
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationOrganization.vue:26
msgid ""
"Organization with specified ID was not found. Try checking the URL for "
"errors."
msgstr ""

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_organization.coffee:40
#: app/assets/javascripts/app/controllers/organization.coffee:3
#: app/assets/javascripts/app/controllers/organization_profile/action_row.coffee:18
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_organization.coffee:38
#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:76
#: app/assets/javascripts/app/views/import/kayako.jst.eco:80
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:78
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/freshdesk.ts:16
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/kayako.ts:16
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/zendesk.ts:16
#: app/frontend/apps/mobile/pages/search/plugins/organization.ts:9
#: db/seeds/permissions.rb:29
msgid "Organizations"
msgstr "Organizations"

#: app/frontend/apps/mobile/pages/search/plugins/organization.ts:10
#, fuzzy
#| msgid "My Organization Tickets"
msgid "Organizations with \"%s\""
msgstr "My Organization Tickets"

#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:22
#, fuzzy
#| msgid "Organization"
msgid "Organizer"
msgstr "Organização"

#: app/assets/javascripts/app/models/ticket_article.coffee:19
msgid "Origin By"
msgstr ""

#: app/assets/javascripts/app/controllers/article_view/item.coffee:92
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleBlockedContentWarning.vue:44
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:58
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue:21
msgid "Original Formatting"
msgstr "Formatação original"

#: app/assets/javascripts/app/controllers/translation.coffee:81
#, fuzzy
#| msgid "Original Formatting"
msgid "Original Translation"
msgstr "Formatação original"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:80
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:97
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:83
#, fuzzy
#| msgid "Expert Settings"
msgid "Other Settings"
msgstr "Configurações avançadas"

#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:3
#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:2
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:126
#: db/seeds/permissions.rb:422
msgid "Out of Office"
msgstr "Fora do escritório"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:157
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Out of Office settings could not be saved."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:150
#, fuzzy
#| msgid "The test run was successful."
msgid "Out of Office settings have been saved successfully"
msgstr "O teste executou com sucesso."

#: lib/validations/out_of_office_validator.rb:31
msgid "Out of Office start date has to be earlier than or equal to end date"
msgstr ""

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_load_measure.coffee:11
msgid "Out of all open tickets (company-wide), how many are assigned to you?"
msgstr ""
"De todos os tickets abertos (na empresa), quantos estão associados a você ?"

#: app/frontend/shared/composables/useAvatarIndicator.ts:82
#, fuzzy
#| msgid "Out of office replacement"
msgid "Out of office active"
msgstr "Substituição de escritório"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:165
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:192
msgid "Out of office replacement"
msgstr "Substituição de escritório"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:99
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:24
#: app/assets/javascripts/app/views/google/list.jst.eco:70
#: app/assets/javascripts/app/views/integration/cti.jst.eco:50
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:66
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:19
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:71
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:81
msgid "Outbound"
msgstr "saída"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:132
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:141
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:22
#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:21
msgid "Outbound Call"
msgstr "Ligação de saída"

#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:22
#, fuzzy
#| msgid "Outbound Call"
msgid "Outbound Call: %s"
msgstr "Ligação de saída"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_channel_distribution.jst.eco:16
#, fuzzy
#| msgid "Outbound"
msgid "Outbound:"
msgstr "saída"

#: app/assets/javascripts/app/lib/app_post/browser.coffee:119
#, fuzzy
#| msgid "Browser"
msgid "Outdated Browser"
msgstr "Navegador"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:246
msgid "Outdent text"
msgstr ""

#: app/assets/javascripts/app/controllers/overview.coffee:3
#: app/assets/javascripts/app/models/group.coffee:47
#: app/assets/javascripts/app/models/user_overview_sorting.coffee:7
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:52
msgid "Overview"
msgstr "Visão geral"

#: app/assets/javascripts/app/controllers/core_workflow.coffee:58
msgid "Overview bulk mask"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketOverviewsSidebar/TicketOverviewsList.vue:24
#, fuzzy
#| msgid "Overviews"
msgid "Overview navigation list"
msgstr "Overviews"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:158
#: app/assets/javascripts/app/controllers/_profile/overviews.coffee:79
#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:38
#: app/assets/javascripts/app/controllers/overview.coffee:3
#: app/assets/javascripts/app/controllers/ticket_overview.coffee:258
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/ticketOverviews.ts:6
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:30
#: app/frontend/apps/desktop/pages/ticket-overviews/routes.ts:13
#: app/frontend/apps/desktop/pages/ticket-overviews/views/TicketOverviews.vue:80
#: db/seeds/permissions.rb:35
msgid "Overviews"
msgstr "Overviews"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:144
msgid "Overwrite Content"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_shared_draft_overwrite_modal.coffee:5
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSharedDraftConflictDialog.vue:83
msgid "Overwrite Draft"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:504
#: app/assets/javascripts/app/models/ticket.coffee:11
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:42
#: app/graphql/gql/types/overview_type.rb:68
#: app/views/mailer/ticket_create/fr.html.erb:9
#: app/views/mailer/ticket_create/zh-cn.html.erb:9
#: app/views/mailer/ticket_create/zh-tw.html.erb:9
#: app/views/messaging/ticket_create/pt-br.md.erb:4
#: app/views/messaging/ticket_create/zh-tw.md.erb:4
#: app/views/messaging/ticket_info/pt-br.md.erb:4
#: app/views/messaging/ticket_info/zh-tw.md.erb:4
#: db/seeds/object_manager_attributes.rb:207 lib/excel_sheet/ticket.rb:28
msgid "Owner"
msgstr "Proprietário"

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:11
msgid ""
"Owner tickets of the user will not get deleted. The owner will be mapped to "
"the system user (ID 1)."
msgstr ""
"Os tíquetes de proprietário do usuário não serão excluídos. O proprietário "
"será mapeado para o usuário do sistema (ID 1)."

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:3
#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:37
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:73
#: app/frontend/shared/entities/ticket-article/composables/translateArticleSecurity.ts:8
msgid "PGP"
msgstr ""

#: db/seeds/settings.rb:5684
msgid "PGP Recipient Alias Configuration"
msgstr ""

#: db/seeds/settings.rb:5670
#, fuzzy
#| msgid "Config"
msgid "PGP config"
msgstr "Configuração"

#: db/seeds/settings.rb:5642
#, fuzzy
#| msgid "Integrations"
msgid "PGP integration"
msgstr "Integrations"

#: lib/email_helper.rb:12
msgid "POP3"
msgstr ""

#: app/assets/javascripts/app/views/package.jst.eco:2
msgid "Package"
msgstr "Package"

#: app/assets/javascripts/app/controllers/package.coffee:3
#: db/seeds/permissions.rb:287
msgid "Packages"
msgstr "Packages"

#: app/assets/javascripts/app/views/generic/table_pager.jst.eco:3
#, fuzzy
#| msgid "Manage %s"
msgid "Page %s"
msgstr "Manage %s"

#: app/views/knowledge_base/public/not_found.html.erb:4
msgid "Page not found"
msgstr ""

#: app/assets/javascripts/app/views/facebook/account_edit.jst.eco:4
#: app/assets/javascripts/app/views/facebook/list.jst.eco:20
msgid "Pages"
msgstr ""

#: app/assets/javascripts/app/views/generic/table_pager.jst.eco:1
#, fuzzy
#| msgid "My Organization Tickets"
msgid "Pagination links"
msgstr "My Organization Tickets"

#: app/controllers/integration/smime_controller.rb:77
msgid "Parameter 'data' or 'file' required."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/link/ticket.coffee:4
#: app/assets/javascripts/app/models/knowledge_base_category.coffee:87
msgid "Parent"
msgstr "Ascendente"

#: db/seeds/object_manager_attributes.rb:2054
#, fuzzy
#| msgid "Parent"
msgid "Parent group"
msgstr "Ascendente"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:384
#: app/assets/javascripts/app/controllers/_manage/security.coffee:10
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:82
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:71
#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:44
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/password_check.coffee:8
#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:38
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:19
#: app/assets/javascripts/app/views/import/kayako.jst.eco:46
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:46
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:42
#: app/assets/javascripts/app/views/login.jst.eco:35
#: app/frontend/apps/desktop/composables/authentication/useSignupForm.ts:43
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailAccountForm.ts:41
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:129
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:87
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:104
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:51
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:47
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/password.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:32
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:52
#: db/seeds/object_manager_attributes.rb:1446 db/seeds/permissions.rb:432
msgid "Password"
msgstr "Palavra-passe"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:3
#: app/assets/javascripts/app/views/profile/password.jst.eco:3
#, fuzzy
#| msgid "Authentication"
msgid "Password & Authentication"
msgstr "Authentication"

#: app/assets/javascripts/app/views/api.jst.eco:30
msgid "Password Access"
msgstr "Password Access"

#: db/seeds/settings.rb:1050
#, fuzzy
#| msgid "Password"
msgid "Password Login"
msgstr "Palavra-passe"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:32
msgid "Password change has been disabled by the administrator."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/password.coffee:125
msgid "Password changed successfully!"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:110
#, fuzzy
#| msgid "The test run was successful."
msgid "Password changed successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue:95
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Password could not be changed."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue:37
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Password could not be checked"
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/settings/proxy.jst.eco:15
#, fuzzy
#| msgid "Password for proxy connection."
msgid "Password for proxy connection"
msgstr "Senha para conexão de proxy."

#: db/seeds/settings.rb:555
msgid "Password for proxy connection."
msgstr "Senha para conexão de proxy."

#: db/seeds/settings.rb:2158
#, fuzzy
#| msgid "Password needs to contain 2 lower and 2 upper characters."
msgid "Password needs to contain 2 lower case and 2 upper case characters."
msgstr "A senha precisa conter 2 caracteres minúsculos e 2 maiúsculos."

#: db/seeds/settings.rb:2184
msgid "Password needs to contain at least one digit."
msgstr "Senhas precisam conter ao menos um dígito"

#: db/seeds/settings.rb:2210
msgid "Password needs to contain at least one special character."
msgstr ""

#: db/seeds/settings.rb:2118
msgid "Password needs to have at least a minimal number of characters."
msgstr "A senha precisa conter pelo menso o minimo de caracteres"

#: app/assets/javascripts/app/views/password/reset_sent.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:102
#, fuzzy
#| msgid "We've sent password reset instructions to your email address."
msgid "Password reset instructions were sent to your email address."
msgstr ""
"Enviamos instruções de redefinição de senha para o seu endereço de e-mail."

#: app/assets/javascripts/app/controllers/_plugin/electron_events.coffee:34
msgid "Paste"
msgstr ""

#: app/assets/javascripts/app/views/integration/smime_certificate_add.jst.eco:19
#: app/assets/javascripts/app/views/ssl_certificate_binary_or_text.jst.eco:16
#: app/assets/javascripts/app/views/ssl_certificates_create.jst.eco:19
msgid "Paste Certificate"
msgstr ""

#: app/assets/javascripts/app/views/integration/smime_private_key_add.jst.eco:20
msgid "Paste Private Key"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:588
msgid "Paste from clipboard"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:595
msgid "Paste from clipboard (plain text)"
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:25
msgid "Paste in CSV data"
msgstr "Colar em dados CSV"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:106
msgid "Paste key"
msgstr ""

#: db/seeds/overviews.rb:132
msgid "Pending Reached Tickets"
msgstr "Tickets pendentes"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:288
#, fuzzy
#| msgid "Pending Reached Tickets"
msgid "Pending Tickets"
msgstr "Tickets pendentes"

#: app/assets/javascripts/app/models/ticket.coffee:113
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:29
#, fuzzy
#| msgid "Pending reminder reached for Ticket |%s|"
msgid "Pending reminder reached for ticket |%s|"
msgstr "Lembrar pendência para o Ticket |%s|"

#: app/assets/javascripts/app/models/ticket.coffee:13
#: app/graphql/gql/types/overview_type.rb:70
#: db/seeds/object_manager_attributes.rb:307
msgid "Pending till"
msgstr "Pendente até"

#: db/seeds/roles.rb:24
msgid "People who create Tickets ask for help."
msgstr "Pessoas que abrem tickets pedindo ajuda"

#: app/assets/javascripts/app/models/postmaster_filter.coffee:10
#, fuzzy
#| msgid "Ticket escalation"
msgid "Perform actions"
msgstr "Atribuição de chamado"

#: app/assets/javascripts/app/controllers/knowledge_base/delete.coffee:49
msgid "Permanently Delete Knowledge Base"
msgstr "Deletar permanentemente a Base de Conhecimento"

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:37
#: db/seeds/settings.rb:2786
msgid "Permission level for looking up tickets"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:333
#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:96
#: app/assets/javascripts/app/models/role.coffee:7
#: app/assets/javascripts/app/views/object_manager/screens.jst.eco:5
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:17
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:96
msgid "Permissions"
msgstr "Permissão"

#: app/assets/javascripts/app/views/profile/token_access.jst.eco:12
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:214
msgid "Personal Access Tokens"
msgstr "Token de acesso pessoal"

#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:28
msgid "Personal Settings"
msgstr "Definições pessoais"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:142
#, fuzzy
#| msgid "Personal Access Tokens"
msgid "Personal access token has been deleted."
msgstr "Token de acesso pessoal"

#: app/assets/javascripts/app/controllers/_profile/overviews.coffee:76
msgid "Personal overview order was reset."
msgstr ""

#: app/assets/javascripts/app/controllers/cti.coffee:322
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/phone.ts:7
#: app/frontend/shared/entities/ticket-article/action/plugins/phone.ts:12
#: db/seeds/object_manager_attributes.rb:994 db/seeds/permissions.rb:326
msgid "Phone"
msgstr "Telefone"

#: app/models/report.rb:91
msgid "Phone (in)"
msgstr ""

#: app/models/report.rb:111
msgid "Phone (out)"
msgstr ""

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:119
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:103
msgid "Phone Extension to Agent Mapping"
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:14
#, fuzzy
#| msgid "November"
msgid "Phone number"
msgstr "Novembro"

#: app/models/channel/area/whatsapp.rb:18
msgid "Phone number is already in use by another WhatsApp account."
msgstr ""

#: app/assets/javascripts/app/views/profile/token_access.jst.eco:7
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:184
msgid "Pick a name for the application, and we'll give you a unique token."
msgstr ""
"Selecione um nome para a aplicação, e vamos atribuir-lhe um token único."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:258
msgid "Pin this panel"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/highlighter.coffee:24
msgid "Pink"
msgstr "Rosa"

#: app/assets/javascripts/app/controllers/_integration/placetel.coffee:3
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:5
#: app/controllers/cti_controller.rb:20
msgid "Placetel"
msgstr "Placetel"

#: db/seeds/settings.rb:5321
#, fuzzy
#| msgid "Placetel"
msgid "Placetel Token"
msgstr "Placetel"

#: db/seeds/settings.rb:5307
msgid "Placetel config"
msgstr ""

#: db/seeds/settings.rb:5279
msgid "Placetel integration"
msgstr ""

#: app/assets/javascripts/app/views/profile/notification.jst.eco:70
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:80
msgid "Play user interface sound effects"
msgstr "Reproduzir efeitos de som da interface do usuário"

#: app/frontend/shared/form/i18n/locales.ts:117
msgid "Please accept the %s."
msgstr ""

#: app/assets/javascripts/app/views/microsoft365/duplicate_email_address.jst.eco:7
msgid ""
"Please add an account with a different mailbox or consider removing the "
"duplicate first."
msgstr ""

#: app/assets/javascripts/app/controllers/checklist_template.coffee:55
msgid "Please add at least one item to the checklist."
msgstr ""

#: app/views/knowledge_base/public/categories/index.html.erb:18
msgid "Please add categories and/or answers"
msgstr ""

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:12
#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:186
#, fuzzy
#| msgid "Please click the button below to create your first one."
msgid "Please click on the button below to create your first one."
msgstr "Por favor, clique no botão abaixo para criar seu primeiro chamado."

#: app/assets/javascripts/app/views/signup/verify.jst.eco:6
#, fuzzy
#| msgid "Please click the link in the verification email."
msgid "Please click on the link in the verification email."
msgstr "Clique no link do e-mail de verificação."

#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:127
#, fuzzy
#| msgid ""
#| "If you don't see the email, check other places it might be, like your "
#| "junk, spam, social, or other folders."
msgid ""
"Please click on the link in the verification email. If you don't see the "
"email, check other places it might be, like your junk, spam, social, or "
"other folders."
msgstr ""
"Se você não vir o e-mail, verifique outros locais em que ele possa estar, "
"como lixo eletrônico, spam, redes sociais ou outras pastas."

#: app/services/service/system/import/run.rb:32
msgid "Please configure import source before running."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:146
msgid "Please contact your administrator."
msgstr ""

#: lib/selector/sql.rb:181
msgid ""
"Please enable execution_time feature to use it (currently only allowed for "
"triggers and schedulers)"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:342
msgid "Please enter a text."
msgstr ""

#: app/assets/javascripts/app/controllers/webhook.coffee:95
msgid "Please enter a valid JSON string."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:360
msgid "Please enter a valid email address."
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:14
msgid "Please enter the endpoint for accessing Exchange Web Services."
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:29
#, fuzzy
#| msgid "Please enter your time which you want to account."
msgid "Please enter your Exchange credentials."
msgstr "Por favor, digite seu tempo que você deseja contabilizar."

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:19
#, fuzzy
#| msgid "Please execute database changes only in a maintenance time-slot."
msgid "Please execute database changes only in a maintenance window."
msgstr ""
"Por favor execute operações no banco de dados apenas dentro de um intervalo "
"de manutenção"

#: app/assets/javascripts/app/controllers/knowledge_base/public_menu_form_item.coffee:100
msgid "Please fill in all fields"
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:560
#: app/services/service/system/set_system_information.rb:38
msgid "Please include a valid url."
msgstr ""

#: app/services/service/system/import/apply_otrs_configuration.rb:82
msgid "Please install the OTRS migrator plugin and provide a valid URL."
msgstr ""

#: db/seeds/settings.rb:1945
msgid ""
"Please note that this attribute is deprecated within one of the next "
"versions of Zammad. Use the IDP certificate instead."
msgstr ""

#: app/frontend/apps/desktop/components/CommonError/CommonError.vue:45
msgid "Please proceed to login"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:383
msgid "Please provide a recipient in \"TO\" or \"CC\"."
msgstr ""

#: app/controllers/users_controller.rb:386
#, fuzzy
#| msgid "Choose your new password."
msgid "Please provide your current password."
msgstr "Informe sua nova senha."

#: app/assets/javascripts/app/controllers/_profile/password.coffee:105
#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:87
#: app/controllers/users_controller.rb:391
#, fuzzy
#| msgid "Choose your new password."
msgid "Please provide your new password."
msgstr "Informe sua nova senha."

#: app/assets/javascripts/app/views/widget/two_factor_configuration/recovery_codes.jst.eco:2
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:88
msgid ""
"Please save your recovery codes listed below somewhere safe. You can use "
"them to sign in if you lose access to another two-factor method:"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist/start.coffee:75
msgid "Please select a checklist template."
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/composable/useTicketsMerge.ts:60
msgid "Please select a ticket to merge into."
msgstr ""

#: app/controllers/integration/exchange_controller.rb:52
msgid "Please select at least one folder."
msgstr ""

#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:75
msgid "Please select at least one ticket overview"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange.jst.eco:5
msgid ""
"Please select the authentication method that should be used to establish the "
"connection to your Exchange server."
msgstr ""

#: app/assets/javascripts/app/views/microsoft365/user_mismatch.jst.eco:4
msgid ""
"Please start the reauthentication again and enter the correct credentials."
msgstr ""

#: app/controllers/knowledge_base/manage_controller.rb:20
msgid "Please submit custom address before generating the snippet"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedInfo.vue:13
msgid "Please use the provided URL."
msgstr ""

#: app/frontend/apps/desktop/components/CommonSkeleton/CommonSkeleton.vue:28
msgid "Please wait until content is loaded"
msgstr ""

#: app/assets/javascripts/app/views/exchange/admin_consent.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/admin_consent.jst.eco:3
msgid "Please wait until you received the notification email of the approval."
msgstr ""

#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:594
#, fuzzy
#| msgid "Please wait..."
msgid "Please wait…"
msgstr "Aguarde por favor..."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:417
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:85
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:72
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:161
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:97
msgid "Port"
msgstr "Porta"

#: app/assets/javascripts/app/models/object_manager_attribute.coffee:12
#: app/assets/javascripts/app/models/overview.coffee:67
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:58
msgid "Position"
msgstr ""

#: app/models/system_report/plugin/postgre_sql.rb:4
msgid "PostgresSQL server version"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:40
#: app/assets/javascripts/app/controllers/_channel/_email_filter.coffee:31
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventIssuerNames.ts:5
msgid "Postmaster Filter"
msgstr "Filtro Postmaster"

#: app/assets/javascripts/app/views/admin_password_auth/request.jst.eco:16
#: app/assets/javascripts/app/views/admin_password_auth/request_sent.jst.eco:14
#: app/assets/javascripts/app/views/login.jst.eco:135
#: app/assets/javascripts/app/views/password/reset.jst.eco:24
#: app/assets/javascripts/app/views/password/reset_change.jst.eco:24
#: app/assets/javascripts/app/views/password/reset_failed.jst.eco:19
#: app/assets/javascripts/app/views/password/reset_sent.jst.eco:22
#: app/assets/javascripts/app/views/signup.jst.eco:23
#: app/assets/javascripts/app/views/signup/verify.jst.eco:26
#: app/frontend/apps/desktop/components/layout/LayoutPublicPage/LayoutPublicPage.vue:68
#: app/frontend/apps/mobile/pages/authentication/components/LoginFooter.vue:26
msgid "Powered by"
msgstr "Distribuído por"

#: app/assets/javascripts/app/controllers/webhook.coffee:34
#: app/assets/javascripts/app/views/pre_defined_webhook.jst.eco:5
msgid "Pre-defined Webhook"
msgstr ""

#: app/assets/javascripts/app/controllers/webhook.coffee:244
msgid "Pre-defined webhook for %s."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:54
msgid "Prefer color scheme as indicated by the operating system."
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:34
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:285
#, fuzzy
#| msgid "Please click the button below to create your first one."
msgid "Press the button below to finish the setup."
msgstr "Por favor, clique no botão abaixo para criar seu primeiro chamado."

#: db/seeds/settings.rb:227
msgid "Pretty Date"
msgstr "Data Amigável"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:292
msgid ""
"Pretty Good Privacy (PGP) enables you to send digitally signed and encrypted "
"messages."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:6
msgid ""
"Pretty Good Privacy (PGP) is an encryption program that can be used for "
"signing, encrypting and decrypting messages and to increase the security of "
"email communication."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:852
#: app/assets/javascripts/app/views/channel/chat.jst.eco:20
#: app/assets/javascripts/app/views/channel/form.jst.eco:135
#: app/assets/javascripts/app/views/generic/application_selector.jst.eco:15
#: app/assets/javascripts/app/views/generic/attachments.jst.eco:31
#: app/assets/javascripts/app/views/profile/imageCropper.jst.eco:5
#: app/assets/javascripts/app/views/settings/ticket_number.jst.eco:13
#: app/assets/javascripts/app/views/system_report.jst.eco:20
#: app/assets/javascripts/app/views/widget/text_module.jst.eco:16
msgid "Preview"
msgstr "Prever"

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:95
#, fuzzy
#| msgid "Preview"
msgid "Preview %s"
msgstr "Prever"

#: app/frontend/apps/desktop/components/CommonCalendarPreviewFlyout/CommonCalendarPreviewFlyout.vue:87
#, fuzzy
#| msgid "New Calendar"
msgid "Preview Calendar"
msgstr "New Calendar"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:167
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:187
#, fuzzy
#| msgid "Shared"
msgid "Preview Shared Draft"
msgstr "Compartilhado"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:20
msgid "Preview Width"
msgstr "Informe a largura"

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:6
msgid "Preview customer tickets"
msgstr "Visualizar tíquetes de clientes"

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:10
msgid "Preview owner tickets"
msgstr "Pré-visualizar os tíquetes do proprietário"

#: app/assets/javascripts/app/views/clues/clues_content.jst.eco:11
#: app/frontend/shared/form/i18n/locales.ts:70
msgid "Previous"
msgstr "Anterior"

#: app/assets/javascripts/app/views/ticket_zoom/overview_navigator.jst.eco:5
msgid "Previous in overview"
msgstr "Anterior na visão geral"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:89
#, fuzzy
#| msgid "Previous"
msgid "Previous month"
msgstr "Anterior"

#: app/assets/javascripts/app/views/generic/table_pager.jst.eco:2
#, fuzzy
#| msgid "Previous"
msgid "Previous page"
msgstr "Anterior"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:91
#, fuzzy
#| msgid "Previous"
msgid "Previous year"
msgstr "Anterior"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:49
#, fuzzy
#| msgid "Previously owned tickets (%s in total)"
msgid "Previously owned tickets (%s in total):"
msgstr "Tíquetes de propriedade anterior (% s no total)"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/recovery_codes.coffee:7
msgid "Print"
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:109
#, fuzzy
#| msgid "Security"
msgid "Print Codes"
msgstr "Security"

#: app/assets/javascripts/app/models/public_link.coffee:11
#: app/assets/javascripts/app/models/user_overview_sorting.coffee:8
msgid "Prio"
msgstr "Prio"

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:225
#: app/assets/javascripts/app/models/core_workflow.coffee:13
#: app/assets/javascripts/app/models/ticket.coffee:14
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:39
#: app/assets/javascripts/app/views/popover/ticket.jst.eco:30
#: app/graphql/gql/types/overview_type.rb:71
#: db/seeds/object_manager_attributes.rb:350 lib/excel_sheet/ticket.rb:26
msgid "Priority"
msgstr "Prioridade"

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:217
#, fuzzy
#| msgid "Priority"
msgid "Priority Icon"
msgstr "Prioridade"

#: db/seeds/settings.rb:1994
#, fuzzy
#| msgid "Add Private Key"
msgid "Private key (PEM)"
msgstr "Adicionar Chave Privada"

#: db/seeds/settings.rb:2001
#, fuzzy
#| msgid "Add Private Key"
msgid "Private key secret"
msgstr "Adicionar Chave Privada"

#: db/seeds/object_manager_attributes.rb:130
msgid "Problem"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_certificate_issue.jst.eco:15
msgid "Proceed"
msgstr "Proceed"

#: db/seeds/schedulers.rb:18
msgid "Process automatic ticket unassignments."
msgstr ""

#: db/seeds/schedulers.rb:4
#, fuzzy
#| msgid "assign tickets"
msgid "Process pending tickets."
msgstr "assign tickets"

#: db/seeds/schedulers.rb:11
#, fuzzy
#| msgid "Ticket escalation"
msgid "Process ticket escalations."
msgstr "Atribuição de chamado"

#: db/seeds/settings.rb:93
msgid "Product Name"
msgstr "Nome do Produto"

#: app/assets/javascripts/app/controllers/profile.coffee:24
#: app/frontend/apps/desktop/pages/personal-setting/composables/useBreadcrumb.ts:7
#: app/frontend/apps/desktop/pages/personal-setting/routes.ts:14
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/avatar.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts:8
msgid "Profile"
msgstr "Perfil"

#: app/frontend/shared/composables/useLocaleUpdate.ts:39
#, fuzzy
#| msgid "The test run was successful."
msgid "Profile language updated successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/AvatarMenu/plugins/personal-settings.ts:7
#: db/seeds/permissions.rb:394
#, fuzzy
#| msgid "Proxy Settings"
msgid "Profile settings"
msgstr "Configurações de Proxy"

#: app/assets/javascripts/app/views/report/sidebar.jst.eco:29
msgid "Profiles"
msgstr "perfis"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:76
msgid "Protocol"
msgstr "Protocol"

#: app/controllers/knowledge_base/categories_controller.rb:23
#: lib/knowledge_base/menu_item_update_action.rb:92
msgid "Provide position of all items in scope"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:167
msgid "Provider"
msgstr "Provedor"

#: db/seeds/settings.rb:552
msgid "Proxy Password"
msgstr ""

#: db/seeds/settings.rb:503
msgid "Proxy Settings"
msgstr "Configurações de Proxy"

#: db/seeds/settings.rb:528
msgid "Proxy User"
msgstr ""

#: app/assets/javascripts/app/views/settings/proxy.jst.eco:3
#, fuzzy
#| msgid "Proxy address."
msgid "Proxy address"
msgstr "Proxy address."

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:109
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:160
msgid "Public"
msgstr "Publico"

#: app/assets/javascripts/app/views/integration/pgp.jst.eco:2
#, fuzzy
#| msgid "Add Private Key"
msgid "Public & Private Keys"
msgstr "Adicionar Chave Privada"

#: app/assets/javascripts/app/controllers/public_link.coffee:3
#, fuzzy
#| msgid "Public Menu"
msgid "Public Link"
msgstr "Menu Publico"

#: app/assets/javascripts/app/controllers/public_link.coffee:3
#: db/seeds/permissions.rb:83
#, fuzzy
#| msgid "Public Menu"
msgid "Public Links"
msgstr "Menu Publico"

#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:113
#: app/assets/javascripts/app/views/knowledge_base/public_menu_manager.jst.eco:2
msgid "Public Menu"
msgstr "Menu Publico"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:137
msgid "Publish"
msgstr "Publicar"

#: app/assets/javascripts/app/controllers/_application_controller/article_public_confirm.coffee:2
#, fuzzy
#| msgid "Article"
msgid "Publish Article"
msgstr "Article"

#: app/views/knowledge_base/public/answers/show.html.erb:41
#, fuzzy
#| msgid "published"
msgid "Published %s"
msgstr "Publicado"

#: app/assets/javascripts/app/views/popover/kb_generic.jst.eco:15
msgid "Published at"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/highlighter.coffee:28
msgid "Purple"
msgstr "Roxo"

#: app/assets/javascripts/app/views/maintenance.jst.eco:27
#: db/seeds/settings.rb:52
msgid ""
"Put a message on the login page. To change it, click on the text area below "
"and change it in-line."
msgstr ""
"Coloque uma mensagem na página de login. Para alterá-la, clique na área de "
"texto abaixo."

#: db/seeds/settings.rb:3716
msgid "Puts Zammad into import mode (disables some triggers)."
msgstr ""

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:21
msgid "Queue"
msgstr "Fila"

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:224
msgid "Queue already exists!"
msgstr ""

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:12
#, fuzzy
#| msgid ""
#| "Enable REST API access using the username/email address and password for "
#| "the authentication user."
msgid ""
"REST API access using the username/email address and password is currently "
"disabled. Please contact your administrator."
msgstr ""
"Ative o acesso da API REST usando o nome de usuário / endereço de e-mail e "
"senha para o usuário de autenticação."

#: app/assets/javascripts/app/controllers/article_view/item.coffee:71
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:43
msgid "Raw"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsReaction.vue:19
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "Reacted to message %s from %s"
msgstr "%s terminada alteração para |%s|!"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsReaction.vue:20
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "Reacted with %s to message %s from %s"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/models/group.coffee:44
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:40
msgid "Read"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/permissions_dialog.coffee:9
msgid "Reader"
msgstr ""

#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco:6
#, fuzzy
#| msgid "Realtime"
msgid "Real-time"
msgstr "Tempo Real"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:46
msgid "Reason for absence"
msgstr ""

#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:39
#: app/assets/javascripts/app/views/google/list.jst.eco:112
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:113
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:123
msgid "Reauthenticate"
msgstr ""

#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:18
#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:14
msgid "Received Call"
msgstr "Chamada recebida"

#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:15
#, fuzzy
#| msgid "Received Call"
msgid "Received Call: %s"
msgstr "Chamada recebida"

#: app/assets/javascripts/app/views/agent_ticket_merge.jst.eco:5
#: app/assets/javascripts/app/views/link/ticket/add.jst.eco:30
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketRelationAndRecentLists/TicketRelationAndRecentLists.vue:61
msgid "Recent Customer Tickets"
msgstr "Chamados recentes do cliente"

#: app/assets/javascripts/app/views/widget/http_log.jst.eco:2
#, fuzzy
#| msgid "Recent logs"
msgid "Recent Logs"
msgstr "Recent logs"

#: app/assets/javascripts/app/views/agent_ticket_merge.jst.eco:8
#: app/assets/javascripts/app/views/link/ticket/add.jst.eco:36
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketRelationAndRecentLists/TicketRelationAndRecentLists.vue:69
#, fuzzy
#| msgid "Recent viewed Tickets"
msgid "Recently Viewed Tickets"
msgstr "Tickets vistos recentemente"

#: app/assets/javascripts/app/controllers/_plugin/navigation.coffee:486
msgid "Recently viewed"
msgstr "Visualizado recentemente"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:397
#: app/assets/javascripts/app/views/generic/ticket_perform_action/notification.jst.eco:9
msgid "Recipient"
msgstr "Recepiente"

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:12
msgid ""
"Records that exist in the import data (but not in Zammad) will always be "
"created."
msgstr ""
"Registros que existem nos dados de importação (mas não no zammad) sempre "
"serão criados."

#: app/assets/javascripts/app/controllers/widget/two_factor_login/method/recovery_codes.coffee:2
#: app/frontend/apps/desktop/pages/authentication/components/LoginRecoveryCode.vue:33
#: app/frontend/apps/mobile/pages/authentication/components/LoginRecoveryCode.vue:38
#: app/frontend/shared/composables/authentication/useLoginTwoFactor.ts:105
#, fuzzy
#| msgid "Security"
msgid "Recovery Code"
msgstr "Security"

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/recovery_codes.coffee:4
#, fuzzy
#| msgid "Security"
msgid "Recovery Codes"
msgstr "Security"

#: app/assets/javascripts/app/views/profile/password.jst.eco:104
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:254
msgid ""
"Recovery codes can be used to access your account in the event you lose "
"access to other two-factor authentication methods."
msgstr ""

#: db/seeds/settings.rb:2847
msgid "Recursive Ticket Triggers"
msgstr ""

#: app/models/system_report/plugin/redis.rb:4
#, fuzzy
#| msgid "New Version"
msgid "Redis version"
msgstr "New Version"

#: db/seeds/settings.rb:3335
msgid ""
"References - Search for follow-up also in In-Reply-To or References headers."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:274
#, fuzzy
#| msgid "Delete records"
msgid "Regenerate Recovery Codes"
msgstr "Apagar registos"

#: app/assets/javascripts/app/views/profile/password.jst.eco:111
#, fuzzy
#| msgid "Delete records"
msgid "Regenerate recovery codes"
msgstr "Apagar registos"

#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:204
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:146
msgid "Register"
msgstr ""

#: app/assets/javascripts/app/views/login.jst.eco:115
msgid "Register as a new customer"
msgstr "Registre-se como um novo cliente"

#: app/assets/javascripts/app/views/signup/verify.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:48
msgid "Registration successful!"
msgstr "Registro realizado com sucesso!"

#: app/assets/javascripts/app/views/link/kb_answer.jst.eco:1
msgid "Related Answers"
msgstr "Respostas relacionadas"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedRun.vue:77
msgid "Relax, your system is being set up…"
msgstr ""

#: app/assets/javascripts/app/views/maintenance.jst.eco:52
msgid "Reload application"
msgstr "Atualizar aplicativo"

#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:43
#: app/assets/javascripts/app/views/login.jst.eco:45
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:118
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:69
msgid "Remember me"
msgstr "Remember me"

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:47
#, fuzzy
#| msgid "Welcome message"
msgid "Reminder message"
msgstr "Mensagem de Boas Vindas"

#: app/assets/javascripts/app/views/generic/postmaster_match.jst.eco:18
#: app/assets/javascripts/app/views/generic/postmaster_set_row.jst.eco:17
msgid "Remote"
msgstr ""

#: app/assets/javascripts/app/controllers/translation.coffee:108
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:45
#: app/assets/javascripts/app/views/calendar/holiday_selector.jst.eco:23
#: app/assets/javascripts/app/views/calendar/holiday_selector_placeholder.jst.eco:12
#: app/assets/javascripts/app/views/channel/topics.jst.eco:32
#: app/assets/javascripts/app/views/generic/application_selector_row.jst.eco:28
#: app/assets/javascripts/app/views/generic/application_selector_subclause.jst.eco:15
#: app/assets/javascripts/app/views/generic/ticket_perform_action/row.jst.eco:13
#: app/assets/javascripts/app/views/generic/user_permission_group.jst.eco:25
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:39
#: app/assets/javascripts/app/views/integration/cti.jst.eco:40
#: app/assets/javascripts/app/views/integration/exchange_user_attribute_row.jst.eco:6
#: app/assets/javascripts/app/views/integration/ldap_group_role_row.jst.eco:6
#: app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco:6
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:56
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:43
#: app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco:9
#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:28
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:25
#: app/assets/javascripts/app/views/profile/devices.jst.eco:15
#: app/assets/javascripts/app/views/profile/password.jst.eco:81
#: app/assets/javascripts/app/views/twitter/search_term.jst.eco:6
#: app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue:269
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue:61
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:132
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:192
#: app/frontend/shared/form/i18n/locales.ts:29
msgid "Remove"
msgstr "Apagar"

#: app/frontend/shared/components/CommonFilePreview/CommonFilePreview.vue:166
#, fuzzy
#| msgid "Remove"
msgid "Remove %s"
msgstr "Apagar"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationList/NotificationItem.vue:79
#, fuzzy
#| msgid "Block Notifications"
msgid "Remove Notification"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue:39
#, fuzzy
#| msgid "Authentication"
msgid "Remove Two-factor Authentication: %s"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:53
msgid "Remove a configured two-factor authentication method"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:177
#, fuzzy
#| msgid "Authentication"
msgid "Remove account link on %s"
msgstr "Authentication"

#: app/frontend/shared/form/i18n/locales.ts:33
#, fuzzy
#| msgid "Remove"
msgid "Remove all"
msgstr "Apagar"

#: app/assets/javascripts/app/views/user/manage_two_factor.jst.eco:4
#, fuzzy
#| msgid "Remove"
msgid "Remove all methods"
msgstr "Apagar"

#: app/frontend/shared/form/i18n/locales.ts:82
#, fuzzy
#| msgid "Remove"
msgid "Remove all values"
msgstr "Apagar"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts:22
#, fuzzy
#| msgid "Authentication"
msgid "Remove authenticator app"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist.coffee:21
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:405
#, fuzzy
#| msgid "Remove"
msgid "Remove checklist"
msgstr "Apagar"

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:283
#, fuzzy
#| msgid "Removes the formatting"
msgid "Remove formatting"
msgstr "Remove a formatação"

#: app/frontend/apps/desktop/components/Form/fields/FieldImageUpload/FieldImageUploadInput.vue:124
#, fuzzy
#| msgid "Remove"
msgid "Remove image"
msgstr "Apagar"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_row.jst.eco:37
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItem.vue:75
#, fuzzy
#| msgid "Remove"
msgid "Remove item"
msgstr "Apagar"

#: app/assets/javascripts/app/views/user/manage_two_factor.jst.eco:5
#, fuzzy
#| msgid "Remove"
msgid "Remove method"
msgstr "Apagar"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:24
#, fuzzy
#| msgid "Security"
msgid "Remove security keys"
msgstr "Security"

#: app/frontend/shared/form/i18n/locales.ts:86
msgid "Remove selected values"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:176
#, fuzzy
#| msgid "Remove"
msgid "Remove this tag"
msgstr "Apagar"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:176
#, fuzzy
#| msgid "Authentication"
msgid "Remove two-factor authentication"
msgstr "Authentication"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/HistoryEventDetails/HistoryEventDetailsReaction.vue:16
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "Removed reaction from message %s from %s"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:649
msgid "Removes any hyperlink"
msgstr "Remove qualquer hiperlink"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:601
msgid "Removes the formatting"
msgstr "Remove a formatação"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:79
msgid "Removes the shadows for a flat look."
msgstr "Remove as sombras para um visual plano."

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist.coffee:16
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent.vue:398
msgid "Rename checklist"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/feed_dialog.coffee:9
#, fuzzy
#| msgid "Personal Access Tokens"
msgid "Renew Access Token"
msgstr "Token de acesso pessoal"

#: app/models/report.rb:52
msgid "Reopened"
msgstr "Reopened"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_reopen.jst.eco:3
msgid "Reopening rate"
msgstr "Reopening rate"

#: app/assets/javascripts/app/models/group.coffee:10
#: db/seeds/object_manager_attributes.rb:2157
#, fuzzy
#| msgid "Reopening rate"
msgid "Reopening time in days"
msgstr "Reopening rate"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show.jst.eco:14
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:195
#, fuzzy
#| msgid "Order"
msgid "Reorder"
msgstr "Pedido"

#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:26
msgid "Replacement"
msgstr "Substituição"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:61
#, fuzzy
#| msgid "Replacement"
msgid "Replacement agent"
msgstr "Substituição"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:248
#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:87
#: app/frontend/shared/entities/ticket-article/action/plugins/facebook.ts:20
#: app/frontend/shared/entities/ticket-article/action/plugins/sms.ts:22
#: app/frontend/shared/entities/ticket-article/action/plugins/telegram.ts:26
#: app/frontend/shared/entities/ticket-article/action/plugins/twitter.ts:97
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:85
#, fuzzy
#| msgid "reply"
msgid "Reply"
msgstr "reply"

#: app/frontend/shared/entities/ticket-article/action/plugins/email.ts:108
#, fuzzy
#| msgid "reply"
msgid "Reply All"
msgstr "reply"

#: lib/validations/ticket_article_validator/whatsapp_message.rb:62
#, fuzzy
#| msgid "Conditions for shown Tickets"
msgid "Reply allowed only for open tickets"
msgstr "Condições para bilhetes exibidos"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:477
msgid "Reply to last article"
msgstr "Responda ao último artigo"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:22
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:94
msgid "Reply-To"
msgstr "Reply-To"

#: db/seeds/permissions.rb:101
#, fuzzy
#| msgid "Reporting"
msgid "Report"
msgstr "Relatórios"

#: app/assets/javascripts/app/controllers/report_profile.coffee:3
msgid "Report Profile"
msgstr "Reportar o perfil"

#: app/assets/javascripts/app/controllers/report_profile.coffee:17
#: db/seeds/permissions.rb:101
msgid "Report Profiles"
msgstr "Informar perfis"

#: app/assets/javascripts/app/controllers/report.coffee:6
#: app/assets/javascripts/app/views/report/main.jst.eco:5
msgid "Reporting"
msgstr "Relatórios"

#: app/assets/javascripts/app/views/widget/http_log.jst.eco:18
#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:17
msgid "Request"
msgstr ""

#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:8
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:9
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:9
#, fuzzy
#| msgid "Requesting the Grant"
msgid "Request Admin Consent"
msgstr "Solicitar permissão"

#: db/seeds/object_manager_attributes.rb:131
msgid "Request for Change"
msgstr ""

#: app/assets/javascripts/app/views/admin_password_auth/request.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:61
msgid "Request password login for admin?"
msgstr ""

#: app/assets/javascripts/app/views/login.jst.eco:106
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:285
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:170
msgid "Request the password login here."
msgstr ""

#: app/assets/javascripts/app/views/api.jst.eco:67
msgid "Requesting the Grant"
msgstr "Solicitar permissão"

#: app/controllers/reports_controller.rb:66
msgid "Required parameter 'downloadBackendSelected' is missing."
msgstr ""

#: app/controllers/reports_controller.rb:125
msgid "Required parameter 'profile' is missing."
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:177
#: app/assets/javascripts/app/views/channel/form.jst.eco:147
msgid "Requirements"
msgstr "Requirements"

#: db/seeds/settings.rb:5847
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid ""
"Requires the setup of the two-factor authentication for certain user roles."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:38
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:82
#: app/assets/javascripts/app/views/signup/verify.jst.eco:11
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:159
msgid "Resend verification email"
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/controllers/translation.coffee:99
#: app/assets/javascripts/app/views/monitoring.jst.eco:13
#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:18
#: app/assets/javascripts/app/views/settings/ticket_duplicate_detection.jst.eco:15
#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:39
#: app/assets/javascripts/app/views/time_accounting/types.jst.eco:10
msgid "Reset"
msgstr "Limpar"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:144
#, fuzzy
#| msgid "Reset Password"
msgid "Reset Overview Order"
msgstr "Reset Password"

#: app/assets/javascripts/app/controllers/password_reset.coffee:23
#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:22
msgid "Reset Password"
msgstr "Reset Password"

#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:58
msgid "Reset Password failed!"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/overviews.coffee:34
#, fuzzy
#| msgid "Reset Password"
msgid "Reset overview order"
msgstr "Reset Password"

#: app/assets/javascripts/app/models/setting.coffee:60
#, fuzzy
#| msgid "Registration successful!"
msgid "Reset successful."
msgstr "Registro realizado com sucesso!"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:219
#, fuzzy
#| msgid "Restore Defaults"
msgid "Reset to Default Settings"
msgstr "Restaurar padrões"

#: app/assets/javascripts/app/views/settings/ticket_notifications.jst.eco:11
#, fuzzy
#| msgid "Restore Defaults"
msgid "Reset to default"
msgstr "Restaurar padrões"

#: app/assets/javascripts/app/views/profile/notification.jst.eco:75
#, fuzzy
#| msgid "Restore Defaults"
msgid "Reset to default settings"
msgstr "Restaurar padrões"

#. This is the template file app/views/mailer/password_reset/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/password_reset/en.html.erb
#, fuzzy
#| msgid ""
#| "Administration login to #{config.product_name}\n"
#| "\n"
#| "<div>Hi #{user.firstname},</div>\n"
#| "<br>\n"
#| "<div>We received a request for an administration login for your #{config."
#| "product_name} account <b>#{user.login}</b>.</div>\n"
#| "<br>\n"
#| "<div>Please, click on the link below (or copy and paste the URL into your "
#| "browser) to proceed:</div>\n"
#| "<br>\n"
#| "<div><a href=\"#{config.http_type}://#{config.fqdn}/#login/admin/#{token."
#| "name}\">#{config.http_type}://#{config.fqdn}/#login/admin/#{token.name}</"
#| "a></div>\n"
#| "<br>\n"
#| "<div>This link takes you to a page where you can log in.</div>\n"
#| "<br>\n"
#| "<div>If you don't want to log in, please ignore this message.</div>\n"
#| "<br>\n"
#| "<div>Your #{config.product_name} Team</div>\n"
msgid ""
"Reset your #{config.product_name} password\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>We received a request to reset the password for your #{config."
"product_name} account <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>If you want to reset your password, click on the link below (or copy "
"and paste the URL into your browser):</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>This link takes you to a page where you can change your password.</"
"div>\n"
"<br>\n"
"<div>If you don't want to reset your password, please ignore this message. "
"Your password will not be reset.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"Login de Administração em #{config.product_name}\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Recebemos um pedido para um login de administração para a sua conta "
"#{config.product_name} <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>Por favor clique no link abaixo (ou corte e cole o URL no seu "
"navegador) para avançar:</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>Este link leva-o a uma página onde pode efetuar o login.</div>\n"
"<br>\n"
"<div>Se não quer efetuar login, por favor ignore esta mensagem.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#. This is the template file app/views/mailer/signup_taken_reset/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/signup_taken_reset/en.html.erb
#, fuzzy
#| msgid ""
#| "Administration login to #{config.product_name}\n"
#| "\n"
#| "<div>Hi #{user.firstname},</div>\n"
#| "<br>\n"
#| "<div>We received a request for an administration login for your #{config."
#| "product_name} account <b>#{user.login}</b>.</div>\n"
#| "<br>\n"
#| "<div>Please, click on the link below (or copy and paste the URL into your "
#| "browser) to proceed:</div>\n"
#| "<br>\n"
#| "<div><a href=\"#{config.http_type}://#{config.fqdn}/#login/admin/#{token."
#| "name}\">#{config.http_type}://#{config.fqdn}/#login/admin/#{token.name}</"
#| "a></div>\n"
#| "<br>\n"
#| "<div>This link takes you to a page where you can log in.</div>\n"
#| "<br>\n"
#| "<div>If you don't want to log in, please ignore this message.</div>\n"
#| "<br>\n"
#| "<div>Your #{config.product_name} Team</div>\n"
msgid ""
"Reset your #{config.product_name} password\n"
"\n"
"<div>Hi #{user.firstname},</div>\n"
"<br>\n"
"<div>You or someone else tried to sign up with this email address. However, "
"this email is already being used.</div>\n"
"<br>\n"
"<div>If you want to reset your password, click on the link below (or copy "
"and paste the URL into your browser):</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>This link takes you to a page where you can change your password.</"
"div>\n"
"<br>\n"
"<div>If you don't want to reset your password, please ignore this message. "
"Your password will not be reset.</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""
"Login de Administração em #{config.product_name}\n"
"\n"
"<div>Olá #{user.firstname},</div>\n"
"<br>\n"
"<div>Recebemos um pedido para um login de administração para a sua conta "
"#{config.product_name} <b>#{user.login}</b>.</div>\n"
"<br>\n"
"<div>Por favor clique no link abaixo (ou corte e cole o URL no seu "
"navegador) para avançar:</div>\n"
"<br>\n"
"<div><a href=\"#{url}\">#{url}</a></div>\n"
"<br>\n"
"<div>Este link leva-o a uma página onde pode efetuar o login.</div>\n"
"<br>\n"
"<div>Se não quer efetuar login, por favor ignore esta mensagem.</div>\n"
"<br>\n"
"<div>A sua equipa #{config.product_name}</div>\n"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:99
msgid "Resetting the order of your ticket overviews failed."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:206
#, fuzzy
#| msgid "Close tab"
msgid "Resize article panel"
msgstr "Fechar aba"

#: app/frontend/apps/desktop/components/CommonTable/HeaderResizeLine.vue:128
#, fuzzy
#| msgid "Delete File"
msgid "Resize column"
msgstr "deletar arquivo"

#: app/frontend/shared/components/Form/fields/FieldEditor/ImageHandler/ImageHandler.vue:170
msgid "Resize frame"
msgstr ""

#: app/frontend/apps/desktop/components/CommonFlyout/CommonFlyout.vue:349
msgid "Resize side panel"
msgstr ""

#: app/frontend/apps/desktop/components/layout/LayoutSidebar.vue:167
msgid "Resize sidebar"
msgstr ""

#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:20
msgid "Response"
msgstr ""

#: app/assets/javascripts/app/views/monitoring.jst.eco:38
msgid "Restart failed jobs"
msgstr ""

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:7
msgid "Restore Defaults"
msgstr "Restaurar padrões"

#: app/assets/javascripts/app/models/overview.coffee:9
msgid "Restrict to only the following users"
msgstr "Restringir apenas aos seguintes usuários"

#: app/assets/javascripts/app/views/generic/object_import/result.jst.eco:2
msgid "Result:"
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:146
#: app/assets/javascripts/app/views/widget/two_factor_login/security_keys.jst.eco:16
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:62
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:63
#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactor.vue:177
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:140
#: app/frontend/apps/mobile/pages/authentication/components/LoginTwoFactor.vue:177
msgid "Retry"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleMediaError.vue:43
#, fuzzy
#| msgid "Add attachment option to upload."
msgid "Retry Attachment Download"
msgstr "Opção de adicionar anexo para envio."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleSecurityWarning.vue:37
#, fuzzy
#| msgid "Security"
msgid "Retry Security Process"
msgstr "Security"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:112
#, fuzzy
#| msgid "Add attachment option to upload."
msgid "Retry attachment download"
msgstr "Opção de adicionar anexo para envio."

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:97
msgid "Retry security process"
msgstr ""

#: lib/whatsapp/retry/media.rb:67
msgid "Retrying to download the sent media via WhatsApp failed."
msgstr ""

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:34
#: app/assets/javascripts/app/views/twitter/list.jst.eco:74
msgid "Retweets"
msgstr ""

#: app/assets/javascripts/app/views/twitter/list.jst.eco:76
#, fuzzy
#| msgid "Retweets are converted to Tickets"
msgid "Retweets are converted into tickets."
msgstr "Retweets são convertidos em tickets"

#: app/models/webhook/pre_defined/rocket_chat.rb:5
#, fuzzy
#| msgid "Block Notifications"
msgid "Rocket Chat Notifications"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:279
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:216
#: app/assets/javascripts/app/controllers/role.coffee:3
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:81
#: app/assets/javascripts/app/views/knowledge_base/permissions_dialog.jst.eco:3
msgid "Role"
msgstr "Papel"

#: app/assets/javascripts/app/controllers/_ui_element/user_permission.coffee:49
msgid "Role %s is conflicting with role %s, do you want to continue?"
msgstr ""

#: app/assets/javascripts/app/controllers/role.coffee:3
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:193
#: db/seeds/object_manager_attributes.rb:1577 db/seeds/permissions.rb:23
msgid "Roles"
msgstr "Papeis"

#: app/assets/javascripts/app/controllers/role.coffee:27
msgid "Roles are …"
msgstr ""

#: app/assets/javascripts/app/views/user.jst.eco:20
#, fuzzy
#| msgid "Roles"
msgid "Roles:"
msgstr "Papeis"

#: app/assets/javascripts/app/views/google/list.jst.eco:104
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:106
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:116
msgid "Rollback migration"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/google.coffee:219
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:236
msgid "Rollback of channel migration succeeded!"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:310
msgid "Rows"
msgstr ""

#: app/models/system_report/plugin/ruby.rb:4
msgid "Ruby information (version and installed gems)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:119
msgid "Run every %s at %s in %s time"
msgstr ""

#: app/assets/javascripts/app/models/job.coffee:21
msgid "Running"
msgstr ""

#: app/assets/javascripts/app/views/data_privacy/index.jst.eco:19
msgid "Running Tasks"
msgstr "Tarefas correntes"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:26
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:26
#, fuzzy
#| msgid "Running..."
msgid "Running…"
msgstr "Running..."

#: app/assets/javascripts/app/controllers/_integration/smime.coffee:3
#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:38
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:74
#: app/frontend/shared/entities/ticket-article/composables/translateArticleSecurity.ts:9
msgid "S/MIME"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/smime.coffee:6
msgid ""
"S/MIME (Secure/Multipurpose Internet Mail Extensions) is a widely accepted "
"method (or more precisely, a protocol) for sending digitally signed and "
"encrypted messages."
msgstr ""

#: db/seeds/settings.rb:5628
msgid "S/MIME config"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/smime.coffee:253
msgid "S/MIME enables you to send digitally signed and encrypted messages."
msgstr ""

#: db/seeds/settings.rb:5600
msgid "S/MIME integration"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:106
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:77
#: db/seeds/settings.rb:1894
msgid "SAML"
msgstr ""

#: db/seeds/settings.rb:1902
msgid "SAML App Credentials"
msgstr ""

#: app/assets/javascripts/app/controllers/sla.coffee:3
#: app/assets/javascripts/app/views/sla/index.jst.eco:3
msgid "SLA"
msgstr "SLA"

#: app/assets/javascripts/app/models/sla.coffee:9
msgid "SLA Times"
msgstr "SLA Times"

#: app/assets/javascripts/app/controllers/sla.coffee:3
#: db/seeds/permissions.rb:71
msgid "SLAs"
msgstr "SLAs"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:3
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:68
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:48
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/sms.ts:7
#: db/seeds/permissions.rb:137
msgid "SMS"
msgstr "SMS"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:139
msgid "SMS Account"
msgstr "Conta SMS"

#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:1
msgid "SMS Accounts"
msgstr "Contas SMS"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:276
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:82
msgid "SMS Notification"
msgstr "Notificações SMS"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:432
msgid "SMS successfully sent"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:438
msgid "SMS test failed."
msgstr ""

#: lib/email_helper.rb:15
msgid "SMTP - configure your own outgoing SMTP settings"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:415
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:207
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:83
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:47
#, fuzzy
#| msgid "SLA"
msgid "SSL"
msgstr "SLA"

#: app/assets/javascripts/app/controllers/_manage/security.coffee:12
#: app/assets/javascripts/app/views/ssl_certificates.jst.eco:2
#, fuzzy
#| msgid "Add Certificate"
msgid "SSL Certificates"
msgstr "Adicionar certificado"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:416
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:714
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:84
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:73
#: app/assets/javascripts/app/models/webhook.coffee:9
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:51
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:21
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:24
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:31
#: app/assets/javascripts/app/views/integration/ldap_ssl_verify_row.jst.eco:2
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:147
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:108
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:63
msgid "SSL verification"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:415
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:83
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:27
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:33
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:139
msgid "SSL/STARTTLS"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:111
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:84
#: db/seeds/settings.rb:5716
msgid "SSO"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/email.coffee:415
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:205
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:83
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:54
msgid "STARTTLS"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Sat"
msgstr "Sábado"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:12
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:20
#: app/assets/javascripts/app/views/calendar/index.jst.eco:59
msgid "Saturday"
msgstr "Sábado"

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:416
#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:155
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:73
#: app/assets/javascripts/app/views/integration/cti.jst.eco:127
#: app/assets/javascripts/app/views/integration/github.jst.eco:21
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:27
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:30
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:47
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:146
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:130
#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:17
#: app/assets/javascripts/app/views/settings/ticket_duplicate_detection.jst.eco:14
#: app/assets/javascripts/app/views/settings/ticket_notifications.jst.eco:9
#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show.jst.eco:27
#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:38
#: app/assets/javascripts/app/views/time_accounting/types.jst.eco:9
#: app/assets/javascripts/app/views/widget/text_module.jst.eco:22
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:121
#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue:44
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItems.vue:226
#: app/frontend/apps/mobile/components/CommonDialogObjectForm/CommonDialogObjectForm.vue:136
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:292
#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:70
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketAction/TicketActionChangeCustomerDialog.vue:89
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:100
msgid "Save"
msgstr "Guardar"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/recovery_codes.coffee:14
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue:19
#, fuzzy
#| msgid "Security"
msgid "Save Codes"
msgstr "Security"

#: app/assets/javascripts/app/controllers/ticket_shared_draft_overwrite_modal.coffee:2
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:65
#, fuzzy
#| msgid "Draft"
msgid "Save Draft"
msgstr "Rascunho"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingNotifications.vue:227
#, fuzzy
#| msgid "Block Notifications"
msgid "Save Notifications"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:187
#, fuzzy
#| msgid "Out of Office"
msgid "Save Out of Office"
msgstr "Fora do escritório"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSource.vue:53
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmail.vue:146
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualEmailNotification.vue:115
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:131
#, fuzzy
#| msgid "Saved conditions"
msgid "Save and Continue"
msgstr "Condições salvas"

#: app/assets/javascripts/app/views/widget/text_module.jst.eco:22
msgid "Save as"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:76
#, fuzzy
#| msgid "Draft"
msgid "Save as draft"
msgstr "Rascunho"

#: app/frontend/apps/desktop/components/CommonInlineEdit/CommonInlineEdit.vue:350
#, fuzzy
#| msgid "Discard Changes"
msgid "Save changes"
msgstr "Ignorar alterações"

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:217
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:267
msgid "Save configuration"
msgstr "Salvar configuração"

#: app/assets/javascripts/app/models/core_workflow.coffee:10
msgid "Saved conditions"
msgstr "Condições salvas"

#: app/assets/javascripts/app/controllers/_integration/github.coffee:63
#: app/assets/javascripts/app/controllers/_integration/gitlab.coffee:80
#: app/assets/javascripts/app/controllers/_integration/idoit.coffee:93
#: app/assets/javascripts/app/controllers/ticket_zoom.coffee:1123
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Saving failed."
msgstr "Ação em massa executada!"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:125
msgid "Schedule for"
msgstr "Agendado para"

#: app/assets/javascripts/app/models/job.coffee:20
#: app/assets/javascripts/app/views/knowledge_base/scheduled_widget.jst.eco:2
msgid "Scheduled for"
msgstr "Agendado para"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:41
#: app/assets/javascripts/app/controllers/job.coffee:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventIssuerNames.ts:4
#: db/seeds/permissions.rb:95
msgid "Scheduler"
msgstr "Agendador"

#: app/assets/javascripts/app/controllers/job.coffee:19
msgid "Schedulers"
msgstr "Agendadores"

#: db/seeds/settings.rb:2098
msgid "Scopes"
msgstr ""

#: db/seeds/settings.rb:2103
msgid ""
"Scopes that are included, separated by a single space character. If unset, "
"\"openid email profile\" is used."
msgstr ""

#: app/assets/javascripts/app/views/object_manager/screens.jst.eco:6
msgid "Screen"
msgstr "Monitor"

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:38
msgid "Script can be located under: ||%s|| and needs to be executable."
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:58
#, fuzzy
#| msgid "Move up and down"
msgid "Scroll down"
msgstr "MOver acima e abaixo"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:58
#, fuzzy
#| msgid "Scroll down to see new messages"
msgid "Scroll down to see %s new replies"
msgstr "Vá para baixo para ver novas mensagens"

#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:21
#: public/assets/chat/chat-no-jquery.coffee:168
#: public/assets/chat/chat.coffee:166
msgid "Scroll down to see new messages"
msgstr "Vá para baixo para ver novas mensagens"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:169
#: app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee:13
#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:201
#: app/assets/javascripts/app/views/integration/idoit_object_selector.jst.eco:3
#: app/assets/javascripts/app/views/knowledge_base/search_field_widget.jst.eco:1
#: app/assets/javascripts/app/views/widget/text_module.jst.eco:4
#: app/frontend/apps/mobile/pages/search/routes.ts:8
#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:230
msgid "Search"
msgstr "Procurar"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:4
msgid "Search Term"
msgstr "Termo de pesquisa"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:4
#: app/assets/javascripts/app/views/twitter/list.jst.eco:29
msgid "Search Terms"
msgstr "Termos de pesquisa"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:702
#, fuzzy
#| msgid "Search"
msgid "Search URL"
msgstr "Procurar"

#: lib/external_data_source/errors.rb:40
msgid "Search URL is invalid."
msgstr ""

#: lib/external_data_source/errors.rb:34
msgid "Search URL is missing."
msgstr ""

#: app/assets/javascripts/app/views/generic/admin/index.jst.eco:32
#, fuzzy
#| msgid "Search for users"
msgid "Search for %s"
msgstr "Search for users"

#: app/assets/javascripts/app/views/user.jst.eco:15
msgid "Search for users"
msgstr "Search for users"

#: app/frontend/apps/mobile/pages/search/views/SearchOverview.vue:245
#, fuzzy
#| msgid "Search"
msgid "Search for…"
msgstr "Procurar"

#: app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts:24
#: app/frontend/shared/components/Form/fields/FieldRecipient/features/setAutoCompleteBehavior.ts:33
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Search or enter email address…"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts:19
#: app/frontend/shared/components/Form/fields/FieldRecipient/features/setAutoCompleteBehavior.ts:25
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Search or enter phone number…"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: lib/external_data_source/errors.rb:108
msgid ""
"Search result label is not a string, a number or a boolean. Please provide "
"search result label key."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:828
msgid "Search result label key"
msgstr ""

#: lib/external_data_source/errors.rb:111
msgid "Search result label key \"%s\" is not a string, number or boolean."
msgstr ""

#: lib/external_data_source/errors.rb:101
#, fuzzy
#| msgid "Notification Sound"
msgid "Search result label key \"%s\" was not found."
msgstr "Som de Notificação"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:806
#, fuzzy
#| msgid "Back to search results"
msgid "Search result list"
msgstr "Voltar para resultados da busca"

#: lib/external_data_source/errors.rb:76
msgid ""
"Search result list is not an array. Please provide search result list key."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:806
msgid "Search result list key"
msgstr ""

#: lib/external_data_source/errors.rb:79
msgid "Search result list key \"%s\" is not an array."
msgstr ""

#: lib/external_data_source/errors.rb:69
#, fuzzy
#| msgid "Notification Sound"
msgid "Search result list key \"%s\" was not found."
msgstr "Som de Notificação"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:899
#, fuzzy
#| msgid "First response"
msgid "Search result response"
msgstr "First response"

#: lib/external_data_source/errors.rb:92
msgid ""
"Search result value is not a string, a number or a boolean. Please provide "
"search result value key."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:817
msgid "Search result value key"
msgstr ""

#: lib/external_data_source/errors.rb:95
msgid "Search result value key \"%s\" is not a string, number or boolean."
msgstr ""

#: lib/external_data_source/errors.rb:85
#, fuzzy
#| msgid "Notification Sound"
msgid "Search result value key \"%s\" was not found."
msgstr "Som de Notificação"

#: app/assets/javascripts/app/controllers/_ui_element/autocompletion_ajax.coffee:16
#: app/assets/javascripts/app/controllers/_ui_element/autocompletion_ajax_customer_organization.coffee:18
#: app/assets/javascripts/app/controllers/_ui_element/autocompletion_ajax_external_data_source.coffee:13
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:852
#: app/assets/javascripts/app/controllers/widget/link/kb_answer.coffee:57
#: app/assets/javascripts/app/views/generic/icon_picker.jst.eco:9
#: app/assets/javascripts/app/views/translation/form.jst.eco:7
#: app/frontend/apps/desktop/components/CommonInputSearch/CommonInputSearch.vue:20
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:134
#: app/frontend/apps/mobile/pages/home/views/Home.vue:63
#: app/frontend/shared/components/CommonInputSearch/CommonInputSearch.vue:23
#, fuzzy
#| msgid "Search"
msgid "Search…"
msgstr "Procurar"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomerContent.vue:116
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationCustomer.vue:98
#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:133
#: db/seeds/object_manager_attributes.rb:1159
#, fuzzy
#| msgid "Shared organization"
msgid "Secondary organizations"
msgstr "Organização compartilhada"

#: app/models/user.rb:643
msgid ""
"Secondary organizations are only allowed when the primary organization is "
"given."
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/security.coffee:3
#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:34
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:70
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:55
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/linkedAccounts.ts:10
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/password.ts:10
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/tokenAccess.ts:10
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts:10
#: app/frontend/apps/desktop/pages/ticket/components/TicketCreate/TicketCreateContent.vue:173
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/email.ts:22
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:151
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:285
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:203
#: db/seeds/permissions.rb:203
msgid "Security"
msgstr "Security"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/authenticator_app.coffee:28
#: app/assets/javascripts/app/controllers/widget/two_factor_login/method.coffee:3
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:276
#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactor.vue:43
#: app/frontend/apps/mobile/pages/authentication/components/LoginTwoFactor.vue:50
#, fuzzy
#| msgid "Security"
msgid "Security Code"
msgstr "Security"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:90
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleSecurityWarning.vue:24
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:149
msgid "Security Error"
msgstr ""

#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:135
#, fuzzy
#| msgid "Block Notifications"
msgid "Security Information"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:4
#, fuzzy
#| msgid "Security"
msgid "Security Key"
msgstr "Security"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:4
#: app/assets/javascripts/app/lib/app_post/two_factor_methods/security_keys.coffee:5
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:10
#: db/seeds/settings.rb:5753
#, fuzzy
#| msgid "Security"
msgid "Security Keys"
msgstr "Security"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:68
msgid "Security key \"%s\" will be removed."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:183
#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:54
#, fuzzy
#| msgid "Resend verification email"
msgid "Security key setup failed."
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/controllers/widget/two_factor_login/method/security_keys.coffee:48
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:43
#, fuzzy
#| msgid "Resend verification email"
msgid "Security key verification failed."
msgstr "Reenviar email de verificação"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:343
#, fuzzy
#| msgid "Security"
msgid "Security keys"
msgstr "Security"

#: app/assets/javascripts/app/views/widget/two_factor_configuration/security_keys/index.jst.eco:1
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:343
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid ""
"Security keys are hardware or software credentials that can be used as your "
"two-factor authentication method."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: lib/external_data_source/errors.rb:28
msgid "See HTTPLog for details."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/ticket_duplicate_detection.coffee:71
#: app/assets/javascripts/app/controllers/article_view/item.coffee:447
#: app/assets/javascripts/app/controllers/data_privacy.coffee:111
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleBody.vue:129
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:280
msgid "See less"
msgstr "See less"

#: app/assets/javascripts/app/controllers/_ui_element/ticket_duplicate_detection.coffee:68
#: app/assets/javascripts/app/controllers/article_view/item.coffee:443
#: app/assets/javascripts/app/controllers/data_privacy.coffee:108
#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:41
#: app/assets/javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco:21
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:134
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleBody.vue:129
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMore.vue:17
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleBubble.vue:280
msgid "See more"
msgstr "See more"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:9
msgid ""
"See your tickets from within your favorite calendar by adding the following "
"URL to your calendar app."
msgstr ""
"Veja os seus chamados a partir do seu calendário favorito adicionando o "
"seguinte URL à sua aplicação de calendário."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:299
#, fuzzy
#| msgid ""
#| "See your tickets from within your favorite calendar by adding the "
#| "following URL to your calendar app."
msgid ""
"See your tickets from within your favorite calendar by adding the "
"subscription URL to your calendar app."
msgstr ""
"Veja os seus chamados a partir do seu calendário favorito adicionando o "
"seguinte URL à sua aplicação de calendário."

#: app/assets/javascripts/app/controllers/_plugin/electron_events.coffee:38
msgid "Select All"
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:22
msgid "Select CSV file"
msgstr "Selecione um arquivo CSV"

#: app/assets/javascripts/app/views/widget/shared_draft.jst.eco:17
msgid "Select Shared Draft"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_checklist/start.coffee:16
#: app/assets/javascripts/app/views/widget/template.jst.eco:4
msgid "Select Template"
msgstr "Selecionar Modelo"

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:469
#: app/frontend/apps/desktop/components/CommonTable/CommonSimpleTable.vue:92
#, fuzzy
#| msgid "set optional"
msgid "Select all entries"
msgstr "Definir como opcional"

#: db/seeds/settings.rb:889
msgid "Select default ticket type"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:345
msgid "Select item"
msgstr "Select item"

#: app/assets/javascripts/app/lib/app_post/multi_locales_row.coffee:38
#, fuzzy
#| msgid "Select Template"
msgid "Select locale…"
msgstr "Selecionar Modelo"

#: app/frontend/apps/desktop/components/CommonTable/TableRow.vue:73
#, fuzzy
#| msgid "Delete File"
msgid "Select table row"
msgstr "deletar arquivo"

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:216
msgid "Select the customer of the ticket or create one."
msgstr "Selecione o cliente do chamado ou crie um."

#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:154
#, fuzzy
#| msgid "Select the customer of the ticket or create one."
msgid "Select the type of ticket your are creating"
msgstr "Selecione o cliente do chamado ou crie um."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:311
#, fuzzy
#| msgid "Delete User"
msgid "Select this avatar"
msgstr "Deletar Usuário"

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:614
#: app/frontend/apps/desktop/components/CommonTable/CommonSimpleTable.vue:152
#, fuzzy
#| msgid "Delete User"
msgid "Select this entry"
msgstr "Deletar Usuário"

#: app/assets/javascripts/app/models/core_workflow.coffee:9
msgid "Selected conditions"
msgstr "Condições selecionadas"

#: lib/validations/data_privacy_task_validator.rb:57
msgid "Selected object is already queued for deletion."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/ticket_batch.coffee:68
msgid "Selected tickets do not match any macros."
msgstr ""

#: app/assets/javascripts/app/models/trigger.coffee:8
#, fuzzy
#| msgid "Selector"
msgid "Selective (default)"
msgstr "Selector"

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:4
msgid "Selector"
msgstr "Selector"

#: app/assets/javascripts/app/views/settings/ticket_number.jst.eco:4
msgid "Selects the ticket number generator module."
msgstr "Seleciona o módulo gerador do número do chamado."

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:474
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:486
#: app/frontend/apps/mobile/components/CommonSelect/CommonSelect.vue:201
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue:302
#: app/frontend/apps/mobile/components/Form/fields/FieldTags/FieldTagsDialog.vue:173
#: app/frontend/apps/mobile/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDialog.vue:217
#, fuzzy
#| msgid "Select Template"
msgid "Select…"
msgstr "Selecionar Modelo"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:77
#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:58
#: public/assets/chat/views/chat.eco:25
msgid "Send"
msgstr "Enviar"

#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:26
#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:28
msgid "Send Email"
msgstr "Send Email"

#: app/frontend/shared/entities/ticket/composables/useTicketCreateArticleType.ts:29
#, fuzzy
#| msgid "Send Email"
msgid "Send Email: %s"
msgstr "Send Email"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualInviteColleagues.vue:120
#, fuzzy
#| msgid "Shared organization"
msgid "Send Invitation"
msgstr "Organização compartilhada"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:397
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:65
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:50
msgid "Send Mails via"
msgstr "Enviar emails usando"

#: app/assets/javascripts/app/views/maintenance.jst.eco:33
msgid "Send a message to all logged in users."
msgstr "Envie uma mensagem para todos os usuarios logados."

#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:52
#, fuzzy
#| msgid "Send Mails via"
msgid "Send mails via"
msgstr "Enviar emails usando"

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:40
msgid ""
"Send out automatic reminders to customers asking them for reply if the 24-"
"hour window is about to expire."
msgstr ""

#: db/seeds/settings.rb:3406
msgid "Send postmaster mail if mail too large"
msgstr ""

#: db/seeds/settings.rb:3409
msgid "Send postmaster reject mail to sender of mail if mail is too large."
msgstr ""

#: app/assets/javascripts/app/views/maintenance.jst.eco:55
msgid "Send to clients"
msgstr "Enviar para clientes"

#: app/assets/javascripts/app/models/ticket_article.coffee:13
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:51
#: app/models/channel/driver/sms/massenversand.rb:45
#: app/models/channel/driver/sms/message_bird.rb:92
#: app/models/channel/driver/sms/twilio.rb:106 db/seeds/settings.rb:3223
#: lib/excel_sheet/ticket.rb:32
msgid "Sender"
msgstr "Sender"

#: db/seeds/settings.rb:3223
msgid "Sender Format"
msgstr "Formato de envio"

#: db/seeds/settings.rb:3251
msgid "Sender Format Separator"
msgstr "separador do formato de envio"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:126
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:135
#, fuzzy
#| msgid "Sender"
msgid "Sender Type"
msgstr "Sender"

#: db/seeds/settings.rb:3352
msgid "Sender based on Reply-To header"
msgstr "Remetente baseado no cabeçalho \"Reply-To\""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:503
#, fuzzy
#| msgid "Reply to last article"
msgid "Sender of last article"
msgstr "Responda ao último artigo"

#: app/models/ticket/article.rb:312
msgid "Sending an email without a valid recipient is not possible."
msgstr ""

#: app/assets/javascripts/app/views/widget/invite_user.jst.eco:35
#, fuzzy
#| msgid "pending"
msgid "Sending…"
msgstr "pendente"

#: app/assets/javascripts/app/controllers/maintenance.coffee:87
msgid "Sent successfully!"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
#: app/assets/javascripts/app/controllers/report.coffee:220
#: app/assets/javascripts/app/controllers/time_accounting_accounted_time.coffee:26
msgid "Sep"
msgstr "Set"

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:36
msgid "Separate multiple values by ;"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:161
msgid "September"
msgstr "Setembro"

#: db/seeds/settings.rb:4003
msgid "Sequencer log level"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:410
#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:483
#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:252
#: app/assets/javascripts/app/controllers/_integration/smime.coffee:215
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:78
#, fuzzy
#| msgid "Resend verification email"
msgid "Server operation failed."
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/views/integration/index.jst.eco:10
msgid "Service"
msgstr "Service"

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:32
msgid "Service Notification"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/system.coffee:11
msgid "Services"
msgstr "Services"

#: app/assets/javascripts/app/controllers/_plugin/session_taken_over.coffee:25
#: app/assets/javascripts/app/controllers/_plugin/session_timeout.coffee:98
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:40
msgid "Session"
msgstr "Sessão"

#: db/seeds/settings.rb:1131
msgid "Session Timeout"
msgstr ""

#: app/assets/javascripts/app/controllers/session.coffee:3
#: app/assets/javascripts/app/views/session.jst.eco:2
#: db/seeds/permissions.rb:293
msgid "Sessions"
msgstr "Sessions"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal.coffee:4
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/authenticator_app.coffee:2
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:2
#: app/assets/javascripts/app/views/profile/password.jst.eco:90
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:135
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:59
msgid "Set Up"
msgstr ""

#: app/frontend/apps/desktop/pages/authentication/after-auth/plugins/twoFactorSetup.ts:12
#, fuzzy
#| msgid "Authentication"
msgid "Set Up Two-factor Authentication"
msgstr "Authentication"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue:44
#, fuzzy
#| msgid "Authentication"
msgid "Set Up Two-factor Authentication: %s"
msgstr "Authentication"

#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:127
#, fuzzy
#| msgid "Create your first ticket"
msgid "Set a title for your ticket"
msgstr "Criar seu primeiro ticket"

#: db/seeds/settings.rb:5409
msgid "Set agent limit"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:492
msgid "Set article to internal/public"
msgstr "Alterar artigo para interno/público"

#: app/assets/javascripts/app/views/calendar/index.jst.eco:81
msgid "Set as Default"
msgstr "Definir como padrão"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:690
#: app/assets/javascripts/app/views/profile/password.jst.eco:62
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:184
#, fuzzy
#| msgid "Set as Default"
msgid "Set as default"
msgstr "Definir como padrão"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts:18
#, fuzzy
#| msgid "Authentication"
msgid "Set authenticator app as default"
msgstr "Authentication"

#: db/seeds/settings.rb:917
msgid "Set available ticket types"
msgstr ""

#: db/seeds/settings.rb:3738
msgid "Set backend which is being used for import."
msgstr ""

#: app/assets/javascripts/app/views/integration/cti.jst.eco:52
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:68
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:55
#, fuzzy
#| msgid "Set caller id of outbound calls based on destination caller id."
msgid "Set caller ID of outbound calls based on destination caller ID."
msgstr ""
"Defina o ID do chamador das chamadas de saída com base no ID do chamador de "
"destino."

#: app/assets/javascripts/app/controllers/ticket_state.coffee:37
msgid "Set default for follow-ups"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_priority.coffee:25
#: app/assets/javascripts/app/controllers/ticket_state.coffee:27
#, fuzzy
#| msgid "Create your first ticket"
msgid "Set default for new tickets"
msgstr "Criar seu primeiro ticket"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:59
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:75
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:62
#, fuzzy
#| msgid "Set outbound caller id"
msgid "Set outbound caller ID"
msgstr "Definir identificação de chamada de saída"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:20
#, fuzzy
#| msgid "Set as Default"
msgid "Set security keys as default"
msgstr "Definir como padrão"

#: db/seeds/settings.rb:5571
msgid ""
"Set timeframe in seconds. If it's set to 0 you can delete notes without time "
"limits"
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/changeVisibility.ts:33
#, fuzzy
#| msgid "set to internal"
msgid "Set to internal"
msgstr "marcar como interno"

#: app/frontend/shared/entities/ticket-article/action/plugins/changeVisibility.ts:34
#, fuzzy
#| msgid "set to public"
msgid "Set to public"
msgstr "marcar como público"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:164
msgid "Set up"
msgstr ""

#: app/assets/javascripts/app/views/getting_started/intro.jst.eco:6
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupStart.vue:65
#, fuzzy
#| msgid "Setup new System"
msgid "Set up a new system"
msgstr "Configurar novo sistema"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts:16
#, fuzzy
#| msgid "Authentication"
msgid "Set up authenticator app"
msgstr "Authentication"

#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:18
#, fuzzy
#| msgid "Security"
msgid "Set up security keys"
msgstr "Security"

#: app/assets/javascripts/app/views/getting_started/channel.jst.eco:7
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannels.vue:32
msgid "Set up the communication channels you want to use with your Zammad."
msgstr ""
"Configure os canais de comunicação que você deseja usar com o seu Zammad."

#: app/assets/javascripts/app/controllers/after_auth/two_factor_configuration.coffee:2
#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal.coffee:6
#, fuzzy
#| msgid "Authentication"
msgid "Set up two-factor authentication"
msgstr "Authentication"

#: db/seeds/settings.rb:3355
#, fuzzy
#| msgid ""
#| "Set/overwrite sender/from of email based on reply-to header. Useful to "
#| "set correct customer if email is received from a third party system on "
#| "behalf of a customer."
msgid ""
"Set/overwrite sender/from of email based on \"Reply-To\" header. Useful to "
"set correct customer if email is received from a third-party system on "
"behalf of a customer."
msgstr ""
"Definir / sobrescrever remetente / de e-mail com base no cabeçalho de "
"resposta. Útil para definir o cliente correto se o email for recebido de um "
"sistema de terceiros em nome de um cliente."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:26
#: app/assets/javascripts/app/controllers/_channel/google.coffee:26
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:26
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:28
#: app/assets/javascripts/app/controllers/_channel/web.coffee:11
#: app/assets/javascripts/app/controllers/chat.coffee:869
#: app/assets/javascripts/app/controllers/manage.coffee:39
#: app/assets/javascripts/app/controllers/ticket_zoom/setting.coffee:20
#: app/assets/javascripts/app/controllers/time_accounting.coffee:18
#: app/assets/javascripts/app/views/channel/form.jst.eco:13
#: app/assets/javascripts/app/views/customer_chat/index.jst.eco:8
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:25
#: app/assets/javascripts/app/views/integration/github.jst.eco:2
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:2
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:2
#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:15
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:12
msgid "Settings"
msgstr "Configurações"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:4
#, fuzzy
#| msgid "Settings"
msgid "Settings %s"
msgstr "Configurações"

#: app/assets/javascripts/app/controllers/getting_started/finish.coffee:7
#: app/assets/javascripts/app/views/getting_started/finish.jst.eco:5
#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:75
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualFinish.vue:15
msgid "Setup Finished"
msgstr "Configuração concluída"

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:66
msgid "Shared"
msgstr "Compartilhado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventEntityNames.ts:8
#, fuzzy
#| msgid "Shared"
msgid "Shared Draft"
msgstr "Compartilhado"

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_shared_draft.coffee:12
#: app/assets/javascripts/app/models/group.coffee:17
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/shared-draft-start.ts:10
#: db/seeds/object_manager_attributes.rb:2290
#, fuzzy
#| msgid "Shared"
msgid "Shared Drafts"
msgstr "Compartilhado"

#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:61
#, fuzzy
#| msgid "Shared"
msgid "Shared Mailbox"
msgstr "Compartilhado"

#: app/controllers/tickets_controller.rb:90
#: app/services/service/ticket/create.rb:180
msgid "Shared draft cannot be selected for this ticket."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:105
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:115
#, fuzzy
#| msgid "The test run was successful."
msgid "Shared draft has been created successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:129
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Shared draft has been deleted."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSharedDraftConflictDialog.vue:50
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:140
#, fuzzy
#| msgid "The test run was successful."
msgid "Shared draft has been updated successfully."
msgstr "O teste executou com sucesso."

#: app/graphql/gql/queries/ticket/shared_draft/start/list.rb:20
msgid "Shared drafts are not activated for the selected group"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:380
#, fuzzy
#| msgid "Send Email"
msgid "Shared mailbox"
msgstr "Send Email"

#: app/assets/javascripts/app/models/organization.coffee:7
#: db/seeds/object_manager_attributes.rb:1744
msgid "Shared organization"
msgstr "Organização compartilhada"

#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:19
#, fuzzy
#| msgid "Shared"
msgid "Sharing draft…"
msgstr "Compartilhado"

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:238
msgid "Shoot"
msgstr "atirar"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:67
msgid "Show"
msgstr "Show"

#: app/frontend/apps/desktop/components/CommonShowMoreButton/CommonShowMoreButton.vue:21
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAccountedTime.vue:92
#: app/frontend/apps/mobile/components/CommonShowMoreButton/CommonShowMoreButton.vue:24
#, fuzzy
#| msgid "See more"
msgid "Show %s more"
msgstr "See more"

#: app/assets/javascripts/app/controllers/ticket_shared_draft_overwrite_modal.coffee:23
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSharedDraftConflictDialog.vue:80
#, fuzzy
#| msgid "Draft"
msgid "Show Draft"
msgstr "Rascunho"

#: app/assets/javascripts/app/models/knowledge_base.coffee:212
msgid "Show Feed Icon"
msgstr ""

#: app/assets/javascripts/app/views/navigation.jst.eco:21
msgid "Show Search Details"
msgstr "Exibir detalhes de busca"

#: db/seeds/settings.rb:874
msgid ""
"Show additional notes for ticket creation depending on the selected type."
msgstr ""

#: app/assets/javascripts/app/views/generic/ticket_list.jst.eco:40
#: app/assets/javascripts/app/views/widget/ticket_stats_list.jst.eco:11
#, fuzzy
#| msgid "Show all..."
msgid "Show all…"
msgstr "Show all..."

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:23
#, fuzzy
#| msgid "Authentication via %s"
msgid "Show authenticator app secret"
msgstr "Authentication via %s"

#: db/seeds/settings.rb:5725
msgid "Show calendar weeks in the picker of date/datetime fields"
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:149
msgid "Show chat automatically"
msgstr ""

#: app/assets/javascripts/app/views/generic/ticket_list.jst.eco:41
msgid "Show less"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:36
msgid "Show matching ticket(s) in the warning"
msgstr ""

#: db/seeds/settings.rb:2769
msgid "Show matching tickets in the warning"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/composable/useTicketArticleContext.ts:83
#, fuzzy
#| msgid "Show Search Details"
msgid "Show meta data"
msgstr "Exibir detalhes de busca"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:252
msgid "Show next tab"
msgstr ""

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationButton.vue:24
#, fuzzy
#| msgid "Block Notifications"
msgid "Show notifications"
msgstr "Bloco de Notificações"

#: db/seeds/settings.rb:1053
msgid ""
"Show password login for users on login page. Disabling only takes effect if "
"third-party authentication is enabled."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:278
#, fuzzy
#| msgid "Previous tab"
msgid "Show previous tab"
msgstr "Previous tab"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:42
msgid "Show the chat when ready."
msgstr "Exibir tela de chat quando estiver pronto"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewHeader.vue:103
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationView.vue:79
#, fuzzy
#| msgid "Overviews"
msgid "Show ticket actions"
msgstr "Overviews"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewHeader.vue:82
#, fuzzy
#| msgid "Overviews"
msgid "Show ticket viewers"
msgstr "Overviews"

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:6
#: db/seeds/settings.rb:4068
#, fuzzy
#| msgid "Enable time accounting for following matching tickets."
msgid "Show time accounting dialog when updating matching tickets."
msgstr "Ative a contagem de tempo para receber os bilhetes correspondentes."

#: app/assets/javascripts/app/views/channel/form.jst.eco:82
msgid "Show title in form."
msgstr "Exibir título no formulário"

#: db/seeds/settings.rb:2752
#, fuzzy
#| msgid "How to use it"
msgid "Show to user roles"
msgstr "How to use it"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ReferencingTicketsBadgePopover.vue:51
#, fuzzy
#| msgid "Overviews"
msgid "Show tracking ticket"
msgstr "Overviews"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ReferencingTicketsBadgePopover.vue:52
#, fuzzy
#| msgid "Overviews"
msgid "Show tracking tickets"
msgstr "Overviews"

#: app/assets/javascripts/app/views/integration/cti.jst.eco:95
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:114
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:98
msgid "Shown records in caller log."
msgstr "Mostrar gravações no log de chamadas."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:94
msgid "Shown when the chat is closed."
msgstr "Exibir quando o chat for fechado"

#: app/frontend/apps/desktop/components/CommonFlyout/CommonFlyout.vue:330
msgid "Side panel footer"
msgstr ""

#: db/seeds/settings.rb:816
msgid "Sidebar Attachments"
msgstr ""

#: app/assets/javascripts/app/views/agent_ticket_create.jst.eco:44
#: app/assets/javascripts/app/views/integration/pgp_group.jst.eco:5
#: app/assets/javascripts/app/views/integration/smime_group.jst.eco:5
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:80
#: app/frontend/apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:59
#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:43
msgid "Sign"
msgstr "Sign"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:649
msgid "Sign email (if not possible, discard notification)"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:650
msgid "Sign email (if not possible, send notification anyway)"
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:76
#: app/frontend/shared/composables/useArticleSecurity.ts:154
#, fuzzy
#| msgid "Sign out"
msgid "Sign error"
msgstr "Sign out"

#: app/assets/javascripts/app/controllers/login.coffee:33
#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:47
#: app/assets/javascripts/app/views/login.jst.eco:50
#: app/assets/javascripts/app/views/widget/two_factor_login/security_code.jst.eco:26
#: app/frontend/apps/desktop/pages/authentication/components/LoginRecoveryCode.vue:83
#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactor.vue:148
#: app/frontend/apps/desktop/pages/authentication/routes.ts:13
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:215
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:156
#: app/frontend/apps/mobile/pages/authentication/components/LoginRecoveryCode.vue:86
#: app/frontend/apps/mobile/pages/authentication/components/LoginTwoFactor.vue:152
#: app/frontend/apps/mobile/pages/authentication/routes.ts:13
#: app/frontend/apps/mobile/pages/playground/views/PlaygroundOverview.vue:501
msgid "Sign in"
msgstr "Sign in"

#: app/assets/javascripts/app/views/login.jst.eco:71
#: app/frontend/apps/desktop/pages/authentication/components/LoginThirdParty.vue:25
#: app/frontend/apps/mobile/pages/authentication/components/LoginThirdParty.vue:25
#, fuzzy
#| msgid "or sign in using"
msgid "Sign in using"
msgstr "Ou entre usando"

#: app/assets/javascripts/app/controllers/logout.coffee:6
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/AvatarMenu/plugins/logout.ts:7
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:189
msgid "Sign out"
msgstr "Sign out"

#: app/assets/javascripts/app/controllers/signup.coffee:18
#: app/frontend/apps/desktop/pages/authentication/routes.ts:100
msgid "Sign up"
msgstr "Cadastro"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:92
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleSecurityWarning.vue:25
#: app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue:87
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:192
#, fuzzy
#| msgid "Sign"
msgid "Sign:"
msgstr "Sign"

#: app/assets/javascripts/app/controllers/_channel/_email_signature.coffee:49
#: app/assets/javascripts/app/models/group.coffee:13
#: db/seeds/object_manager_attributes.rb:2256
msgid "Signature"
msgstr "Assinatura"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:282
#, fuzzy
#| msgid "Resend verification email"
msgid "Signature verification failed!"
msgstr "Reenviar email de verificação"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:96
#: app/frontend/shared/composables/useArticleSecurity.ts:108
#, fuzzy
#| msgid "Resend verification email"
msgid "Signature verification failed! %s"
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:21
#: app/assets/javascripts/app/controllers/_channel/google.coffee:21
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:21
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:23
msgid "Signatures"
msgstr "Assinaturas"

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:73
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:171
#: app/frontend/shared/composables/useArticleSecurity.ts:154
msgid "Signed"
msgstr ""

#: db/seeds/settings.rb:1975
#, fuzzy
#| msgid "or sign in using"
msgid "Signing & Encrypting"
msgstr "Ou entre usando"

#: app/assets/javascripts/app/models/public_link.coffee:9
#, fuzzy
#| msgid "Signature"
msgid "Signup Screen"
msgstr "Assinatura"

#: db/seeds/settings.rb:2731
#, fuzzy
#| msgid "assign tickets"
msgid "Similar tickets found"
msgstr "assign tickets"

#: app/assets/javascripts/app/lib/app_post/iconset_picker.coffee:21
msgid "Simple Line Icons"
msgstr ""

#: db/seeds/settings.rb:378
msgid "Simple Storage (S3)"
msgstr ""

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:9
#, fuzzy
#| msgid "Image Service"
msgid "Simple Storage Service (S3)"
msgstr "Image Service"

#: app/models/store/provider/s3/config.rb:33
msgid "Simple Storage Service configuration not found or invalid."
msgstr ""

#: app/models/store/provider/s3.rb:88
#, fuzzy
#| msgid "Failed to sent Email \"%s\". Please contact an administrator."
msgid ""
"Simple Storage Service malfunction. Please contact your Zammad administrator."
msgstr "Falha ao enviar e-mail \"% s\". Entre em contato com um administrador."

#: app/models/store/provider/s3.rb:70
msgid "Simple Storage Service not reachable."
msgstr ""

#: db/seeds/settings.rb:1832
msgid "Sina Weibo"
msgstr ""

#: db/seeds/settings.rb:1832
msgid "Sina Weibo Open Portal"
msgstr ""

#: public/assets/chat/views/customer_timeout.eco:5
msgid ""
"Since you didn't respond in the last %s minutes your conversation was closed."
msgstr ""

#: public/assets/chat/views/customer_timeout.eco:3
msgid ""
"Since you didn't respond in the last %s minutes your conversation with "
"<strong>%s</strong> was closed."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:57
#, fuzzy
#| msgid "Nothing selected"
msgid "Single selection field"
msgstr "Nada selecionado"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:65
#, fuzzy
#| msgid "Resend verification email"
msgid "Single tree selection field"
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:5
msgid "Sipgate"
msgstr ""

#: db/seeds/settings.rb:1717
msgid "Site"
msgstr "Site"

#: app/assets/javascripts/app/controllers/_channel/email_archive.coffee:9
#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:10
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:124
#: app/assets/javascripts/app/views/getting_started/channel.jst.eco:21
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:17
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupActionFooter.vue:97
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:138
msgid "Skip"
msgstr "Pular"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:3
msgid "Slack"
msgstr "Slack"

#: app/models/webhook/pre_defined/slack.rb:5
#, fuzzy
#| msgid "Block Notifications"
msgid "Slack Notifications"
msgstr "Bloco de Notificações"

#: db/seeds/settings.rb:5106
msgid "Slack config"
msgstr ""

#: db/seeds/settings.rb:5080
msgid "Slack integration"
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/sms.ts:48
#, fuzzy
#| msgid "sms"
msgid "Sms"
msgstr "sms"

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:71
#: app/assets/javascripts/app/views/popover/escalation.jst.eco:17
#: app/assets/javascripts/app/views/sla/index.jst.eco:49
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:174
msgid "Solution Time"
msgstr "Solution Time"

#: app/assets/javascripts/app/views/translation/description.jst.eco:12
msgid "Some Text"
msgstr "Algum texto"

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:56
msgid ""
"Some system settings have changed, Zammad is restarting. Please wait until "
"Zammad is back again."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:75
msgid "Some system settings have changed, please restart all Zammad processes!"
msgstr ""

#: app/frontend/shared/errors/useErrorHandler.ts:35
msgid "Something went wrong."
msgstr ""

#: app/frontend/shared/errors/useErrorHandler.ts:35
msgid "Something went wrong. Received message: %s"
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:38
msgid "Sorry, not all fields are filled out correctly."
msgstr ""

#: app/assets/javascripts/app/views/cti/not_configured.jst.eco:4
msgid "Sorry, there is currently no CTI backend enabled."
msgstr ""

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:497
#, fuzzy
#| msgid "pending"
msgid "Sorted ascending"
msgstr "pendente"

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:498
#, fuzzy
#| msgid "pending"
msgid "Sorted descending"
msgstr "pendente"

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:40
#: app/assets/javascripts/app/models/overview.coffee:23
#, fuzzy
#| msgid "Reporting"
msgid "Sorting by"
msgstr "Relatórios"

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:49
#: app/assets/javascripts/app/models/overview.coffee:31
#, fuzzy
#| msgid "Change order"
msgid "Sorting order"
msgstr "Alterar pedido"

#: app/assets/javascripts/app/views/profile/notification.jst.eco:49
msgid "Sounds"
msgstr "Sounds"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:23
msgid "Source"
msgstr "Fonte"

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:24
#, fuzzy
#| msgid "Source"
msgid "Sources"
msgstr "Fonte"

#: db/seeds/settings.rb:2207
msgid "Special character required"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:473
msgid ""
"Specify which folder to fetch from, or leave empty to fetch from ||inbox||."
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/split.ts:11
#, fuzzy
#| msgid "split"
msgid "Split"
msgstr "dividir"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:160
#, fuzzy
#| msgid "split"
msgid "Split cells"
msgstr "dividir"

#: db/seeds/groups.rb:7
msgid "Standard Group/Pool for Tickets."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/reader_list_controller.coffee:34
#: app/frontend/apps/desktop/components/CommonInlineEdit/CommonInlineEdit.vue:79
msgid "Start Editing"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStart.vue:45
#, fuzzy
#| msgid "Import"
msgid "Start Import"
msgstr "Importar"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStart.vue:45
#, fuzzy
#| msgid "Import from"
msgid "Start Import from %s"
msgstr "Import from"

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:209
#, fuzzy
#| msgid "Import from"
msgid "Start Import from Source"
msgstr "Import from"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:52
msgid "Start and end date"
msgstr ""

#: app/assets/javascripts/app/views/channel/form.jst.eco:92
msgid "Start modal dialog for form."
msgstr "Inicie o diálogo modal para o formulário."

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:51
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:49
msgid "Start new"
msgstr "Criar novo"

#: public/assets/chat/views/customer_timeout.eco:8
#: public/assets/chat/views/waiting_list_timeout.eco:4
msgid "Start new conversation"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:116
msgid "Start typing to find the ticket to merge into."
msgstr ""

#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:745
#, fuzzy
#| msgid "Start typing to search for users..."
msgid "Start typing to search for users…"
msgstr "Comece a digitar para pesquisar utilizadores..."

#: app/assets/javascripts/app/lib/base/jquery.textmodule.js:641
#, fuzzy
#| msgid "Start typing to search for users..."
msgid "Start typing to search in Knowledge Base…"
msgstr "Comece a digitar para pesquisar utilizadores..."

#: app/frontend/apps/desktop/components/Form/fields/FieldTags/FieldTagsWrapper.vue:43
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Start typing to search or enter a new tag…"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/frontend/apps/desktop/components/Form/fields/FieldRecipient/FieldRecipientWrapper.vue:47
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Start typing to search or enter a phone number…"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue:108
#: app/frontend/apps/desktop/components/Form/fields/FieldRecipient/FieldRecipientWrapper.vue:48
#, fuzzy
#| msgid "Enter your username or email address"
msgid "Start typing to search or enter an email address…"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:73
#: app/frontend/apps/desktop/components/Form/fields/FieldTags/FieldTagsWrapper.vue:41
#: app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue:409
#, fuzzy
#| msgid "Start typing to search for users..."
msgid "Start typing to search…"
msgstr "Comece a digitar para pesquisar utilizadores..."

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:28
msgid "Started"
msgstr "Iniciado"

#: app/assets/javascripts/app/views/getting_started/finish.jst.eco:8
msgid "Starting Zammad"
msgstr "Iniciando Zammad"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualFinish.vue:25
#, fuzzy
#| msgid "Starting Zammad"
msgid "Starting Zammad…"
msgstr "Iniciando Zammad"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceStatus.vue:211
#, fuzzy
#| msgid "Starting Zammad"
msgid "Starting import…"
msgstr "Iniciando Zammad"

#: app/assets/javascripts/app/models/chat_sessions.coffee:8
#: app/assets/javascripts/app/models/data_privacy_task.coffee:7
#: app/assets/javascripts/app/models/ticket.coffee:12
#: app/assets/javascripts/app/views/agent_ticket_view/detail.jst.eco:23
#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:31
#: app/assets/javascripts/app/views/package.jst.eco:50
#: app/graphql/gql/types/overview_type.rb:69
#: app/views/mailer/ticket_create/fr.html.erb:10
#: app/views/mailer/ticket_create/zh-cn.html.erb:10
#: app/views/mailer/ticket_create/zh-tw.html.erb:10
#: app/views/messaging/ticket_create/pt-br.md.erb:5
#: app/views/messaging/ticket_create/zh-tw.md.erb:5
#: app/views/messaging/ticket_info/pt-br.md.erb:5
#: app/views/messaging/ticket_info/zh-tw.md.erb:5
#: db/seeds/object_manager_attributes.rb:248 lib/excel_sheet/ticket.rb:25
msgid "State"
msgstr "Estado"

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:228
#, fuzzy
#| msgid "State"
msgid "State Icon"
msgstr "Estado"

#: db/seeds/settings.rb:5443
msgid "Stats Backend"
msgstr ""

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:24
#: app/assets/javascripts/app/views/integration/idoit_object_result.jst.eco:10
#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:14
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout/IdoitObjectList.vue:24
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:222
msgid "Status"
msgstr "Estado"

#: app/assets/javascripts/app/views/generic/error/generic.jst.eco:3
#: app/assets/javascripts/app/views/generic/error/placeholder.jst.eco:3
#, fuzzy
#| msgid "Status Code"
msgid "Status Code:"
msgstr "Código de status"

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:224
#, fuzzy
#| msgid "Status Type"
msgid "Status Import"
msgstr "Tipo de status"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:41
msgid "Status Type"
msgstr "Tipo de status"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_idoit.jst.eco:10
#, fuzzy
#| msgid "Status"
msgid "Status:"
msgstr "Estado"

#: app/assets/javascripts/app/models/macro.coffee:9
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:49
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketScreenBehavior/behaviorOptions.ts:8
#: db/seeds/settings.rb:3023
msgid "Stay on tab"
msgstr "Permanecer na aba"

#: app/frontend/apps/mobile/components/CommonStepper/CommonStepperStep.vue:49
msgid "Step %s is completed"
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_cloud_api.jst.eco:6
msgid "Step 1 of 3: WhatsApp Business Cloud API"
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:6
msgid "Step 2 of 3: WhatsApp Business Phone Number"
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_webhook.jst.eco:6
msgid "Step 3 of 3: WhatsApp Business Webhook"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:63
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:31
#: lib/validations/ticket_article_validator/whatsapp_message.rb:11
#, fuzzy
#| msgid "Ticket update"
msgid "Sticker file"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/models/core_workflow.coffee:12
msgid "Stop after match"
msgstr "Parar após correspondência"

#: app/assets/javascripts/app/controllers/_manage/system.coffee:13
msgid "Storage"
msgstr "Storage"

#: db/seeds/settings.rb:364
#, fuzzy
#| msgid "Storage Mechanism"
msgid "Storage Method"
msgstr "Mecanismo de armazenamento"

#: app/assets/javascripts/app/views/package.jst.eco:33
msgid "Store"
msgstr "Loja"

#: db/seeds/settings.rb:5032
msgid "Stores the GitHub configuration."
msgstr ""

#: db/seeds/settings.rb:4990
msgid "Stores the GitLab configuration."
msgstr ""

#: db/seeds/object_manager_attributes.rb:1246
msgid "Street"
msgstr "Rua"

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:196
#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:26
#: app/assets/javascripts/app/models/ticket_article.coffee:10
#: app/assets/javascripts/app/views/generic/ticket_perform_action/article.jst.eco:9
#: app/assets/javascripts/app/views/generic/ticket_perform_action/notification.jst.eco:18
#: app/assets/javascripts/app/views/integration/smime_list.jst.eco:11
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:11
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:64
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:40
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/email.ts:13
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:98
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:33
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:192
msgid "Subject"
msgstr "Assunto"

#: db/seeds/settings.rb:3338
msgid ""
"Subject & References - Additional search for same article subject and same "
"message ID in references header if no follow-up was recognized using default "
"settings."
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/form.coffee:2
#: app/assets/javascripts/app/controllers/tag.coffee:103
#: app/assets/javascripts/app/controllers/widget/button_with_dropdown.coffee:12
#: app/assets/javascripts/app/views/admin_password_auth/request.jst.eco:9
#: app/assets/javascripts/app/views/channel/form.jst.eco:42
#: app/assets/javascripts/app/views/knowledge_base/vertical_form.jst.eco:6
#: app/assets/javascripts/app/views/password/reset.jst.eco:9
#: app/assets/javascripts/app/views/password/reset_change.jst.eco:9
#: app/assets/javascripts/app/views/profile/language.jst.eco:10
#: app/assets/javascripts/app/views/profile/notification.jst.eco:74
#: app/assets/javascripts/app/views/profile/password.jst.eco:13
#: app/assets/javascripts/app/views/settings/form.jst.eco:20
#: app/assets/javascripts/app/views/settings/item.jst.eco:6
#: app/assets/javascripts/app/views/settings/logo.jst.eco:6
#: app/assets/javascripts/app/views/settings/proxy.jst.eco:29
#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:31
#: app/assets/javascripts/app/views/settings/switch.jst.eco:17
#: app/assets/javascripts/app/views/settings/ticket_hook_position.jst.eco:11
#: app/assets/javascripts/app/views/settings/ticket_number.jst.eco:17
#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:136
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:129
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:169
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupActionFooter.vue:53
#: app/frontend/shared/form/i18n/locales.ts:42
msgid "Submit"
msgstr "Submeter"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:139
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:178
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:369
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:148
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:206
#: app/assets/javascripts/app/views/widget/mention.jst.eco:4
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:57
msgid "Subscribe"
msgstr "Subscrever"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketSubscribers.vue:60
#, fuzzy
#| msgid "Subscribe"
msgid "Subscribe me"
msgstr "Subscrever"

#: app/assets/javascripts/app/views/generic/ical_feed.jst.eco:29
msgid "Subscribe to iCalendar feed"
msgstr "Assine o feed do iCalendar"

#: app/assets/javascripts/app/views/generic/ical_feed.jst.eco:8
msgid "Subscribe to public holidays in"
msgstr "Assine os feriados públicos em"

#: app/assets/javascripts/app/views/generic/notification_matrix.jst.eco:7
msgid "Subscribed Tickets"
msgstr "Tickets Atribuídos"

#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:49
#, fuzzy
#| msgid "Subscribed Tickets"
msgid "Subscribed tickets"
msgstr "Tickets Atribuídos"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:145
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:192
#, fuzzy
#| msgid "Subscribe"
msgid "Subscribers"
msgstr "Subscrever"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:24
msgid "Subscription Settings"
msgstr "Configurações de assinatura"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:321
#, fuzzy
#| msgid "Subscription Settings"
msgid "Subscription settings"
msgstr "Configurações de assinatura"

#: app/assets/javascripts/app/models/user.coffee:336
msgid "Summer holiday"
msgstr "Feriado de verão"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Sun"
msgstr "Domingo"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:13
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:21
#: app/assets/javascripts/app/views/calendar/index.jst.eco:62
msgid "Sunday"
msgstr "Domingo"

#: db/seeds/settings.rb:5530
msgid "Support of multilingual Knowledge Base."
msgstr ""

#: app/assets/javascripts/app/views/keyboard_shortcuts.jst.eco:16
msgid "Switch back to old layout"
msgstr ""

#: app/assets/javascripts/app/views/keyboard_shortcuts.jst.eco:14
msgid "Switch to new layout"
msgstr ""

#: db/seeds/schedulers.rb:133
msgid "Sync calendars with iCal feeds."
msgstr ""

#: app/assets/javascripts/app/views/profile/appearance.jst.eco:31
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:52
msgid "Sync with computer"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/system.coffee:3
#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:37
#: app/assets/javascripts/app/controllers/manage.coffee:40
#: app/assets/javascripts/app/views/generic/history.jst.eco:15
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/composables/useHistoryEvents.ts:32
#: db/seeds/permissions.rb:197 db/seeds/ticket_article_senders.rb:5
msgid "System"
msgstr "Sistema"

#: db/seeds/settings.rb:3235
msgid "System Address Display Name"
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/routes.ts:89
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:29
#, fuzzy
#| msgid "Block Notifications"
msgid "System Information"
msgstr "Bloco de Notificações"

#: db/seeds/settings.rb:17
msgid "System Init Done"
msgstr ""

#: app/assets/javascripts/app/controllers/system_report.coffee:3
#: app/assets/javascripts/app/views/system_report.jst.eco:2
#: db/seeds/permissions.rb:299
#, fuzzy
#| msgid "System URL"
msgid "System Report"
msgstr "System URL"

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:22
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:57
msgid "System URL"
msgstr "System URL"

#: app/assets/javascripts/app/controllers/_ui_element/language.coffee:13
#: app/assets/javascripts/app/controllers/_ui_element/timezone.coffee:20
#, fuzzy
#| msgid "Restore Defaults"
msgid "System default - %s"
msgstr "Restaurar padrões"

#: app/models/knowledge_base.rb:19
msgid ""
"System supports only one locale for knowledge base. Upgrade your plan to use "
"more locales."
msgstr ""

#: app/assets/javascripts/app/views/translation/description.jst.eco:5
msgid ""
"System translations can be contributed and shared with the community on our "
"public platform %l. It sports a very convenient user interface based on "
"Weblate, give it a try!"
msgstr ""

#: db/seeds/settings.rb:261
msgid "SystemID"
msgstr "ID do sistema"

#: db/seeds/settings.rb:3008
msgid "Tab behaviour after ticket action"
msgstr ""

#: app/assets/javascripts/app/controllers/taskbar_widget.coffee:133
msgid "Tab has changed, do you really want to close it?"
msgstr "Tab mudou, você realmente deseja fechá-lo?"

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabs.vue:231
msgid "Tabs"
msgstr ""

#: app/frontend/apps/mobile/components/Form/fields/FieldTags/FieldTagsDialog.vue:115
#, fuzzy
#| msgid "%s Object(s) are deleted."
msgid "Tag \"%s\" already exists."
msgstr "%S Obejtos foram excluídos"

#: app/assets/javascripts/app/controllers/chat.coffee:560
#: app/assets/javascripts/app/controllers/tag.coffee:3
#: app/assets/javascripts/app/views/knowledge_base/_reader_tags.jst.eco:5
#: app/assets/javascripts/app/views/knowledge_base/sidebar/tags.jst.eco:2
#: app/assets/javascripts/app/views/popover/kb_generic.jst.eco:41
#: app/assets/javascripts/app/views/tag/index.jst.eco:3
#: app/assets/javascripts/app/views/widget/tag.jst.eco:1
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent.vue:113
#: app/frontend/apps/mobile/components/Form/fields/FieldTags/FieldTagsDialog.vue:145
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketTags.vue:78
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:184
#: app/views/knowledge_base/public/answers/show.html.erb:30
#: db/seeds/object_manager_attributes.rb:392 db/seeds/permissions.rb:59
#: lib/excel_sheet/ticket.rb:33
msgid "Tags"
msgstr "Tags"

#: db/seeds/settings.rb:3366
msgid ""
"Take Reply-To header as sender/from of email and use the real name of origin "
"from."
msgstr ""

#: db/seeds/settings.rb:3365
msgid "Take Reply-To header as sender/from of email."
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item.jst.eco:16
msgid "Target"
msgstr "Alvo"

#: app/assets/javascripts/app/controllers/translation.coffee:83
#, fuzzy
#| msgid "Language"
msgid "Target Language"
msgstr "Idioma"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketMerge/TicketMergeFlyout.vue:44
#, fuzzy
#| msgid "Create a Test Ticket"
msgid "Target ticket"
msgstr "Criar um Ticket de teste"

#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:163
#: app/assets/javascripts/app/views/telegram/index.jst.eco:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/telegramPersonalMessage.ts:7
#: app/frontend/shared/entities/ticket-article/action/plugins/telegram.ts:52
#: db/seeds/permissions.rb:179
msgid "Telegram"
msgstr "Telegram"

#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:163
msgid "Telegram Account"
msgstr ""

#: app/assets/javascripts/app/controllers/template.coffee:3
#, fuzzy
#| msgid "Templates"
msgid "Template"
msgstr "Modelos"

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_template.coffee:8
#: app/assets/javascripts/app/controllers/template.coffee:3
#: db/seeds/permissions.rb:53
msgid "Templates"
msgstr "Modelos"

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:25
#: app/assets/javascripts/app/views/exchange/token_information.jst.eco:31
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:25
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:25
msgid "Tenant UUID/Name"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:143
msgid "Test"
msgstr ""

#: app/assets/javascripts/app/controllers/_default_navbar.coffee:17
msgid "Test 1"
msgstr ""

#: app/assets/javascripts/app/controllers/_default_navbar.coffee:18
msgid "Test 2"
msgstr ""

#: app/assets/javascripts/app/views/settings/proxy.jst.eco:28
msgid "Test Connection"
msgstr "Conexão de teste"

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:390
msgid "Test SMS provider"
msgstr "Testar provedor SMS"

#: app/assets/javascripts/app/controllers/_dashboard/first_steps.coffee:85
msgid "Test Ticket"
msgstr ""

#. This is the template file app/views/mailer/test_ticket/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/test_ticket/en.html.erb
msgid ""
"Test Ticket!\n"
"\n"
"<div>Dear #{agent.firstname},</div>\n"
"<br>\n"
"<div>This is a <b>test ticket</b>. I'm a customer and I need some help! :)</"
"div>\n"
"<br>\n"
"<div>#{customer.fullname}</div>\n"
"<br>\n"
"<div>Your #{config.product_name} Team</div>\n"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:398
msgid "Test message from Zammad"
msgstr ""

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:36
#: app/assets/javascripts/app/views/channel/email_notification_wizard.jst.eco:13
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:36
msgid "Testing"
msgstr "testando"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:72
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:33
#: app/assets/javascripts/app/models/signature.coffee:8
#: app/assets/javascripts/app/models/ticket_article.coffee:11
#: app/assets/javascripts/app/views/ticket_shared_draft_modal.jst.eco:20
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:219
#: db/seeds/object_manager_attributes.rb:536
msgid "Text"
msgstr "Texto"

#: app/assets/javascripts/app/views/widget/text_module.jst.eco:3
msgid "Text Modules"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:555
msgid "Text editing"
msgstr "Editando texto"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:33
#, fuzzy
#| msgid "Text editing"
msgid "Text field"
msgstr "Editando texto"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:379
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/twitter_reply.coffee:176
#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:338
msgid "Text missing"
msgstr "Texto Faltando"

#: app/assets/javascripts/app/controllers/text_module.coffee:3
#, fuzzy
#| msgid "Text modules"
msgid "Text module"
msgstr "Módulos de Texto"

#: app/assets/javascripts/app/controllers/text_module.coffee:3
#: db/seeds/permissions.rb:41
msgid "Text modules"
msgstr "Módulos de Texto"

#: app/assets/javascripts/app/controllers/text_module.coffee:30
#, fuzzy
#| msgid "Text modules"
msgid "Text modules are …"
msgstr "Módulos de Texto"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:397
msgid "Text needed"
msgstr ""

#: lib/validations/ticket_article_validator/whatsapp_message.rb:47
#, fuzzy
#| msgid "At least one letter is required"
msgid "Text or attachment is required"
msgstr "É necessário pelo menos uma letra"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/item_edit.jst.eco:6
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItem.vue:147
#, fuzzy
#| msgid "At least one letter is required"
msgid "Text or ticket identifier"
msgstr "É necessário pelo menos uma letra"

#: app/assets/javascripts/app/views/translation/description.jst.eco:12
msgid "Text with disabled inline translations looks like"
msgstr "Texto com as traduções in-line desligadas parece-se com"

#: app/assets/javascripts/app/views/translation/description.jst.eco:13
msgid "Text with enabled inline translations looks like"
msgstr "Texto com as traduções in-line ligadas parece-se com"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:37
#, fuzzy
#| msgid "Text"
msgid "Textarea field"
msgstr "Texto"

#: app/assets/javascripts/app/views/channel/form.jst.eco:50
msgid ""
"Thank you for your inquiry (#%s)! We'll contact you as soon as possible."
msgstr ""
"Obrigado por sua solicitação (#%s)! . Entraremos em contato assim que "
"possível."

#: app/assets/javascripts/app/views/signup/verify.jst.eco:5
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:122
msgid "Thanks for joining. Email sent to \"%s\"."
msgstr "Obrigado por se juntar. Email enviado para \"% s\"."

#: lib/secure_mailing/pgp/tool/exec/agent.rb:13
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The 'gpg-agent' process could not be stopped."
msgstr "%s Object(s) estão criados."

#: app/controllers/concerns/handles_oidc_authorization.rb:20
msgid "The 'logout_token' does not contain any session information."
msgstr ""

#: app/controllers/concerns/handles_oidc_authorization.rb:17
#, fuzzy
#| msgid "Signature"
msgid "The 'logout_token' is invalid."
msgstr "Assinatura"

#: app/assets/javascripts/app/controllers/ticket_zoom/channel.coffee:23
#: app/frontend/shared/entities/ticket/channel/plugins/whatsapp.ts:31
msgid ""
"The 24 hour customer service window is now closed, no further WhatsApp "
"messages can be sent."
msgstr ""

#: app/controllers/user_access_token_controller.rb:41
msgid "The API token could not be found."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/new_controller.coffee:56
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The Knowledge Base could not be created."
msgstr "%s Object(s) estão criados."

#: app/services/service/avatar/image_validate.rb:14
msgid "The MIME type of the image is invalid."
msgstr ""

#: app/graphql/gql/queries/system/import/state.rb:39
#, fuzzy
#| msgid "The import was successful."
msgid "The OTRS import failed."
msgstr "A improtação foi bem sucedida."

#: app/services/service/system/import/apply_otrs_configuration.rb:78
msgid "The OTRS migrator plugin is not accessable. Please verify the API key."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:106
msgid "The PGP email recipient is invalid."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:115
msgid "The PGP email signer is invalid."
msgstr ""

#: lib/secure_mailing/pgp/security_options.rb:41
#, fuzzy
#| msgid "When notification is being sent."
msgid "The PGP key for %s was found, but has expired."
msgstr "Quando a notificação está sendo enviada."

#: lib/secure_mailing/pgp/security_options.rb:43
msgid "The PGP key for %s was found."
msgstr ""

#: lib/secure_mailing/pgp/security_options.rb:25
msgid "The PGP key for %s was not found."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:61
#, fuzzy
#| msgid "No results were found."
msgid "The PGP key has been revoked."
msgstr "Nenhum resultado encontrado"

#: lib/secure_mailing/pgp/tool/error.rb:52
#, fuzzy
#| msgid "No results were found."
msgid "The PGP key has expired."
msgstr "Nenhum resultado encontrado"

#: lib/secure_mailing/pgp/security_options.rb:78
#, fuzzy
#| msgid "No results were found."
msgid "The PGP keys for %s were found."
msgstr "Nenhum resultado encontrado"

#: lib/secure_mailing/pgp/security_options.rb:82
msgid "The PGP keys for %s were not found."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:142
msgid "The PGP passphrase is invalid."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:70
#, fuzzy
#| msgid "Signature"
msgid "The PGP signature has expired."
msgstr "Assinatura"

#: lib/secure_mailing/pgp/tool/error.rb:79
#, fuzzy
#| msgid "Signature"
msgid "The PGP signature is invalid."
msgstr "Assinatura"

#: lib/secure_mailing/pgp/tool/error.rb:97
msgid "The PGP signature key has been revoked."
msgstr ""

#: lib/monitoring_helper/health_checker/s3_storage_availability.rb:12
msgid "The Simple Storage Service is not available."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:158
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The Telegram bot could not be saved."
msgstr "%s Object(s) estão criados."

#: lib/telegram_helper.rb:686
msgid "The Telegram file is larger than the allowed 20 MB."
msgstr ""

#: lib/telegram_helper.rb:27
msgid ""
"The Telegram integration can only be configured on systems using the HTTPS "
"protocol."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualSystemInformation.vue:61
#, fuzzy
#| msgid "The URL to this installation of Zammad."
msgid "The URL of this installation of Zammad."
msgstr "A URL desta isntalação do ZAMMAD"

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:25
msgid "The URL to this installation of Zammad."
msgstr "A URL desta isntalação do ZAMMAD"

#: lib/whatsapp/webhook/configuration.rb:25
msgid "The WhatsApp channel webhook configuration could not be verified."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:155
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The WhatsApp connection could not be saved."
msgstr "%s Object(s) estão criados."

#: lib/whatsapp/webhook/concerns/has_channel.rb:19
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The WhatsApp webhook channel could not be found."
msgstr "%s Objetos foram atualizados"

#: lib/whatsapp/webhook/payload.rb:118
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The WhatsApp webhook payload could not be processed."
msgstr "%s Object(s) estão criados."

#: lib/whatsapp/webhook/payload.rb:109
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The WhatsApp webhook payload could not be validated."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:87
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The access token could not be created."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:164
#, fuzzy
#| msgid "The test run was successful."
msgid "The account link was successfully removed!"
msgstr "O teste executou com sucesso."

#: app/controllers/reports_controller.rb:138
#, fuzzy
#| msgid "When notification is being sent."
msgid "The active reporting profile could not be found."
msgstr "Quando a notificação está sendo enviada."

#: app/assets/javascripts/app/views/exchange/admin_consent.jst.eco:2
#: app/assets/javascripts/app/views/microsoft365/admin_consent.jst.eco:2
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "The admin consent request was sent to your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:81
#, fuzzy
#| msgid "When notification is being sent."
msgid "The admin password auth email could not be sent."
msgstr "Quando a notificação está sendo enviada."

#: app/frontend/apps/desktop/stores/theme.ts:43
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The appearance could not be updated."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/security_keys.coffee:197
#: app/assets/javascripts/app/controllers/widget/two_factor_login/method/security_keys.coffee:24
#: app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts:36
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:25
msgid "The application is not running in a secure context."
msgstr ""

#: app/frontend/shared/entities/ticket-article/action/plugins/articleDelete.ts:24
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The article could not be deleted."
msgstr "%s Object(s) estão criados."

#: app/frontend/shared/entities/ticket-article/action/plugins/changeVisibility.ts:13
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The article could not be set to internal."
msgstr "%s Object(s) estão criados."

#: app/frontend/shared/entities/ticket-article/action/plugins/changeVisibility.ts:14
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The article could not be set to public."
msgstr "%s Object(s) estão criados."

#: app/controllers/ticket_articles_controller.rb:152
msgid "The article does not belong to the specified ticket."
msgstr ""

#: app/assets/javascripts/app/views/getting_started/auto_wizard_enabled.jst.eco:6
msgid "The auto wizard is enabled. Please use the provided auto wizard url."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:259
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:137
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The avatar could not be deleted."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:47
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The avatar could not be fetched."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:225
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The avatar could not be selected."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:166
#: app/frontend/apps/mobile/pages/account/views/PersonalSettingAvatar.vue:90
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The avatar could not be uploaded."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:212
msgid ""
"The browser is outdated. It does not support WebSocket - the technology we "
"use for the chat."
msgstr ""
"Obrigado por sua solicitação . Entraremos em contato assim que possível."

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:93
#, fuzzy
#| msgid "Geo Calendar Service"
msgid "The calendar icon"
msgstr "Serviço Geo Calendário"

#: app/models/setting/validation/saml/security.rb:16
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The certificate could not be parsed."
msgstr "%s Object(s) estão criados."

#: app/models/setting/validation/saml/security.rb:75
msgid "The certificate does not match the given private key."
msgstr ""

#: lib/secure_mailing/smime/security_options.rb:39
#, fuzzy
#| msgid "When notification is being sent."
msgid ""
"The certificate for %s was found, but it is not valid yet or has expired."
msgstr "Quando a notificação está sendo enviada."

#: lib/secure_mailing/smime/security_options.rb:37
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificate for %s was found."
msgstr "Som de Notificação"

#: lib/secure_mailing/smime/security_options.rb:42
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificate for %s was not found."
msgstr "Som de Notificação"

#: app/models/smime_certificate.rb:54
msgid "The certificate for this private key could not be found."
msgstr ""

#: lib/secure_mailing/smime/incoming.rb:69
#, fuzzy
#| msgid "When notification is being sent."
msgid "The certificate for verification could not be found."
msgstr "Quando a notificação está sendo enviada."

#: app/models/setting/validation/saml/security.rb:64
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificate is not usable (e.g. expired)."
msgstr "Som de Notificação"

#: app/models/setting/validation/saml/security.rb:63
msgid "The certificate is not usable due to being a CA certificate."
msgstr ""

#: app/models/setting/validation/saml/security.rb:65
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificate is not usable for signing and encryption."
msgstr "Som de Notificação"

#: lib/certificate/x509/smime.rb:12
msgid ""
"The certificate is not valid for S/MIME usage. Please check the certificate "
"format."
msgstr ""

#: lib/certificate/x509/smime.rb:66
msgid ""
"The certificate is not valid for S/MIME usage. Please check the key usage, "
"subject alternative name and public key cryptographic algorithm."
msgstr ""

#: lib/certificate/x509/ssl.rb:16
msgid ""
"The certificate is not valid for SSL usage. Please check e.g. the validity "
"period or the extensions."
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_certificate_issue.jst.eco:10
msgid ""
"The certificate of the domain |%s| could not be verified. This may allow "
"hackers to steal your credentials. If you are sure that you are using a self-"
"signed certificate, you can press \"Proceed\". Otherwise, please \"Cancel\"."
msgstr ""
"O certificado da conexão não foi verificado. Hackers podem roubar as "
"credenciais ou redirecionar a conexão. Ou talvez você esteja usando um "
"certificado auto-assinado, voce pode \"Continuar\".  Ou pode \"Cancelar\"."

#: lib/secure_mailing/smime/security_options.rb:68
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificates for %s were found."
msgstr "Som de Notificação"

#: lib/secure_mailing/smime/security_options.rb:72
#, fuzzy
#| msgid "Notification Sound"
msgid "The certificates for %s were not found."
msgstr "Som de Notificação"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:302
#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:246
#: app/assets/javascripts/app/controllers/_channel/google.coffee:334
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:351
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:308
#: app/assets/javascripts/app/controllers/_channel/telegram.coffee:211
#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:300
#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_dialog.coffee:36
#: app/assets/javascripts/app/controllers/knowledge_base/editor_coordinator.coffee:61
#: app/assets/javascripts/app/controllers/knowledge_base/public_menu_form.coffee:68
#: app/assets/javascripts/app/controllers/knowledge_base/sidebar/attachments.coffee:135
msgid "The changes could not be saved."
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:214
msgid "The chat is turned off."
msgstr "O chat está desabilitado."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:150
msgid ""
"The chat will show up once the connection to the server got established and "
"if there is an operator online to chat with."
msgstr ""
"O chat será exibido quando a ligação ao servidor for estabelecida e um "
"agente estiver disponível."

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:33
msgid ""
"The chosen unit will be used for display only and will not affect stored "
"values."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:93
msgid "The configuration of Zammad has changed, please reload your browser."
msgstr ""

#: app/frontend/shared/composables/useAppMaintenanceCheck.ts:102
#, fuzzy
#| msgid "A new version of Zammad is available, please reload your browser."
msgid ""
"The configuration of Zammad has changed. Please reload at your earliest."
msgstr ""
"Um nova versão do Zammad está disponível, por favor atualize seu navegador."

#: app/frontend/shared/server/connection.ts:85
msgid "The connection to the server was lost."
msgstr ""

#: app/controllers/import_freshdesk_controller.rb:134
#: app/controllers/import_otrs_controller.rb:20
#: app/controllers/import_zendesk_controller.rb:21
#: app/services/service/system/import/apply_freshdesk_configuration.rb:51
#: app/services/service/system/import/apply_kayako_configuration.rb:51
#: app/services/service/system/import/apply_otrs_configuration.rb:89
#: app/services/service/system/import/apply_zendesk_configuration.rb:51
#: lib/email_helper/probe.rb:282
msgid "The connection was refused."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal/password_check.coffee:45
#: app/controllers/users_controller.rb:405
#: app/graphql/gql/mutations/user/current/change_password.rb:30
msgid "The current password you provided is incorrect."
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:6
msgid ""
"The data must be in the comma separated values (CSV) format and saved as "
"UTF-8. You can import a CSV file or paste the data directly into the text "
"area."
msgstr ""
"Os dados precisam de estar em formato CSV e codificação UTF-8. Você pode "
"importar um arquivo CSV ou colar os dados diretamente na área de texto."

#: app/assets/javascripts/app/models/knowledge_base.coffee:294
msgid ""
"The default URL for your knowledge base is e.g. example.com or example.com/"
"help. To serve it from a custom URL instead, enter the destination below (e."
"g., \"/support\", \"example.com\", or \"example.com/support\"). Then, follow "
"the directions under \"Web Server Configuration\" to complete the process."
msgstr ""
"O URL padrão da sua base de conhecimento é, por exemplo, example.com ou "
"example.com/help. Para veicular a partir de um URL personalizado, insira o "
"destino abaixo (por exemplo, \"/ support\", \"example.com\" ou \"example.com/"
"support\"). Em seguida, siga as instruções em \"Configuração do servidor da "
"Web\" para concluir o processo."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:118
msgid "The default font size is 12px."
msgstr "O tamanho padrão da fonte é 12 px."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:75
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The device could not be deleted."
msgstr "%s Object(s) estão criados."

#: db/seeds/settings.rb:2302
msgid "The divider between TicketHook and ticket number. E. g. ': '."
msgstr ""

#: lib/email_address_validation.rb:34
#, fuzzy
#| msgid "Signature"
msgid "The email address is invalid."
msgstr "Assinatura"

#: app/assets/javascripts/app/views/microsoft365/duplicate_email_address.jst.eco:3
msgid "The email address |%s| is already in use by another account."
msgstr ""

#: app/services/service/auth/send_admin_token.rb:39
#: app/services/service/user/password_reset/send.rb:37
#: app/services/service/user/password_reset/update.rb:42
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The email could not be sent to the user."
msgstr "%s Object(s) estão criados."

#: lib/secure_mailing/pgp/incoming.rb:118
msgid ""
"The encrypted part of this PGP email has an incorrect MIME type according to "
"RFC 3156."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceZendesk.vue:84
#, fuzzy
#| msgid ""
#| "Attention: These will be your login and password after the import is "
#| "completed."
msgid ""
"The entered email and API token will become your Zammad login credentials "
"after the import is completed."
msgstr ""
"Atenção: Estes serão o seu utilizador e senha após a importação estar "
"concluída."

#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceKayako.vue:69
#, fuzzy
#| msgid ""
#| "Attention: These will be your login and password after the import is "
#| "completed."
msgid ""
"The entered email and password will become your Zammad login credentials "
"after the import is completed."
msgstr ""
"Atenção: Estes serão o seu utilizador e senha após a importação estar "
"concluída."

#: app/assets/javascripts/app/views/microsoft365/user_mismatch.jst.eco:2
msgid ""
"The entered user for reauthentication differs from the user that was used "
"for setting up your Microsoft365 channel initially."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/facebook.coffee:182
#: app/assets/javascripts/app/controllers/_channel/google.coffee:453
#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:475
#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:365
#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:189
#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:716
msgid "The entry could not be created."
msgstr ""

#: lib/telegram_helper.rb:694
msgid "The file could not be retrieved from the bot."
msgstr ""

#: app/assets/javascripts/app/lib/app_post/html5_upload.coffee:90
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The file could not be uploaded."
msgstr "%s Object(s) estão criados."

#: app/controllers/ticket_articles_controller.rb:166
msgid "The file does not belong to the specified article."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:852
#: app/frontend/shared/components/Form/fields/FieldFile/features/filesTypeError.ts:22
#, fuzzy
#| msgid "Time Accounting"
msgid "The file type %s is not allowed."
msgstr "Tempo de Conta"

#: lib/secure_mailing/pgp/incoming.rb:105
msgid ""
"The first part of this PGP email is not a valid version part as mandated by "
"RFC 3156."
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/imported.jst.eco:15
msgid "The following changes have been made:"
msgstr "As seguintes alterações foram efetuadas:"

#: app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco:7
#, fuzzy
#| msgid "The following changes are made:"
msgid "The following changes will be made:"
msgstr "As seguintes configurações foram alteradas:"

#: app/assets/javascripts/app/views/system_report.jst.eco:13
msgid "The following contents are provided in the system report:"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal.coffee:196
msgid ""
"The form content has been changed. Do you want to close it and lose your "
"changes?"
msgstr ""
"O conteúdo do formulário foi alterado. Voce gostaria de fechar e perder suas "
"alterações?"

#: app/assets/javascripts/app/views/settings/ticket_hook_position.jst.eco:3
msgid "The format of the subject."
msgstr "O formato do assunto."

#: lib/whatsapp/retry/media.rb:65
#, fuzzy
#| msgid "Defines the state of auto closed tickets."
msgid "The given article is not a media article."
msgstr "Define o estado dos ingressos fechados automaticamente."

#: app/graphql/gql/mutations/ticket/checklist/item_delete.rb:17
msgid "The given checklist item does not belong to the given checklist."
msgstr ""

#: app/services/service/user/two_factor/set_default_method.rb:18
#, fuzzy
#| msgid "Authentication"
msgid "The given two-factor authentication method is not configured."
msgstr "Authentication"

#: app/services/service/user/two_factor/set_default_method.rb:14
#, fuzzy
#| msgid "Authentication"
msgid "The given two-factor authentication method is not enabled."
msgstr "Authentication"

#: app/services/service/user/two_factor/base.rb:14
msgid "The given two-factor method does not exist."
msgstr ""

#: app/services/service/user/two_factor/remove_method_credentials.rb:32
msgid "The given two-factor method is not configured yet."
msgstr ""

#: app/controllers/import_freshdesk_controller.rb:131
#: app/controllers/import_kayako_controller.rb:108
#: app/controllers/import_otrs_controller.rb:18
#: app/controllers/import_zendesk_controller.rb:17
#: app/services/service/system/import/apply_freshdesk_configuration.rb:23
#: app/services/service/system/import/apply_kayako_configuration.rb:24
#: app/services/service/system/import/apply_otrs_configuration.rb:85
#: app/services/service/system/import/apply_zendesk_configuration.rb:24
#: lib/email_helper/probe.rb:278
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The hostname could not be found."
msgstr "%s Objetos foram atualizados"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:102
#, fuzzy
#| msgid "Open note box"
msgid "The hours overlay"
msgstr "Abrir bloco de notas"

#: db/seeds/settings.rb:2277
msgid ""
"The identifier for a ticket, e.g. Ticket#, Call#, MyTicket#. The default is "
"Ticket#."
msgstr ""
"O identificador de um ticket. Ex: Ticket#, Chamada#, MeuTicket#. O padrão é "
"Ticket#."

#: app/graphql/gql/mutations/ticket/external_references/idoit_object_add.rb:36
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The idoit object could not be found."
msgstr "%s Objetos foram atualizados"

#: app/graphql/gql/mutations/ticket/external_references/idoit_object_add.rb:30
#, fuzzy
#| msgid "Retweets are converted to Tickets"
msgid "The idoit object is already present on the ticket."
msgstr "Retweets são convertidos em tickets"

#: app/services/service/avatar/image_validate.rb:10
msgid "The image is invalid."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:39
#: app/assets/javascripts/app/controllers/_integration/smime.coffee:111
#: app/assets/javascripts/app/controllers/ssl_certificate.coffee:113
#: app/assets/javascripts/app/controllers/widget/import.coffee:64
#: app/assets/javascripts/app/controllers/widget/import_try_result.coffee:62
#, fuzzy
#| msgid "The import was successful."
msgid "The import failed."
msgstr "A improtação foi bem sucedida."

#: app/assets/javascripts/app/views/generic/object_import/imported.jst.eco:14
msgid "The import was successful."
msgstr "A improtação foi bem sucedida."

#: app/assets/javascripts/app/views/package.jst.eco:7
msgid ""
"The installation of packages comes with security implications, because "
"arbitrary code will be executed in the context of the Zammad application."
msgstr ""

#: lib/search_index_backend.rb:435
msgid ""
"The installed attachment plugin could not handle the request payload. Ensure "
"that the correct attachment plugin is installed (ingest-attachment)."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_git_issue.coffee:79
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The issue could not be saved."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerLinkFlyout.vue:43
#: app/graphql/gql/mutations/ticket/external_references/issue_tracker_item_add.rb:28
#, fuzzy
#| msgid "%s Object(s) are deleted."
msgid "The issue reference already exists."
msgstr "%S Obejtos foram excluídos"

#: app/graphql/gql/mutations/ticket/external_references/issue_tracker_item_add.rb:44
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The issue reference could not be found."
msgstr "%s Object(s) estão criados."

#: app/frontend/shared/composables/useLocaleUpdate.ts:21
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The language could not be updated."
msgstr "%s Objetos foram atualizados"

#: app/models/setting/validation/saml/security.rb:44
msgid "The length of the private key is too short."
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketList.vue:159
msgid "The limit of %s displayable tickets was reached (%s remaining)"
msgstr ""

#: app/assets/javascripts/app/controllers/translation.coffee:237
msgid ""
"The limit of displayable suggestions was reached, please narrow down your "
"search."
msgstr ""

#: app/services/service/user/remove_linked_account.rb:21
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The linked account could not be found."
msgstr "%s Objetos foram atualizados"

#: app/services/service/auth/verify_admin_token.rb:17
#, fuzzy
#| msgid "Time Accounting"
msgid "The login is not possible."
msgstr "Tempo de Conta"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:104
#, fuzzy
#| msgid "Open note box"
msgid "The minutes overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:96
#, fuzzy
#| msgid "Tickets"
msgid "The month picker"
msgstr "Tickets"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:96
#, fuzzy
#| msgid "Open note box"
msgid "The month picker overlay"
msgstr "Abrir bloco de notas"

#: app/models/ticket/number.rb:14
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The new ticket number could not be generated."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_new.coffee:64
#: app/assets/javascripts/app/controllers/_channel/_email_signature.coffee:93
#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:801
#: app/assets/javascripts/app/controllers/customer_ticket_create.coffee:193
#: app/assets/javascripts/app/controllers/data_privacy.coffee:272
#: app/assets/javascripts/app/controllers/object_manager.coffee:261
#: app/assets/javascripts/app/lib/app_post/user_organization_autocompletion.coffee:94
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The object could not be created."
msgstr "%s Object(s) estão criados."

#: app/controllers/links_controller.rb:32
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The object could not be found."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_edit.coffee:64
#: app/assets/javascripts/app/controllers/_channel/sms.coffee:265
#: app/assets/javascripts/app/controllers/_settings/area_switch.coffee:93
#: app/assets/javascripts/app/controllers/_settings/area_ticket_number.coffee:134
#: app/assets/javascripts/app/controllers/_settings/form.coffee:91
#: app/assets/javascripts/app/controllers/object_manager.coffee:327
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_idoit.coffee:142
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The object could not be updated."
msgstr "%s Objetos foram atualizados"

#: app/frontend/shared/entities/online-notification/composables/useOnlineNotificationActions.ts:131
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The online notification could not be marked as seen."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:109
#, fuzzy
#| msgid "Overviews"
msgid "The order of your ticket overviews was reset."
msgstr "Overviews"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:87
#, fuzzy
#| msgid ""
#| "Here you find your ticket overviews for open, assigned and escalated "
#| "tickets."
msgid "The order of your ticket overviews was updated."
msgstr ""
"Aqui você encontra suas visões gerais de tickets para bilhetes abertos, "
"designados e escalados."

#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:248
msgid "The page is not available anymore"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:243
msgid "The page was not found"
msgstr ""

#: app/views/knowledge_base/public/not_found.html.erb:6
msgid "The page you were looking for does not exist."
msgstr ""

#: app/controllers/mentions_controller.rb:43
msgid "The parameter 'mentionable_type' is invalid."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/password.coffee:135
#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:138
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "The password could not be set. Please contact your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: lib/password_hash.rb:24
#, fuzzy
#| msgid "Signature"
msgid "The password is invalid."
msgstr "Assinatura"

#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:88
#, fuzzy
#| msgid "The test run was successful."
msgid "The password reset request was successful."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:133
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The personal access token could not be deleted."
msgstr "%s Object(s) estão criados."

#: app/controllers/ticket_articles_controller.rb:272
msgid ""
"The preview cannot be generated. The format is corrupted or not supported."
msgstr ""

#: lib/secure_mailing/pgp/incoming.rb:302
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The private PGP key could not be found."
msgstr "%s Objetos foram atualizados"

#: lib/secure_mailing/smime/incoming.rb:36
#, fuzzy
#| msgid "When notification is being sent."
msgid "The private key for decryption could not be found."
msgstr "Quando a notificação está sendo enviada."

#: lib/secure_mailing/smime/private_key.rb:31
msgid ""
"The private key is not valid for S/MIME usage. Please check the key "
"cryptographic algorithm."
msgstr ""

#: lib/secure_mailing/smime/private_key.rb:10
msgid ""
"The private key is not valid for S/MIME usage. Please check the key format "
"and the secret."
msgstr ""

#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:53
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The product version could not be fetched."
msgstr "%s Object(s) estão criados."

#: lib/external_credential/twitter.rb:54
msgid "The provided 'oauth_token' is invalid."
msgstr ""

#: app/controllers/import_freshdesk_controller.rb:11
#: app/controllers/import_kayako_controller.rb:12
#: app/controllers/import_otrs_controller.rb:11
#: app/controllers/import_zendesk_controller.rb:11
msgid "The provided URL is invalid."
msgstr ""

#: app/controllers/import_freshdesk_controller.rb:60
#: app/controllers/import_kayako_controller.rb:129
#: app/controllers/import_zendesk_controller.rb:84
#: app/services/service/system/import/apply_freshdesk_configuration.rb:29
#: app/services/service/system/import/apply_kayako_configuration.rb:30
#: app/services/service/system/import/apply_zendesk_configuration.rb:30
msgid "The provided credentials are invalid."
msgstr ""

#: lib/validations/channel_email_account_uniqueness_validator.rb:16
msgid "The provided email account is already in use."
msgstr ""

#: app/models/webhook.rb:37
msgid "The provided endpoint is invalid, no hostname was specified."
msgstr ""

#: app/models/webhook.rb:36
msgid ""
"The provided endpoint is invalid, no http or https protocol was specified."
msgstr ""

#: app/models/webhook.rb:39
msgid "The provided endpoint is invalid."
msgstr ""

#: app/models/postmaster_filter.rb:32
msgid "The provided match operator is missing or invalid."
msgstr ""

#: app/graphql/gql/mutations/user/current/password_check.rb:27
#, fuzzy
#| msgid "Signature"
msgid "The provided password is incorrect."
msgstr "Assinatura"

#: app/models/webhook.rb:48
msgid "The provided payload is invalid. Please check your syntax."
msgstr ""

#: app/controllers/application_controller/authenticates.rb:101
#: app/controllers/integration/check_mk_controller.rb:139
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:108
#: app/services/service/user/password_reset/update.rb:36
#: app/services/service/user/password_reset/verify.rb:23
#: app/services/service/user/signup_verify.rb:24
msgid "The provided token is invalid."
msgstr ""

#: lib/secure_mailing/pgp/incoming.rb:302
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The public PGP key could not be found."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/controllers/report.coffee:194
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The report could not be generated"
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/knowledge_base/delete.coffee:31
msgid "The request could not be processed."
msgstr ""

#: lib/operations_rate_limiter.rb:39
msgid "The request limit for this operation was exceeded."
msgstr ""

#: lib/validations/verify_perform_rules_validator.rb:62
msgid "The required '%{attribute}' value for %{key}, %{inner} is missing!"
msgstr ""

#: app/controllers/channels_twitter_controller.rb:38
msgid "The required 'ExternalCredential' 'twitter' could not be found."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:151
msgid "The required PGP passphrase is missing."
msgstr ""

#: app/controllers/users_controller.rb:678
#: app/services/service/user/add_first_admin.rb:12
msgid "The required attribute 'email' is missing."
msgstr ""

#: app/services/service/system/set_system_information.rb:42
msgid "The required attribute 'organization' is missing."
msgstr ""

#: app/jobs/trigger_webhook_job/custom_payload/track/notification.rb:35
msgid "The required event field 'execution' is missing."
msgstr ""

#: app/jobs/trigger_webhook_job/custom_payload/track/notification.rb:62
msgid "The required event field 'execution' is unknown or missing."
msgstr ""

#: lib/idoit.rb:21
msgid "The required field 'api_token' is missing from the config."
msgstr ""

#: lib/idoit.rb:22
msgid "The required field 'endpoint' is missing from the config."
msgstr ""

#: app/models/postmaster_filter.rb:33
msgid "The required match value is missing."
msgstr ""

#: app/controllers/user/two_factors_controller.rb:34
msgid "The required parameter \"method\" is missing."
msgstr ""

#: app/controllers/user/two_factors_controller.rb:35
msgid "The required parameter \"payload\" is missing."
msgstr ""

#: lib/whatsapp/client.rb:12
msgid "The required parameter 'access_token' is missing."
msgstr ""

#: lib/external_credential/facebook.rb:23
msgid "The required parameter 'application_id' is missing."
msgstr ""

#: lib/external_credential/facebook.rb:24
msgid "The required parameter 'application_secret' is missing."
msgstr ""

#: app/controllers/channels_sms_controller.rb:89
msgid "The required parameter 'area' is missing."
msgstr ""

#: lib/whatsapp/account/phone_numbers.rb:16
msgid "The required parameter 'business_id' is missing."
msgstr ""

#: lib/external_credential/exchange.rb:27 lib/external_credential/google.rb:26
#: lib/external_credential/microsoft_base.rb:51
msgid "The required parameter 'client_id' is missing."
msgstr ""

#: lib/external_credential/exchange.rb:28 lib/external_credential/google.rb:27
#: lib/external_credential/microsoft_base.rb:52
msgid "The required parameter 'client_secret' is missing."
msgstr ""

#: lib/external_credential/exchange.rb:43 lib/external_credential/google.rb:39
#: lib/external_credential/microsoft_base.rb:67
msgid "The required parameter 'code' is missing."
msgstr ""

#: lib/external_credential/twitter.rb:22
msgid "The required parameter 'consumer_key' is missing."
msgstr ""

#: lib/external_credential/twitter.rb:23
msgid "The required parameter 'consumer_secret' is missing."
msgstr ""

#: app/controllers/channels_twitter_controller.rb:56
msgid ""
"The required parameter 'crc_token' is missing from the Twitter verify "
"payload!"
msgstr ""

#: app/controllers/channels_twitter_controller.rb:21
msgid "The required parameter 'for_user_id' is missing."
msgstr ""

#: lib/telegram_helper.rb:56
msgid "The required parameter 'group_id' is invalid."
msgstr ""

#: lib/telegram_helper.rb:51
msgid "The required parameter 'group_id' is missing."
msgstr ""

#: app/controllers/users_controller.rb:520
msgid "The required parameter 'id' is missing."
msgstr ""

#: lib/search_index_backend.rb:632
msgid "The required parameter 'key' is missing."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_link_add.coffee:75
msgid "The required parameter 'link_type' is missing."
msgstr ""

#: app/models/text_module.rb:31
msgid "The required parameter 'locale' is missing."
msgstr ""

#: app/controllers/concerns/handles_oidc_authorization.rb:10
msgid "The required parameter 'logout_token' is missing."
msgstr ""

#: app/controllers/user_access_token_controller.rb:25
msgid "The required parameter 'name' is missing."
msgstr ""

#: lib/external_credential/twitter.rb:134
msgid "The required parameter 'oauth_token' is missing."
msgstr ""

#: lib/external_credential/twitter.rb:135
msgid "The required parameter 'oauth_token_secret' is missing."
msgstr ""

#: app/controllers/channels_sms_controller.rb:45
msgid "The required parameter 'options.adapter' is missing."
msgstr ""

#: app/controllers/channels_sms_controller.rb:93
msgid "The required parameter 'params' is missing."
msgstr ""

#: app/controllers/users_controller.rb:413
msgid "The required parameter 'password' is missing."
msgstr ""

#: app/models/core_workflow/result.rb:15
msgid "The required parameter 'payload->class_name' is missing."
msgstr ""

#: app/models/core_workflow/result.rb:16
msgid "The required parameter 'payload->screen' is missing."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:112
msgid "The required parameter 'permission' is missing."
msgstr ""

#: lib/external_credential/twitter.rb:53
msgid "The required parameter 'request_token' is missing."
msgstr ""

#: app/controllers/users_controller.rb:671
msgid "The required parameter 'signup' is missing."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_link_add.coffee:72
msgid "The required parameter 'ticket_number' is missing."
msgstr ""

#: app/models/concerns/perform_changes/action/attribute_updates.rb:94
msgid "The required parameter 'user_id' is missing."
msgstr ""

#: lib/search_index_backend.rb:633
msgid "The required parameter 'value' is missing."
msgstr ""

#: app/controllers/channels_twitter_controller.rb:55
msgid ""
"The required value 'external_credential[:consumer_secret]' could not be "
"found in the cache."
msgstr ""

#: app/policies/ticket_policy.rb:35
msgid "The required value 'group_id' is missing."
msgstr ""

#: app/controllers/channels_twitter_controller.rb:54
msgid "The required value external_credential could not be found in the cache."
msgstr ""

#: app/controllers/ticket_articles_controller.rb:263
msgid "The retried attachment download failed."
msgstr ""

#: app/assets/javascripts/app/controllers/article_view/item.coffee:302
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:67
#: app/frontend/shared/composables/useArticleSecurity.ts:83
msgid "The retried security process failed!"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:107
#, fuzzy
#| msgid "Open note box"
msgid "The seconds overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/form/i18n/locales.ts:567
msgid "The selected date is invalid."
msgstr ""

#: app/services/service/system/import/apply_configuration_base.rb:38
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The server presented a certificate that could not be verified."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:584
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:200
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts:245
msgid ""
"The server settings could not be automatically detected. Please configure "
"them manually."
msgstr ""

#: app/assets/javascripts/app/controllers/login.coffee:30
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:37
msgid "The session is no longer valid. Please log in again."
msgstr ""

#: app/models/store/file.rb:18
msgid "The setting 'storage_provider' was not configured."
msgstr ""

#: app/models/ticket/number.rb:25
msgid "The setting 'ticket_number' was not configured."
msgstr ""

#: app/assets/javascripts/app/models/setting.coffee:68
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The setting could not be reset."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/models/setting.coffee:31
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "The setting could not be updated."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupStart.vue:52
msgid "The setup has already been started. Please wait until it is finished."
msgstr ""

#: app/assets/javascripts/app/controllers/getting_started/admin.coffee:96
msgid "The sign-in failed. Please contact the Support team."
msgstr ""

#: lib/secure_mailing/pgp/tool/error.rb:88
#, fuzzy
#| msgid "No results were found."
msgid "The signature PGP key has expired."
msgstr "Nenhum resultado encontrado"

#: lib/secure_mailing/pgp/incoming.rb:93
msgid ""
"The signature part of this PGP email is missing or has a wrong content type "
"according to RFC 3156."
msgstr ""

#: app/assets/javascripts/app/controllers/article_view/item.coffee:280
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:90
#: app/frontend/shared/composables/useArticleSecurity.ts:102
#, fuzzy
#| msgid "The test run was successful."
msgid "The signature was successfully verified."
msgstr "O teste executou com sucesso."

#: app/controllers/tickets_controller.rb:392
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The source ticket could not be found."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/microsoft365/duplicate_email_address.jst.eco:5
msgid "The specified email address is already in use by another account."
msgstr ""

#: app/frontend/shared/form/validation/rules/date-range.ts:18
msgid "The start date must precede or match end date."
msgstr ""

#: app/assets/javascripts/app/views/system_report.jst.eco:6
msgid ""
"The system report provides a summarized version of the system state and "
"configuration for support and analyzing purposes. You can download the "
"report by clicking the Download-button. Zammad then provides a JSON file as "
"you can see in the preview below. If you get in touch with the Zammad "
"support, this JSON file is helpful identifying your issue."
msgstr ""

#: app/services/service/system/check_setup.rb:18
msgid ""
"The system setup cannot be started, because there is another one running or "
"it was completed before."
msgstr ""

#: app/services/service/system/check_setup.rb:72
msgid ""
"The system setup is marked as done, but no admin user is existing. Please "
"run the system setup again."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedRun.vue:74
msgid "The system was configured successfully. You are being redirected."
msgstr ""

#: app/controllers/tickets_controller.rb:383
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The target ticket number could not be found."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/generic/object_import/import_try.jst.eco:6
msgid "The test run was successful."
msgstr "O teste executou com sucesso."

#: db/seeds/settings.rb:3204
msgid ""
"The text at the beginning of the subject in an email forward, e. g. FWD."
msgstr ""
"O texto no início do assunto em um encaminhamento de e-mail, e. g. FWD."

#: db/seeds/settings.rb:3182
msgid ""
"The text at the beginning of the subject in an email reply, e.g. RE, AW, or "
"AS."
msgstr ""
"O texto no início do assunto de uma resposta de email. EX: RE, AW. ou AS"

#: app/services/service/ticket/update/validator/checklist_completed.rb:16
#, fuzzy
#| msgid "Enter the URL of your %s system"
msgid "The ticket checklist is incomplete."
msgstr "Digite o URL do seu sistema % s"

#: app/services/service/ticket/update/validator/time_accounting.rb:19
msgid "The ticket time accounting condition is met."
msgstr ""

#: app/assets/javascripts/app/controllers/agent_ticket_merge.coffee:111
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The tickets could not be merged."
msgstr "%s Object(s) estão criados."

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:94
#, fuzzy
#| msgid "Open Tickets"
msgid "The time picker"
msgstr "Open Tickets"

#: app/services/service/user/signup.rb:49
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The token could not be generated."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:86
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "The token could not be verified. Please contact your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/assets/javascripts/app/views/login.jst.eco:61
#: app/frontend/apps/desktop/pages/authentication/composables/useAdminPasswordAuthVerify.ts:62
msgid "The token for the admin password login is invalid."
msgstr ""

#: app/frontend/apps/desktop/pages/authentication/composables/useAdminPasswordAuthVerify.ts:54
msgid "The token is valid. You are now able to login via password once."
msgstr ""

#: app/frontend/apps/mobile/pages/authentication/components/AfterAuth/TwoFactorConfiguration.vue:18
msgid "The two-factor authentication is not configured yet."
msgstr ""

#: app/assets/javascripts/app/controllers/user/manage_two_factor.coffee:93
#, fuzzy
#| msgid "Authentication"
msgid "The two-factor authentication method \"%s\" was removed for this user."
msgstr "Authentication"

#: app/controllers/sessions_controller.rb:243
#: app/graphql/gql/mutations/two_factor_method_initiate_authentication.rb:34
#: app/services/service/user/two_factor/initiate_method_configuration.rb:6
#: app/services/service/user/two_factor/verify_method_configuration.rb:15
msgid "The two-factor authentication method is not enabled."
msgstr ""

#: app/services/service/user/two_factor/remove_method_credentials.rb:37
msgid "The two-factor credentials you're trying to delete do not exist"
msgstr ""

#: app/models/setting/validation/saml/security.rb:43
msgid "The type of the private key is wrong."
msgstr ""

#: app/controllers/settings_controller.rb:44
#, fuzzy
#| msgid "%s Object(s) are created."
msgid ""
"The uploaded image could not be processed. Need data:image in logo or "
"logo_resize param."
msgstr "%s Object(s) estão criados."

#: app/models/authorization/provider.rb:47
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid "The user account does not exist. Please contact your administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/services/service/auth/send_admin_token.rb:33
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "The user token could not be generated."
msgstr "%s Object(s) estão criados."

#: lib/external_credential/exchange.rb:51
#: lib/external_credential/microsoft_base.rb:75
msgid "The user's 'preferred_username' could not be extracted from 'id_token'."
msgstr ""

#: app/controllers/sessions_controller.rb:239
#: app/graphql/gql/mutations/two_factor_method_initiate_authentication.rb:29
msgid "The username or password is incorrect."
msgstr ""

#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:99
#, fuzzy
#| msgid "When notification is being sent."
msgid "The verification email could not be resent."
msgstr "Quando a notificação está sendo enviada."

#: app/models/setting/validation/saml/tls.rb:37
msgid ""
"The verification of the TLS connection to the IDP SSO target URL failed. "
"Please check the SAML IDP certificate."
msgstr ""

#: app/models/setting/validation/saml/tls.rb:39
msgid ""
"The verification of the TLS connection to the IDP SSO target URL is not "
"possible. Please check the connection."
msgstr ""

#: app/services/service/user/two_factor/verify_method_configuration.rb:21
#, fuzzy
#| msgid "Authentication"
msgid ""
"The verification of the two-factor authentication method configuration "
"failed."
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/customer_ticket_create/sidebar_customer_default.coffee:29
#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:11
#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:183
msgid "The way to communicate with us is this thing called \"ticket\"."
msgstr "A maneira mais fácil de se comunicar conosco é criando um \"ticket\"."

#: lib/telegram_helper.rb:35
msgid "The webhook could not be saved by Telegram, seems to be an invalid URL."
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:98
#, fuzzy
#| msgid "Tickets"
msgid "The year picker"
msgstr "Tickets"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:98
#, fuzzy
#| msgid "Open note box"
msgid "The year picker overlay"
msgstr "Abrir bloco de notas"

#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:73
#, fuzzy
#| msgid "Tickets"
msgid "Their tickets"
msgstr "Tickets"

#: app/assets/javascripts/app/controllers/_manage/knowledge_base.coffee:63
#: app/assets/javascripts/app/views/profile/appearance.jst.eco:11
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:69
msgid "Theme"
msgstr "Tema"

#: app/controllers/reports_controller.rb:17
#, fuzzy
#| msgid "There is no agent online."
msgid "There are currently no report profiles configured."
msgstr "Não há agente online."

#: app/assets/javascripts/app/views/import/zendesk.jst.eco:64
#, fuzzy
#| msgid ""
#| "There are more than 1000 tickets in the Zendesk system. Due to API rate "
#| "limit restrictions we can't get the exact number of tickets yet and have "
#| "to fetch them in batches of 1000. This might take some time, better grab "
#| "a cup of coffee. The total number of tickets gets updated as soon as the "
#| "currently known number is surpassed."
msgid ""
"There are more than 1000 tickets in the Zendesk system. Due to API rate "
"limit restrictions, Zammad can't get the exact number of tickets yet and has "
"to fetch them in batches of 1000. This might take some time, better grab a "
"cup of coffee. The total number of tickets gets updated as soon as the "
"currently known number is surpassed."
msgstr ""
"Existem mais de 1000 chamados no sistema Zendesk. Devido às restrições de "
"limite de taxa da API, não podemos obter o número exato de chamados  ainda e "
"temos que buscá-los em lotes de 1000. Isso pode levar algum tempo, é melhor "
"tomar uma xícara de café. O número total de chamados é atualizado assim que "
"o número atualmente conhecido é ultrapassado."

#: app/models/calendar.rb:303
msgid "There are no business hours configured."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:46
msgid "There are no enabled third-party authentication providers."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:39
#, fuzzy
#| msgid ""
#| "Login failed. Have you double-checked your credentials and completed the "
#| "email verification step?"
msgid "There are no enabled two-factor authentication methods."
msgstr ""
"O login falhou. Verificou as suas credenciais e completou o passo da "
"validação de email?"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:210
#, fuzzy
#| msgid "There can be several reasons for the chat to not show up:"
msgid "There are several possible reasons why the chat won't show up:"
msgstr "Existem algumas razões para que o chat não seja exibido:"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:215
#, fuzzy
#| msgid "There are too many people in queue for the chat."
msgid "There are too many people in the chat queue."
msgstr "Existem muitas pessoas aguardando oa tendimento no chat."

#: app/models/pgp_key.rb:9
msgid "There is already a PGP key with the same fingerprint."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_shared_draft_overwrite_modal.coffee:3
msgid "There is an existing draft. Do you want to overwrite it?"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:57
#: app/frontend/apps/desktop/pages/ticket/components/TicketSharedDraftFlyout.vue:141
msgid "There is existing content. Do you want to overwrite it?"
msgstr ""

#: lib/external_credential/google.rb:15
#, fuzzy
#| msgid "There is no agent online."
msgid "There is no Google app configured."
msgstr "Não há agente online."

#: lib/external_credential/twitter.rb:11
#, fuzzy
#| msgid "Not configured"
msgid "There is no Twitter app configured."
msgstr "Not configured"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:213
msgid "There is no agent online."
msgstr "Não há agente online."

#: app/assets/javascripts/app/views/navigation/no_result.jst.eco:3
msgid "There is no match for your search."
msgstr ""

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:17
#, fuzzy
#| msgid ""
#| "There is no rollback of this deletion possible. If you are absolutely "
#| "sure to do this, then type in \"%s\" into the input."
msgid ""
"There is no rollback of this deletion possible. If you are sure that you "
"wish to proceed, please type \"%s\" into the input."
msgstr ""
"Não há reversão dessa exclusão possível. Se você tiver certeza absoluta de "
"fazer isso, digite \"% s\" na entrada."

#: app/assets/javascripts/app/controllers/package.coffee:54
#, fuzzy
#| msgid ""
#| "There is no rollback of this deletion possible. If you are absolutely "
#| "sure to do this, then type in \"%s\" into the input."
msgid ""
"There is no rollback of this deletion. If you are sure that you wish to "
"proceed, please type \"%s\" into the input. All related data to this package "
"will be lost."
msgstr ""
"Não há reversão dessa exclusão possível. Se você tiver certeza absoluta de "
"fazer isso, digite \"% s\" na entrada."

#: app/controllers/import_freshdesk_controller.rb:133
#: app/controllers/import_otrs_controller.rb:19
#: app/controllers/import_zendesk_controller.rb:20
#: app/services/service/system/import/apply_freshdesk_configuration.rb:50
#: app/services/service/system/import/apply_kayako_configuration.rb:50
#: app/services/service/system/import/apply_otrs_configuration.rb:88
#: app/services/service/system/import/apply_zendesk_configuration.rb:50
#: lib/email_helper/probe.rb:280
#, fuzzy
#| msgid "There is no agent online."
msgid "There is no route to this host."
msgstr "Não há agente online."

#: lib/secure_mailing/pgp/tool/error.rb:124
#, fuzzy
#| msgid "No results found"
msgid "There is no valid PGP email recipient."
msgstr "Sem resultados"

#: lib/secure_mailing/pgp/tool/error.rb:133
#, fuzzy
#| msgid "There is no agent online."
msgid "There is no valid PGP email signer."
msgstr "Não há agente online."

#: lib/secure_mailing/pgp/tool/error.rb:160
#, fuzzy
#| msgid "There is no agent online."
msgid "There was an unknown PGP error."
msgstr "Não há agente online."

#: app/assets/javascripts/app/controllers/knowledge_base/agent_controller.coffee:181
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "There was no Knowledge Base created."
msgstr "%s Object(s) estão criados."

#: lib/secure_mailing/pgp/security_options.rb:12
#, fuzzy
#| msgid "There is no agent online."
msgid "There was no PGP key found."
msgstr "Não há agente online."

#: lib/secure_mailing/smime/security_options.rb:12
#, fuzzy
#| msgid "Notification Sound"
msgid "There was no certificate found."
msgstr "Som de Notificação"

#: lib/secure_mailing/pgp/tool/error.rb:43
#, fuzzy
#| msgid "There is no agent online."
msgid "There was no public PGP key found."
msgstr "Não há agente online."

#: lib/secure_mailing/backend/handler_security_options.rb:43
#, fuzzy
#| msgid "No results found"
msgid "There was no recipient found."
msgstr "Sem resultados"

#: lib/secure_mailing/pgp/tool/error.rb:34
#, fuzzy
#| msgid "There is no agent online."
msgid "There was no secret PGP key found."
msgstr "Não há agente online."

#: lib/secure_mailing/pgp/tool/error.rb:25
#, fuzzy
#| msgid "No results found"
msgid "There was no valid OpenPGP data found."
msgstr "Sem resultados"

#: lib/secure_mailing/pgp/security_options.rb:76
msgid "There were PGP keys found for %s, but at least one of them has expired."
msgstr ""

#: lib/secure_mailing/smime/security_options.rb:66
#, fuzzy
#| msgid "When notification is being sent."
msgid ""
"There were certificates found for %s, but at least one of them is not valid "
"yet or has expired."
msgstr "Quando a notificação está sendo enviada."

#: app/frontend/shared/form/i18n/locales.ts:99
msgid "There were errors in your form."
msgstr ""

#: app/assets/javascripts/app/views/cti/not_configured.jst.eco:5
msgid "These are supported:"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/security.coffee:13
msgid "Third-party Applications"
msgstr "Aplicativos de terceiros"

#: lib/secure_mailing/pgp/incoming.rb:80
msgid ""
"This PGP email does not have exactly two body parts for PGP mails as "
"mandated by RFC 3156."
msgstr ""

#: lib/secure_mailing/pgp/tool/error/handler.rb:53
msgid ""
"This PGP email was encrypted with a potentially unknown encryption algorithm."
msgstr ""

#: app/models/ticket/time_accounting.rb:44
#, fuzzy
#| msgid "Defines the state of auto closed tickets."
msgid "This article is not part of the ticket."
msgstr "Define o estado dos ingressos fechados automaticamente."

#: lib/telegram_helper.rb:47
msgid "This bot already exists."
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/feed_dialog.jst.eco:11
msgid "This category including sub-categories feed:"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/reader_list_controller.coffee:33
msgid "This category is empty"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:91
#, fuzzy
#| msgid ""
#| "This class gets added to the button on initialization and gets removed "
#| "once the chat connection got established."
msgid ""
"This class gets added to the button on initialization and will be removed "
"once the chat connection is established."
msgstr ""
"Essa classe é adicionada ao botão na inicialização e é removida assim que a "
"conexão de bate-papo é estabelecida."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:165
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:223
msgid "This device"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/holiday_selector.coffee:63
msgid "This entry already exists!"
msgstr ""

#: app/services/service/check_feature_enabled.rb:23
#, fuzzy
#| msgid "Time Accounting"
msgid "This feature is not enabled."
msgstr "Tempo de Conta"

#: config/initializers/activemodel_error.rb:31
#, fuzzy
#| msgid "Text editing"
msgid "This field %s"
msgstr "Editando texto"

#: app/frontend/shared/components/Form/fields/FieldFile/features/multipleFilesError.ts:18
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field allows only one file."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:155
msgid "This field can only contain alphabetical characters."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:165
msgid "This field can only contain letters and numbers."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:127
msgid "This field can only contain letters and spaces."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:265
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field can only contain lowercase letters."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:255
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field can only contain uppercase letters."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:487
msgid "This field can't contain the value \"%s\"."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:469
msgid "This field can't have less than %s entries."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:436
msgid "This field can't have more than %s entries."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:381
msgid "This field doesn't contain an allowed value."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:318
msgid "This field doesn't correspond to the expected value."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:369
msgid "This field doesn't end with \"%s\"."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:548
msgid "This field doesn't start with \"%s\"."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:509
msgid "This field is required."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:330
msgid "This field isn't a valid date, please use the format \"%s\"."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:245
msgid "This field must be a symbol."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:458
msgid "This field must be of the type \"%s\"."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:225
#, fuzzy
#| msgid "Password needs to contain at least one digit."
msgid "This field must contain a lowercase letter."
msgstr "Senhas precisam conter ao menos um dígito"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:93
#: app/frontend/shared/form/i18n/locales.ts:499
msgid "This field must contain a number."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:205
#, fuzzy
#| msgid "Password needs to contain at least one digit."
msgid "This field must contain a symbol."
msgstr "Senhas precisam conter ao menos um dígito"

#: app/frontend/shared/form/i18n/locales.ts:175
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must contain alphabetical characters."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:215
#, fuzzy
#| msgid "Password needs to contain at least one digit."
msgid "This field must contain an uppercase letter."
msgstr "Senhas precisam conter ao menos um dígito"

#: app/frontend/shared/form/i18n/locales.ts:407
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must contain at least %s characters."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:394
#, fuzzy
#| msgid "Password needs to contain at least one digit."
msgid "This field must contain at least one character."
msgstr "Senhas precisam conter ao menos um dígito"

#: app/frontend/shared/form/i18n/locales.ts:412
#, fuzzy
#| msgid "Password needs to contain 2 lower and 2 upper characters."
msgid "This field must contain between %s and %s characters."
msgstr "A senha precisa conter 2 caracteres minúsculos e 2 maiúsculos."

#: app/frontend/shared/form/i18n/locales.ts:185
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must contain letters or numbers."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:195
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must contain letters or spaces."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:235
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must contain numbers."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:139
msgid "This field must have a value that is after %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:474
msgid "This field must have a value that is at least %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:441
msgid "This field must have a value that is at most %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:277
msgid "This field must have a value that is before %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:304
msgid "This field must have a value that is between %s and %s."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:145
msgid "This field must have a value that is in the future."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:283
msgid "This field must have a value that is in the past."
msgstr ""

#: app/frontend/shared/form/i18n/locales.ts:400
#, fuzzy
#| msgid "Invalid password, it must be at least %s characters long!"
msgid "This field must not contain more than %s characters."
msgstr "Senha inválida, deve ter pelo menos% s caracteres!"

#: app/frontend/shared/form/i18n/locales.ts:295
msgid "This field was configured incorrectly and can't be submitted."
msgstr ""

#: app/graphql/gql/mutations/ticket/concerns/handles_group.rb:23
msgid "This group has no email address configured for outgoing communication."
msgstr ""

#: app/models/group.rb:83
msgid "This group or its children exceed the allowed nesting depth."
msgstr ""

#: lib/email_helper/probe.rb:281
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "This host cannot be reached."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/version.jst.eco:6
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:175
msgid "This is Zammad version %s"
msgstr "Esta versão do Zammad é %s"

#: db/seeds/settings.rb:66
msgid "This is a default maintenance message. Click here to change."
msgstr ""

#: app/assets/javascripts/app/views/widget/payload_example.jst.eco:3
msgid ""
"This is an example payload for your installation, including any custom "
"objects. It is possible to further customize payload of each webhook."
msgstr ""

#: app/controllers/integration/pgp_controller.rb:18
msgid "This is not a private PGP key."
msgstr ""

#: app/models/ssl_certificate.rb:11
msgid ""
"This is not a valid X509 certificate. Please check the certificate format."
msgstr ""

#: app/models/channel/email_parser.rb:11
msgid ""
"This message cannot be displayed because it contains over 5,000 links. "
"Download the raw message below and open it via an Email client if you still "
"wish to view it."
msgstr ""

#: lib/html_sanitizer.rb:5
msgid ""
"This message cannot be displayed due to HTML processing issues. Download the "
"raw message below and open it via an Email client if you still wish to view "
"it."
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:140
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue:56
msgid ""
"This message contains images or other content hosted by an external source. "
"It was blocked, but you can download the original formatting here."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleBubble/ArticleBubbleBlockedContentWarning.vue:34
msgid ""
"This message contains images or other content hosted by an external source. "
"It was blocked, but you can download the original formatting."
msgstr ""

#: lib/secure_mailing/smime/incoming.rb:86
msgid "This message was not signed by its sender."
msgstr ""

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:18
#, fuzzy
#| msgid "This might take some time where the system can't be used."
msgid "This might take some time during which the system can't be used."
msgstr "Há um pequeno período em que o sistema estará indisponível."

#: app/controllers/application_controller/handles_errors.rb:99
#: app/graphql/gql/zammad_schema.rb:116
#, fuzzy
#| msgid "%s Object(s) are deleted."
msgid "This object already exists."
msgstr "%S Obejtos foram excluídos"

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabNotFound.vue:21
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "This object could not be found."
msgstr "%s Objetos foram atualizados"

#: app/services/service/system/check_setup.rb:29
msgid ""
"This operation cannot be continued, because the system set-up was not "
"completed yet."
msgstr ""

#: app/frontend/apps/mobile/pages/home/components/TicketOverviewEditItem.vue:47
msgid ""
"This overview is visible only when you are a shared organization member."
msgstr ""

#: app/frontend/apps/mobile/pages/home/components/TicketOverviewEditItem.vue:55
msgid ""
"This overview is visible only when you are an out of office replacement."
msgstr ""

#: app/frontend/shared/router/error.ts:25
#, fuzzy
#| msgid "not exist"
msgid "This page doesn't exist."
msgstr "Não exite"

#: app/views/knowledge_base/public/_top_banner.html.erb:4
msgid "This page is invisible to the public."
msgstr ""

#: app/models/knowledge_base/permission.rb:23
msgid ""
"This permission level is not available based on the current roles "
"permissions."
msgstr ""

#: app/services/service/execute_locked_block.rb:46
msgid ""
"This resource cannot be locked, because it has already been locked by "
"another process."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/github.coffee:6
#: app/assets/javascripts/app/controllers/_integration/gitlab.coffee:6
#: app/assets/javascripts/app/controllers/_integration/idoit.coffee:6
msgid "This service allows you to connect %s with %s."
msgstr "Este serviço possibilita que você ligue %s a %s."

#: app/assets/javascripts/app/controllers/_integration/exchange.coffee:6
msgid "This service enables Zammad to connect with your Exchange server."
msgstr "Este serviço possibilita ao Zammad ligar-se ao seu servidor Exchange."

#: app/assets/javascripts/app/controllers/_integration/check_mk.coffee:6
msgid ""
"This service receives HTTP requests or emails from %s and creates tickets "
"with host and service."
msgstr ""
"Este serviço recebe pedidos HTTP ou emails de %s e cria tickets com host e "
"serviços."

#: app/assets/javascripts/app/controllers/_integration/icinga.coffee:6
#: app/assets/javascripts/app/controllers/_integration/monit.coffee:6
#: app/assets/javascripts/app/controllers/_integration/nagios.coffee:6
msgid ""
"This service receives emails from %s and creates tickets with host and "
"service."
msgstr "Este serviço recebe emails de %s e cria chamados  com host e serviço"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:6
msgid "This service sends notifications to your %s channel."
msgstr "Este serviço  envia notificações para seu canal %s."

#: app/assets/javascripts/app/controllers/_integration/cti.coffee:6
#: app/assets/javascripts/app/controllers/_integration/placetel.coffee:6
#: app/assets/javascripts/app/controllers/_integration/sipgate_io.coffee:6
msgid ""
"This service shows you contacts of incoming calls and a caller list in "
"realtime."
msgstr ""
"Este serviço mostra contactos de chamadas recebidas e uma lista de chamadas "
"em tempo real."

#: app/services/service/concerns/handles_setting.rb:22
#, fuzzy
#| msgid "Time Accounting"
msgid "This setting is not disabled."
msgstr "Tempo de Conta"

#: app/services/service/concerns/handles_setting.rb:18
#, fuzzy
#| msgid "Time Accounting"
msgid "This setting is not enabled."
msgstr "Tempo de Conta"

#: app/assets/javascripts/app/models/group.coffee:13
msgid "This signature is inactive, it won't be included in the reply."
msgstr ""

#: app/services/service/user/add_first_admin.rb:8
msgid ""
"This system has already been configured and an administrator account exists."
msgstr ""

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupAutomated/GuidedSetupAutomatedInfo.vue:11
msgid "This system is configured for automated setup."
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:31
msgid ""
"This text will be sent as an immediate reply to new incoming WhatsApp "
"messages."
msgstr ""

#: app/models/ticket/checklists.rb:38
#, fuzzy
#| msgid "%s Object(s) are deleted."
msgid "This ticket already has a checklist."
msgstr "%S Obejtos foram excluídos"

#: app/policies/ticket/shared_draft_start_policy.rb:26
#, fuzzy
#| msgid "A mentioned user has no agent access to this ticket"
msgid "This user does not have access to the given group"
msgstr "O utilizador referido não tem acesso de agente a este ticket"

#: app/assets/javascripts/app/views/widget/mention.jst.eco:12
#, fuzzy
#| msgid "User has no access and will not recieve notifications."
msgid "This user has no access and will not receive notifications."
msgstr "O utilizador não tem acesso e não irá receber notificações."

#: app/assets/javascripts/app/controllers/user.coffee:15
msgid ""
"This user is currently blocked because of too many failed login attempts."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Thu"
msgstr "Quinta"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:10
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:18
#: app/assets/javascripts/app/views/calendar/index.jst.eco:53
msgid "Thursday"
msgstr "Quinta"

#: app/assets/javascripts/app/controllers/_manage/ticket.coffee:3
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:51
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:8
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:12
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:6
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:6
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_ticket.coffee:23
#: app/assets/javascripts/app/models/job.coffee:8
#: app/assets/javascripts/app/models/signature.coffee:15
#: app/assets/javascripts/app/models/text_module.coffee:15
#: app/assets/javascripts/app/views/time_accounting/accounted_time.jst.eco:19
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/information.ts:10
#: app/frontend/apps/desktop/pages/ticket/routes.ts:10
#: app/frontend/apps/mobile/pages/ticket/routes.ts:10
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/plugins/ticket.ts:6
#: db/seeds/permissions.rb:209
msgid "Ticket"
msgstr "Ticket"

#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:774
msgid "Ticket %s created!"
msgstr "Ticket %s created!"

#: app/assets/javascripts/app/controllers/agent_ticket_merge.coffee:93
#, fuzzy
#| msgid "Ticket %s merged!"
msgid "Ticket %s merged."
msgstr "Bilhete %s fundido!"

#. This is the template file app/views/mailer/ticket_update_merged_into/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_update_merged_into/en.html.erb
msgid ""
"Ticket (#{ticket.title}) was merged into another ticket\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"The ticket (#{ticket.title}) was merged into another ticket by "
"\"<b>#{current_user.longname}</b>\".\n"
"</div>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:24
#, fuzzy
#| msgid "User (censored)"
msgid "Ticket (censored):"
msgstr "Usuário (censurado)"

#: db/seeds/permissions.rb:215
#, fuzzy
#| msgid "Auto Assignment"
msgid "Ticket Auto Assignment"
msgstr "Auto Assignment"

#: db/seeds/settings.rb:2379
msgid "Ticket Conditions Expert Mode"
msgstr ""

#: db/seeds/settings.rb:2405
msgid "Ticket Conditions Regular Expression Operators"
msgstr ""

#: app/models/report.rb:15
msgid "Ticket Count"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:22
#, fuzzy
#| msgid "Edit Customer"
msgid "Ticket Customer"
msgstr "Editar cliente"

#: db/seeds/permissions.rb:221
#, fuzzy
#| msgid "Application"
msgid "Ticket Duplicate Detection"
msgstr "Aplicação"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/TicketHistoryFlyout.vue:76
#, fuzzy
#| msgid "Edit Customer"
msgid "Ticket History"
msgstr "Editar cliente"

#: db/seeds/settings.rb:2274
msgid "Ticket Hook"
msgstr "situação do chamado"

#: db/seeds/settings.rb:2299
msgid "Ticket Hook Divider"
msgstr ""

#: db/seeds/settings.rb:2320
msgid "Ticket Hook Position"
msgstr "Posição da prioridade do chamado"

#: db/seeds/settings.rb:2352
msgid "Ticket Last Contact Behaviour"
msgstr "Comportamento do ultimo contato do chamado."

#: db/seeds/settings.rb:2431
msgid "Ticket Number Format"
msgstr "Formato do numero do chamado"

#: db/seeds/settings.rb:2461
msgid "Ticket Number Increment"
msgstr "Incremento do número do ticket"

#: db/seeds/settings.rb:2518
msgid "Ticket Number Increment Date"
msgstr ""

#: db/seeds/settings.rb:2820
msgid "Ticket Number ignore system_id"
msgstr ""

#: db/seeds/settings.rb:5869
#, fuzzy
#| msgid "Tickets of Organization"
msgid "Ticket Organization Reassignment"
msgstr "Ticket de Organização"

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:208
#: app/frontend/apps/mobile/pages/home/routes.ts:35
#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:67
#: app/frontend/apps/mobile/pages/home/views/Home.vue:22
#, fuzzy
#| msgid "New Overview"
msgid "Ticket Overview"
msgstr "Nova Visão Geral"

#: app/frontend/apps/mobile/pages/home/views/FavoriteTicketOverviewsEdit.vue:87
#, fuzzy
#| msgid "Overviews"
msgid "Ticket Overview settings are saved."
msgstr "Overviews"

#: app/frontend/apps/mobile/pages/home/views/Home.vue:22
#, fuzzy
#| msgid "New Overview"
msgid "Ticket Overviews"
msgstr "Nova Visão Geral"

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:25
#, fuzzy
#| msgid "New Overview"
msgid "Ticket Owner"
msgstr "Nova Visão Geral"

#: app/assets/javascripts/app/controllers/ticket_priority.coffee:16
#: db/seeds/permissions.rb:251
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket Priorities"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/ticket_priority.coffee:3
#, fuzzy
#| msgid "Priority"
msgid "Ticket Priority"
msgstr "Prioridade"

#: db/seeds/settings.rb:996
#, fuzzy
#| msgid "Priority"
msgid "Ticket Priority Icons"
msgstr "Prioridade"

#: app/assets/javascripts/app/models/sla.coffee:7
msgid "Ticket Selector"
msgstr "Ticket Selector"

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:21
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket Settings"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/ticket_state.coffee:3
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket State"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/ticket_state.coffee:3
#: db/seeds/permissions.rb:245
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket States"
msgstr "Atualização de Ticket"

#: db/seeds/settings.rb:3201
msgid "Ticket Subject Forward"
msgstr "Avanço do assunto do tíquete"

#: db/seeds/settings.rb:3179
msgid "Ticket Subject Reply"
msgstr "Assunto  resposta do chamado"

#: db/seeds/settings.rb:3158
msgid "Ticket Subject Size"
msgstr "Tamanho do assunto do Ticket"

#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:7
msgid "Ticket Subscriptions"
msgstr "Assinaturas de Ticket"

#: db/seeds/settings.rb:2892
msgid "Ticket Trigger Loop Protection Articles Total"
msgstr ""

#: db/seeds/settings.rb:2873
msgid "Ticket Trigger Loop Protection Articles per Ticket"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:105
#, fuzzy
#| msgid "Ticket escalation"
msgid "Ticket actions"
msgstr "Atribuição de chamado"

#: app/frontend/shared/entities/ticket/composables/useTicketCreate.ts:59
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Ticket could not be created."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_set.coffee:8
#, fuzzy
#| msgid "Ticket escalation"
msgid "Ticket creation"
msgstr "Atribuição de chamado"

#: app/frontend/shared/entities/ticket/composables/useTicketChangeCustomer.ts:56
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket customer updated successfully."
msgstr "O teste executou com sucesso."

#: app/assets/javascripts/app/controllers/_profile/notification.coffee:71
#: app/assets/javascripts/app/controllers/_ui_element/notification_matrix.coffee:13
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:89
msgid "Ticket escalation"
msgstr "Atribuição de chamado"

#: app/assets/javascripts/app/lib/mixins/ticket_mass_updatable.coffee:33
#, fuzzy
#| msgid "Tickets assigned to me: %s of %s"
msgid "Ticket failed to save: %s"
msgstr "Tickets atribuídos à mim: %s of %s"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewHeader.vue:95
#, fuzzy
#| msgid "New Overview"
msgid "Ticket has %s viewers"
msgstr "Nova Visão Geral"

#: app/frontend/shared/entities/ticket/composables/useTicketCreate.ts:41
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket has been created successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:68
#, fuzzy
#| msgid "Block Notifications"
msgid "Ticket info"
msgstr "Bloco de Notificações"

#: app/frontend/apps/mobile/pages/ticket/routes.ts:35
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationView.vue:71
#, fuzzy
#| msgid "Block Notifications"
msgid "Ticket information"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketMerge/TicketMergeFlyout.vue:72
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket merged successfully"
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/components/Form/fields/FieldTicket/FieldTicketWrapper.vue:35
#, fuzzy
#| msgid "Ticket Number Format"
msgid "Ticket number or title"
msgstr "Formato do numero do chamado"

#: app/assets/javascripts/app/controllers/_profile/notification.coffee:69
#: app/assets/javascripts/app/controllers/_ui_element/notification_matrix.coffee:11
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:84
msgid "Ticket reminder reached"
msgstr "Ticket de ingressos atingido"

#. This is the template file app/views/mailer/ticket_reminder_reached/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_reminder_reached/en.html.erb
msgid ""
"Ticket reminder reached (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>A ticket needs attention: reminder reached for (#{ticket.title}) with "
"customer \"<b>#{ticket.customer.longname}</b>\".</div>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"  Information:\n"
"  <blockquote type=\"cite\">\n"
"  #{article.body_as_html}\n"
"  </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketScreenBehavior/TicketScreenBehavior.vue:56
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket screen behavior updated successfully"
msgstr "O teste executou com sucesso."

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:131
msgid ""
"Ticket selector contains expert conditions. If you turn off the expert mode, "
"it can lead to data loss in your condition attributes."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:115
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket tag added successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:74
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Ticket tag could not be added."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:123
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Ticket tag could not be removed."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketTags.vue:145
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket tag removed successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketTags.vue:37
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Ticket tags could not be updated."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketTags.vue:61
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket tags updated successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:98
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket title"
msgstr "Atualização de Ticket"

#: app/assets/javascripts/app/controllers/_profile/notification.coffee:67
#: app/assets/javascripts/app/controllers/_ui_element/notification_matrix.coffee:9
#: app/assets/javascripts/app/controllers/_ui_element/postmaster_set.coffee:11
#: app/frontend/apps/desktop/components/Form/fields/FieldNotifications/FieldNotificationsInput.vue:79
msgid "Ticket update"
msgstr "Atualização de Ticket"

#: app/frontend/shared/entities/ticket/composables/useTicketEdit.ts:57
#, fuzzy
#| msgid "Ticket update"
msgid "Ticket update failed."
msgstr "Atualização de Ticket"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/useTicketEditTitle.ts:27
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailViewContent.vue:463
#: app/frontend/apps/mobile/pages/ticket/views/TicketDetailView.vue:174
#, fuzzy
#| msgid "The test run was successful."
msgid "Ticket updated successfully."
msgstr "O teste executou com sucesso."

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketViewersDialog.vue:29
#, fuzzy
#| msgid "New Overview"
msgid "Ticket viewers"
msgstr "Nova Visão Geral"

#. This is the template file app/views/mailer/ticket_escalation_warning/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_escalation_warning/en.html.erb
msgid ""
"Ticket will escalate (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>The ticket (#{ticket.title}) from \"<b>#{ticket.customer.longname}</"
"b>\" will escalate at \"#{ticket.escalation_at}\"!</div>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"  Information:\n"
"  <blockquote type=\"cite\">\n"
"  #{article.body_as_html}\n"
"  </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">View this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/routes.ts:35
#: app/frontend/apps/mobile/pages/ticket/views/TicketDetailView.vue:74
msgid ""
"Ticket with specified ID was not found. Try checking the URL for errors."
msgstr ""

#: app/assets/javascripts/app/models/ticket.coffee:115
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:31
#, fuzzy
#| msgid "Ticket |%s| is escalated!"
msgid "Ticket |%s| has escalated!"
msgstr "Ticket |%s| é escalado!"

#: app/assets/javascripts/app/models/ticket.coffee:119
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:35
msgid "Ticket |%s| was merged into another ticket"
msgstr ""

#: app/assets/javascripts/app/models/ticket.coffee:117
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:33
msgid "Ticket |%s| will escalate soon!"
msgstr "Ticket |%s| será escalado em breve!"

#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:9
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:9
#: app/controllers/time_accountings_controller.rb:87
msgid "Ticket#"
msgstr ""

#: app/assets/javascripts/app/models/ticket_article.coffee:6
msgid "TicketID"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:452
#: app/assets/javascripts/app/controllers/widget/user.coffee:87
#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:94
#: app/assets/javascripts/app/views/import/kayako.jst.eco:98
#: app/assets/javascripts/app/views/import/otrs.jst.eco:79
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:96
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/freshdesk.ts:18
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/kayako.ts:18
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:18
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/zendesk.ts:18
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/calendar.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/notifications.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/ticketOverviews.ts:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomerContent.vue:124
#: app/frontend/apps/mobile/pages/search/plugins/ticket.ts:9
#: app/frontend/apps/mobile/pages/ticket/routes.ts:51
#: app/frontend/apps/mobile/pages/ticket/views/TicketOverview.vue:173
msgid "Tickets"
msgstr "Tickets"

#: app/assets/javascripts/app/views/settings/ticket_auto_assignment.jst.eco:13
msgid ""
"Tickets are only assigned automatically if they do not already have an owner."
msgstr ""
"Tickets são atribuídos automaticamente apenas se ainda não tiverem um dono."

#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketOrderBySelector.vue:34
msgid "Tickets are ordered by \"%s\" column (%s)."
msgstr ""

#: app/assets/javascripts/app/views/dashboard/stats/ticket_load_measure.jst.eco:18
msgid "Tickets assigned to me: %s of %s"
msgstr "Tickets atribuídos à mim: %s of %s"

#: app/controllers/ticket_articles_controller.rb:225
#: app/controllers/tickets_controller.rb:563
msgid "Tickets can only be imported if system is in import mode."
msgstr ""

#: app/assets/javascripts/app/views/widget/ticket_stats.jst.eco:4
msgid "Tickets of Organization"
msgstr "Ticket de Organização"

#: app/assets/javascripts/app/views/widget/ticket_stats.jst.eco:3
msgid "Tickets of User"
msgstr "Ingressos de Usuário"

#: app/frontend/apps/mobile/pages/search/plugins/ticket.ts:10
#, fuzzy
#| msgid "Tickets of User"
msgid "Tickets with \"%s\""
msgstr "Ingressos de Usuário"

#: db/seeds/settings.rb:2748
msgid "Tickets with the same attributes were found."
msgstr ""

#: app/assets/javascripts/app/views/generic/business_hours.jst.eco:23
#: app/assets/javascripts/app/views/generic/calender_preview.jst.eco:15
#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:22
msgid "Till"
msgstr "Até"

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:39
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:6
msgid "Time"
msgstr "Tempo"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:107
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:134
#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:12
#: app/assets/javascripts/app/controllers/time_accounting.coffee:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:145
#: db/seeds/permissions.rb:107 db/seeds/settings.rb:4038
msgid "Time Accounting"
msgstr "Tempo de Conta"

#: db/seeds/settings.rb:4101
#, fuzzy
#| msgid "Time Accounting"
msgid "Time Accounting Custom Unit"
msgstr "Tempo de Conta"

#: db/seeds/settings.rb:4137
#, fuzzy
#| msgid "Time Accounting"
msgid "Time Accounting Default Type"
msgstr "Tempo de Conta"

#: db/seeds/settings.rb:4065
msgid "Time Accounting Selector"
msgstr ""

#: db/seeds/settings.rb:4119
#, fuzzy
#| msgid "Time Accounting"
msgid "Time Accounting Types"
msgstr "Tempo de Conta"

#: db/seeds/settings.rb:4083
#, fuzzy
#| msgid "Time Accounting"
msgid "Time Accounting Unit"
msgstr "Tempo de Conta"

#: app/policies/ticket/time_accounting_policy.rb:6
#, fuzzy
#| msgid "Time Accounting"
msgid "Time Accounting is not enabled"
msgstr "Tempo de Conta"

#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:14
#: app/assets/javascripts/app/views/time_accounting/by_customer.jst.eco:11
#: app/assets/javascripts/app/views/time_accounting/by_organization.jst.eco:10
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:14
#: app/controllers/time_accountings_controller.rb:111
msgid "Time Units"
msgstr "Time Units"

#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:15
#: lib/excel_sheet/ticket.rb:34
msgid "Time Units Total"
msgstr "Unidades de tempo total"

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:16
#, fuzzy
#| msgid "Time Accounting"
msgid "Time accounting unit"
msgstr "Tempo de Conta"

#: app/assets/javascripts/app/models/trigger.coffee:7
#, fuzzy
#| msgid "Time Units"
msgid "Time event"
msgstr "Time Units"

#: app/assets/javascripts/app/models/calendar.coffee:8
#: app/assets/javascripts/app/views/calendar/index.jst.eco:38
msgid "Time zone"
msgstr "Fuso horário"

#: app/models/setting/validation/time_zone.rb:6
#, fuzzy
#| msgid "A user is required!"
msgid "Time zone is required."
msgstr "É necessário um utilizador!"

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:33
msgid "Timeframe between agent updates or for an agent to respond."
msgstr ""

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:72
msgid "Timeframe for solving the problem."
msgstr "Prazo para resolver o problema."

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:18
msgid "Timeframe for the first response."
msgstr "Prazo para a primeira resposta."

#: app/assets/javascripts/app/models/job.coffee:14
#: app/assets/javascripts/app/models/trigger.coffee:13 db/seeds/settings.rb:206
#: lib/excel_sheet.rb:116
msgid "Timezone"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:117
msgid "Timing"
msgstr "Cronograma"

#: app/assets/javascripts/app/models/knowledge_base.coffee:143
#: app/assets/javascripts/app/models/knowledge_base_answer.coffee:29
#: app/assets/javascripts/app/models/knowledge_base_category.coffee:76
#: app/assets/javascripts/app/models/knowledge_base_translation.coffee:7
#: app/assets/javascripts/app/models/public_link.coffee:7
#: app/assets/javascripts/app/models/ticket.coffee:7
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:7
#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item.jst.eco:12
#: app/assets/javascripts/app/views/maintenance.jst.eco:36
#: app/assets/javascripts/app/views/settings/form.jst.eco:6
#: app/assets/javascripts/app/views/time_accounting/by_activity.jst.eco:10
#: app/assets/javascripts/app/views/time_accounting/by_ticket.jst.eco:10
#: app/controllers/time_accountings_controller.rb:91
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketSimpleTable/TicketSimpleTable.vue:38
#: app/frontend/apps/mobile/pages/ticket/views/TicketCreate.vue:144
#: app/graphql/gql/types/overview_type.rb:64
#: db/seeds/object_manager_attributes.rb:32 lib/excel_sheet/ticket.rb:24
msgid "Title"
msgstr "Título"

#: app/assets/javascripts/app/views/channel/form.jst.eco:31
msgid "Title of the form"
msgstr "Título do formulário"

#: app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee:14
#: app/assets/javascripts/app/models/ticket_article.coffee:8
#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:18
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:52
#: app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco:28
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/useArticleMeta.ts:79
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleMetadataDialog.vue:96
#: app/frontend/shared/entities/ticket-article/action/plugins/email/forward.ts:36
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:169
#: db/seeds/object_manager_attributes.rb:482
msgid "To"
msgstr "Para"

#: db/seeds/settings.rb:3482
msgid ""
"To archive all outgoing emails from Zammad to external, you can store a BCC "
"email address here."
msgstr ""

#: app/assets/javascripts/app/views/microsoft365/user_mismatch.jst.eco:3
msgid ""
"To avoid fetching an incorrect Microsoft365 mailbox, the reauthentication "
"process was aborted."
msgstr ""

#: app/assets/javascripts/app/controllers/chat.coffee:198
msgid ""
"To be able to chat you need to select at least one chat topic from below!"
msgstr ""

#: db/seeds/roles.rb:6
msgid "To configure your system."
msgstr "Para configurar o seu sistema."

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:5
#, fuzzy
#| msgid ""
#| "To enable %s for sending http requests to %s, you need create a own "
#| "\"notification rule\" in %s."
msgid ""
"To enable %s for sending HTTP requests to %s, you need to create a "
"designated \"notification rule\" in %s."
msgstr ""
"Para ativar% s para enviar solicitações http para% s, você precisa criar uma "
"\"regra de notificação\" própria em % s."

#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:41
msgid "To find out more about the 24-hour customer service window see %l."
msgstr ""

#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:82
msgid ""
"To install %s as an app, press the %s \"Share\" button and then the %s \"Add "
"to Home Screen\" button."
msgstr ""

#: app/assets/javascripts/app/views/translation/description.jst.eco:11
#, fuzzy
#| msgid ""
#| "To make translations easier you can enable and disable the inline "
#| "translation feature by pressing \"%s\"."
msgid ""
"To make translations easier you can enable and disable the inline "
"translation feature by pressing \"%s\" at any time."
msgstr ""
"Para facilitar as traduções, você pode ativar e desativar o recurso de "
"tradução embutida pressionando \"% s\"."

#: app/assets/javascripts/app/views/widget/two_factor_configuration/security_keys/index.jst.eco:3
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:355
msgid ""
"To register a new security key with your account, press the button below."
msgstr ""

#: app/assets/javascripts/app/models/webhook.coffee:13
msgid ""
"To revert back to the default payload, simply turn off the \"Custom "
"Payload\" switch above."
msgstr ""

#: app/assets/javascripts/app/models/text_module.coffee:25
msgid "To select placeholders from a list, just enter \"::\"."
msgstr "Para selecionar placeholders de uma lista, basta digitar \"::\"."

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:2
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:194
msgid "To set up Authenticator App for your account, follow the steps below:"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:7
#, fuzzy
#| msgid ""
#| "To set up this service you need to create a new |\"Incoming webhook\"| in "
#| "your %s integration panel, and enter the web hook URL below."
msgid ""
"To set up this service you need to create a new |\"Incoming webhook\"| in "
"your %s integration panel and enter the webhook URL below."
msgstr ""
"Para configurar este serviço, você precisa criar um novo | \"Webhook de "
"entrada\" | no painel de integração do% s, e insira o URL do hook da web "
"abaixo."

#: app/assets/javascripts/app/views/object_manager/attribute/autocompletion_ajax_external_data_source.jst.eco:21
msgid "To trigger the preview, please enter some search term(s) above."
msgstr ""

#: db/seeds/roles.rb:15
msgid "To work on Tickets."
msgstr "Para trabalhar em Tickets."

#: app/frontend/apps/desktop/components/Form/fields/FieldDate/FieldDateTimeInput.vue:50
#: app/frontend/apps/mobile/components/Form/fields/FieldDate/FieldDateTimeInput.vue:109
#: public/assets/chat/chat-no-jquery.coffee:215
#: public/assets/chat/chat.coffee:213
msgid "Today"
msgstr "Hoje"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:85
msgid "Toggle AM/PM mode"
msgstr ""

#: app/frontend/apps/desktop/components/Form/fields/FieldPermissions/FieldPermissionsInput.vue:164
#, fuzzy
#| msgid "Parent"
msgid "Toggle Group"
msgstr "Ascendente"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:443
msgid "Toggle dark mode"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:197
#, fuzzy
#| msgid "Open note box"
msgid "Toggle header cell"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:188
#, fuzzy
#| msgid "Open note box"
msgid "Toggle header column"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorTableMenu.vue:179
#, fuzzy
#| msgid "Open note box"
msgid "Toggle header row"
msgstr "Abrir bloco de notas"

#: app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts:47
#, fuzzy
#| msgid "Open note box"
msgid "Toggle the overlay"
msgstr "Abrir bloco de notas"

#: app/assets/javascripts/app/controllers/api.coffee:11
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:48
#: app/models/channel/driver/sms/massenversand.rb:44
#: app/models/channel/driver/sms/message_bird.rb:91
#: app/models/channel/driver/sms/twilio.rb:105
msgid "Token"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:3
#: app/assets/javascripts/app/views/api.jst.eco:12
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:2
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/tokenAccess.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:56
#: db/seeds/permissions.rb:453
msgid "Token Access"
msgstr "Token Access"

#: app/models/token/permissions.rb:20
#, fuzzy
#| msgid "Authentication failed."
msgid "Token authorization failed."
msgstr "Falhou a autenticação."

#: db/seeds/settings.rb:5248
msgid "Token for CTI."
msgstr ""

#: db/seeds/settings.rb:5152
msgid "Token for Sipgate."
msgstr ""

#: db/seeds/settings.rb:3544
msgid "Token for monitoring."
msgstr ""

#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:59
msgid "Token is invalid!"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:47
msgid "Token-based API access has been disabled by the administrator."
msgstr ""

#: lib/user_agent.rb:234
msgid "Too many redirections for the original URL, halting."
msgstr ""

#: app/assets/javascripts/app/controllers/_default_navbar.coffee:15
msgid "Tools"
msgstr "Tools"

#: app/assets/javascripts/app/views/customer_chat/setting.jst.eco:35
msgid "Topic"
msgstr "Tópico"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:13
msgid "Topics"
msgstr "Tópicos"

#: app/assets/javascripts/app/views/ticket_zoom/time_unit.jst.eco:5
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketAccountedTime.vue:26
#, fuzzy
#| msgid "Total: %s"
msgid "Total"
msgstr "Total: %s"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketObjectAttributes.vue:53
#, fuzzy
#| msgid "Accounted Time"
msgid "Total Accounted Time"
msgstr "Tempo Contabilizado"

#: db/seeds/settings.rb:972
msgid "Total display of the number of objects in a grouping."
msgstr ""

#: app/assets/javascripts/app/views/dashboard/stats/ticket_escalation.jst.eco:12
msgid "Total: %s"
msgstr "Total: %s"

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:36
msgid "Track retweets"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/popover_provider/ticket_references_popover_provider.coffee:8
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ReferencingTicketsBadgePopover.vue:85
#, fuzzy
#| msgid "Checksum"
msgid "Tracked as checklist item in"
msgstr "Checksum"

#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:27
msgid "Transfer conversation to another chat:"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:227
#, fuzzy
#| msgid "Translations"
msgid "Translate field contents"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/translation.coffee:3
#, fuzzy
#| msgid "Translations"
msgid "Translation"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/translation.coffee:80
#, fuzzy
#| msgid "Translations"
msgid "Translation Source"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:414
#: app/assets/javascripts/app/controllers/translation.coffee:3
#: app/assets/javascripts/app/views/translation/index.jst.eco:4
#: db/seeds/permissions.rb:263
msgid "Translations"
msgstr "Translations"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:29
#: app/assets/javascripts/app/controllers/trigger.coffee:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/historyEventIssuerNames.ts:6
#: db/seeds/permissions.rb:77
msgid "Trigger"
msgstr "Trigger"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/time-trigger-performed.ts:14
#, fuzzy
#| msgid "Ticket reminder reached"
msgid "Triggered because pending reminder was reached"
msgstr "Ticket de ingressos atingido"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/time-trigger-performed.ts:19
#, fuzzy
#| msgid "%s of my tickets escalated."
msgid "Triggered because ticket was escalated"
msgstr "%s dos meus tickets escalaram."

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/time-trigger-performed.ts:24
#, fuzzy
#| msgid "Ticket |%s| will escalate soon!"
msgid "Triggered because ticket will escalate soon"
msgstr "Ticket |%s| será escalado em breve!"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/event-actions/time-trigger-performed.ts:29
#, fuzzy
#| msgid "Ticket reminder reached"
msgid "Triggered because time event was reached"
msgstr "Ticket de ingressos atingido"

#: app/assets/javascripts/app/controllers/trigger.coffee:3
msgid "Triggers"
msgstr "Triggers"

#: app/assets/javascripts/app/models/trigger.coffee:7
msgid ""
"Triggers activated by actions are executed whenever a ticket is created or "
"updated, while triggers activated by time events are executed when certain "
"times are reached (e.g. pending time, escalation)."
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_login/try_another_method.jst.eco:2
#: app/frontend/shared/composables/authentication/useLoginTwoFactor.ts:109
msgid "Try Another Method"
msgstr ""

#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:132
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSecurityBadge.vue:130
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleWhatsappMediaBadge.vue:28
#, fuzzy
#| msgid "again"
msgid "Try again"
msgstr "again"

#: app/assets/javascripts/app/views/widget/two_factor_login/help_text.jst.eco:4
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:261
#: app/frontend/apps/mobile/pages/authentication/views/Login.vue:149
msgid "Try another method"
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_login/security_keys.jst.eco:15
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:16
msgid "Try using your security key again."
msgstr ""

#: app/assets/javascripts/app/lib/app_post/websocket.coffee:354
msgid "Trying to reconnect…"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Tue"
msgstr "Terça"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:8
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:16
#: app/assets/javascripts/app/views/calendar/index.jst.eco:47
msgid "Tuesday"
msgstr "Terça"

#: app/assets/javascripts/app/views/customer_chat/chat_footer.jst.eco:2
msgid "Turn chat into ticket"
msgstr ""

#: app/assets/javascripts/app/controllers/webhook.coffee:233
#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:89
#: app/assets/javascripts/app/views/channel/email_notification_wizard.jst.eco:48
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:71
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:10
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:28
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:5
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:5
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:13
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:14
#: app/assets/javascripts/app/views/object_manager/attribute/autocompletion_ajax_external_data_source.jst.eco:3
#: app/frontend/apps/desktop/form/composables/useSSLVerificationWarningHandler.ts:24
msgid ""
"Turning off SSL verification is a security risk and should be used only "
"temporary. Use this option at your own risk!"
msgstr ""

#: app/assets/javascripts/app/views/twitter/account_edit.jst.eco:5
msgid "Tweets containing search terms are automatically turned into tickets."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:197
#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:71
#: app/assets/javascripts/app/views/twitter/index.jst.eco:3
#: app/assets/javascripts/app/views/twitter/list.jst.eco:3
#: app/controllers/first_steps_controller.rb:27
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:26
#: app/frontend/shared/entities/ticket-article/action/plugins/twitter.ts:124
#: db/seeds/permissions.rb:167 db/seeds/settings.rb:789
msgid "Twitter"
msgstr "Twitter"

#: app/models/report.rb:191
msgid "Twitter (in)"
msgstr ""

#: app/models/report.rb:211
msgid "Twitter (out)"
msgstr ""

#: db/seeds/settings.rb:789
msgid "Twitter - tweet initials"
msgstr "Twitter - tweet initials"

#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:25
#, fuzzy
#| msgid "Personal Access Tokens"
msgid "Twitter Access Token"
msgstr "Token de acesso pessoal"

#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:33
#, fuzzy
#| msgid "Twitter Secret"
msgid "Twitter Access Token Secret"
msgstr "Twitter Secret"

#: app/assets/javascripts/app/controllers/_channel/twitter.coffee:197
msgid "Twitter Account"
msgstr ""

#: db/seeds/settings.rb:1378
msgid "Twitter App Credentials"
msgstr "Twitter Credenciais"

#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:9
#, fuzzy
#| msgid "Twitter Key"
msgid "Twitter Consumer Key"
msgstr "Twitter Key"

#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:17
#, fuzzy
#| msgid "Twitter Secret"
msgid "Twitter Consumer Secret"
msgstr "Twitter Secret"

#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:41
msgid "Twitter Dev environment label"
msgstr ""

#: db/seeds/settings.rb:1371
#, fuzzy
#| msgid "Twitter Secret"
msgid "Twitter Developer Site"
msgstr "Twitter Secret"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/twitterDirectMessage.ts:7
#, fuzzy
#| msgid "twitter direct-message"
msgid "Twitter Direct Message"
msgstr "twitter mensagem direta"

#: db/seeds/settings.rb:1385
msgid "Twitter Key"
msgstr "Twitter Key"

#: db/seeds/settings.rb:1391
msgid "Twitter Secret"
msgstr "Twitter Secret"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/twitterStatus.ts:7
#, fuzzy
#| msgid "twitter status"
msgid "Twitter Status"
msgstr "twitter status"

#: app/frontend/apps/mobile/pages/authentication/after-auth/plugins/twoFactorSetup.ts:12
msgid "Two-Factor Authentication Configuration Is Required"
msgstr ""

#: app/assets/javascripts/app/controllers/_manage/security.coffee:11
#: app/assets/javascripts/app/views/profile/password.jst.eco:22
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts:8
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:72
#: db/seeds/permissions.rb:439
#, fuzzy
#| msgid "Authentication"
msgid "Two-factor Authentication"
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_manage/security.coffee:11
#, fuzzy
#| msgid "Authentication"
msgid "Two-factor Authentication Methods"
msgstr "Authentication"

#: app/controllers/application_controller/authenticates.rb:58
msgid "Two-factor authentication is not supported with HTTP BasicAuth."
msgstr ""

#: app/assets/javascripts/app/controllers/after_auth/two_factor_configuration.coffee:37
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue:73
msgid ""
"Two-factor authentication is required, but you don't have sufficient "
"permissions to set it up. Please contact your administrator."
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:189
#: app/frontend/apps/desktop/pages/authentication/components/LoginTwoFactor.vue:106
#: app/frontend/apps/mobile/pages/authentication/components/LoginTwoFactor.vue:112
#, fuzzy
#| msgid "Authentication"
msgid "Two-factor authentication method could not be initiated."
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/_profile/password.coffee:190
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:156
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:141
msgid "Two-factor authentication method was removed."
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/password.coffee:220
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue:113
#, fuzzy
#| msgid "Authentication"
msgid "Two-factor authentication method was set as default."
msgstr "Authentication"

#: app/assets/javascripts/app/controllers/widget/two_factor_configuration/modal.coffee:59
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:277
msgid "Two-factor authentication method was set up successfully."
msgstr ""

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue:247
#, fuzzy
#| msgid "Authentication"
msgid "Two-factor method could not be configured."
msgstr "Authentication"

#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:82
#, fuzzy
#| msgid "The test run was successful."
msgid "Two-factor method has been configured successfully."
msgstr "O teste executou com sucesso."

#: app/assets/javascripts/app/controllers/_channel/email.coffee:411
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:248
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:79
#: app/assets/javascripts/app/controllers/translation.coffee:289
#: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee:70
#: app/assets/javascripts/app/models/ticket_article.coffee:12
#: app/assets/javascripts/app/models/ticket_state.coffee:7
#: app/assets/javascripts/app/views/channel/chat.jst.eco:229
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:5
#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:11
#: app/assets/javascripts/app/views/integration/cti.jst.eco:11
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:11
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:11
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:57
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:102
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:120
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:226
#: db/seeds/object_manager_attributes.rb:124
msgid "Type"
msgstr "Tipo"

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_idoit.jst.eco:11
#, fuzzy
#| msgid "Type"
msgid "Type:"
msgstr "Tipo"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:44
msgid "UID"
msgstr ""

#: db/seeds/settings.rb:1956
#, fuzzy
#| msgid "New Attribute"
msgid "UID Attribute Name"
msgstr "Novo atributo"

#: db/seeds/settings.rb:2090
#, fuzzy
#| msgid "Date & Time"
msgid "UID Field"
msgstr "Date & Time"

#: app/assets/javascripts/app/views/api.jst.eco:63
#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:12
#: app/assets/javascripts/app/views/integration/cti.jst.eco:12
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:12
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:12
#: app/assets/javascripts/app/views/knowledge_base/public_menu_form_item.jst.eco:14
#: app/assets/javascripts/app/views/profile/calendar_subscriptions.jst.eco:15
#: app/assets/javascripts/app/views/widget/http_log_show.jst.eco:8
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSourceOTRS.vue:51
msgid "URL"
msgstr "URL"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:677
msgid "URL (AJAX endpoint)"
msgstr ""

#: app/controllers/first_steps_controller.rb:215 db/seeds/overviews.rb:32
#, fuzzy
#| msgid "Unassigned & Open"
msgid "Unassigned & Open Tickets"
msgstr "Não Atribuídos & Abertos"

#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:23
#: app/assets/javascripts/app/views/google/list.jst.eco:16
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:17
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:17
msgid "Unassigned email addresses, assign them to a channel or delete them."
msgstr ""
"Endereços de e-mail não atribuídos, atribuí-los a um canal ou excluí-los."

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/show_row.jst.eco:26
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistItem.vue:61
#, fuzzy
#| msgid "Select item"
msgid "Uncheck item"
msgstr "Select item"

#: app/assets/javascripts/app/views/time_accounting/settings.jst.eco:12
msgid "Unit"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/composables/useHistoryEvents.ts:41
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/actions/TicketHistory/utils/eventHelpers.ts:14
#, fuzzy
#| msgid "%s (unknown)"
msgid "Unknown"
msgstr "%s (desconhecido)"

#: lib/password_policy/backend.rb:15
msgid "Unknown error"
msgstr ""

#: app/models/failed_email.rb:7
msgid "Unknown error: Could not create a ticket from this email."
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_configuration/authenticator_app.jst.eco:5
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue:203
msgid ""
"Unless you already have it, install one of the following authenticator apps "
"on your mobile device:"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:67
#, fuzzy
#| msgid "Link issue"
msgid "Unlink issue"
msgstr "Problema de link"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/TicketSidebarIdoitContent.vue:212
#, fuzzy
#| msgid "Link issue"
msgid "Unlink object"
msgstr "Problema de link"

#: app/assets/javascripts/app/controllers/user.coffee:108
msgid "Unlock"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleReply.vue:258
msgid "Unpin this panel"
msgstr ""

#: app/frontend/apps/mobile/pages/online-notification/components/NotificationItem.vue:48
#, fuzzy
#| msgid "Notification"
msgid "Unread notification"
msgstr "Notification"

#: app/frontend/apps/mobile/components/layout/LayoutBottomNavigation.vue:48
#, fuzzy
#| msgid "Notification"
msgid "Unread notifications"
msgstr "Notification"

#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:55
#, fuzzy
#| msgid "Discard Changes"
msgid "Unsaved Changes"
msgstr "Ignorar alterações"

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationButton.vue:35
#, fuzzy
#| msgid "Notification"
msgid "Unseen notifications count"
msgstr "Notification"

#: app/frontend/apps/desktop/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInput.vue:605
#: app/frontend/apps/desktop/components/Form/fields/FieldSelect/FieldSelectInput.vue:279
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInput.vue:334
#, fuzzy
#| msgid "set optional"
msgid "Unselect Option"
msgstr "Definir como opcional"

#: app/assets/javascripts/app/controllers/_application_controller/table.coffee:706
#, fuzzy
#| msgid "Restore Defaults"
msgid "Unset default"
msgstr "Restaurar padrões"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:149
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:158
#: app/assets/javascripts/app/views/widget/mention.jst.eco:7
#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketActionsDialog.vue:57
msgid "Unsubscribe"
msgstr "Cancelar subscrição"

#: lib/whatsapp/webhook/payload.rb:46
msgid "Unsupported message type."
msgstr ""

#: lib/whatsapp/webhook/payload.rb:23
msgid "Unsupported subscription type."
msgstr ""

#: lib/whatsapp/webhook/payload.rb:31
msgid "Unsupported webhook payload."
msgstr ""

#: app/assets/javascripts/app/views/translation/support.jst.eco:6
msgid ""
"Up to %s% of this language is already translated. Please help to make Zammad "
"even better and complete the translation."
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:89
#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:88
#: app/assets/javascripts/app/views/agent_ticket_view/bulk.jst.eco:12
#: app/assets/javascripts/app/views/integration/pgp.jst.eco:12
#: app/assets/javascripts/app/views/integration/smime.jst.eco:13
#: app/assets/javascripts/app/views/knowledge_base/content.jst.eco:25
#: app/assets/javascripts/app/views/session.jst.eco:12
#: app/assets/javascripts/app/views/ticket_zoom/attribute_bar.jst.eco:57
#: app/assets/javascripts/app/views/widget/shared_draft.jst.eco:9
#: app/frontend/apps/desktop/components/CommonFlyout/CommonFlyoutActionFooter.vue:13
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailBottomBar/TicketDetailBottomBar.vue:147
msgid "Update"
msgstr "Atualizar"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:38
msgid "Update Database"
msgstr "Update Database"

#: lib/excel_sheet/ticket.rb:69
msgid "Update Diff In Min"
msgstr ""

#: lib/excel_sheet/ticket.rb:67
msgid "Update Escalation At"
msgstr ""

#: lib/excel_sheet/ticket.rb:68
msgid "Update In Min"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarSharedDraftStart/TicketSidebarSharedDraftStartContent.vue:205
#, fuzzy
#| msgid "Apply Shared Draft"
msgid "Update Shared Draft"
msgstr "Aplicar Rascunho Partilhado"

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:32
#: app/assets/javascripts/app/views/popover/escalation.jst.eco:11
#: app/assets/javascripts/app/views/sla/index.jst.eco:41
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:170
msgid "Update Time"
msgstr "Tempo de atualização"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:512
msgid "Update as closed"
msgstr "Atualize como fechado"

#: db/seeds/schedulers.rb:250
msgid "Update exchange oauth 2 token."
msgstr ""

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:14
msgid "Update existing records"
msgstr "Atualizar  registros existentes"

#: app/assets/javascripts/app/views/generic/object_import/index.jst.eco:15
msgid ""
"Update existing records with the attributes specified in the import data."
msgstr ""
"Atualize os registros existentes com os atributos especificados nos dados de "
"importação."

#: app/assets/javascripts/app/controllers/_profile/calendar_subscriptions.coffee:81
#: app/assets/javascripts/app/controllers/_profile/language.coffee:58
#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:48
#: app/assets/javascripts/app/controllers/_profile/notification.coffee:171
#: app/assets/javascripts/app/controllers/_profile/out_of_office.coffee:134
#: app/assets/javascripts/app/controllers/_settings/area_logo.coffee:72
#: app/assets/javascripts/app/controllers/_settings/area_switch.coffee:82
#: app/assets/javascripts/app/controllers/_settings/area_ticket_number.coffee:123
#: app/assets/javascripts/app/controllers/_settings/form.coffee:81
#: app/assets/javascripts/app/controllers/maintenance.coffee:74
#: app/assets/javascripts/app/models/setting.coffee:20
msgid "Update successful."
msgstr ""

#: db/seeds/settings.rb:5881
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Update the most recent tickets."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/models/application.coffee:11
#: app/assets/javascripts/app/models/calendar.coffee:14
#: app/assets/javascripts/app/models/chat.coffee:260
#: app/assets/javascripts/app/models/chat_sessions.coffee:11
#: app/assets/javascripts/app/models/core_workflow.coffee:15
#: app/assets/javascripts/app/models/data_privacy_task.coffee:10
#: app/assets/javascripts/app/models/email_address.coffee:36
#: app/assets/javascripts/app/models/group.coffee:15
#: app/assets/javascripts/app/models/job.coffee:24
#: app/assets/javascripts/app/models/ldap_source.coffee:10
#: app/assets/javascripts/app/models/macro.coffee:12
#: app/assets/javascripts/app/models/object_manager_attribute.coffee:11
#: app/assets/javascripts/app/models/overview.coffee:70
#: app/assets/javascripts/app/models/postmaster_filter.coffee:12
#: app/assets/javascripts/app/models/report_profile.js.coffee:8
#: app/assets/javascripts/app/models/role.coffee:14
#: app/assets/javascripts/app/models/signature.coffee:30
#: app/assets/javascripts/app/models/sla.coffee:12
#: app/assets/javascripts/app/models/template.coffee:8
#: app/assets/javascripts/app/models/text_module.coffee:26
#: app/assets/javascripts/app/models/ticket_article.coffee:17
#: app/assets/javascripts/app/models/ticket_priority.coffee:11
#: app/assets/javascripts/app/models/ticket_state.coffee:12
#: app/assets/javascripts/app/models/trigger.coffee:16
#: app/assets/javascripts/app/models/webhook.coffee:16
msgid "Updated"
msgstr ""

#: lib/excel_sheet/ticket.rb:57
msgid "Updated At"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:244
#: app/assets/javascripts/app/models/checklist.coffee:10
#: app/assets/javascripts/app/models/checklist_item.coffee:9
#: app/assets/javascripts/app/models/checklist_template.coffee:11
#: app/assets/javascripts/app/models/checklist_template_item.coffee:7
#: app/assets/javascripts/app/models/knowledge_base_answer_translation.coffee:8
#: app/assets/javascripts/app/models/organization.coffee:11
#: app/assets/javascripts/app/models/ticket.coffee:30
#: app/assets/javascripts/app/models/user.coffee:17
#: app/frontend/shared/entities/organization/stores/objectAttributes.ts:41
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:124
#: app/frontend/shared/entities/user/stores/objectAttributes.ts:41
#: app/graphql/gql/types/overview_type.rb:86
msgid "Updated at"
msgstr "Atualizado as"

#: app/assets/javascripts/app/models/calendar.coffee:14
#: app/assets/javascripts/app/models/chat.coffee:260
#: app/assets/javascripts/app/models/chat_sessions.coffee:11
#: app/assets/javascripts/app/models/data_privacy_task.coffee:10
#: app/assets/javascripts/app/models/job.coffee:24
#: app/assets/javascripts/app/models/ldap_source.coffee:10
#: app/assets/javascripts/app/models/organization.coffee:10
#: app/assets/javascripts/app/models/overview.coffee:70
#: app/assets/javascripts/app/models/postmaster_filter.coffee:16
#: app/assets/javascripts/app/models/role.coffee:14
#: app/assets/javascripts/app/models/signature.coffee:30
#: app/assets/javascripts/app/models/sla.coffee:12
#: app/assets/javascripts/app/models/ticket.coffee:29
#: app/assets/javascripts/app/models/ticket_article.coffee:17
#: app/assets/javascripts/app/models/user.coffee:16
#: app/frontend/shared/entities/organization/stores/objectAttributes.ts:31
#: app/frontend/shared/entities/ticket/stores/objectAttributes.ts:113
#: app/frontend/shared/entities/user/stores/objectAttributes.ts:31
#: app/graphql/gql/types/overview_type.rb:85
msgid "Updated by"
msgstr "Updated by"

#. This is the template file app/views/mailer/ticket_update/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_update/en.html.erb
msgid ""
"Updated ticket (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"Ticket (#{ticket.title}) has been updated by \"<b>#{current_user.longname}</"
"b>\".\n"
"</div>\n"
"<br>\n"
"<% if @objects[:changes].present? %>\n"
"  <div>\n"
"  Changes:<br>\n"
"  <% @objects[:changes].each do |key, value| %>\n"
"    <%= t key %>: <%= h value[0] %> -&gt; <%= h value[1] %><br>\n"
"  <% end %>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"  Information:\n"
"  <blockquote type=\"cite\">\n"
"  #{article.body_as_html}\n"
"  </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}<% "
"if @objects[:article] %>/#{article.id}<% end %>\" target=\"zammad_app\">View "
"this in #{config.product_name}</a>\n"
"</div>\n"
msgstr ""

#. This is the template file app/views/mailer/ticket_article_update_reaction/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/ticket_article_update_reaction/en.html.erb
#, fuzzy
#| msgid ""
#| "Another ticket was merged into ticket (#{ticket.title})\n"
#| "\n"
#| "<div>Hi #{recipient.firstname},</div>\n"
#| "<br>\n"
#| "<div>\n"
#| "Another ticket was merged into ticket (#{ticket.title}) by "
#| "\"<b>#{current_user.longname}</b>\".\n"
#| "</div>\n"
#| "<br>\n"
#| "<div>\n"
#| "  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket."
#| "id}\" target=\"zammad_app\">View this in #{config.product_name}</a>\n"
#| "</div>\n"
msgid ""
"Updated ticket article (#{ticket.title})\n"
"\n"
"<div>Hi #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"<%= @objects[:article].preferences.dig('whatsapp', 'reaction', 'author') %> "
"reacted with a <%= @objects[:article].preferences.dig('whatsapp', "
"'reaction', 'emoji') %> to message from #{article.created_by.fullname}:\n"
"</div>\n"
"<br>\n"
"<% if @objects[:article] %>\n"
"  <div>\n"
"    <blockquote type=\"cite\">\n"
"    #{article.body_as_html}\n"
"    </blockquote>\n"
"  </div>\n"
"<% end %>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}/"
"#{article.id}\" target=\"zammad_app\">View this in #{config.product_name}</"
"a>\n"
"</div>\n"
msgstr ""
"Outro ticket foi fundido no ticket (#{ticket.title})\n"
"\n"
"<div>Olá #{recipient.firstname},</div>\n"
"<br>\n"
"<div>\n"
"Outro ticket foi fundido no ticket (#{ticket.title}) por \"<b>#{current_user."
"longname}</b>\".\n"
"</div>\n"
"<br>\n"
"<div>\n"
"  <a href=\"#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}\" "
"target=\"zammad_app\">Ver isto em #{config.product_name}</a>\n"
"</div>\n"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:45
msgid "Updating Database"
msgstr "Updating Database"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOverviews.vue:74
msgid "Updating the order of your ticket overviews failed."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:264
msgid "Updating your calendar subscription settings failed."
msgstr ""

#: app/assets/javascripts/app/views/getting_started/base.jst.eco:18
#: app/assets/javascripts/app/views/profile/avatar.jst.eco:9
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:382
msgid "Upload"
msgstr "Carregar"

#: app/assets/javascripts/app/views/integration/smime_certificate_add.jst.eco:6
#: app/assets/javascripts/app/views/ssl_certificate_binary_or_text.jst.eco:3
#: app/assets/javascripts/app/views/ssl_certificates_create.jst.eco:6
msgid "Upload Certificate"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/html5_upload.coffee:86
msgid "Upload Failed"
msgstr ""

#: app/assets/javascripts/app/views/integration/smime_private_key_add.jst.eco:7
msgid "Upload Private Key"
msgstr ""

#: app/frontend/apps/desktop/components/Form/fields/FieldImageUpload/FieldImageUploadInput.vue:137
#, fuzzy
#| msgid "Uploading"
msgid "Upload image"
msgstr "Uploading"

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:99
#, fuzzy
#| msgid "Upload"
msgid "Upload key"
msgstr "Carregar"

#: app/assets/javascripts/app/views/generic/attachment.jst.eco:17
#: app/assets/javascripts/app/views/knowledge_base/sidebar/attachments.jst.eco:24
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:108
msgid "Uploading"
msgstr "Uploading"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:136
#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:3
msgid "Usage"
msgstr "Uso"

#: lib/secure_mailing/pgp/tool/exec.rb:26
#: lib/secure_mailing/pgp/tool/exec/agent.rb:26
msgid ""
"Use 'with_private_keyring' to create a private keyring or set @gnupg_home "
"before calling gpg."
msgstr ""

#: app/assets/javascripts/app/views/object_manager/attribute/multiselect.jst.eco:69
#: app/assets/javascripts/app/views/object_manager/attribute/select.jst.eco:65
msgid "Use custom option sort"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:546
msgid "Use double click to change level of the row."
msgstr ""

#: app/assets/javascripts/app/models/application.coffee:8
msgid "Use one line per URI"
msgstr "Use uma linha por URI"

#: app/assets/javascripts/app/lib/app_post/two_factor_methods/recovery_codes.coffee:5
msgid "Use one of your safely stored recovery codes."
msgstr ""

#: db/seeds/settings.rb:711
msgid ""
"Use subject field for emails. If disabled, the ticket title will be used as "
"subject."
msgstr ""
"Use o campo de assunto para e-mails. Se desativado, o título do ingresso "
"será usado como assunto."

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue:149
msgid "Use the camera to take a photo for the avatar."
msgstr ""

#: db/seeds/settings.rb:2366
msgid ""
"Use the start time of the last customer thread (which may consist of "
"multiple articles)."
msgstr ""

#: db/seeds/settings.rb:2365
msgid "Use the time of the very last customer article."
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:5
msgid "Use this switch to start synchronization of your ldap sources."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:141
msgid "Used anywhere"
msgstr "Usado em qualquer lugar"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:418
msgid "Used anywhere (admin only)"
msgstr "Usado em qualquer lugar (administrador somente)"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue:153
#, fuzzy
#| msgid "Devices"
msgid "Used devices"
msgstr "Dispositivos"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:333
msgid "Used in lists (views and results)"
msgstr "Usado em listas (visualizações e resultados)"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:350
msgid "Used in object views"
msgstr "Usado em vistas de objeto"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:529
msgid "Used when composing a Ticket article"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:559
msgid "Used when composing a text"
msgstr "Usado ao compilar um texto"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:456
msgid "Used when viewing a Ticket"
msgstr "Usado ao visualizar um Ticket"

#: app/assets/javascripts/app/controllers/_channel/email.coffee:413
#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:37
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:165
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:24
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:14
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:15
#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_customer.coffee:68
#: app/assets/javascripts/app/controllers/cti.coffee:3
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee:81
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee:70
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:86
#: app/assets/javascripts/app/controllers/user.coffee:3
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:2
#: app/assets/javascripts/app/lib/app_post/user_organization_autocompletion.coffee:2
#: app/assets/javascripts/app/models/data_privacy_task.coffee:6
#: app/assets/javascripts/app/models/job.coffee:8
#: app/assets/javascripts/app/models/mention.coffee:6
#: app/assets/javascripts/app/models/user_overview_sorting.coffee:2
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:67
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:43
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:38
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:47
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:169
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:128
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:111
#: app/assets/javascripts/app/views/session.jst.eco:8
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts:119
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts:77
#: app/frontend/apps/mobile/pages/user/routes.ts:7
#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:32
msgid "User"
msgstr "Utilizador"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:16
#, fuzzy
#| msgid "User (censored)"
msgid "User (censored):"
msgstr "Usuário (censurado)"

#: app/assets/javascripts/app/views/integration/ldap.jst.eco:47
msgid "User Filter"
msgstr ""

#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:64
msgid "User Mailbox"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/microsoft365.coffee:503
#, fuzzy
#| msgid "regex mismatch"
msgid "User Mismatch"
msgstr "regex não corresponde"

#: db/seeds/settings.rb:626
msgid "User Organization Selector - email"
msgstr ""

#: app/models/user/permissions.rb:48
#, fuzzy
#| msgid "Resend verification email"
msgid "User authorization failed."
msgstr "Reenviar email de verificação"

#: app/assets/javascripts/app/controllers/getting_started/admin.coffee:108
#: app/assets/javascripts/app/controllers/signup.coffee:102
#: app/frontend/apps/mobile/entities/user/composables/useUserCreate.ts:55
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "User could not be created."
msgstr "%s Object(s) estão criados."

#: app/frontend/apps/mobile/entities/user/composables/useUserEdit.ts:86
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "User could not be updated."
msgstr "%s Object(s) estão criados."

#: lib/external_credential/google.rb:47
msgid "User email could not be extracted from 'id_token'."
msgstr ""

#: db/seeds/settings.rb:1183
msgid "User email for multiple users"
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:227
msgid "User filter"
msgstr ""

#: app/frontend/shared/composables/useAvatarIndicator.ts:79
msgid "User has no access"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/ldap.coffee:530
msgid ""
"User information could not be retrieved, please check your bind user "
"permissions."
msgstr ""

#: app/frontend/shared/composables/useAvatarIndicator.ts:87
#, fuzzy
#| msgid "Text editing"
msgid "User is editing"
msgstr "Editando texto"

#: app/frontend/shared/composables/useAvatarIndicator.ts:87
#, fuzzy
#| msgid "assign tickets"
msgid "User is editing on desktop"
msgstr "assign tickets"

#: app/frontend/shared/composables/useAvatarIndicator.ts:90
#, fuzzy
#| msgid "assign tickets"
msgid "User is editing on mobile"
msgstr "assign tickets"

#: app/frontend/shared/composables/useAvatarIndicator.ts:100
msgid "User is idle"
msgstr ""

#: app/frontend/shared/composables/useAvatarIndicator.ts:78
#, fuzzy
#| msgid "inactive"
msgid "User is inactive"
msgstr "inactive"

#: app/frontend/shared/composables/useAvatarIndicator.ts:95
#, fuzzy
#| msgid "assign tickets"
msgid "User is on desktop"
msgstr "assign tickets"

#: app/frontend/shared/composables/useAvatarIndicator.ts:98
msgid "User is on mobile"
msgstr ""

#: app/frontend/shared/composables/useAvatarIndicator.ts:84
#, fuzzy
#| msgid "Out of Office"
msgid "User is out of office"
msgstr "Fora do escritório"

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:380
#, fuzzy
#| msgid "Username / email"
msgid "User mailbox"
msgstr "Nome de usuário / email"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:201
#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/AvatarMenu/AvatarMenu.vue:44
#, fuzzy
#| msgid "Username"
msgid "User menu"
msgstr "Nome de usuário"

#: app/assets/javascripts/app/controllers/user.coffee:122
msgid "User successfully unlocked!"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationCustomer.vue:32
#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:32
msgid "User with specified ID was not found. Try checking the URL for errors."
msgstr ""

#: app/services/service/user/device/delete.rb:9
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "UserDevice could not be found."
msgstr "%s Objetos foram atualizados"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:32
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLinkedAccounts.vue:88
msgid "Username"
msgstr "Nome de usuário"

#: app/frontend/apps/desktop/pages/authentication/views/AdminPasswordAuth.vue:44
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:99
#: app/frontend/apps/desktop/pages/authentication/views/PasswordReset.vue:45
#: app/frontend/apps/mobile/pages/authentication/components/LoginCredentialsForm.vue:40
#, fuzzy
#| msgid "Username / email"
msgid "Username / Email"
msgstr "Nome de usuário / email"

#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:33
#: app/assets/javascripts/app/views/login.jst.eco:28
msgid "Username / email"
msgstr "Nome de usuário / email"

#: app/assets/javascripts/app/views/settings/proxy.jst.eco:9
#, fuzzy
#| msgid "Username for proxy connection."
msgid "Username for proxy connection"
msgstr "Nome de usuário para conexão de proxy."

#: db/seeds/settings.rb:531
msgid "Username for proxy connection."
msgstr "Nome de usuário para conexão de proxy."

#: app/assets/javascripts/app/controllers/agent_ticket_create/sidebar_customer.coffee:71
#: app/assets/javascripts/app/controllers/cti.coffee:227
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_customer.coffee:89
#: app/assets/javascripts/app/controllers/user.coffee:3
#: app/assets/javascripts/app/controllers/user_profile/action_row.coffee:26
#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:85
#: app/assets/javascripts/app/views/import/kayako.jst.eco:89
#: app/assets/javascripts/app/views/import/otrs.jst.eco:70
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:87
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/freshdesk.ts:17
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/kayako.ts:17
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/otrs.ts:17
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/zendesk.ts:17
#: app/frontend/apps/mobile/pages/search/plugins/user.ts:9 db/seeds/groups.rb:5
#: db/seeds/permissions.rb:11
msgid "Users"
msgstr "Users"

#: app/frontend/apps/mobile/pages/search/plugins/user.ts:10
msgid "Users with \"%s\""
msgstr ""

#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:230
msgid "Users without assigned LDAP groups"
msgstr "Usuários sem grupos LDAP atribuídos"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
#, fuzzy
#| msgid "Users"
msgid "Users:"
msgstr "Users"

#: app/assets/javascripts/app/models/organization.coffee
msgid ""
"Using **organizations** you can **group** customers. This has two main "
"benefits:\n"
"\n"
"1. As an **agent** you don't just have an overview of the open tickets for "
"one person but an **overview over their whole organization**.\n"
"2. As a **customer** you can also check the **tickets which your colleagues "
"created** and modify their tickets (if your organization is set to "
"\"shared\", which can be defined per organization)."
msgstr ""

#: app/frontend/shared/components/CommonUserAvatar/CommonUserAvatar.vue:122
#: db/seeds/object_manager_attributes.rb:1490
msgid "VIP"
msgstr "VIP"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewActions.vue:105
#, fuzzy
#| msgid "Bulk action executed!"
msgid "Validation failed"
msgstr "Ação em massa executada!"

msgid "Validation failed: %{errors}"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:933
#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:8
#: app/assets/javascripts/app/views/integration/cti.jst.eco:86
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:35
#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:19
#: app/assets/javascripts/app/views/integration/github.jst.eco:8
#: app/assets/javascripts/app/views/integration/gitlab.jst.eco:11
#: app/assets/javascripts/app/views/integration/idoit.jst.eco:11
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:20
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:20
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:103
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:89
#: app/assets/javascripts/app/views/settings/form.jst.eco:7
msgid "Value"
msgstr "Value"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:547
msgid "Variables"
msgstr "Variaveis"

#: app/assets/javascripts/app/views/package.jst.eco:49
msgid "Vendor"
msgstr "Fabricante"

#: lib/email_helper/verify.rb:54
msgid "Verification Email not found in mailbox."
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:67
#, fuzzy
#| msgid "When notification is being sent."
msgid "Verification email could not be sent."
msgstr "Quando a notificação está sendo enviada."

#: db/seeds/settings.rb:1972
msgid ""
"Verification of the TLS connection to the IDP SSO target URL. Only relevant "
"during setting up SAML authentication."
msgstr ""

#: app/assets/javascripts/app/views/whatsapp/account_webhook.jst.eco:24
msgid "Verify Token"
msgstr ""

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:71
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:59
msgid "Verify sending and receiving"
msgstr "Verifique o envio e recebimento"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmail.vue:170
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualEmailNotification.vue:92
#, fuzzy
#| msgid "Block Notifications"
msgid "Verifying and saving your configuration…"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupImport/GuidedSetupImportSource/GuidedSetupImportSource.vue:45
#, fuzzy
#| msgid "Block Notifications"
msgid "Verifying and saving your import configuration…"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/views/widget/two_factor_login/security_keys.jst.eco:24
#: app/frontend/shared/entities/two-factor/plugins/security-keys.ts:15
#, fuzzy
#| msgid "Block Notifications"
msgid "Verifying key information…"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmail.vue:178
#, fuzzy
#| msgid "Block Notifications"
msgid "Verifying your configuration…"
msgstr "Bloco de Notificações"

#: app/frontend/apps/desktop/pages/authentication/views/SignupVerify.vue:54
#, fuzzy
#| msgid "Block Notifications"
msgid "Verifying your email…"
msgstr "Bloco de Notificações"

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:53
#: app/assets/javascripts/app/views/channel/email_notification_wizard.jst.eco:30
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:47
#: app/assets/javascripts/app/views/getting_started/email_notification.jst.eco:28
#, fuzzy
#| msgid "Verifying..."
msgid "Verifying…"
msgstr "Verifying..."

#: app/assets/javascripts/app/controllers/version.coffee:3
#: app/assets/javascripts/app/views/package.jst.eco:48
#: app/assets/javascripts/app/views/version.jst.eco:2
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:173
msgid "Version"
msgstr "Versão"

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/embed_video_button.coffee:4
msgid "Video"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:62
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:41
#: lib/validations/ticket_article_validator/whatsapp_message.rb:10
#, fuzzy
#| msgid "No filter."
msgid "Video file"
msgstr "No filter."

#: app/assets/javascripts/app/controllers/api.coffee:41
msgid "View"
msgstr ""

#: app/assets/javascripts/app/controllers/user.coffee:63
msgid "View from user's perspective"
msgstr "Vista da perspectiva do usuário"

#: app/views/mailer/ticket_create/zh-cn.html.erb:23
#: app/views/mailer/ticket_create/zh-tw.html.erb:23
#: app/views/mailer/ticket_escalation/it.html.erb:17
#: app/views/mailer/ticket_escalation/zh-tw.html.erb:17
#: app/views/mailer/ticket_escalation_warning/zh-cn.html.erb:17
#: app/views/mailer/ticket_escalation_warning/zh-tw.html.erb:17
#: app/views/mailer/ticket_reminder_reached/zh-cn.html.erb:17
#: app/views/mailer/ticket_reminder_reached/zh-tw.html.erb:17
#: app/views/mailer/ticket_update/zh-cn.html.erb:28
#: app/views/mailer/ticket_update/zh-tw.html.erb:28
msgid "View this in Zammad"
msgstr "Veja isso em Zammad"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketViewersDialog.vue:35
#, fuzzy
#| msgid "New Ticket"
msgid "Viewing ticket"
msgstr "Novo Ticket"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:683
#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_dialog.coffee:6
#: app/assets/javascripts/app/controllers/widget/ticket_bulk_form.coffee:71
#: app/assets/javascripts/app/models/ticket_article.coffee:14
#: app/assets/javascripts/app/views/generic/ticket_perform_action/article.jst.eco:3
#: app/assets/javascripts/app/views/generic/ticket_perform_action/notification.jst.eco:3
#: app/frontend/shared/entities/ticket/composables/useTicketEditForm.ts:147
#: db/seeds/object_manager_attributes.rb:449
msgid "Visibility"
msgstr "Visibility"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:110
msgid "Visible to everyone"
msgstr "Visível para todo mundo"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:106
#, fuzzy
#| msgid "Visible to agents & editors"
msgid "Visible to readers & editors"
msgstr "Visível para agentes e editores"

#: app/assets/javascripts/app/controllers/_integration/placetel.coffee:218
#: app/assets/javascripts/app/controllers/_integration/sipgate_io.coffee:216
msgid "VoIP service provider with realtime push."
msgstr "Provedor de serviços de VoIP com push em tempo real."

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:29
msgid "Waiting"
msgstr "Aguardando"

#: app/assets/javascripts/app/controllers/chat.coffee:153
#: app/assets/javascripts/app/views/customer_chat/chat_header.jst.eco:5
msgid "Waiting Customers"
msgstr "Clientes em espera"

#: app/assets/javascripts/app/views/customer_chat/chat_header.jst.eco:13
msgid "Waiting in %s"
msgstr ""

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:16
msgid "Warning"
msgstr "Aviso"

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:34
#: db/seeds/settings.rb:2735
#, fuzzy
#| msgid "Add Tag"
msgid "Warning message"
msgstr "Add Tag"

#: app/assets/javascripts/app/controllers/_manage/ticket_duplicate_detection.coffee:33
#: db/seeds/settings.rb:2718
#, fuzzy
#| msgid "Warning"
msgid "Warning title"
msgstr "Aviso"

#: public/assets/chat/views/waiting_list_timeout.eco:2
msgid ""
"We are sorry, it is taking longer than expected to get a slot. Please try "
"again later or send us an email. Thank you!"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/web.coffee:3
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/web.ts:7
#: app/frontend/shared/entities/ticket-article/action/plugins/web.ts:12
#: db/seeds/object_manager_attributes.rb:954 db/seeds/permissions.rb:89
msgid "Web"
msgstr "Web"

#: app/models/report.rb:171
msgid "Web (in)"
msgstr ""

#: app/assets/javascripts/app/controllers/knowledge_base/base_form.coffee:97
#: app/assets/javascripts/app/controllers/knowledge_base/server_snippet.coffee:2
msgid "Web Server Configuration"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/sms.coffee:201
#: app/assets/javascripts/app/controllers/_integration/slack.coffee:31
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:69
#: app/assets/javascripts/app/controllers/_ui_element/object_perform_action.coffee:49
#: app/assets/javascripts/app/controllers/webhook.coffee:3
#: app/assets/javascripts/app/views/channel/sms_account_overview.jst.eco:42
#: db/seeds/permissions.rb:89
msgid "Webhook"
msgstr "Webhook"

#: app/models/channel/driver/sms/message_bird.rb:90
#: app/models/channel/driver/sms/twilio.rb:103
msgid "Webhook Token"
msgstr ""

#: app/assets/javascripts/app/controllers/webhook.coffee:3
#: app/assets/javascripts/app/views/generic/ticket_perform_action/webhook.jst.eco:3
msgid "Webhooks"
msgstr ""

#: app/assets/javascripts/app/models/webhook.coffee
msgid ""
"Webhooks make it easy to send information about events within Zammad to "
"third-party systems via HTTP(S).\n"
"\n"
"You can use webhooks in Zammad to send ticket, article, and attachment data "
"whenever a trigger is performed. Just create and configure your webhook with "
"an HTTP(S) endpoint and relevant security settings, then configure a trigger "
"to perform it."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/link_button.coffee:4
msgid "Weblink"
msgstr ""

#: app/assets/javascripts/app/views/generic/iconset_picker.jst.eco:11
msgid "Website"
msgstr "Website"

#: db/seeds/settings.rb:309
msgid "Websocket backend"
msgstr ""

#: db/seeds/settings.rb:317
msgid "Websocket port"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
msgid "Wed"
msgstr "Quarta"

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:9
#: app/assets/javascripts/app/lib/app_post/business_hours.coffee:17
#: app/assets/javascripts/app/views/calendar/index.jst.eco:50
msgid "Wednesday"
msgstr "Quarta"

#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco:4
msgid "Week"
msgstr "Week"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:8
#, fuzzy
#| msgid "Week"
msgid "Week(s)"
msgstr "Week"

#: app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee:101
#: app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts:68
#: db/seeds/settings.rb:1831
msgid "Weibo"
msgstr ""

#: db/seeds/settings.rb:1839
msgid "Weibo App Credentials"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:67
msgid "Welcome Title shown on the closed chat. Can contain HTML."
msgstr "Título de boas vindas exibido no chat fechado. Pode conter HTML."

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:18
#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:25
msgid "Welcome message"
msgstr "Mensagem de Boas Vindas"

#: db/seeds/community_user_resources.rb:25
msgid "Welcome to Zammad!"
msgstr ""

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:2
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupStart.vue:46
#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:177
msgid "Welcome!"
msgstr "Bem vindo!"

#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:21
#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:18
#: lib/telegram_helper.rb:640
msgid "Welcome! Feel free to ask me a question!"
msgstr ""

#: app/assets/javascripts/app/controllers/customer_ticket_create/sidebar_customer_default.coffee:15
msgid "What can you do here?"
msgstr "What can you do here?"

#: app/assets/javascripts/app/controllers/_dashboard/stats/ticket_in_process.coffee:10
msgid ""
"What percentage of your tickets have you responded to, updated, or modified "
"in some way today?"
msgstr ""
"Qual porcentagem dos seus ingressos você respondeu, atualizou ou modificou "
"de alguma forma hoje?"

#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:49
msgid "What values of %s should be synced to organization."
msgstr ""
"Quais valores de% s devem ser sincronizados com a organização. Enviamos "
"instruções de redefinição de senha para o seu endereço de e-mail."

#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:24
msgid "What values of %s should be synced to users."
msgstr "Quais valores de% s devem ser sincronizados para os usuários."

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:37
#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:3
#: app/frontend/shared/entities/ticket-article/action/plugins/whatsapp.ts:201
#: db/seeds/permissions.rb:185
msgid "WhatsApp"
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/whatsapp.coffee:110
#, fuzzy
#| msgid "Add Account"
msgid "WhatsApp Account"
msgstr "Adicionar Conta"

#: app/assets/javascripts/app/views/whatsapp/account_cloud_api.jst.eco:10
msgid "WhatsApp Business Account ID"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/article-type/plugins/whatsappMessage.ts:10
#, fuzzy
#| msgid "Add Tag"
msgid "WhatsApp Message"
msgstr "Add Tag"

#: app/assets/javascripts/app/models/trigger.coffee:8
msgid ""
"When at least one field from conditions was updated or article was added and "
"conditions match"
msgstr ""

#: app/assets/javascripts/app/models/trigger.coffee:8
#, fuzzy
#| msgid "Saved conditions"
msgid "When conditions match"
msgstr "Condições salvas"

#: app/assets/javascripts/app/controllers/_integration/slack.coffee:29
msgid "When notification is being sent."
msgstr "Quando a notificação está sendo enviada."

#: app/assets/javascripts/app/models/job.coffee:7
msgid "When should the job run?"
msgstr "Quando o trabalho deve ser executado?"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:217
msgid ""
"When you turn on debugging by setting the option §debug§ to §true§ the "
"reason gets printed to the javascript console."
msgstr ""
"Quando você liga a depuração, definindo a opção §debug§ para §true§ o motivo "
"é impresso no console do javascript."

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:674
msgid "Where"
msgstr "Onde"

#: app/assets/javascripts/app/controllers/_channel/chat.coffee:48
msgid "Where to append the chat to."
msgstr "Para onde anexar o bate-papo."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:208
msgid "Why doesn't the chat show up?"
msgstr "Por que o chat não aparece?"

#: app/assets/javascripts/app/views/knowledge_base/content_can_be_published_header_suffix.jst.eco:13
msgid "Will be archived"
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/content_can_be_published_header_suffix.jst.eco:5
msgid "Will be internal"
msgstr ""

#: app/assets/javascripts/app/views/knowledge_base/content_can_be_published_header_suffix.jst.eco:9
msgid "Will be published"
msgstr "Será publicado"

#: app/views/knowledge_base/public/_top_banner.html.erb:7
#, fuzzy
#| msgid "Will be published"
msgid "Will be published on"
msgstr "Será publicado"

#: db/seeds/settings.rb:143
msgid "Will be shown in the app and is included in email footers."
msgstr "Será mostrado no aplicativo e está incluído nos rodapés de e-mail."

#: app/assets/javascripts/app/models/job.coffee:17
msgid "Will process"
msgstr "Processará"

#: app/assets/javascripts/app/views/settings/ticket_number_date.jst.eco:3
#: app/assets/javascripts/app/views/settings/ticket_number_increment.jst.eco:3
msgid ""
"With Checksum, a checksum will be appended to the counter. The format looks "
"like \"%s\" (e. g. %s)."
msgstr ""
"Uma soma  CHECKSUM de verificação será anexada ao contador. O formato parece "
"com \"% s\" (por exemplo,% s)."

#: app/assets/javascripts/app/controllers/checklist_template.coffee:35
#: app/assets/javascripts/app/models/checklist_template.coffee:23
#, fuzzy
#| msgid "With templates you can pre-fill ticket attributes."
msgid ""
"With checklist templates it is possible to pre-fill new checklists with "
"initial items."
msgstr "Com modelos, você pode pré-preencher os atributos do chamado."

#: app/assets/javascripts/app/views/ticket_zoom/sidebar_checklist/start.jst.eco:15
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarChecklist/TicketSidebarChecklistContent/ChecklistEmptyTemplates.vue:18
#, fuzzy
#| msgid "With templates you can pre-fill ticket attributes."
msgid "With checklist templates you can pre-fill your checklists."
msgstr "Com modelos, você pode pré-preencher os atributos do chamado."

#: app/assets/javascripts/app/views/checklist_template/index.jst.eco:12
msgid ""
"With checklists you can keep track of the progress of your ticket related "
"tasks."
msgstr ""

#: app/assets/javascripts/app/controllers/_channel/_email_filter.coffee:14
msgid ""
"With filters you can e. g. dispatch new tickets into certain groups or set a "
"certain priority for tickets of a VIP customer."
msgstr ""
"Com filtros você pode e. g. despachar novos tickets em determinados grupos "
"ou definir uma certa prioridade para tickets de um cliente VIP."

#: app/assets/javascripts/app/views/channel/form.jst.eco:11
msgid ""
"With form you can add a form to your web page which directly generates a "
"ticket for you."
msgstr ""
"Com o formulário, você pode adicionar um formulário à sua página da Web que "
"gera diretamente um chamado para você."

#: app/assets/javascripts/app/models/template.coffee
#, fuzzy
#| msgid "With templates you can pre-fill ticket attributes."
msgid "With templates it is possible to pre-fill tickets quickly and easily."
msgstr "Com modelos, você pode pré-preencher os atributos do chamado."

#: app/assets/javascripts/app/views/widget/template.jst.eco:15
msgid "With templates you can pre-fill ticket attributes."
msgstr "Com modelos, você pode pré-preencher os atributos do chamado."

#: app/assets/javascripts/app/views/integration/exchange_wizard.jst.eco:208
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco:258
#, fuzzy
#| msgid "With your current configuration the following will happen"
msgid "With your current configuration the following will happen:"
msgstr "Com sua configuração atual, o seguinte acontecerá"

#: app/assets/javascripts/app/views/settings/ticket_number.jst.eco:7
#, fuzzy
#| msgid ""
#| "With |Date| the ticket numbers will be generated by the current date, the "
#| "SystemID and the counter. The format looks like \"Year.Month.Day.SystemID."
#| "Counter\" (e.g. 201206231010138, 201206231010139)."
msgid ""
"With |Date| the ticket numbers will be generated by the current date, the "
"SystemID, and the counter. The format will be \"Year.Month.Day.SystemID."
"Counter\" (e.g. 201206231010138, 201206231010139)."
msgstr ""
"Com | Data | os números dos tickets serão gerados pela data atual, o "
"SystemID e o contador. O formato parece \"Year.Month.Day.SystemID."
"Counter\" (por exemplo, 201206231010138, 201206231010139)."

#: app/assets/javascripts/app/controllers/email_verify.coffee:35
#: app/frontend/apps/desktop/pages/authentication/views/SignupVerify.vue:47
msgid "Woo hoo! Your email address has been verified!"
msgstr "Parabéns! Seu endereço de email foi verificado!"

#: app/assets/javascripts/app/controllers/password_reset_verify.coffee:106
#: app/frontend/apps/desktop/pages/authentication/views/PasswordResetVerify.vue:129
msgid "Woo hoo! Your password has been changed!"
msgstr "Parabéns!  Sua senha foi alterada!"

#: app/assets/javascripts/app/controllers/core_workflow.coffee:18
msgid "Workflow"
msgstr ""

#: app/assets/javascripts/app/controllers/core_workflow.coffee:19
msgid "Workflows"
msgstr ""

#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco:2
msgid "Year"
msgstr "Ano"

#: app/assets/javascripts/app/controllers/_ui_element/time_range.coffee:10
msgid "Year(s)"
msgstr "Ano(s)"

#: app/assets/javascripts/app/controllers/ticket_zoom/highlighter.coffee:12
msgid "Yellow"
msgstr "Amarelo"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_confirm.coffee:4
#: app/assets/javascripts/app/controllers/_manage/ticket_notification.coffee:47
#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:607
#: app/assets/javascripts/app/controllers/tag.coffee:133
#: app/assets/javascripts/app/controllers/ticket_shared_draft_modal.coffee:121
#: app/assets/javascripts/app/views/ssl_certificates_list.jst.eco:23
#: app/frontend/apps/desktop/components/CommonConfirmationDialog/CommonConfirmationDialog.vue:72
msgid "Yes"
msgstr "Sim"

#: app/frontend/shared/composables/form/useCheckBodyAttachmentReference.ts:53
#, fuzzy
#| msgid "Add attachment option to upload."
msgid "Yes, add attachments now"
msgstr "Opção de adicionar anexo para envio."

#: app/assets/javascripts/app/controllers/ticket_zoom/checklist_modal.coffee:5
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailViewContent.vue:369
#, fuzzy
#| msgid "Remove"
msgid "Yes, open the checklist"
msgstr "Apagar"

#: app/assets/javascripts/app/controllers/widget/import_try_result.coffee:4
msgid "Yes, start real import."
msgstr "Sim, comece a importar de verdade."

#: public/assets/chat/views/waiting.eco:8
msgid "You are on waiting list position <strong>%s</strong>."
msgstr ""

#: app/models/transaction/notification.rb:117
msgid ""
"You are receiving this because you are a member of the group of this ticket."
msgstr ""

#: app/models/transaction/notification.rb:287
msgid ""
"You are receiving this because you are out-of-office replacement for a "
"participant of this ticket."
msgstr ""

#: app/models/transaction/notification.rb:85
msgid "You are receiving this because you are the owner of this ticket."
msgstr ""

#: app/models/transaction/notification.rb:79
msgid "You are receiving this because you were mentioned in this ticket."
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingCalendar.vue:273
msgid "You calendar subscription settings were updated."
msgstr ""

#: app/assets/javascripts/app/views/exchange/oauth_intro.jst.eco:7
#: app/assets/javascripts/app/views/facebook/index.jst.eco:9
#: app/assets/javascripts/app/views/google/index.jst.eco:9
#: app/assets/javascripts/app/views/microsoft365/index.jst.eco:9
#: app/assets/javascripts/app/views/microsoft_graph/index.jst.eco:10
#: app/assets/javascripts/app/views/twitter/index.jst.eco:9
#, fuzzy
#| msgid ""
#| "You can connect %s with Zammad. You need to connect your Zammad with %s "
#| "first."
msgid ""
"You can connect %s with Zammad. But first, you will have to connect your "
"Zammad with %s."
msgstr ""
"Você pode conectar% s com o Zammad. Você precisa conectar seu Zammad com% s "
"primeiro."

#: app/assets/javascripts/app/views/whatsapp/index.jst.eco:14
msgid "You can connect WhatsApp Business Accounts with Zammad."
msgstr ""

#: app/assets/javascripts/app/models/overview.coffee
msgid ""
"You can create **overviews** for your agents and your customers. These have "
"many purposes, such as serving as a to-do list for your agents.\n"
"\n"
"You can also create overviews and limit them to specific agents or to groups "
"of agents."
msgstr ""

#: app/assets/javascripts/app/views/channel/chat.jst.eco:11
msgid ""
"You can create chat widgets for your web pages to allow visitors to chat "
"with you."
msgstr ""
"Você pode criar widgets de bate-papo para suas páginas da Web para permitir "
"que os visitantes conversem com você."

#: app/assets/javascripts/app/views/channel/chat.jst.eco:14
msgid "You can create multiple chat topics."
msgstr "Você pode criar vários tópicos de bate-papo."

#: app/assets/javascripts/app/controllers/_channel/_email_signature.coffee
msgid ""
"You can define a separate signature for each group to use a different "
"signature for each department.\n"
"\n"
"Once you created a signature here, you will also need to edit the groups "
"which should use it."
msgstr ""

#: app/assets/javascripts/app/models/public_link.coffee
msgid ""
"You can define links which are shown e.g. in the footer of Zammad's login "
"screen. These have many purposes, such as displaying a data privacy page for "
"all people using your Zammad instance."
msgstr ""

#: app/assets/javascripts/app/views/facebook/app_config.jst.eco:3
#: app/assets/javascripts/app/views/google/app_config.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:3
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:3
#: app/assets/javascripts/app/views/pre_defined_webhook.jst.eco:15
#: app/assets/javascripts/app/views/telegram/bot_add.jst.eco:3
#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:3
#: app/assets/javascripts/app/views/whatsapp/account_cloud_api.jst.eco:3
#: app/assets/javascripts/app/views/whatsapp/account_phone_number.jst.eco:3
#: app/assets/javascripts/app/views/whatsapp/account_webhook.jst.eco:3
#: app/assets/javascripts/app/views/widget/payload_example.jst.eco:6
#, fuzzy
#| msgid ""
#| "The tutorial on how to manage a %s is hosted on our online documentation "
#| "%l."
msgid ""
"You can find a tutorial on how to manage a %s in our online documentation %l."
msgstr ""
"O tutorial sobre como gerenciar um %s está hospedado em nossa documentação "
"on-line %l."

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:3
#, fuzzy
#| msgid ""
#| "The tutorial on how to manage a %s is hosted on our online documentation "
#| "%l."
msgid ""
"You can find a tutorial on how to manage an %s in our online documentation "
"%l."
msgstr ""
"O tutorial sobre como gerenciar um %s está hospedado em nossa documentação "
"on-line %l."

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:116
#: app/assets/javascripts/app/views/channel/email_archive.jst.eco:7
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:92
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:40
msgid ""
"You can find archived emails in Zammad anytime using the search function, "
"like for any other ticket."
msgstr ""

#: app/assets/javascripts/app/views/profile/token_access.jst.eco:4
#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTokenAccess.vue:182
msgid ""
"You can generate a personal access token for each application you use that "
"needs access to the Zammad API."
msgstr ""
"Pode gerar um token de acesso pessoal para cada aplicação utilizada que "
"necessite de acesso à API Zammad."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLocale.vue:38
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:167
msgid "You can help translating Zammad."
msgstr ""

#: app/assets/javascripts/app/views/channel/email_account_wizard.jst.eco:115
#: app/assets/javascripts/app/views/channel/email_archive.jst.eco:6
#: app/assets/javascripts/app/views/getting_started/email.jst.eco:91
msgid ""
"You can import some of your emails as an \"archive\", which means that no "
"notifications are sent and the tickets will be in a target state that you "
"define."
msgstr ""

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/data-privacy-task.ts:19
msgid "You can no longer see the data privacy task."
msgstr ""

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/group.ts:19
msgid "You can no longer see the group."
msgstr ""

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/organization.ts:18
msgid "You can no longer see the organization."
msgstr ""

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/role.ts:19
msgid "You can no longer see the role."
msgstr ""

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket-article.ts:19
#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/ticket.ts:18
#, fuzzy
#| msgid "You have closed a ticket"
msgid "You can no longer see the ticket."
msgstr "You have closed a ticket"

#: app/frontend/shared/composables/activity-message/activityMessageBuilder/builders/user.ts:18
msgid "You can no longer see the user."
msgstr ""

#: app/assets/javascripts/app/controllers/clues/keyboard_shortcuts_clues.coffee:6
msgid ""
"You can open the Keyboard Shortcuts dialog here and view the new and "
"improved layout, or revert to the old one if you prefer it."
msgstr ""

#: app/assets/javascripts/app/models/knowledge_base.coffee:282
msgid ""
"You can provide different versions of your knowledge base for different "
"locales. Add a language below, then select it in the Knowledge Base Editor "
"to add your translations."
msgstr ""
"Você pode fornecer versões diferentes de sua base de conhecimento para "
"diferentes localidades. Adicione um idioma abaixo e selecione-o no Editor da "
"Base de Conhecimento para adicionar suas traduções."

#: app/assets/javascripts/app/views/login.jst.eco:98
msgid "You can request your password"
msgstr "Você pode solicitar sua senha"

#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:175
#, fuzzy
#| msgid "You can request your password"
msgid "You can request your password here."
msgstr "Você pode solicitar sua senha"

#: app/assets/javascripts/app/views/settings/storage_provider.jst.eco:3
#, fuzzy
#| msgid ""
#| "You can switch between the backend for new attachments even on a system "
#| "that is already in production without any loss of data."
msgid ""
"You can switch between the following backends for new attachments even on a "
"system that is already in production without any loss of data."
msgstr ""
"Você pode alternar entre o back-end de novos anexos, mesmo em um sistema que "
"já está em produção sem perda de dados."

#: app/assets/javascripts/app/views/integration/check_mk.jst.eco:29
msgid "You can use the following script to post the data to %s."
msgstr "Você pode usar o seguinte script para publicar os dados em% s."

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:16
msgid "You currently don't have any tickets."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:40
msgid ""
"You disabled the expert mode. This will downgrade all expert conditions and "
"can lead to data loss in your condition attributes. Please check your "
"conditions before saving."
msgstr ""

#: app/controllers/import_freshdesk_controller.rb:73
#: app/services/service/system/import/apply_freshdesk_configuration.rb:32
msgid "You do not have administrator permission."
msgstr ""

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:424
#, fuzzy
#| msgid "You have not created a ticket yet."
msgid "You don't have more tickets to load."
msgstr "Você ainda não possue nenhum chamado criado."

#: app/frontend/shared/router/guards/before/permission.ts:39
msgid "You don't have the necessary permissions to access this page."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/channel.coffee:29
#: app/frontend/shared/entities/ticket/channel/plugins/whatsapp.ts:40
msgid ""
"You have a 24 hour window to send WhatsApp messages in this conversation. "
"The customer service window closes %s."
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorFooter.vue:49
msgid "You have exceeded the character limit by %s"
msgstr ""

#: app/policies/ticket_policy.rb:65
msgid "You have insufficient permissions to mention other users."
msgstr ""

#: app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue:21
#: app/frontend/apps/desktop/components/layout/LayoutTaskbarTabContent.vue:68
msgid "You have insufficient rights to view this object."
msgstr ""

#: app/frontend/apps/mobile/pages/organization/views/OrganizationDetailView.vue:32
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationOrganization.vue:28
msgid "You have insufficient rights to view this organization."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/routes.ts:33
#: app/frontend/apps/mobile/pages/ticket/views/TicketDetailView.vue:76
msgid "You have insufficient rights to view this ticket."
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationCustomer.vue:34
#: app/frontend/apps/mobile/pages/user/views/UserDetailView.vue:34
msgid "You have insufficient rights to view this user."
msgstr ""

#: app/assets/javascripts/app/controllers/widget/ticket_batch.coffee:56
msgid ""
"You have no change permission or you are a customer for some of the selected "
"tickets."
msgstr ""

#: app/assets/javascripts/app/views/telegram/index.jst.eco:15
msgid "You have no configured %s right now."
msgstr "Você não configurou% s agora."

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:7
msgid "You have no tickets to display in this overview."
msgstr "Não existem tickets para mostrar nesta vista."

#: app/assets/javascripts/app/controllers/_plugin/electron_events.coffee:84
msgid "You have no unread messages"
msgstr ""

#: app/assets/javascripts/app/views/customer_not_ticket_exists.jst.eco:10
#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketList.vue:180
msgid "You have not created a ticket yet."
msgstr "Você ainda não possue nenhum chamado criado."

#: app/assets/javascripts/app/controllers/_profile/avatar.coffee:326
msgid "You have to allow access to your webcam."
msgstr ""

#: app/assets/javascripts/app/views/ticket_zoom/checklist_modal.jst.eco:2
msgid "You have unchecked items in the checklist."
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailViewContent.vue:364
#, fuzzy
#| msgid "Sure to delete this object?"
msgid ""
"You have unchecked items in the checklist. Do you want to handle them before "
"closing this ticket?"
msgstr "Certo de excluir esse objeto?"

#: app/assets/javascripts/app/views/after_auth/two_factor_configuration.jst.eco:4
#: app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue:42
msgid "You must protect your account with two-factor authentication."
msgstr ""

#: app/assets/javascripts/app/views/channel/form.jst.eco:151
#, fuzzy
#| msgid ""
#| "You need to add the following Javascript code snippet to your web page"
msgid "You need to add the following Javascript code snippet to your web page:"
msgstr ""
"Você precisa adicionar o seguinte trecho de código Javascript à sua página "
"da web"

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:5
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:5
#, fuzzy
#| msgid "You need to configure the Zammad endpoints in the %s"
msgid "You need to configure the Zammad endpoints in the %s web interface:"
msgstr "Você precisa configurar o ..."

#: app/assets/javascripts/app/views/integration/cti.jst.eco:5
#, fuzzy
#| msgid "You need to configure the Zammad endpoints in the %s"
msgid "You need to configure the Zammad endpoints in the %s:"
msgstr "Você precisa configurar o ..."

#: app/frontend/apps/desktop/components/CommonTable/CommonAdvancedTable.vue:418
msgid "You reached the table limit of %s tickets (%s remaining)."
msgstr ""

#: app/assets/javascripts/app/controllers/agent_ticket_create.coffee:754
#: app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee:354
#, fuzzy
#| msgid ""
#| "You use %s in text but no attachment is attached. Do you want to continue?"
msgid ""
"You used %s in the text but no attachment could be found. Do you want to "
"continue?"
msgstr ""
"Você usa% s no texto, mas nenhum anexo está anexado. Você quer continuar?"

#: app/assets/javascripts/app/views/login.jst.eco:96
#: app/frontend/apps/desktop/pages/authentication/views/Signup.vue:170
#, fuzzy
#| msgid ""
#| "You're already registered with your email address if you've been in touch "
#| "with our support team."
msgid ""
"You're already registered with your email address if you've been in touch "
"with our Support team."
msgstr ""
"You're already registered with your email address if you've been in touch "
"with our support team."

#: app/assets/javascripts/app/controllers/_ui_element/richtext_additions/embed_video_button.coffee:13
msgid "YouTube or Vimeo address"
msgstr ""

#. This is the template file app/views/mailer/password_change/en.html.erb in ERB/HTML format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/password_change/en.html.erb
msgid ""
"Your #{config.product_name} password has been changed\n"
"\n"
"<p>Hi #{user.firstname},</p>\n"
"<br>\n"
"<p>The password for your #{config.product_name} account <b>#{user.login}</b> "
"has been changed recently.</p>\n"
"<br>\n"
"<p>This activity is not known to you? If not, contact your system "
"administrator.</p>\n"
"<br>\n"
"<p>Your #{config.product_name} Team</p>\n"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/clearbit.coffee:64
msgid "Your API key."
msgstr ""

#: public/assets/form/form.js:37
#, fuzzy
#| msgid "Email"
msgid "Your Email"
msgstr "Email"

#: app/controllers/first_steps_controller.rb:59
msgid "Your Email Configuration"
msgstr "Sua configuração de e-mail"

#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:24
#: app/assets/javascripts/app/views/getting_started/base.jst.eco:17
msgid "Your Logo"
msgstr "Your Logo"

#: public/assets/form/form.js:45
#, fuzzy
#| msgid "Message"
msgid "Your Message…"
msgstr "Mensagem"

#: public/assets/form/form.js:28
#, fuzzy
#| msgid "Full Name"
msgid "Your Name"
msgstr "Full Name"

#: app/assets/javascripts/app/controllers/_profile/token_access.coffee:144
msgid "Your New Personal Access Token"
msgstr "Seu novo token de acesso pessoal"

#: app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingNewAccessTokenFlyout.vue:148
#, fuzzy
#| msgid "Your New Personal Access Token"
msgid "Your Personal Access Token"
msgstr "Seu novo token de acesso pessoal"

#: app/assets/javascripts/app/views/twitter/list.jst.eco:24
msgid ""
"Your Twitter account is not using the Twitter Account Activity API yet and "
"is therefore limited to search terms only. Please add/update the account "
"again via \"add account\"."
msgstr ""

#: app/assets/javascripts/app/views/twitter/list.jst.eco:13
msgid ""
"Your Twitter app is not using the Twitter Account Activity API yet and is "
"therefore limited to search terms only. Please refer to the documentation %l "
"on how to update your account."
msgstr ""

#: app/assets/javascripts/app/views/getting_started/email_pre_configured.jst.eco:7
#: app/frontend/apps/desktop/pages/guided-setup/views/GuidedSetupManual/GuidedSetupManualChannelEmailPreConfigured.vue:59
msgid "Your Zammad has the following email address:"
msgstr ""

#: app/assets/javascripts/app/controllers/_plugin/user_signup_check.coffee:45
#, fuzzy
#| msgid ""
#| "Your account has not been verified. Please click the link in the "
#| "verification email."
msgid ""
"Your account has not been verified. Please click on the link in the "
"verification email."
msgstr ""
"Sua conta não foi verificada. Por favor, clique no link no e-mail de "
"verificação."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:179
#, fuzzy
#| msgid "Full Name"
msgid "Your avatar"
msgstr "Full Name"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:235
#, fuzzy
#| msgid "Woo hoo! Your password has been changed!"
msgid "Your avatar has been changed."
msgstr "Parabéns!  Sua senha foi alterada!"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:267
#, fuzzy
#| msgid "%s Object(s) are updated."
msgid "Your avatar has been deleted."
msgstr "%s Objetos foram atualizados"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue:179
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Your avatar has been uploaded."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/views/exchange/app_config.jst.eco:31
#: app/assets/javascripts/app/views/facebook/app_config.jst.eco:23
#: app/assets/javascripts/app/views/google/app_config.jst.eco:23
#: app/assets/javascripts/app/views/microsoft365/app_config.jst.eco:31
#: app/assets/javascripts/app/views/microsoft_graph/app_config.jst.eco:31
#: app/assets/javascripts/app/views/twitter/app_config.jst.eco:47
#: db/seeds/settings.rb:1397
msgid "Your callback URL"
msgstr "Sua URL callback"

#: app/assets/javascripts/app/controllers/knowledge_base/content_controller.coffee:111
msgid ""
"Your changes may override someone else's changes. Do you really want to save?"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_certificate_issue.jst.eco:6
msgid "Your connection is not private"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingLocale.vue:28
#, fuzzy
#| msgid "Change your language."
msgid "Your language"
msgstr "Trocar idioma"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue:28
#, fuzzy
#| msgid "%s Object(s) are created."
msgid "Your theme has been updated."
msgstr "%s Object(s) estão criados."

#: app/assets/javascripts/app/controllers/customer_ticket_create.coffee:46
#, fuzzy
#| msgid "Unable to verify email. Please contact your administrator."
msgid ""
"Your user role is not allowed to create new tickets. Please contact your "
"administrator."
msgstr ""
"Não é possível verificar o email. Entre em contato com o administrador."

#: app/assets/javascripts/app/views/integration/clearbit.jst.eco:31
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:88
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:70
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:128
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:112
#: app/frontend/apps/desktop/components/layout/LayoutPublicPage/LayoutPublicPage.vue:90
#: app/frontend/apps/mobile/pages/account/views/AccountOverview.vue:84
#: app/frontend/apps/mobile/pages/authentication/components/LoginFooter.vue:33
msgid "Zammad"
msgstr ""

#: app/frontend/shared/components/Form/fields/FieldEditor/useEditorActions.ts:327
#, fuzzy
#| msgid "This is Zammad version %s"
msgid "Zammad Features"
msgstr "Esta versão do Zammad é %s"

#: app/assets/javascripts/app/views/channel/form.jst.eco:148
#, fuzzy
#| msgid ""
#| "Zammad Chat requires jQuery. If you don't already use it on your website "
#| "include it like this:"
msgid ""
"Zammad Forms requires jQuery. If you don't already use it on your website, "
"you can add it like this:"
msgstr ""
"Zammad Chat requer jQuery. Se você ainda não usa em seu site, inclua assim:"

#: db/seeds/community_user_resources.rb:5
msgid "Zammad Foundation"
msgstr ""

#: db/seeds/settings.rb:113
msgid "Zammad Helpdesk"
msgstr ""

#: lib/user_agent.rb:126
msgid "Zammad User Agent"
msgstr ""

#: app/assets/javascripts/app/views/generic/login_preview.jst.eco:4
#: app/assets/javascripts/app/views/login.jst.eco:7
#: app/frontend/apps/desktop/pages/authentication/views/Login.vue:168
#: app/frontend/apps/mobile/pages/authentication/components/LoginHeader.vue:22
msgid ""
"Zammad is currently in maintenance mode. Only administrators can log in. "
"Please wait until the maintenance window is over."
msgstr ""
"O Zammad está atualmente em modo de manutenção. Apenas os administradores "
"podem iniciar sessão. Aguarde até que a janela de manutenção seja encerrada."

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:55
msgid "Zammad is restarting…"
msgstr ""

#: app/assets/javascripts/app/views/widget/switch_back_to_user.jst.eco:2
msgid "Zammad looks like this for \"%s\""
msgstr ""
"Zammad Karma é uma ferramenta poderosa que rastreia e visualizaZammad se "
"parece com isto para \"% s\" es sua produtividade."

#: app/assets/javascripts/app/controllers/_plugin/maintenance.coffee:74
msgid "Zammad requires a restart!"
msgstr ""

#: app/assets/javascripts/app/models/ticket_state.coffee:7
msgid ""
"Zammad uses state types to know what it should do with your state. This "
"allows you to have different types like pending actions, pending reminders "
"or closed states. Take a look at our system object documentation for more "
"information."
msgstr ""

#: app/models/system_report/plugin/version.rb:4
#, fuzzy
#| msgid "This is Zammad version %s"
msgid "Zammad version"
msgstr "Esta versão do Zammad é %s"

#: app/assets/javascripts/app/controllers/import_zendesk.coffee:191
#: app/frontend/apps/desktop/pages/guided-setup/components/GuidedSetupImport/GuidedSetupImportSource/plugins/zendesk.ts:11
msgid "Zendesk"
msgstr ""

#: db/seeds/object_manager_attributes.rb:1285
msgid "Zip"
msgstr "Código Postal"

#. This is the template file app/views/mailer/email_oversized/en.txt.erb in ERB/Text format.
#. Please make sure to translate it to a valid corresponding output structure.
#: app/views/mailer/email_oversized/en.txt.erb
msgid ""
"[undeliverable] Message too large\n"
"Dear #{mail.from_display_name},\n"
"\n"
"Unfortunately your email titled \"#{mail.subject}\" could not be delivered "
"to one or more recipients.\n"
"\n"
"Your message was #{mail.msg_size} MB but we only accept messages up to "
"#{config.postmaster_max_size} MB.\n"
"\n"
"Please reduce the message size and try again. Thank you for your "
"understanding.\n"
"\n"
"Regretfully,\n"
"\n"
"Postmaster of #{config.fqdn}\n"
msgstr ""

#: db/seeds/settings.rb:240
msgid "absolute - e. g. \"Monday 09:30\" or \"Tuesday 23. Feb 14:20\""
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/active.coffee:4
msgid "active"
msgstr "activo"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:40
#, fuzzy
#| msgid "Add"
msgid "add"
msgstr "Adicionar"

#: app/frontend/apps/desktop/components/Form/fields/FieldAutoComplete/useAddUnknownValueAction.ts:28
#: app/frontend/apps/desktop/components/Form/fields/FieldRecipient/FieldRecipientWrapper.vue:27
#, fuzzy
#| msgid "Enter your username or email address"
msgid "add new email address"
msgstr "Digite seu nome de usuário ou endereço de e-mail"

#: app/frontend/apps/desktop/components/Form/fields/FieldRecipient/FieldRecipientWrapper.vue:26
#, fuzzy
#| msgid "November"
msgid "add new phone number"
msgstr "Novembro"

#: app/frontend/apps/desktop/components/Form/fields/FieldTags/FieldTagsWrapper.vue:23
#, fuzzy
#| msgid "Add Tag"
msgid "add new tag"
msgstr "Add Tag"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:169
msgid "add option"
msgstr "adicionar opção"

#: db/seeds/settings.rb:11
msgid "admin"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:67
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "after (absolute)"
msgstr "após (absoluto)"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:479
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:69
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "after (relative)"
msgstr "após (relativo)"

#: app/assets/javascripts/app/views/admin_password_auth/request_sent.jst.eco:8
#: app/assets/javascripts/app/views/password/reset_sent.jst.eco:8
msgid "again"
msgstr "again"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:421
#, fuzzy
#| msgid "Subscribe"
msgid "all subscribers"
msgstr "Subscrever"

#: app/assets/javascripts/app/controllers/_ui_element/timer.coffee:139
msgid "and"
msgstr "e"

#: app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue:70
#, fuzzy
#| msgid "Clearbit"
msgid "apply filter"
msgstr "Clearbit"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:91
msgid "archived"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:55
#: app/assets/javascripts/app/models/overview.coffee:37
#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketOrderBySelector.vue:37
#, fuzzy
#| msgid "pending"
msgid "ascending"
msgstr "pendente"

#: app/assets/javascripts/app/views/ticket_overview/batch_overlay.jst.eco:11
msgid "assign tickets"
msgstr "assign tickets"

#: app/assets/javascripts/app/views/generic/datetime.jst.eco:4
msgid "at"
msgstr "em"

#: app/models/object_manager/attribute.rb:590
#, fuzzy
#| msgid "At least one letter is required"
msgid "at least one letter is required"
msgstr "É necessário pelo menos uma letra"

#: app/assets/javascripts/app/lib/app_post/utils.coffee:1058
#: app/frontend/shared/composables/form/useCheckBodyAttachmentReference.ts:9
msgid "attachment,attached,enclosed,enclosure"
msgstr ""

#: app/models/object_manager/attribute.rb:623
msgid "attribute is not editable"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:173
msgid "auto select"
msgstr "selecionar automaticamente"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:66
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "before (absolute)"
msgstr "antes (absoluto)"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:476
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:68
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "before (relative)"
msgstr "antes (relativo)"

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:41
#: app/assets/javascripts/app/views/sla/index.jst.eco:45
#, fuzzy
msgid "between agent updates"
msgstr "Últimas atualizações"

#: app/assets/javascripts/app/controllers/cti.coffee:163
msgid "busy"
msgstr "busy"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/avatar.ts:24
msgid "camera,image,photo,picture"
msgstr ""

#: app/models/object_manager/attribute.rb:672
msgid "can only be created on postgresql databases"
msgstr ""

#: app/models/object_manager/attribute.rb:665
msgid ""
"can't be altered after creation (you can delete the attribute and create "
"another with the desired value)"
msgstr ""

msgid "can't be blank"
msgstr ""

msgid "can't be empty"
msgstr ""

#: app/models/object_manager/attribute.rb:581
msgid "can't be used because *_id and *_ids are not allowed"
msgstr ""

#: app/models/knowledge_base/category.rb:139
msgid "cannot be a subcategory of the parent category"
msgstr ""

#: db/seeds/ticket_article_types.rb:5
msgid "chat"
msgstr "chat"

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ChecklistBadgeList.vue:50
#, fuzzy
#| msgid "Select item"
msgid "checked"
msgstr "Select item"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:126
#, fuzzy
#| msgid "Checksum"
msgid "checked checklist item '%s'"
msgstr "Checksum"

#: app/assets/javascripts/app/views/object_manager/attribute/multi_tree_select.jst.eco:24
#: app/assets/javascripts/app/views/object_manager/attribute/tree_select.jst.eco:24
msgid "children"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:164
msgid "clear"
msgstr "limpar"

#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:16
#: app/assets/javascripts/app/views/widget/task_item.jst.eco:15
msgid "close"
msgstr "fechar"

#: app/frontend/apps/mobile/components/CommonTicketStateList/CommonTicketStateList.vue:56
#: db/seeds/ticket_state_types.rb:7 db/seeds/ticket_states.rb:23
msgid "closed"
msgstr "fechado"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomerContent.vue:138
#, fuzzy
#| msgid "Closed Tickets"
msgid "closed tickets"
msgstr "Tickets fechados"

#: app/assets/javascripts/app/controllers/cti.coffee:157
msgid "connected"
msgstr "connected"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:139
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:59
msgid "contains"
msgstr "contém"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:141
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:59
msgid "contains all"
msgstr "contém todos"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:142
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:59
msgid "contains all not"
msgstr "não contém todos"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:36
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:140
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:63
msgid "contains not"
msgstr "não contém"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:212
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:59
msgid "contains one"
msgstr "contém um"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:32
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:214
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:59
msgid "contains one not"
msgstr "não contém um"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:87
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:114
#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
#: app/assets/javascripts/app/views/ticket_zoom/meta.jst.eco:6
msgid "created"
msgstr "created"

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketDetailViewHeader.vue:70
#, fuzzy
#| msgid "created"
msgid "created %s"
msgstr "created"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:144
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:539
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:632
msgid "current user"
msgstr "usuário atual"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:427
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:545
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:637
msgid "current user organization"
msgstr "organização do usuário atual"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/password.ts:27
msgid ""
"current,new,confirm,change,current password,new password,confirm password,"
"change password"
msgstr ""

#: app/assets/javascripts/app/controllers/translation.coffee:281
#, fuzzy
#| msgid "customer"
msgid "custom"
msgstr "cliente"

#: app/assets/javascripts/app/lib/mixins/time_accounting_unit.coffee:21
#, fuzzy
#| msgid "customer"
msgid "custom unit"
msgstr "cliente"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:76
msgid "d"
msgstr ""

#: app/models/concerns/can_be_published.rb:101
msgid "date must be no earlier than internal date"
msgstr ""

#: app/models/concerns/can_be_published.rb:107
msgid "date must be no earlier than published date"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:76
msgid "day"
msgstr "dia"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:76
msgid "days"
msgstr "dias"

#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
msgid "deactivated"
msgstr "desativado"

#: app/assets/javascripts/app/views/channel/chat.jst.eco:149
#: db/seeds/signatures.rb:5
msgid "default"
msgstr ""

#: app/assets/javascripts/app/controllers/data_privacy.coffee:191
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/delete.coffee:8
#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:17
msgid "delete"
msgstr "deletar"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:156
#: app/frontend/shared/entities/ticket/channel/composables/useWhatsapp.ts:18
#, fuzzy
#| msgid "Delete Customer"
msgid "delivered to the customer"
msgstr "Deletar Cliente"

#: app/assets/javascripts/app/controllers/ticket_overview/settings.coffee:56
#: app/assets/javascripts/app/models/overview.coffee:38
#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketOrderBySelector.vue:38
#, fuzzy
#| msgid "pending"
msgid "descending"
msgstr "pendente"

#: db/seeds/settings.rb:1229
#, fuzzy
#| msgid "New password"
msgid "developer password"
msgstr "New password"

#: app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco:13
msgid "disconnect"
msgstr "desconectado"

#: app/assets/javascripts/app/models/group.coffee:9
#: db/seeds/object_manager_attributes.rb:2127
msgid "do not reopen ticket after certain time but create new ticket"
msgstr ""

#: app/assets/javascripts/app/models/group.coffee:9
#: db/seeds/object_manager_attributes.rb:2126
msgid "do not reopen ticket but create new ticket"
msgstr ""

#: lib/validations/object_manager/attribute_validator/future_past.rb:30
msgid "does not allow future dates"
msgstr ""

#: lib/validations/object_manager/attribute_validator/future_past.rb:23
msgid "does not allow past dates"
msgstr ""

#: app/assets/javascripts/app/controllers/cti.coffee:164
#, fuzzy
#| msgid "not exist"
msgid "does not exist"
msgstr "Não exite"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:60
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:188
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:87
#, fuzzy
#| msgid "not exist"
msgid "does not match regex"
msgstr "Não exite"

msgid "doesn't match %{attribute}"
msgstr ""

#: app/assets/javascripts/app/views/import/freshdesk.jst.eco:104
#: app/assets/javascripts/app/views/import/kayako.jst.eco:108
#: app/assets/javascripts/app/views/import/otrs.jst.eco:89
#: app/assets/javascripts/app/views/import/zendesk.jst.eco:106
#: app/assets/javascripts/app/views/widget/invite_user.jst.eco:52
msgid "done"
msgstr "feito"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:91
msgid "draft"
msgstr "Rascunho"

#: app/assets/javascripts/app/views/ticket_overview/batch_overlay.jst.eco:3
msgid "drag here to cancel"
msgstr "arraste aqui para cancelar"

#: app/assets/javascripts/app/views/integration/placetel.jst.eco:140
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:124
msgid "e. g. user@example.com"
msgstr ""

#: app/assets/javascripts/app/views/profile/out_of_office.jst.eco:14
msgid "e.g."
msgstr "e.g."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue:47
#, fuzzy
#| msgid "Easter holiday"
msgid "e.g. Easter holiday"
msgstr "Feriado de Páscoa"

#: app/assets/javascripts/app/views/generic/drox.jst.eco:7
msgid "edit"
msgstr ""

#: app/frontend/apps/mobile/composables/useEditedBy.ts:41
msgid "edited %s"
msgstr ""

#: app/frontend/apps/mobile/composables/useEditedBy.ts:44
msgid "edited %s by %s"
msgstr ""

#: app/frontend/apps/mobile/composables/useEditedBy.ts:41
msgid "edited %s by me"
msgstr ""

#: db/seeds/ticket_article_types.rb:3
msgid "email"
msgstr "email"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:99
msgid "email sent to '%s'"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:186
msgid "ends with"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:36
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:186
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:63
msgid "ends with one of"
msgstr ""

#: app/assets/javascripts/app/models/ticket.coffee:84
msgid "escalated"
msgstr "escalated"

#: app/assets/javascripts/app/controllers/_profile/calendar_subscriptions.coffee:19
#: app/assets/javascripts/app/views/ticket_zoom/meta.jst.eco:9
msgid "escalation"
msgstr "escalação"

#: app/frontend/apps/desktop/components/CommonTicketEscalationIndicator/CommonTicketEscalationIndicator.vue:31
#: app/frontend/apps/mobile/components/CommonTicketEscalationIndicator/CommonTicketEscalationIndicator.vue:38
#, fuzzy
#| msgid "escalation"
msgid "escalation %s"
msgstr "escalação"

#: db/seeds/macros.rb:19
msgid "example macro"
msgstr ""

#: db/seeds/ticket_article_types.rb:15
#, fuzzy
msgid "facebook direct-message"
msgstr "twitter mensagem direta"

#: db/seeds/ticket_article_types.rb:11
msgid "facebook feed comment"
msgstr "Comentário do feed do Facebook"

#: db/seeds/ticket_article_types.rb:10
msgid "facebook feed post"
msgstr "Post do feed do Facebook"

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
msgid "failed"
msgstr "failed"

#: db/seeds/ticket_article_types.rb:6
msgid "fax"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:174
msgid "fill in"
msgstr "Preencher"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:175
msgid "fill in empty"
msgstr "Preencher em vazio"

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:50
#: app/assets/javascripts/app/views/sla/index.jst.eco:41
msgid "for an agent to respond"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:61
msgid "forward"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:158
msgid "from"
msgstr "from"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:481
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:73
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "from (relative)"
msgstr "de (relativo)"

#: app/controllers/integration/pgp_controller.rb:48
msgid "gpg (GnuPG) 2.2.0 or newer is required"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:98
msgid "h"
msgstr ""

msgid "has already been taken"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:43
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:70
#: app/assets/javascripts/app/views/object_manager/index.jst.eco:75
msgid "has changed"
msgstr "has changed"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:157
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:184
#, fuzzy
#| msgid "reached"
msgid "has reached"
msgstr "Alcançado"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:159
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:186
#, fuzzy
#| msgid "has changed"
msgid "has reached warning"
msgstr "has changed"

#: app/assets/javascripts/app/views/login.jst.eco:98
msgid "here"
msgstr "here"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:40
msgid "hide"
msgstr "esconder"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:98
msgid "hour"
msgstr "hora"

#: app/assets/javascripts/app/lib/mixins/time_accounting_unit.coffee:9
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:52
#: app/frontend/shared/entities/ticket/composables/useTicketAccountedTime.ts:21
#, fuzzy
#| msgid "Hour(s)"
msgid "hour(s)"
msgstr "Hour(s)"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:98
#: app/assets/javascripts/app/views/sla/index.jst.eco:37
msgid "hours"
msgstr "horas"

#: db/seeds/settings.rb:2086
#, fuzzy
#| msgid "support@example.com"
msgid "https://example.com"
msgstr "support@example.com"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:267
msgid ""
"https://example.com/?q=#{object.attribute_name} - use ticket, user or "
"organization as object"
msgstr ""

#: app/assets/javascripts/app/controllers/idoit_object_selector.coffee:5
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_idoit.coffee:13
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/plugins/idoit.ts:11
msgid "i-doit"
msgstr "i-doit"

#: db/seeds/settings.rb:4947
msgid "i-doit config"
msgstr ""

#: db/seeds/settings.rb:4920
msgid "i-doit integration"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarIdoit/IdoitFlyout.vue:180
#, fuzzy
#| msgid "Used in object views"
msgid "i-doit: Link objects"
msgstr "Usado em vistas de objeto"

#: app/assets/javascripts/app/views/generic/ical_feed.jst.eco:19
msgid "iCalendar links from Google will get fetched once a day"
msgstr "Os links do iCalendar do Google serão obtidos uma vez por dia"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:87
msgid "in %s"
msgstr "in %s"

#: app/frontend/shared/i18n/dates.ts:108
#, fuzzy
#| msgid "in %s"
msgid "in %s days"
msgstr "in %s"

#: app/frontend/shared/i18n/dates.ts:115
#, fuzzy
#| msgid "in hours"
msgid "in %s hours"
msgstr "em horas"

#: app/frontend/shared/i18n/dates.ts:122
#, fuzzy
#| msgid "minutes"
msgid "in %s minutes"
msgstr "minutos"

#: app/frontend/shared/i18n/dates.ts:94
msgid "in %s months"
msgstr ""

#: app/frontend/shared/i18n/dates.ts:101
#, fuzzy
#| msgid "2 weeks"
msgid "in %s weeks"
msgstr "2 semanas"

#: app/frontend/shared/i18n/dates.ts:87
#, fuzzy
#| msgid "in %s"
msgid "in %s years"
msgstr "in %s"

#: app/frontend/shared/i18n/dates.ts:107
#, fuzzy
#| msgid "1 day"
msgid "in 1 day"
msgstr "1 day"

#: app/frontend/shared/i18n/dates.ts:114
#, fuzzy
#| msgid "in hours"
msgid "in 1 hour"
msgstr "em horas"

#: app/frontend/shared/i18n/dates.ts:121
#, fuzzy
#| msgid "minute"
msgid "in 1 minute"
msgstr "minuto"

#: app/frontend/shared/i18n/dates.ts:93
msgid "in 1 month"
msgstr ""

#: app/frontend/shared/i18n/dates.ts:100
#, fuzzy
#| msgid "1 week"
msgid "in 1 week"
msgstr "1 semana"

#: app/frontend/shared/i18n/dates.ts:86
msgid "in 1 year"
msgstr ""

#: app/assets/javascripts/app/views/generic/sla_times.jst.eco:6
msgid "in hours"
msgstr "em horas"

#: app/assets/javascripts/app/views/data_privacy/tasks.jst.eco:32
msgid "in process"
msgstr "em processo"

#: app/assets/javascripts/app/controllers/_ui_element/active.coffee:5
#: app/assets/javascripts/app/lib/app_post/utils.coffee:1433
#: app/assets/javascripts/app/models/webhook.coffee:34
#: app/assets/javascripts/app/views/generic/object_search/item_object.jst.eco:16
#: app/assets/javascripts/app/views/generic/object_search/item_organization.jst.eco:4
msgid "inactive"
msgstr "inactive"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:598
#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:91
msgid "internal"
msgstr "internal"

#: db/seeds/settings.rb:1213
#, fuzzy
#| msgid "internal"
msgid "internal database"
msgstr "internal"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:28
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:96
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:55
msgid "is"
msgstr "is"

#: app/models/knowledge_base/has_unique_title.rb:21
msgid "is already used"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:36
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:183
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:63
msgid "is any of"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:124
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:151
msgid "is in working time"
msgstr "está em horário de trabalho"

msgid "is invalid"
msgstr ""

#: lib/validations/object_manager/attribute_validator/min_max.rb:30
msgid "is larger than the allowed maximum value of %{max_value}"
msgstr ""

#: lib/validations/object_manager/attribute_validator/max_length.rb:25
msgid "is longer than the allowed length %{maxlength}"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:103
#, fuzzy
#| msgid "Account not verified"
msgid "is modified"
msgstr "Conta não verificada"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:104
msgid "is modified to"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:36
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:184
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:63
#, fuzzy
#| msgid "is not"
msgid "is none of"
msgstr "is not"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:28
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:100
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:55
msgid "is not"
msgstr "is not"

#: lib/validations/color_validator.rb:13
msgid "is not a color. Only Hex, RGB and HSL colors are supported."
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/time_accounting_modal.coffee:93
#, fuzzy
#| msgid "Min. size of number"
msgid "is not a number"
msgstr "Tamanho mínimo do número"

msgid "is not a valid URL"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:124
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:151
msgid "is not in working time"
msgstr "não está no horário de trabalho"

#, fuzzy
#| msgid "is not in working time"
msgid "is not included in the list"
msgstr "não está no horário de trabalho"

#: app/assets/javascripts/app/models/_application_model.coffee:63
msgid "is required"
msgstr ""

#: lib/validations/object_manager/attribute_validator/required.rb:15
msgid "is required but missing"
msgstr ""

#, fuzzy
#| msgid "%s required!"
msgid "is reserved"
msgstr "%s requerido"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:113
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:101
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:140
msgid "is set"
msgstr "está definido"

#: lib/validations/object_manager/attribute_validator/min_max.rb:23
msgid "is smaller than the allowed minimum value of %{min_value}"
msgstr ""

msgid "is the wrong length (should be %{count} characters)"
msgstr ""

msgid "is the wrong length (should be 1 character)"
msgstr ""

#: app/models/user.rb:847
msgid "is too long"
msgstr ""

msgid "is too long (maximum is %{count} characters)"
msgstr ""

msgid "is too long (maximum is 1 character)"
msgstr ""

msgid "is too short (minimum is %{count} characters)"
msgstr ""

msgid "is too short (minimum is 1 character)"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarExternalReferences/TicketSidebarExternalIssueTracker/IssueTrackerList/IssueTrackerItem.vue:55
#, fuzzy
#| msgid "Total: %s"
msgid "issue status: %s"
msgstr "Total: %s"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:105
#, fuzzy
#| msgid "has changed"
msgid "just changed"
msgstr "has changed"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:106
#, fuzzy
msgid "just changed to"
msgstr "Alterado"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:30
msgid "just now"
msgstr "just now"

#: db/seeds/settings.rb:2336
msgid "left"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/linkedAccounts.ts:27
msgid "linked accounts,facebook,github,gitlab,google,linkedin,microsoft,saml"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSeparatorMore.vue:18
#: app/frontend/apps/mobile/pages/ticket/components/TicketList/TicketList.vue:140
#, fuzzy
#| msgid "See more"
msgid "load %s more"
msgstr "See more"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:120
msgid "m"
msgstr ""

#: app/frontend/apps/desktop/components/layout/LayoutSidebar/LeftSidebar/LeftSidebarHeader/OnlineNotification/NotificationPopover/NotificationHeader.vue:27
#, fuzzy
#| msgid "Mark all as read"
msgid "mark all as read"
msgstr "Marcar todas como lidas."

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:273
msgid "match all modules"
msgstr "Corresponde a todos os modulos"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:273
msgid "match no modules"
msgstr "não corresponde a nenhum modulo"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:273
msgid "match one module"
msgstr "corresponde a um modulo"

#: app/assets/javascripts/app/views/data_privacy/preview.jst.eco:6
#: app/assets/javascripts/app/views/generic/application_selector.jst.eco:15
#: app/assets/javascripts/app/views/translation/form.jst.eco:5
#, fuzzy
#| msgid "matches"
msgid "matches found"
msgstr "matches"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:60
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:187
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:87
#, fuzzy
#| msgid "matches"
msgid "matches regex"
msgstr "matches"

#: app/assets/javascripts/app/views/cti/caller_log.jst.eco:69
#: app/assets/javascripts/app/views/cti/caller_log_avatar.jst.eco:2
#: app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco:23
#, fuzzy
#| msgid "maybe"
msgid "maybe:"
msgstr "maybe"

#: db/seeds/ticket_state_types.rb:8 db/seeds/ticket_states.rb:29
msgid "merged"
msgstr "fundido"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:89
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:116
#, fuzzy
#| msgid "merged"
msgid "merged into"
msgstr "fundido"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:617
msgid "message"
msgstr ""

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:120
msgid "minute"
msgstr "minuto"

#: app/assets/javascripts/app/lib/mixins/time_accounting_unit.coffee:17
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:56
#: app/frontend/shared/entities/ticket/composables/useTicketAccountedTime.ts:25
#, fuzzy
#| msgid "Minute(s)"
msgid "minute(s)"
msgstr "Minute(s)"

#: app/assets/javascripts/app/lib/app_post/pretty_date.coffee:120
msgid "minutes"
msgstr "minutos"

#: app/models/knowledge_base.rb:225
msgid "must be a valid path or domain"
msgstr ""

msgid "must be accepted"
msgstr ""

msgid "must be an integer"
msgstr ""

msgid "must be blank"
msgstr ""

msgid "must be equal to %{count}"
msgstr ""

msgid "must be even"
msgstr ""

msgid "must be greater than %{count}"
msgstr ""

msgid "must be greater than or equal to %{count}"
msgstr ""

msgid "must be in %{count}"
msgstr ""

msgid "must be less than %{count}"
msgstr ""

msgid "must be less than or equal to %{count}"
msgstr ""

msgid "must be odd"
msgstr ""

msgid "must be other than %{count}"
msgstr ""

#: app/models/knowledge_base.rb:213
msgid "must begin with a slash (\"/\")"
msgstr ""

#, fuzzy
#| msgid "not exist"
msgid "must exist"
msgstr "Não exite"

#: app/models/knowledge_base.rb:221
msgid "must not end with a slash (\"/\")"
msgstr ""

#: app/models/knowledge_base.rb:217
msgid "must not include a protocol (e.g., \"http://\" or \"https://\")"
msgstr ""

#: app/assets/javascripts/app/views/integration/cti.jst.eco:44
#: app/assets/javascripts/app/views/integration/placetel.jst.eco:60
#: app/assets/javascripts/app/views/integration/sipgate.jst.eco:47
msgid "my own note"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSeparatorNew.vue:5
#: db/seeds/ticket_state_types.rb:3 db/seeds/ticket_states.rb:5
msgid "new"
msgstr "novo"

#: app/assets/javascripts/app/controllers/_profile/calendar_subscriptions.coffee:17
msgid "new & open"
msgstr "new & open"

#: app/assets/javascripts/app/controllers/_ui_element/boolean.coffee:10
#: app/assets/javascripts/app/controllers/time_accounting_types.coffee:23
#: app/assets/javascripts/app/models/public_link.coffee:10
#: app/assets/javascripts/app/views/integration/exchange.jst.eco:52
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:32
#: app/assets/javascripts/app/views/object_manager/attribute/boolean.jst.eco:22
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:50
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketSubscribers.vue:63
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:91
#: app/frontend/shared/components/ObjectAttributes/attributes/AttributeBoolean/AttributeBoolean.vue:14
#: app/frontend/shared/entities/object-attributes/form/resolver/fields/active.ts:16
#: db/seeds/settings.rb:613
msgid "no"
msgstr "não"

#: app/assets/javascripts/app/views/monitoring.jst.eco:30
msgid "no issues"
msgstr "no issues"

#: app/assets/javascripts/app/lib/mixins/time_accounting_unit.coffee:5
msgid "no unit"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_article_attachments.coffee:25
#: app/assets/javascripts/app/controllers/ticket_zoom/sidebar_idoit.coffee:63
#: app/assets/javascripts/app/controllers/ticket_zoom/time_unit.coffee:34
#: app/assets/javascripts/app/views/channel/email_account_overview.jst.eco:140
#: app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco:3
#: app/assets/javascripts/app/views/customer_chat/user_list.jst.eco:3
#: app/assets/javascripts/app/views/google/list.jst.eco:95
#: app/assets/javascripts/app/views/integration/idoit_object_result.jst.eco:3
#: app/assets/javascripts/app/views/microsoft365/list.jst.eco:96
#: app/assets/javascripts/app/views/microsoft_graph/list.jst.eco:106
#: app/assets/javascripts/app/views/profile/token_access.jst.eco:27
#: app/assets/javascripts/app/views/widget/ticket_stats_list.jst.eco:7
#: db/seeds/settings.rb:2338
msgid "none"
msgstr "nenhum(a)"

#: app/assets/javascripts/app/controllers/cti.coffee:162
msgid "not reached"
msgstr "Não Alcançado"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:113
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:102
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:140
msgid "not set"
msgstr "não configurado"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:542
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:634
msgid "not set (not defined)"
msgstr "Não setado (não definido)"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/note.coffee:15
#: db/seeds/ticket_article_types.rb:12
msgid "note"
msgstr "Nota"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:97
#, fuzzy
#| msgid "Notification Sender"
msgid "notification sent to '%s'"
msgstr "Notificação de envio."

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/notifications.ts:24
#, fuzzy
#| msgid "Notifications"
msgid "notifications,tickets"
msgstr "Notifications"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:48
#, fuzzy
#| msgid "no"
msgid "now"
msgstr "não"

#: app/models/object_manager/attribute.rb:587
msgid "only lowercase letters, numbers, and '_' are allowed"
msgstr ""

#: app/frontend/apps/mobile/components/CommonTicketStateList/CommonTicketStateList.vue:44
#: db/seeds/ticket_state_types.rb:4 db/seeds/ticket_states.rb:11
msgid "open"
msgstr "aberto"

#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarCustomer/TicketSidebarCustomerContent.vue:131
#, fuzzy
#| msgid "Open Tickets"
msgid "open tickets"
msgstr "Open Tickets"

#: app/assets/javascripts/app/controllers/_channel/google.coffee:279
msgid "optional"
msgstr ""

#: app/assets/javascripts/app/controllers/_integration/pgp.coffee:144
#: app/assets/javascripts/app/views/integration/smime_certificate_add.jst.eco:14
#: app/assets/javascripts/app/views/integration/smime_private_key_add.jst.eco:15
#: app/assets/javascripts/app/views/ssl_certificate_binary_or_text.jst.eco:11
#: app/assets/javascripts/app/views/ssl_certificates_create.jst.eco:14
#: app/frontend/shared/form/i18n/locales.ts:531
msgid "or"
msgstr "ou"

#: app/assets/javascripts/app/views/login.jst.eco:69
msgid "or sign in using"
msgstr "Ou entre usando"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/ticketOverviews.ts:24
msgid "order,sort,overview,ticket,sorting"
msgstr ""

#: app/assets/javascripts/app/controllers/_profile/calendar_subscriptions.coffee:18
msgid "pending"
msgstr "pendente"

#: db/seeds/ticket_state_types.rb:6
msgid "pending action"
msgstr ""

#: db/seeds/ticket_states.rb:35
msgid "pending close"
msgstr "pendente fechado"

#: db/seeds/ticket_state_types.rb:5 db/seeds/ticket_states.rb:17
msgid "pending reminder"
msgstr "lembrar pendentes"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/phone_reply.coffee:12
#: db/seeds/ticket_article_types.rb:7
msgid "phone"
msgstr "Telefone"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:598
#, fuzzy
#| msgid "Public"
msgid "public"
msgstr "Publico"

#: app/assets/javascripts/app/controllers/knowledge_base/content_can_be_published_form.coffee:91
msgid "published"
msgstr "Publicado"

#: app/assets/javascripts/app/lib/mixins/time_accounting_unit.coffee:13
#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TimeAccountingFlyout.vue:54
#: app/frontend/shared/entities/ticket/composables/useTicketAccountedTime.ts:23
msgid "quarter-hour(s)"
msgstr ""

#: app/assets/javascripts/app/models/ticket.coffee:82
msgid "reached"
msgstr "Alcançado"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:140
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "reacted to message from %s '%s'"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:134
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "reacted with a %s to message from %s '%s'"
msgstr "%s terminada alteração para |%s|!"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:153
#: app/frontend/shared/entities/ticket/channel/composables/useWhatsapp.ts:11
#, fuzzy
#| msgid "Create new Customer"
msgid "read by the customer"
msgstr "Criar novo cliente"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:90
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:117
msgid "received merge"
msgstr ""

#: app/assets/javascripts/app/views/widget/two_factor_login/try_another_method.jst.eco:21
msgid "recovery codes"
msgstr ""

#: app/models/checklist/item.rb:102
msgid "reference must not be the checklist ticket."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:103
#, fuzzy
#| msgid "active"
msgid "relative"
msgstr "activo"

#: db/seeds/settings.rb:239
msgid "relative - e. g. \"2 hours ago\" or \"2 days and 15 minutes ago\""
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:40
#: app/assets/javascripts/app/views/profile/linked_accounts.jst.eco:17
msgid "remove"
msgstr "Remover"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:170
msgid "remove option"
msgstr "Remover opção"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:143
#, fuzzy
#| msgid "%s ended switch to |%s|!"
msgid "removed reaction to message from %s '%s'"
msgstr "%s terminada alteração para |%s|!"

#: app/frontend/apps/desktop/pages/ticket-overviews/components/TicketOverviewsSidebar.vue:30
#, fuzzy
#| msgid "Remove"
msgid "reorder items"
msgstr "Apagar"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:10
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/facebook_reply.coffee:8
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/sms_reply.coffee:8
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/telegram.coffee:8
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/twitter_reply.coffee:8
#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/whatsapp_reply.coffee:9
msgid "reply"
msgstr "reply"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/email_reply.coffee:53
#, fuzzy
#| msgid "reply"
msgid "reply all"
msgstr "reply"

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:111
#, fuzzy
#| msgid "%s required!"
msgid "required"
msgstr "%s requerido"

#: db/seeds/settings.rb:2337
msgid "right"
msgstr ""

#: app/assets/javascripts/app/controllers/cti.coffee:154
msgid "ringing"
msgstr "tocando"

#: app/assets/javascripts/app/views/object_manager/attribute/multi_tree_select.jst.eco:27
#: app/assets/javascripts/app/views/object_manager/attribute/tree_select.jst.eco:27
msgid "row"
msgstr ""

#: app/assets/javascripts/app/views/ticket_overview/batch_overlay.jst.eco:6
msgid "run macro"
msgstr "Executar macro"

#: app/frontend/apps/desktop/pages/ticket-overviews/views/TicketOverviews.vue:95
msgid "second level navigation sidebar"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:43
msgid "select"
msgstr "Selecionar"

#: app/frontend/apps/desktop/components/CommonSelect/CommonSelect.vue:352
#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:481
#, fuzzy
#| msgid "set optional"
msgid "select all options"
msgstr "Definir como opcional"

#: app/assets/javascripts/app/views/generic/attachment.jst.eco:9
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:101
msgid "select attachment…"
msgstr "Anexar ficheiro…"

#: app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue:480
#, fuzzy
#| msgid "select"
msgid "select visible options"
msgstr "Selecionar"

#: app/assets/javascripts/app/controllers/article_view/item.coffee:159
#: app/frontend/shared/entities/ticket/channel/composables/useWhatsapp.ts:22
#, fuzzy
#| msgid "Create new Customer"
msgid "sent to the customer"
msgstr "Criar novo cliente"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts:24
msgid "session,sessions,computer,computers,browser,browsers,access"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:171
msgid "set fixed to"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:165
msgid "set mandatory"
msgstr "Definir como obrigatório"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:166
msgid "set optional"
msgstr "Definir como opcional"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:167
msgid "set readonly"
msgstr ""

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/internal.coffee:14
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:41
msgid "set to internal"
msgstr "marcar como interno"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/internal.coffee:8
#: app/assets/javascripts/app/views/ticket_zoom/article_new.jst.eco:38
msgid "set to public"
msgstr "marcar como público"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:40
msgid "show"
msgstr "Mostrar"

#: app/assets/javascripts/app/views/generic/object_search/item_organization_members.jst.eco:10
#: app/assets/javascripts/app/views/organization_profile/object.jst.eco:23
#: app/assets/javascripts/app/views/ticket_zoom/time_unit.jst.eco:26
#: app/assets/javascripts/app/views/user_profile/object.jst.eco:13
#: app/assets/javascripts/app/views/widget/organization.jst.eco:32
#: app/assets/javascripts/app/views/widget/user.jst.eco:18
msgid "show more"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee:110
#, fuzzy
#| msgid "show"
msgid "shown"
msgstr "Mostrar"

#: db/seeds/settings.rb:5149
#, fuzzy
#| msgid "Placetel"
msgid "sipgate.io Token"
msgstr "Placetel"

#: db/seeds/settings.rb:5183
msgid "sipgate.io alternative FQDN"
msgstr ""

#: db/seeds/settings.rb:5170
msgid "sipgate.io config"
msgstr ""

#: db/seeds/settings.rb:5121
msgid "sipgate.io integration"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
msgid "skipped"
msgstr "Pulado"

#: db/seeds/ticket_article_types.rb:4
msgid "sms"
msgstr "sms"

#: app/models/object_manager/attribute.rb:584
msgid "spaces are not allowed"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:428
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:546
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:638
msgid "specific organization"
msgstr "Empresa específica"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:417
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:540
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector_expert.coffee:633
msgid "specific user"
msgstr "specific user"

#: app/assets/javascripts/app/controllers/ticket_zoom/article_action/split.coffee:7
msgid "split"
msgstr "dividir"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:185
#, fuzzy
#| msgid "Start new"
msgid "starts with"
msgstr "Criar novo"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:36
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:185
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:63
#, fuzzy
#| msgid "Start new"
msgid "starts with one of"
msgstr "Criar novo"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/calendar.ts:24
msgid "subscription,calendars,ticket,ical"
msgstr ""

#: app/assets/javascripts/app/views/getting_started/email.jst.eco:16
msgid "support@example.com"
msgstr "support@example.com"

#: app/assets/javascripts/app/controllers/translation.coffee:280
#, fuzzy
#| msgid "System"
msgid "system"
msgstr "Sistema"

#: db/seeds/ticket_article_types.rb:14
msgid "telegram personal-message"
msgstr "mensagem pessoal do telegram"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts:24
msgid "theme,color,style,dark mode,night mode,light mode"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:123
#, fuzzy
#| msgid "Retweets are converted to Tickets"
msgid "this ticket was merged into ticket %s"
msgstr "Retweets são convertidos em tickets"

#: app/frontend/apps/mobile/components/Organization/OrganizationItem.vue:56
#: app/frontend/apps/mobile/components/User/UserItem.vue:32
msgid "ticket"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:116
#, fuzzy
#| msgid "Retweets are converted to Tickets"
msgid "ticket %s was merged into this ticket"
msgstr "Retweets são convertidos em tickets"

#: db/seeds/settings.rb:1154
msgid "ticket.agent"
msgstr ""

#: db/seeds/settings.rb:1162
msgid "ticket.customer"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:480
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:72
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "till (relative)"
msgstr ""

#: db/seeds/settings.rb:241
msgid "timestamp - e. g. \"2018-08-30 14:30\""
msgstr ""

#: app/views/knowledge_base/public/not_found.html.erb:8
msgid "to go to the homepage."
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/basedate.coffee:163
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:65
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
#: app/assets/javascripts/app/controllers/chat.coffee:757
#: app/assets/javascripts/app/views/channel/chat.jst.eco:67
msgid "today"
msgstr "hoje"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/tokenAccess.ts:26
msgid "token access,token,api,access token,application"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/TicketDetailTopBar/TopBarHeader/TicketInformation/TicketInformationBadgeList/ChecklistBadge.vue:8
msgid "tracked in"
msgstr ""

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts:24
msgid "translation,locale,localization"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:103
msgid "trigger '%s' was performed because pending reminder was reached"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:105
msgid "trigger '%s' was performed because ticket was escalated"
msgstr ""

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:107
msgid "trigger '%s' was performed because ticket will escalate soon"
msgstr ""

#: app/assets/javascripts/app/views/password/reset_failed.jst.eco:6
msgid "try again"
msgstr ""

#: db/seeds/ticket_article_types.rb:9
msgid "twitter direct-message"
msgstr "twitter mensagem direta"

#: db/seeds/ticket_article_types.rb:8
msgid "twitter status"
msgstr "twitter status"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts:26
msgid "twofactor,2fa,security key,passkey,authenticator app"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:423
msgid "unassign user"
msgstr "Remover atribuição do usuário"

#: app/assets/javascripts/app/controllers/_application_controller/_modal_generic_history.coffee:128
#, fuzzy
#| msgid "Create new Customer"
msgid "unchecked checklist item '%s'"
msgstr "Criar novo cliente"

#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_perform.coffee:168
msgid "unset readonly"
msgstr ""

#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
msgid "untouched"
msgstr "intocado"

#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:88
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:115
#: app/assets/javascripts/app/views/integration/exchange_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/exchange_summary.jst.eco:4
#: app/assets/javascripts/app/views/integration/ldap_last_import.jst.eco:36
#: app/assets/javascripts/app/views/integration/ldap_summary.jst.eco:4
msgid "updated"
msgstr "updated"

#: app/assets/javascripts/app/controllers/_channel/microsoft_graph.coffee:381
#, fuzzy
#| msgid "current user organization"
msgid "user@your-organization.tld"
msgstr "organização do usuário atual"

#: app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts:24
msgid "vacation,holiday,replacement,time off"
msgstr ""

#: db/seeds/ticket_article_types.rb:13
msgid "web"
msgstr ""

#: app/assets/javascripts/app/views/telegram/bot_edit.jst.eco:15
msgid "welcome message"
msgstr ""

#: app/frontend/apps/desktop/pages/ticket/components/TicketDetailView/ArticleMeta/ArticleMetaWhatsappMessageStatus.vue:31
#: db/seeds/ticket_article_types.rb:16
#, fuzzy
#| msgid "Add Tag"
msgid "whatsapp message"
msgstr "Add Tag"

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:71
msgid "will be created"
msgstr ""

#: app/assets/javascripts/app/views/object_manager/index.jst.eco:73
msgid "will be deleted"
msgstr ""

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:478
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:71
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "within last (relative)"
msgstr "dentro do último (relativo)"

#: app/assets/javascripts/app/controllers/_ui_element/_application_action.coffee:477
#: app/assets/javascripts/app/controllers/_ui_element/_application_selector.coffee:25
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee:70
#: app/assets/javascripts/app/controllers/_ui_element/object_selector.coffee:52
msgid "within next (relative)"
msgstr "dentro do próximo (relativo)"

#: app/assets/javascripts/app/controllers/_ui_element/boolean.coffee:9
#: app/assets/javascripts/app/controllers/time_accounting_types.coffee:22
#: app/assets/javascripts/app/models/group.coffee:9
#: app/assets/javascripts/app/models/public_link.coffee:10
#: app/assets/javascripts/app/views/integration/ldap.jst.eco:32
#: app/assets/javascripts/app/views/object_manager/attribute/boolean.jst.eco:15
#: app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMessagesForm.ts:49
#: app/frontend/apps/desktop/pages/ticket/components/TicketSidebar/TicketSidebarInformation/TicketSidebarInformationContent/TicketSubscribers.vue:62
#: app/frontend/apps/mobile/pages/ticket/views/TicketInformation/TicketInformationDetails.vue:90
#: app/frontend/shared/components/ObjectAttributes/attributes/AttributeBoolean/AttributeBoolean.vue:14
#: app/frontend/shared/entities/object-attributes/form/resolver/fields/active.ts:15
#: db/seeds/object_manager_attributes.rb:1498 db/seeds/settings.rb:612
msgid "yes"
msgstr "sim"

#: app/assets/javascripts/app/views/settings/ticket_number.jst.eco:6
#, fuzzy
#| msgid ""
#| "|Increment| increments the ticket number, the SystemID and the counter "
#| "are used with \"SystemID.Counter\" format (e.g. 1010138, 1010139)."
msgid ""
"|Increment| increases the ticket number. The SystemID and the counter are "
"used with \"SystemID.Counter\" format (e.g. 1010138, 1010139)."
msgstr ""
"|Increment| incrementa o  numero, o SystemID  e o contador é usano no "
"formato  \"SystemID.Counter\"  (ex. 1010138, 1010139)."

#: app/assets/javascripts/app/views/settings/ticket_hook_position.jst.eco:6
msgid "|Left| means |[Ticket#12345] Some Subject|"
msgstr "|Esquerda| significa |[Ticket#12345] qualquer assunto|"

#: app/assets/javascripts/app/views/settings/ticket_hook_position.jst.eco:7
#, fuzzy
#| msgid ""
#| "|None| means |Some Subject| (without ticket number). In the last case you "
#| "should enable \"postmaster___follow___up___search___in\" to recognize "
#| "followups based on email headers and/or body."
msgid ""
"|None| means |Some Subject| (without ticket number), in which case it "
"recognizes follow-ups based on email headers."
msgstr ""
"Nenhum | significa | Algum assunto | (sem número do chamado). No último "
"caso, você deve permitir que \"postmaster___follow___up___search___in\" "
"reconheça os acompanhamentos com base nos cabeçalhos e / ou no corpo do e-"
"mail."

#: app/assets/javascripts/app/views/settings/ticket_hook_position.jst.eco:5
msgid "|Right| means |Some Subject [Ticket#12345]|"
msgstr "|Direita| significa |qualquer assunto [Ticket#12345]|"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:407
#, fuzzy
#| msgid "...add object link URL"
msgid "…add object link URL"
msgstr "...adicionar endereço do objeto"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:400
#, fuzzy
#| msgid "...add object title"
msgid "…add object title"
msgstr "... adicionar título do objeto"

#: app/assets/javascripts/app/controllers/_plugin/keyboard_shortcuts.coffee:607
#, fuzzy
#| msgid "...of whole textarea"
msgid "…of whole text area"
msgstr "... de toda a area de texto"

#: app/assets/javascripts/app/views/dashboard/stats/ticket_waiting_time.jst.eco:3
msgid "∅ Waiting time today"
msgstr "∅ Tempo de Espera Hoje"

#, fuzzy
#~| msgid "Expert"
#~ msgid "Email import mode"
#~ msgstr "Expert"

#, fuzzy
#~| msgid "Import"
#~ msgid "Import as archive"
#~ msgstr "Importar"

#, fuzzy
#~| msgid ""
#~| "Import as regular: |Notifications are sent| and the |tickets are open| - "
#~| "you can find the tickets in the overview of open tickets."
#~ msgid ""
#~ "Import as archive: |No notifications are sent|, the |tickets are closed|, "
#~ "and original timestamps are used. You can still find them in Zammad using "
#~ "the search."
#~ msgstr ""
#~ "Importar como normal: | As notificações são enviadas | e os | tickets "
#~ "estão abertos | - você pode encontrar os tickets na visão geral dos "
#~ "tickets abertos."

#, fuzzy
#~| msgid "Import"
#~ msgid "Import as regular"
#~ msgstr "Importar"

#~ msgid ""
#~ "Import as regular: |Notifications are sent| and the |tickets are open| - "
#~ "you can find the tickets in the overview of open tickets."
#~ msgstr ""
#~ "Importar como normal: | As notificações são enviadas | e os | tickets "
#~ "estão abertos | - você pode encontrar os tickets na visão geral dos "
#~ "tickets abertos."

#, fuzzy
#~| msgid ""
#~| "In addition, we have found emails in your mailbox that are older than %s "
#~| "weeks. You can import such emails as an \"archive\", which means that no "
#~| "notifications are sent and the tickets have the status \"closed\". "
#~| "However, you can find them in Zammad anytime using the search function."
#~ msgid ""
#~ "In addition, emails were found in your mailbox that are older than %s "
#~ "weeks. You can import such emails as an \"archive\", which means that no "
#~ "notifications are sent and the tickets have the status \"closed\". "
#~ "However, you can find them in Zammad anytime using the search function."
#~ msgstr ""
#~ "Além disso, encontramos e-mails em sua caixa de correio com mais de% s "
#~ "semanas. Você pode importar esses e-mails como um \"arquivo\", o que "
#~ "significa que nenhuma notificação é enviada e os tickets têm o status "
#~ "\"fechado\". No entanto, você pode encontrá-los no Zammad a qualquer "
#~ "momento usando a função de pesquisa."

#~ msgid ""
#~ "Should the emails from this mailbox be imported as an archive or as "
#~ "regular emails?"
#~ msgstr ""
#~ "Os e-mails desta caixa de correio devem ser importados como um arquivo ou "
#~ "como e-mails regulares?"

#, fuzzy
#~| msgid ""
#~| "In addition, we have found emails in your mailbox that are older than %s "
#~| "weeks. You can import such emails as an \"archive\", which means that no "
#~| "notifications are sent and the tickets have the status \"closed\". "
#~| "However, you can find them in Zammad anytime using the search function."
#~ msgid ""
#~ "Since the mail server does not support sorting messages by date, it was "
#~ "not possible to detect if there is any mail older than %s weeks in the "
#~ "connected mailbox. You can import such emails as an \"archive\", which "
#~ "means that no notifications are sent and the tickets have the status "
#~ "\"closed\". However, you can find them in Zammad anytime using the search "
#~ "function."
#~ msgstr ""
#~ "Além disso, encontramos e-mails em sua caixa de correio com mais de% s "
#~ "semanas. Você pode importar esses e-mails como um \"arquivo\", o que "
#~ "significa que nenhuma notificação é enviada e os tickets têm o status "
#~ "\"fechado\". No entanto, você pode encontrá-los no Zammad a qualquer "
#~ "momento usando a função de pesquisa."

#, fuzzy
#~| msgid "Unable to verify email. Please contact your administrator."
#~ msgid ""
#~ "Error fetching github information. Please contact your administrator."
#~ msgstr ""
#~ "Não é possível verificar o email. Entre em contato com o administrador."

#, fuzzy
#~| msgid "%s Object(s) are updated."
#~ msgid "The notifcation could not be deleted."
#~ msgstr "%s Objetos foram atualizados"

#, fuzzy
#~| msgid "Add Tag"
#~ msgid "%s on message"
#~ msgstr "Add Tag"

#, fuzzy
#~| msgid "Add Tag"
#~ msgid "%s to message"
#~ msgstr "Add Tag"

#, fuzzy
#~| msgid "Change Objects"
#~ msgid "Changed reaction"
#~ msgstr "Alterar objetos"

#, fuzzy
#~| msgid "Change order"
#~ msgid "Changed reaction to"
#~ msgstr "Alterar pedido"

#, fuzzy
#~| msgid "Select item"
#~ msgid "Checked"
#~ msgstr "Select item"

#, fuzzy
#~| msgid "Merge to Ticket#"
#~ msgid "Merged ticket"
#~ msgstr "Merge to Ticket#"

#, fuzzy
#~| msgid "deactivated"
#~ msgid "Reacted"
#~ msgstr "desativado"

#, fuzzy
#~| msgid "Created at"
#~ msgid "Reacted with"
#~ msgstr "Created at"

#, fuzzy
#~| msgid "Remove"
#~ msgid "Removed"
#~ msgstr "Apagar"

#, fuzzy
#~| msgid "Removes the formatting"
#~ msgid "Removed reaction"
#~ msgstr "Remove a formatação"

#, fuzzy
#~| msgid "Trigger"
#~ msgid "Triggered"
#~ msgstr "Trigger"

#, fuzzy
#~| msgid "Select item"
#~ msgid "Unchecked"
#~ msgstr "Select item"

#, fuzzy
#~| msgid "Import from"
#~ msgid "from %s"
#~ msgstr "Import from"

#, fuzzy
#~| msgid "Welcome message"
#~ msgid "from message"
#~ msgstr "Mensagem de Boas Vindas"

#, fuzzy
#~| msgid "Add Tag"
#~ msgid "on message"
#~ msgstr "Add Tag"

#, fuzzy
#~| msgid "set to public"
#~ msgid "sent to"
#~ msgstr "marcar como público"

#, fuzzy
#~| msgid "Add Tag"
#~ msgid "to message"
#~ msgstr "Add Tag"

#, fuzzy
#~| msgid "%s Object(s) are updated."
#~ msgid "This tab could not be found."
#~ msgstr "%s Objetos foram atualizados"

#, fuzzy
#~| msgid "Edit"
#~ msgid "Editing"
#~ msgstr "Editar"

#, fuzzy
#~| msgid "Close tab"
#~ msgid "Side panel"
#~ msgstr "Fechar aba"

#, fuzzy
#~| msgid "Allow users to create new tags."
#~ msgid "Allow users to create new checklists."
#~ msgstr "Permitir aos utilizadores criar novas tags."

#, fuzzy
#~| msgid "Allow users to add new tags."
#~ msgid "Allow users to add new checklists."
#~ msgstr "Permitir aos utilizadores adicionar novas tags."

#, fuzzy
#~| msgid "Checksum"
#~ msgid "Tracked by checklist item by"
#~ msgstr "Checksum"

#~ msgid "Attached"
#~ msgstr "Anexo"

#, fuzzy
#~| msgid "closed"
#~ msgid "Enclosed"
#~ msgstr "fechado"

#, fuzzy
#~| msgid "close"
#~ msgid "Enclosure"
#~ msgstr "fechar"

#, fuzzy
#~| msgid "reached"
#~ msgid "attached"
#~ msgstr "Alcançado"

#, fuzzy
#~| msgid "Attachments"
#~ msgid "attachment"
#~ msgstr "Anexos"

#, fuzzy
#~| msgid "closed"
#~ msgid "enclosed"
#~ msgstr "fechado"

#, fuzzy
#~| msgid "close"
#~ msgid "enclosure"
#~ msgstr "fechar"

#, fuzzy
#~| msgid "Article"
#~ msgid "Article Type"
#~ msgstr "Article"

#, fuzzy
#~| msgid "set to internal"
#~ msgid "Set to external"
#~ msgstr "marcar como interno"

#, fuzzy
#~| msgid "Select Template"
#~ msgid "Checklist Templates"
#~ msgstr "Selecionar Modelo"

#, fuzzy
#~| msgid "Cancel Upload"
#~ msgid "Cancel Update"
#~ msgstr "Cancel Upload"

#, fuzzy
#~| msgid "Ticket update"
#~ msgid "Ticket Update"
#~ msgstr "Atualização de Ticket"

#, fuzzy
#~| msgid "Ticket update"
#~ msgid "Ticket Detail"
#~ msgstr "Atualização de Ticket"

#, fuzzy
#~| msgid "Block Notifications"
#~ msgid "Ticket Information Injection Key"
#~ msgstr "Bloco de Notificações"

#, fuzzy
#~| msgid "Enter your username or email address"
#~ msgid "Group has no email address."
#~ msgstr "Digite seu nome de usuário ou endereço de e-mail"

#, fuzzy
#~| msgid "Apply"
#~ msgid "Apple"
#~ msgstr "Aplicar"

#, fuzzy
#~| msgid "Slack"
#~ msgid "Black"
#~ msgstr "Slack"

#, fuzzy
#~| msgid "Yellow"
#~ msgid "Cello"
#~ msgstr "Amarelo"

#, fuzzy
#~| msgid "Easter holiday"
#~ msgid "Eastern Blue"
#~ msgstr "Feriado de Páscoa"

#, fuzzy
#~| msgid "Blue"
#~ msgid "Fun Blue"
#~ msgstr "Azul"

#, fuzzy
#~| msgid "Normal"
#~ msgid "Korma"
#~ msgstr "Normal"

#, fuzzy
#~| msgid "Purple"
#~ msgid "Medium Purple"
#~ msgstr "Roxo"

#, fuzzy
#~| msgid "Green"
#~ msgid "Moss Green"
#~ msgstr "Green"

#, fuzzy
#~| msgid "Purple"
#~ msgid "Purple Heart"
#~ msgstr "Roxo"

#, fuzzy
#~| msgid "Wed"
#~ msgid "Red"
#~ msgstr "Quarta"

#, fuzzy
#~| msgid "Cancel"
#~ msgid "Seance"
#~ msgstr "Cancelar"

#, fuzzy
#~| msgid "Blue"
#~ msgid "Sky Blue"
#~ msgstr "Azul"

#, fuzzy
#~| msgid "The test run was successful."
#~ msgid "Profile appearance updated successfully."
#~ msgstr "O teste executou com sucesso."

#~ msgid "customer"
#~ msgstr "cliente"

#~ msgid "Access to %s"
#~ msgstr "Acesso a %s"

#~ msgid "Change %s"
#~ msgstr "Change %s"

#, fuzzy
#~| msgid "Channel"
#~ msgid "Channel - Form"
#~ msgstr "Canal"

#, fuzzy
#~| msgid "Channel"
#~ msgid "Channel - WhatsApp"
#~ msgstr "Canal"

#~ msgid "User Preferences"
#~ msgstr "User Preferences"

#, fuzzy
#~| msgid ""
#~| "Login failed. Have you double-checked your credentials and completed the "
#~| "email verification step?"
#~ msgid ""
#~ "There is no stored configuration for this two-factor authentication "
#~ "method."
#~ msgstr ""
#~ "O login falhou. Verificou as suas credenciais e completou o passo da "
#~ "validação de email?"

#, fuzzy
#~| msgid "Signature"
#~ msgid "Capture"
#~ msgstr "Assinatura"

#, fuzzy
#~| msgid "Calendars"
#~ msgid "Calendar days"
#~ msgstr "Calendars"

#, fuzzy
#~| msgid "Calendar"
#~ msgid "Calendar wrapper"
#~ msgstr "Calendário"

#, fuzzy
#~| msgid "clear"
#~ msgid "Clear"
#~ msgstr "limpar"

#, fuzzy
#~| msgid "Proxy Settings"
#~ msgid "Filter settings…"
#~ msgstr "Configurações de Proxy"

#, fuzzy
#~| msgid "Filter"
#~ msgid "filter"
#~ msgstr "Filtro"

#, fuzzy
#~| msgid "A new version of Zammad is available, please reload your browser."
#~ msgid "To see the updated translation, please reload your browser."
#~ msgstr ""
#~ "Um nova versão do Zammad está disponível, por favor recarregue o seu "
#~ "navegador."

#, fuzzy
#~| msgid "Create a Test Ticket"
#~ msgid "Sticker"
#~ msgstr "Criar um Ticket de teste"

#, fuzzy
#~| msgid "At least one letter is required"
#~ msgid "Text or Attachment is required."
#~ msgstr "É necessário pelo menos uma letra"

#~ msgid "Access to Customer Tickets based on current_user and organization"
#~ msgstr ""
#~ "Acesso aos Tickets de Cliente baseado no utilizador atual e na organização"

#~ msgid "to"
#~ msgstr "para"

#~ msgid " to "
#~ msgstr " para "

#~ msgid "Date & Time"
#~ msgstr "Date & Time"

#~ msgid ""
#~ "If you want to translate it via the translation table, just go ahead "
#~ "below."
#~ msgstr ""
#~ "Se você quer traduzir isso através da tabela de tradução, comece abaixo."

#~ msgid "Original"
#~ msgstr "Original"

#~ msgid "Reset changes"
#~ msgstr "resetar alterações"

#, fuzzy
#~| msgid "Reset changes"
#~ msgid "Resetting changes…"
#~ msgstr "resetar alterações"

#~ msgid "Words"
#~ msgstr "Palavras"

#, fuzzy
#~| msgid "Words"
#~ msgid "Words:"
#~ msgstr "Palavras"

#~ msgid "is the same"
#~ msgstr "is the same"

#~ msgid "not translated"
#~ msgstr "não traduzido"

#, fuzzy
#~| msgid ""
#~| "We detected OTRS BPM processes which can't get imported into Zammad, "
#~| "since we currently don't support these kind of workflows."
#~ msgid ""
#~ "We detected OTRS BPM processes that can't get imported into Zammad since "
#~ "we currently don't support this kind of workflows."
#~ msgstr ""
#~ "Detectamos processos OTRS BPM que não podem ser importados para o Zammad, "
#~ "já que atualmente não suportamos esse tipo de fluxo de trabalho."

#, fuzzy
#~| msgid ""
#~| "We found a lot of dynamic fields which are not common in Zammad, as we "
#~| "follow a different approach to ticket attributes. Zammad uses also tags "
#~| "in addition to custom fields to classify tickets. This difference can "
#~| "create a new philosophy of your ticket attributes / tags compared to "
#~| "your current use of dynamic fields in OTRS."
#~ msgid ""
#~ "We found a lot of dynamic fields which are not common in Zammad, as we "
#~ "take a different approach to ticket attributes. Zammad also uses tags in "
#~ "addition to custom fields to classify tickets. This difference can create "
#~ "a new philosophy of your ticket attributes / tags compared to your "
#~ "current use of dynamic fields in OTRS."
#~ msgstr ""
#~ "Encontramos muitos campos dinâmicos que não são comuns no Zammad, pois "
#~ "seguimos uma abordagem diferente para atributos de ticket. O Zammad "
#~ "também usa tags, além de campos personalizados para classificar os "
#~ "tickets. Essa diferença pode criar uma nova filosofia de atributos / tags "
#~ "de ticket em comparação com o uso atual de campos dinâmicos no OTRS."

#, fuzzy
#~| msgid "Archive"
#~ msgid "archive"
#~ msgstr "Arquivar"

#, fuzzy
#~| msgid "select"
#~ msgid "select all"
#~ msgstr "Selecionar"

#~ msgid "A URL looks like this: https://zammad.example.com"
#~ msgstr "Um URL tem este aspeto: https://zammad.example.com"

#, fuzzy
#~| msgid "A URL looks like this: https://zammad.example.com"
#~ msgid "should look like this: https://zammad.example.com"
#~ msgstr "Um URL tem este aspeto: https://zammad.example.com"

#~ msgid "Administrator account already created"
#~ msgstr "Conta de administrador já criada"

#, fuzzy
#~| msgid "Sign up"
#~ msgid "Signup"
#~ msgstr "Cadastro"

#, fuzzy
#~| msgid "Tickets of Organization"
#~ msgid "Unable to create token for the user."
#~ msgstr "Ticket de Organização"

#, fuzzy
#~| msgid "Unable to save Bot."
#~ msgid "Unable to generate token."
#~ msgstr "Incapaz de salvar Bot"

#, fuzzy
#~| msgid "Resend verification email"
#~ msgid "Unable to resend verification email."
#~ msgstr "Reenviar email de verificação"

#, fuzzy
#~| msgid "Unable to save Bot."
#~ msgid "Unable to send email to the user."
#~ msgstr "Incapaz de salvar Bot"

#~ msgid "removed"
#~ msgstr "removido"

#, fuzzy
#~| msgid "Overview"
#~ msgid "Overviews are …"
#~ msgstr "Visão geral"

#, fuzzy
#~| msgid "Webhook"
#~ msgid "Public Links are …"
#~ msgstr "Webhook"

#, fuzzy
#~| msgid "Scheduler"
#~ msgid "Schedulers are …"
#~ msgstr "Agendador"

#, fuzzy
#~| msgid "Triggers"
#~ msgid "Triggers are …"
#~ msgstr "Triggers"

#, fuzzy
#~| msgid "Webhook"
#~ msgid "Webhooks are …"
#~ msgstr "Webhook"

#, fuzzy
#~| msgid "Min. size of number"
#~ msgid "is not a User or Ticket"
#~ msgstr "Tamanho mínimo do número"

#, fuzzy
#~| msgid "Deleted Organization"
#~ msgid "Delete Organization"
#~ msgstr "Organização deletada"

#, fuzzy
#~| msgid "My Organization Tickets"
#~ msgid "Organization (censored):"
#~ msgstr "My Organization Tickets"

#~ msgid ""
#~ "Article could not be created. An unsupported key other than 'article."
#~ "note' was provided."
#~ msgstr ""
#~ "O artigo não pode ser criado. Foi fornecida uma outra chave não suportada "
#~ "que não 'article.note'."

#, fuzzy
#~| msgid "reply"
#~ msgid "1 new reply"
#~ msgstr "reply"

#~ msgid "You can use regular expression by using \"regex:your_reg_exp\"."
#~ msgstr ""
#~ "Você pode usar uma expressão regular usando \"regex: your_reg_exp\"."

#~ msgid "regex match"
#~ msgstr "regex corresponde"

#~ msgid "regex mismatch"
#~ msgstr "regex não corresponde"

#, fuzzy
#~| msgid "No results found"
#~ msgid "No secret key found."
#~ msgstr "Sem resultados"

#, fuzzy
#~| msgid "When notification is being sent."
#~ msgid "Certificate for %s found."
#~ msgstr "Quando a notificação está sendo enviada."

#, fuzzy
#~| msgid "Assigned"
#~ msgid "Unsigned"
#~ msgstr "Assigned"

#, fuzzy
#~| msgid "Discard your unsaved changes."
#~ msgid "You have unsaved changes."
#~ msgstr "Descartar mudanças não salvas."

#~ msgid "skip"
#~ msgstr "pular"

#, fuzzy
#~| msgid ""
#~| "Here you can create new tickets. Also if you have the permissions you "
#~| "can create new customers and organizations."
#~ msgid ""
#~ "Here you can create new tickets. Also, if you have the permission, you "
#~ "can create new customers and organizations."
#~ msgstr ""
#~ "Aqui você pode criar novos ingressos. Além disso, se você tem as "
#~ "permissões, pode criar novos clientes e organizações."

#~ msgid "Perform action of the following"
#~ msgstr "Executas as ações em "

#~ msgid "About"
#~ msgstr "Acerca"

#, fuzzy
#~| msgid "Display name"
#~ msgid "Display in new tab"
#~ msgstr "Nome"

#, fuzzy
#~| msgid "Authentication via %s"
#~ msgid "Authentication via"
#~ msgstr "Authentication via %s"

#, fuzzy
#~| msgid "internal"
#~ msgid "Make internal"
#~ msgstr "internal"

#, fuzzy
#~| msgid "Edit Customer"
#~ msgid "Edit customer"
#~ msgstr "Editar cliente"

#, fuzzy
#~| msgid "Edit Organization"
#~ msgid "Edit organization"
#~ msgstr "Editar Organização"

#, fuzzy
#~| msgid "Ticket %s created!"
#~ msgid "Ticket Create"
#~ msgstr "Ticket %s created!"

#~ msgid "Choose attributes and then save them as a new template."
#~ msgstr "Escolha atributos e depois salve-os como um novo modelo."

#~ msgid "Save new template"
#~ msgstr "Salvar novo modelo"

#~ msgid "Beginner"
#~ msgstr "Iniciante"

#~ msgid "Evangelist"
#~ msgstr "Evangelista"

#~ msgid "Hero"
#~ msgstr "Heroi"

#~ msgid "Intermediate"
#~ msgstr "Intermediário"

#~ msgid "Karma Level"
#~ msgstr "Nivel de carma"

#~ msgid "Karma Trends"
#~ msgstr "Tendências de carma"

#~ msgid "Master"
#~ msgstr "Master"

#~ msgid "Newbie"
#~ msgstr "Newbie"

#~ msgid "Professional"
#~ msgstr "Profissional"

#~ msgid "Usage of advanced features"
#~ msgstr "Uso de recursos avançados"

#~ msgid "What affects your Zammad Karma?"
#~ msgstr "O que afeta seu Zammad Karma?"

#~ msgid "You are an |%s|."
#~ msgstr "Voce esta em |%s|."

#~ msgid "You have answered a ticket within 1h"
#~ msgstr "Você respondeu a um chamado dentro de 1h"

#~ msgid "You have closed a ticket"
#~ msgstr "You have closed a ticket"

#~ msgid "You have created a ticket"
#~ msgstr "You have created a ticket"

#~ msgid "You have escalated tickets"
#~ msgstr "You have escalated tickets"

#~ msgid "You have tickets that are over 2 days overdue"
#~ msgstr "Você tem mais de 2 dias de atraso"

#, fuzzy
#~| msgid ""
#~| "You |accumulate positive Karma| when you regularly answer and close "
#~| "tickets on time and when you use advanced features such as text modules, "
#~| "ticket reminders or tagging tickets. Zammad |Karma will decrease| when "
#~| "you have re-opend tickets, escalated tickets or tickets that are two or "
#~| "more days overdue."
#~ msgid ""
#~ "You |accumulate positive Karma| when you regularly answer and close "
#~ "tickets on time and when you use advanced features such as text modules, "
#~ "ticket reminders, or tagging tickets. Zammad |Karma will decrease| when "
#~ "you have re-opened tickets, escalated tickets, or tickets that are two or "
#~ "more days overdue."
#~ msgstr ""
#~ "Você | acumula Karma positivo | quando você atende e fecha regularmente "
#~ "os tickets a tempo e quando usa recursos avançados, como módulos de "
#~ "texto, lembretes de tickets ou marcação de tickets. Zammad | Karma "
#~ "diminuirá | quando você tiver reencontrado tickets, bilhetes escalados ou "
#~ "tickets com dois ou mais dias de atraso."

#~ msgid "Your current level"
#~ msgstr "Seu nível atual"

#~ msgid "Your karma is |%s|."
#~ msgstr "Seu karma é |% s |."

#~ msgid "Zammad Karma"
#~ msgstr "Zammad Karma"

#~ msgid ""
#~ "Zammad Karma is a powerful tool that tracks and visualizes your "
#~ "productivity."
#~ msgstr ""
#~ "O Zammad Karma é uma ferramenta poderosa que rastreia e visualiza sua "
#~ "produtividade."

#, fuzzy
#~| msgid "Loading..."
#~ msgid "Loading..."
#~ msgstr "A carregar..."

#, fuzzy
#~| msgid "Notification"
#~ msgid "Read notification"
#~ msgstr "Notification"

#~ msgid "You have no configured account right now."
#~ msgstr "Você não tem conta configurada no momento."

#, fuzzy
#~| msgid "Order"
#~ msgid " Order"
#~ msgstr "Pedido"

#, fuzzy
#~| msgid "Reporting"
#~ msgid "Sorting"
#~ msgstr "Relatórios"

#~ msgid "Activates lost password feature for users."
#~ msgstr "Activates lost password feature for users."

#, fuzzy
#~| msgid "Name"
#~ msgid "me"
#~ msgstr "Nome"

#~ msgid "Copy to clipboard: Ctrl+C, Enter"
#~ msgstr "Copiar para área de transferência: Ctrl+C, Enter..."

#~ msgid "Tag"
#~ msgstr "Tag"

#~ msgid "This service enables Zammad to connect with your LDAP server."
#~ msgstr ""
#~ "Este serviço possibilita que o Zammad conecte-se com seu servidor LDAP"

#~ msgid "Send client stats"
#~ msgstr "Send client stats"

#~ msgid ""
#~ "Send client stats/error message to central server to improve the "
#~ "usability."
#~ msgstr ""
#~ "Enviar  mensagem de estatisticas ou erros do cliente para o servidor "
#~ "central para melhorar a estabilidade."

#, fuzzy
#~| msgid "Select"
#~ msgid "Select..."
#~ msgstr "Selecionar"

#~ msgid "Group by Direction"
#~ msgstr "Grupo por Direção"

#~ msgid "Order by Direction"
#~ msgstr "Ordem por direção"

#~ msgid "Configure Base"
#~ msgstr "Configure Base"

#~ msgid "Client storage"
#~ msgstr "Armazenamento de Cliente"

#~ msgid ""
#~ "Use client storage to cache data to enhance performance of application."
#~ msgstr ""
#~ "Use o armazenamento do cliente para armazenar dados em cache para "
#~ "melhorar o desempenho do aplicativo."

#~ msgid "by"
#~ msgstr "por"

#, fuzzy
#~ msgid "Response Time"
#~ msgstr "First Response Time"

#~ msgid "TextModule"
#~ msgstr "Módulo de texto"

#~ msgid "of"
#~ msgstr "de"

#~ msgid "Successful!"
#~ msgstr "Successful!"

#~ msgid "Update successful!"
#~ msgstr "Update successful!"

#~ msgid "Cc"
#~ msgstr "Cc"

#~ msgid "Customers in the organization can view each other items."
#~ msgstr "Os clientes da organização podem ver os outros itens."

#~ msgid "Escalated"
#~ msgstr "Escalated"

#~ msgid ""
#~ "Last customer contact (with consideration an agent has replied to it)"
#~ msgstr "último contato de cliente (considerando o agente que o respondeu)."

#~ msgid ""
#~ "Last customer contact (without consideration an agent has replied to it)"
#~ msgstr ""
#~ " Ultimo contato com cliente (Desconsiderando  o agente que o respondeu)"

#~ msgid "Pending reached"
#~ msgstr "Pendentes"

#, fuzzy
#~| msgid ""
#~| "Sets the last customer contact based on the last contact of a customer "
#~| "or on the last contact of a customer to whom an agent has not yet "
#~| "responded."
#~ msgid ""
#~ "Sets the last customer contact based on either the last contact of the "
#~ "customer in general or on the last contact of the customer that has not "
#~ "received a response."
#~ msgstr ""
#~ "Define o último contato do cliente com base no último contato de um "
#~ "cliente ou no último contato de um cliente para o qual um agente ainda "
#~ "não respondeu."

#~ msgid "Sure?"
#~ msgstr "Sure?"

#~ msgid "Maximum size in MB of emails."
#~ msgstr "Tamanho máximo em MB de emails."

#, fuzzy
#~| msgid "Unable to load data..."
#~ msgid "Unable to load data…"
#~ msgstr "Não foi possível carregar informação..."

#~ msgid "Setup new System"
#~ msgstr "Configurar novo sistema"

#~ msgid "You are welcome! Just ask me something!"
#~ msgstr "Bem Vindo ! Pergunte alguma coisa !"

#~ msgid "migrate from another system"
#~ msgstr "migrate from another system"

#~ msgid "Or"
#~ msgstr "Or"

#~ msgid "Please select a group first, before you mention a user!"
#~ msgstr ""
#~ "Por favor selecione um grupo primeiro antes de escolher o utilizador!"

#, fuzzy
#~| msgid "Attention: When creating a ticket an e-mail is sent."
#~ msgid "Attention: When creating a ticket an email is sent."
#~ msgstr "Atenção: Ao criar um ticket, um e-mail é enviado."

#~ msgid "Call Inbound"
#~ msgstr "Ligações Recebidas"

#~ msgid "Call Outbound"
#~ msgstr "Ligações Realizadas"

#~ msgid "Please fill also some text in!"
#~ msgstr "Por favor, preencha também algum texto!"

#~ msgid "Search..."
#~ msgstr "Search..."

#~ msgid "Sending..."
#~ msgstr "Sending..."

#~ msgid "Article Last Sender"
#~ msgstr "Último artigo enviado"

#~ msgid "Automatically show chat"
#~ msgstr "Automatically show chat"

#~ msgid "Default caller id"
#~ msgstr "ID padrão do chamador"

#~ msgid "Login with %s"
#~ msgstr "Entrar em %s"

#~ msgid "Timeframe for every following response."
#~ msgstr "Prazo para cada resposta seguinte."