mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 23:41:28 +01:00
295 lines
15 KiB
Plaintext
295 lines
15 KiB
Plaintext
# en_US lang file for module ticket
|
||
# Copyright (C) 2013 Jean-François FERRY <hello@librethic.io>
|
||
#
|
||
# This program is free software: you can redistribute it and/or modify
|
||
# it under the terms of the GNU General Public License as published by
|
||
# the Free Software Foundation, either version 3 of the License, or
|
||
# (at your option) any later version.
|
||
#
|
||
# This program is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
# GNU General Public License for more details.
|
||
#
|
||
# You should have received a copy of the GNU General Public License
|
||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
||
#
|
||
# Generic
|
||
#
|
||
|
||
Module56000Name=Tickets
|
||
Module56000Desc=Sistema de tickets para gerenciamento de problemas ou solicitações
|
||
|
||
Permission56001=Ver tickets
|
||
Permission56002=Modificar tickets
|
||
Permission56003=Eliminar tickets
|
||
Permission56004=Gerir tickets
|
||
Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
|
||
|
||
TicketDictType=Ticket - Types
|
||
TicketDictCategory=Ticket - Groupes
|
||
TicketDictSeverity=Ticket - Severities
|
||
TicketTypeShortBUGSOFT=Lógica do sistema de desconexão
|
||
TicketTypeShortBUGHARD=Disfonctionnement matériel
|
||
TicketTypeShortCOM=Questão comercial
|
||
TicketTypeShortINCIDENT=Pedir assistência
|
||
TicketTypeShortPROJET=Projeto
|
||
TicketTypeShortOTHER=Outro
|
||
|
||
TicketSeverityShortLOW=Baixo
|
||
TicketSeverityShortNORMAL=Normal
|
||
TicketSeverityShortHIGH=Alto
|
||
TicketSeverityShortBLOCKING=Crítico / Bloqueio
|
||
|
||
ErrorBadEmailAddress=Campo '%s' incorreto
|
||
MenuTicketMyAssign=Os meus tickets
|
||
MenuTicketMyAssignNonClosed=Os meus pedidos abertos
|
||
MenuListNonClosed=Abrir pedidos
|
||
|
||
TypeContact_ticket_internal_CONTRIBUTOR=Colaborador
|
||
TypeContact_ticket_internal_SUPPORTTEC=Usuário atribuído
|
||
TypeContact_ticket_external_SUPPORTCLI=Contato com o cliente / acompanhamento de incidentes
|
||
TypeContact_ticket_external_CONTRIBUTOR=Colaborador externo
|
||
|
||
OriginEmail=Fonte de e-mail
|
||
Notify_TICKET_SENTBYMAIL=Send ticket message by email
|
||
|
||
# Status
|
||
NotRead=Não lido
|
||
Read=Ler
|
||
Assigned=Atribuído
|
||
InProgress=Em progresso
|
||
NeedMoreInformation=Waiting for information
|
||
Answered=Respondidas
|
||
Waiting=Em espera
|
||
Closed=Fechado
|
||
Deleted=Excluído
|
||
|
||
# Dict
|
||
Type=Tipo
|
||
Category=Analytic code
|
||
Severity=Severidade
|
||
|
||
# Email templates
|
||
MailToSendTicketMessage=Para enviar email da mensagem do ticket
|
||
|
||
#
|
||
# Admin page
|
||
#
|
||
TicketSetup=Configuração do módulo Ticket
|
||
TicketSettings=Definições
|
||
TicketSetupPage=
|
||
TicketPublicAccess=Uma interface pública que não requer identificação está disponível no seguinte url
|
||
TicketSetupDictionaries=The type of ticket, severity and analytic codes are configurable from dictionaries
|
||
TicketParamModule=Configuração da variável do módulo
|
||
TicketParamMail=Configuração de e-mail
|
||
TicketEmailNotificationFrom=E-mail de notificação de
|
||
TicketEmailNotificationFromHelp=Utilizado como exemplo na mensagem de resposta do ticket
|
||
TicketEmailNotificationTo=E-mail de notificações para
|
||
TicketEmailNotificationToHelp=Envie notificações por email para este endereço.
|
||
TicketNewEmailBodyLabel=Text message sent after creating a ticket
|
||
TicketNewEmailBodyHelp=O texto especificado aqui será inserido no email confirmando a criação de um novo ticket a partir da interface pública. Informações sobre a consulta do ticket são automaticamente adicionadas.
|
||
TicketParamPublicInterface=Configuração da interface pública
|
||
TicketsEmailMustExist=Exigir um endereço de email existente para criar um ticket
|
||
TicketsEmailMustExistHelp=Na interface pública, o endereço de email já deve estar preenchido no banco de dados para criar um novo ticket.
|
||
PublicInterface=Interface pública
|
||
TicketUrlPublicInterfaceLabelAdmin=Alternative URL for public interface
|
||
TicketUrlPublicInterfaceHelpAdmin=It is possible to define an alias to the web server and thus make available the public interface with another URL (the server must act as a proxy on this new URL)
|
||
TicketPublicInterfaceTextHomeLabelAdmin=Texto de boas vindas da interface pública
|
||
TicketPublicInterfaceTextHome=Você pode criar um ticket ou visualização de suporte existente a partir do ticket de rastreamento do identificador.
|
||
TicketPublicInterfaceTextHomeHelpAdmin=O texto aqui definido aparecerá na home page da interface pública.
|
||
TicketPublicInterfaceTopicLabelAdmin=Título da interface
|
||
TicketPublicInterfaceTopicHelp=Este texto aparecerá como o título da interface pública.
|
||
TicketPublicInterfaceTextHelpMessageLabelAdmin=Texto de ajuda para a entrada da mensagem
|
||
TicketPublicInterfaceTextHelpMessageHelpAdmin=Este texto aparecerá acima da área de entrada de mensagens do usuário.
|
||
ExtraFieldsTicket=Atributos extras
|
||
TicketCkEditorEmailNotActivated=O editor de HTML não está ativado. Coloque o conteúdo de FCKEDITOR_ENABLE_MAIL em 1 para obtê-lo.
|
||
TicketsDisableEmail=Não envie e-mails para criação de tickets ou gravação de mensagens
|
||
TicketsDisableEmailHelp=Por padrão, os emails são enviados quando novos tickets ou mensagens são criados. Ative esta opção para desativar * todas as notificações por e-mail
|
||
TicketsLogEnableEmail=Ativar log por email
|
||
TicketsLogEnableEmailHelp=A cada alteração, um e-mail será enviado ** para cada contato ** associado ao ticket.
|
||
TicketParams=Params
|
||
TicketsShowModuleLogo=Exibe o logotipo do módulo na interface pública
|
||
TicketsShowModuleLogoHelp=Ative esta opção para ocultar o módulo de logotipo nas páginas da interface pública
|
||
TicketsShowCompanyLogo=Exibir o logotipo da empresa na interface pública
|
||
TicketsShowCompanyLogoHelp=Ative esta opção para ocultar o logotipo da empresa principal nas páginas da interface pública
|
||
TicketsEmailAlsoSendToMainAddress=Também enviar notificação para o endereço de email principal
|
||
TicketsEmailAlsoSendToMainAddressHelp=Ative esta opção para enviar um email para o endereço "Notificação de email de" (veja a configuração abaixo)
|
||
TicketsLimitViewAssignedOnly=Restrict the display to tickets assigned to the current user (not effective for external users, always be limited to the third party they depend on)
|
||
TicketsLimitViewAssignedOnlyHelp=Somente tickets atribuídos ao usuário atual ficarão visíveis. Não se aplica a um usuário com direitos de gerenciamento de tickets.
|
||
TicketsActivatePublicInterface=Ativar interface pública
|
||
TicketsActivatePublicInterfaceHelp=A interface pública permite que qualquer visitante crie tickets.
|
||
TicketsAutoAssignTicket=Atribuir automaticamente o usuário que criou o ticket
|
||
TicketsAutoAssignTicketHelp=Ao criar um ticket, o usuário pode ser atribuído automaticamente ao ticket.
|
||
TicketNumberingModules=Módulo de numeração de ingressos
|
||
TicketNotifyTiersAtCreation=Notify third party at creation
|
||
TicketGroup=Grupo
|
||
TicketsDisableCustomerEmail=Always disable emails when a ticket is created from public interface
|
||
#
|
||
# Index & list page
|
||
#
|
||
TicketsIndex=Área de Pedidos
|
||
TicketList=Lista de tickets
|
||
TicketAssignedToMeInfos=This page display ticket list created by or assigned to current user
|
||
NoTicketsFound=Nenhum ticket encontrado
|
||
NoUnreadTicketsFound=No unread ticket found
|
||
TicketViewAllTickets=Ver todos os bilhetes
|
||
TicketViewNonClosedOnly=Ver apenas bilhetes abertos
|
||
TicketStatByStatus=Tickets por estado
|
||
|
||
#
|
||
# Ticket card
|
||
#
|
||
Ticket=Bilhete
|
||
TicketCard=Ficha do ticket
|
||
CreateTicket=Criar ticket
|
||
EditTicket=Editar ticket
|
||
TicketsManagement=Gestão de tickets
|
||
CreatedBy=Criado por
|
||
NewTicket=Novo ticket
|
||
SubjectAnswerToTicket=Bilhete de resposta
|
||
TicketTypeRequest=Tipo de solicitação
|
||
TicketCategory=Analytic code
|
||
SeeTicket=Ver ticket
|
||
TicketMarkedAsRead=O ticket foi marcado como lido
|
||
TicketReadOn=Lido a
|
||
TicketCloseOn=Data de Encerramento
|
||
MarkAsRead=Marcar ticket como lido
|
||
TicketHistory=Histórico de tickets
|
||
AssignUser=Atribuir ao usuário
|
||
TicketAssigned=Bilhete agora é atribuído
|
||
TicketChangeType=Alterar tipo
|
||
TicketChangeCategory=Change analytic code
|
||
TicketChangeSeverity=Alterar a severidade
|
||
TicketAddMessage=Adicionar uma mensagem
|
||
AddMessage=Adicionar uma mensagem
|
||
MessageSuccessfullyAdded=Ticket adicionado
|
||
TicketMessageSuccessfullyAdded=Mensagem adicionada com sucesso
|
||
TicketMessagesList=Lista de mensagens
|
||
NoMsgForThisTicket=Nenhuma mensagem para este ticket
|
||
Properties=Classificação
|
||
LatestNewTickets=Últimos bilhetes %s mais recentes (não lidos)
|
||
TicketSeverity=Severidade
|
||
ShowTicket=Ver ticket
|
||
RelatedTickets=Tickets relacionados
|
||
TicketAddIntervention=Criar intervenção
|
||
CloseTicket=Fechar ticket
|
||
CloseATicket=Fechar um ticket
|
||
ConfirmCloseAticket=Confirmar o fecho do ticket
|
||
ConfirmDeleteTicket=Por favor confirme a eliminação do ticket
|
||
TicketDeletedSuccess=Ticket eliminado com sucesso
|
||
TicketMarkedAsClosed=Ticket marcado como fechado
|
||
TicketDurationAuto=Duração calculada
|
||
TicketDurationAutoInfos=Duração calculada automaticamente a partir de intervenções relacionadas
|
||
TicketUpdated=Ticket atualizado
|
||
SendMessageByEmail=Enviar mensagem por email
|
||
TicketNewMessage=Nova mensagem
|
||
ErrorMailRecipientIsEmptyForSendTicketMessage=O destinatário está vazio. Nenhum email enviado
|
||
TicketGoIntoContactTab=Por favor, vá para a aba "Contatos" para selecioná-los
|
||
TicketMessageMailIntro=Introdução
|
||
TicketMessageMailIntroHelp=Este texto é adicionado apenas no início do email e não será salvo.
|
||
TicketMessageMailIntroLabelAdmin=Introdução à mensagem ao enviar e-mail
|
||
TicketMessageMailIntroText=Olá, <br> Uma nova resposta foi enviada em um ticket que você contata. Aqui está a mensagem: <br>
|
||
TicketMessageMailIntroHelpAdmin=Este texto será inserido antes do texto da resposta a um ticket.
|
||
TicketMessageMailSignature=Assinatura
|
||
TicketMessageMailSignatureHelp=Este texto é adicionado somente no final do email e não será salvo.
|
||
TicketMessageMailSignatureText=<p> Atenciosamente, </ p> <p> - </ p>
|
||
TicketMessageMailSignatureLabelAdmin=Assinatura do email de resposta
|
||
TicketMessageMailSignatureHelpAdmin=Este texto será inserido após a mensagem de resposta.
|
||
TicketMessageHelp=Apenas este texto será salvo na lista de mensagens no cartão do ticket.
|
||
TicketMessageSubstitutionReplacedByGenericValues=As variáveis de substituição são substituídas por valores genéricos.
|
||
TimeElapsedSince=Tempo decorrido desde
|
||
TicketTimeToRead=Tempo decorrido antes de ler
|
||
TicketContacts=Ticket dos contactos
|
||
TicketDocumentsLinked=Documentos ligados ao ticket
|
||
ConfirmReOpenTicket=Confirmar reabertura deste ticket?
|
||
TicketMessageMailIntroAutoNewPublicMessage=A new message was posted on the ticket with the subject %s:
|
||
TicketAssignedToYou=Ticket atribuído
|
||
TicketAssignedEmailBody=Foi-lhe atribuído o ticket #%s por %s
|
||
MarkMessageAsPrivate=Marcar mensagem como privada
|
||
TicketMessagePrivateHelp=Esta mensagem não será exibida para usuários externos
|
||
TicketEmailOriginIssuer=Emissor na origem dos bilhetes
|
||
InitialMessage=Mensagem inicial
|
||
LinkToAContract=Link para um contrato
|
||
TicketPleaseSelectAContract=Selecione um contrato
|
||
UnableToCreateInterIfNoSocid=Can not create an intervention when no third party is defined
|
||
TicketMailExchanges=Trocas de correio
|
||
TicketInitialMessageModified=Mensagem inicial modificada
|
||
TicketMessageSuccesfullyUpdated=Mensagem atualizada com sucesso
|
||
TicketChangeStatus=Alterar o estado
|
||
TicketConfirmChangeStatus=Confirm the status change: %s ?
|
||
TicketLogStatusChanged=Status changed: %s to %s
|
||
TicketNotNotifyTiersAtCreate=Não notificar a empresa na criação
|
||
Unread=Não lida
|
||
|
||
#
|
||
# Logs
|
||
#
|
||
TicketLogMesgReadBy=Ticket %s read by %s
|
||
NoLogForThisTicket=Ainda não há registro para este ticket
|
||
TicketLogAssignedTo=Ticket %s assigned to %s
|
||
TicketLogPropertyChanged=Ticket %s modified: classification from %s to %s
|
||
TicketLogClosedBy=Ticket %s closed by %s
|
||
TicketLogReopen=Ticket %s re-opened
|
||
|
||
#
|
||
# Public pages
|
||
#
|
||
TicketSystem=Sistema de tickets
|
||
ShowListTicketWithTrackId=Exibir lista de tickets do ID da faixa
|
||
ShowTicketWithTrackId=Exibir ticket do ID da faixa
|
||
TicketPublicDesc=Você pode criar um ticket de suporte ou verificar a partir de um ID existente.
|
||
YourTicketSuccessfullySaved=O ticket foi guardado com sucesso!
|
||
MesgInfosPublicTicketCreatedWithTrackId=Foi criado um novo ticket com o ID %s.
|
||
PleaseRememberThisId=Por favor, mantenha o número de rastreamento que podemos perguntar mais tarde.
|
||
TicketNewEmailSubject=Confirmação de criação de bilhetes
|
||
TicketNewEmailSubjectCustomer=Novo ticket de suporte
|
||
TicketNewEmailBody=Este é um email automático para confirmar que você registrou um novo ticket.
|
||
TicketNewEmailBodyCustomer=Este é um email automático para confirmar que um novo ticket acaba de ser criado na sua conta.
|
||
TicketNewEmailBodyInfosTicket=Informações para monitorar o ticket
|
||
TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
|
||
TicketNewEmailBodyInfosTrackUrl=Você pode ver o progresso do ticket clicando no link acima.
|
||
TicketNewEmailBodyInfosTrackUrlCustomer=Você pode ver o progresso do ticket na interface específica clicando no seguinte link
|
||
TicketEmailPleaseDoNotReplyToThisEmail=Por favor, não responda diretamente a este e-mail! Use o link para responder na interface.
|
||
TicketPublicInfoCreateTicket=Este formulário permite que você registre um ticket de suporte em nosso sistema de gerenciamento.
|
||
TicketPublicPleaseBeAccuratelyDescribe=Por favor descreva com precisão o problema. Forneça a melhor informação possível para podermos identificar o mais corretamente possível o seu pedido.
|
||
TicketPublicMsgViewLogIn=Insira o código de acompanhamento do bilhete
|
||
TicketTrackId=Public Tracking ID
|
||
OneOfTicketTrackId=One of your tracking ID
|
||
ErrorTicketNotFound=Ticket with tracking ID %s not found!
|
||
Subject=Assunto
|
||
ViewTicket=Ver ticket
|
||
ViewMyTicketList=Ver a minha lista de tickets
|
||
ErrorEmailMustExistToCreateTicket=Error: email address not found in our database
|
||
TicketNewEmailSubjectAdmin=Novo ticket criado
|
||
TicketNewEmailBodyAdmin=<p>Ticket has just been created with ID #%s, see information:</p>
|
||
SeeThisTicketIntomanagementInterface=Veja o ticket na interface de gerenciamento
|
||
TicketPublicInterfaceForbidden=The public interface for the tickets was not enabled
|
||
ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
|
||
OldUser=Old user
|
||
NewUser=Novo Utilizador
|
||
NumberOfTicketsByMonth=Number of tickets per month
|
||
NbOfTickets=Number of tickets
|
||
# notifications
|
||
TicketNotificationEmailSubject=Ticket %s atualizado
|
||
TicketNotificationEmailBody=Esta é uma mensagem automática para notificá-lo de que o ticket %s acabou de ser atualizado
|
||
TicketNotificationRecipient=Destinatário da notificação
|
||
TicketNotificationLogMessage=Mensagem de log
|
||
TicketNotificationEmailBodyInfosTrackUrlinternal=Visualizar ticket na interface
|
||
TicketNotificationNumberEmailSent=Notification email sent: %s
|
||
|
||
ActionsOnTicket=Events on ticket
|
||
|
||
#
|
||
# Boxes
|
||
#
|
||
BoxLastTicket=Últimos ingressos criados
|
||
BoxLastTicketDescription=Últimos %s criado ingressos
|
||
BoxLastTicketContent=
|
||
BoxLastTicketNoRecordedTickets=Nenhum ticket recente não lido
|
||
BoxLastModifiedTicket=Últimos tickets modificados
|
||
BoxLastModifiedTicketDescription=Últimos %s tickets modificados
|
||
BoxLastModifiedTicketContent=
|
||
BoxLastModifiedTicketNoRecordedTickets=Nenhum ticket modificado recentemente
|