ticket.lang 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. # en_US lang file for module ticket
  2. # Copyright (C) 2013 Jean-François FERRY <hello@librethic.io>
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  16. #
  17. # Generic
  18. #
  19. Module56000Name=Tickets
  20. Module56000Desc=Sistema de tickets para gerenciamento de problemas ou solicitações
  21. Permission56001=Ver tickets
  22. Permission56002=Modificar tickets
  23. Permission56003=Eliminar tickets
  24. Permission56004=Gerir tickets
  25. Permission56005=See tickets of all third parties (not effective for external users, always be limited to the third party they depend on)
  26. Permission56006=Export tickets
  27. Tickets=Tickets
  28. TicketDictType=Ticket - Types
  29. TicketDictCategory=Ticket - Groupes
  30. TicketDictSeverity=Ticket - Severities
  31. TicketDictResolution=Ticket - Resolution
  32. TicketTypeShortCOM=Questão comercial
  33. TicketTypeShortHELP=Request for functionnal help
  34. TicketTypeShortISSUE=Issue or bug
  35. TicketTypeShortPROBLEM=Problem
  36. TicketTypeShortREQUEST=Change or enhancement request
  37. TicketTypeShortPROJET=Projeto
  38. TicketTypeShortOTHER=Outro
  39. TicketSeverityShortLOW=Baixo
  40. TicketSeverityShortNORMAL=Normal
  41. TicketSeverityShortHIGH=Alto
  42. TicketSeverityShortBLOCKING=Critical, Blocking
  43. TicketCategoryShortOTHER=Outro
  44. ErrorBadEmailAddress=Campo '%s' incorreto
  45. MenuTicketMyAssign=Os meus tickets
  46. MenuTicketMyAssignNonClosed=Os meus pedidos abertos
  47. MenuListNonClosed=Abrir pedidos
  48. TypeContact_ticket_internal_CONTRIBUTOR=Colaborador
  49. TypeContact_ticket_internal_SUPPORTTEC=Usuário atribuído
  50. TypeContact_ticket_external_SUPPORTCLI=Contato com o cliente / acompanhamento de incidentes
  51. TypeContact_ticket_external_CONTRIBUTOR=Colaborador externo
  52. OriginEmail=Reporter Email
  53. Notify_TICKET_SENTBYMAIL=Send ticket message by email
  54. ExportDataset_ticket_1=Tickets
  55. # Status
  56. Read=Ler
  57. Assigned=Atribuído
  58. InProgress=Em progresso
  59. NeedMoreInformation=Waiting for reporter feedback
  60. NeedMoreInformationShort=Waiting for feedback
  61. Answered=Respondidas
  62. Waiting=Em espera
  63. SolvedClosed=Solved
  64. Deleted=Excluído
  65. # Dict
  66. Type=Tipo
  67. Severity=Severidade
  68. TicketGroupIsPublic=Group is public
  69. TicketGroupIsPublicDesc=If a ticket group is public, it will be visible in the form when creating a ticket from the public interface
  70. # Email templates
  71. MailToSendTicketMessage=Para enviar email da mensagem do ticket
  72. #
  73. # Admin page
  74. #
  75. TicketSetup=Configuração do módulo Ticket
  76. TicketSettings=Definições
  77. TicketSetupPage=
  78. TicketPublicAccess=Uma interface pública que não requer identificação está disponível no seguinte url
  79. TicketSetupDictionaries=The type of ticket, severity and analytic codes are configurable from dictionaries
  80. TicketParamModule=Configuração da variável do módulo
  81. TicketParamMail=Configuração de e-mail
  82. TicketEmailNotificationFrom=Sender e-mail for notification on answers
  83. TicketEmailNotificationFromHelp=Sender e-mail to use to send the notification email when an answer is provided inside the backoffice. For example noreply@example.com
  84. TicketEmailNotificationTo=Notify ticket creation to this e-mail address
  85. TicketEmailNotificationToHelp=If present, this e-mail address will be notified of a ticket creation
  86. TicketNewEmailBodyLabel=Text message sent after creating a ticket
  87. 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.
  88. TicketParamPublicInterface=Configuração da interface pública
  89. TicketsEmailMustExist=Exigir um endereço de email existente para criar um ticket
  90. TicketsEmailMustExistHelp=Na interface pública, o endereço de email já deve estar preenchido no banco de dados para criar um novo ticket.
  91. TicketCreateThirdPartyWithContactIfNotExist=Ask name and company name for unknown emails.
  92. TicketCreateThirdPartyWithContactIfNotExistHelp=Check if a thirdparty or a contact exists for the email entered. If not, ask a name and a company name to create a third party with contact.
  93. PublicInterface=Interface pública
  94. TicketUrlPublicInterfaceLabelAdmin=Alternative URL for public interface
  95. 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)
  96. TicketPublicInterfaceTextHomeLabelAdmin=Texto de boas vindas da interface pública
  97. TicketPublicInterfaceTextHome=Você pode criar um ticket ou visualização de suporte existente a partir do ticket de rastreamento do identificador.
  98. TicketPublicInterfaceTextHomeHelpAdmin=O texto aqui definido aparecerá na home page da interface pública.
  99. TicketPublicInterfaceTopicLabelAdmin=Título da interface
  100. TicketPublicInterfaceTopicHelp=Este texto aparecerá como o título da interface pública.
  101. TicketPublicInterfaceTextHelpMessageLabelAdmin=Texto de ajuda para a entrada da mensagem
  102. TicketPublicInterfaceTextHelpMessageHelpAdmin=Este texto aparecerá acima da área de entrada de mensagens do usuário.
  103. ExtraFieldsTicket=Atributos extras
  104. TicketCkEditorEmailNotActivated=O editor de HTML não está ativado. Coloque o conteúdo de FCKEDITOR_ENABLE_MAIL em 1 para obtê-lo.
  105. TicketsDisableEmail=Não envie e-mails para criação de tickets ou gravação de mensagens
  106. 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
  107. TicketsLogEnableEmail=Ativar log por email
  108. TicketsLogEnableEmailHelp=A cada alteração, um e-mail será enviado ** para cada contato ** associado ao ticket.
  109. TicketParams=Params
  110. TicketsShowModuleLogo=Exibe o logotipo do módulo na interface pública
  111. TicketsShowModuleLogoHelp=Ative esta opção para ocultar o módulo de logotipo nas páginas da interface pública
  112. TicketsShowCompanyLogo=Exibir o logotipo da empresa na interface pública
  113. TicketsShowCompanyLogoHelp=Ative esta opção para ocultar o logotipo da empresa principal nas páginas da interface pública
  114. TicketsEmailAlsoSendToMainAddress=Also send a notification to the main email address
  115. TicketsEmailAlsoSendToMainAddressHelp=Enable this option to also send an email to the address defined into setup "%s" (see tab "%s")
  116. 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)
  117. 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.
  118. TicketsActivatePublicInterface=Ativar interface pública
  119. TicketsActivatePublicInterfaceHelp=A interface pública permite que qualquer visitante crie tickets.
  120. TicketsAutoAssignTicket=Atribuir automaticamente o usuário que criou o ticket
  121. TicketsAutoAssignTicketHelp=Ao criar um ticket, o usuário pode ser atribuído automaticamente ao ticket.
  122. TicketNumberingModules=Módulo de numeração de ingressos
  123. TicketsModelModule=Document templates for tickets
  124. TicketNotifyTiersAtCreation=Notify third party at creation
  125. TicketsDisableCustomerEmail=Always disable emails when a ticket is created from public interface
  126. TicketsPublicNotificationNewMessage=Send email(s) when a new message/comment is added to a ticket
  127. TicketsPublicNotificationNewMessageHelp=Send email(s) when a new message is added from public interface (to assigned user or the notifications email to (update) and/or the notifications email to)
  128. TicketPublicNotificationNewMessageDefaultEmail=Notifications email to (update)
  129. TicketPublicNotificationNewMessageDefaultEmailHelp=Send an email to this address for each new message notifications if the ticket doesn't have a user assigned to it or if the user doesn't have any known email.
  130. TicketsAutoReadTicket=Automatically mark the ticket as read (when created from backoffice)
  131. TicketsAutoReadTicketHelp=Automatically mark the ticket as read when created from backoffice. When ticket is create from the public interface, ticket remains with the status "Not Read".
  132. TicketsDelayBeforeFirstAnswer=A new ticket should receive a first answer before (hours):
  133. TicketsDelayBeforeFirstAnswerHelp=If a new ticket has not received an answer after this time period (in hours), an important warning icon will be displayed in the list view.
  134. TicketsDelayBetweenAnswers=An unresolved ticket should not be unactive during (hours):
  135. TicketsDelayBetweenAnswersHelp=If an unresolved ticket that has already received an answer has not had further interaction after this time period (in hours), a warning icon will be displayed in the list view.
  136. TicketsAutoNotifyClose=Automatically notify thirdparty when closing a ticket
  137. TicketsAutoNotifyCloseHelp=When closing a ticket, you will be proposed to send a message to one of thirdparty's contacts. On mass closing, a message will be sent to one contact of the thirdparty linked to the ticket.
  138. TicketWrongContact=Provided contact is not part of current ticket contacts. Email not sent.
  139. TicketChooseProductCategory=Product category for ticket support
  140. TicketChooseProductCategoryHelp=Select the product category of ticket support. This will be used to automatically link a contract to a ticket.
  141. TicketUseCaptchaCode=Use graphical code (CAPTCHA) when creating a ticket
  142. TicketUseCaptchaCodeHelp=Adds CAPTCHA verification when creating a new ticket.
  143. #
  144. # Index & list page
  145. #
  146. TicketsIndex=Tickets area
  147. TicketList=Lista de tickets
  148. TicketAssignedToMeInfos=This page display ticket list created by or assigned to current user
  149. NoTicketsFound=Nenhum ticket encontrado
  150. NoUnreadTicketsFound=No unread ticket found
  151. TicketViewAllTickets=Ver todos os bilhetes
  152. TicketViewNonClosedOnly=Ver apenas bilhetes abertos
  153. TicketStatByStatus=Tickets por estado
  154. OrderByDateAsc=Sort by ascending date
  155. OrderByDateDesc=Sort by descending date
  156. ShowAsConversation=Show as conversation list
  157. MessageListViewType=Show as table list
  158. ConfirmMassTicketClosingSendEmail=Automatically send emails when closing tickets
  159. ConfirmMassTicketClosingSendEmailQuestion=Do you want to notify thirdparties when closing these tickets ?
  160. #
  161. # Ticket card
  162. #
  163. Ticket=Bilhete
  164. TicketCard=Ficha do ticket
  165. CreateTicket=Criar ticket
  166. EditTicket=Editar ticket
  167. TicketsManagement=Gestão de tickets
  168. CreatedBy=Criado por
  169. NewTicket=Novo ticket
  170. SubjectAnswerToTicket=Bilhete de resposta
  171. TicketTypeRequest=Tipo de solicitação
  172. TicketCategory=Ticket categorization
  173. SeeTicket=Ver ticket
  174. TicketMarkedAsRead=O ticket foi marcado como lido
  175. TicketReadOn=Lido a
  176. TicketCloseOn=Data de Encerramento
  177. MarkAsRead=Marcar ticket como lido
  178. TicketHistory=Histórico de tickets
  179. AssignUser=Atribuir ao usuário
  180. TicketAssigned=Bilhete agora é atribuído
  181. TicketChangeType=Alterar tipo
  182. TicketChangeCategory=Change analytic code
  183. TicketChangeSeverity=Alterar a severidade
  184. TicketAddMessage=Add private message
  185. MessageSuccessfullyAdded=Ticket adicionado
  186. TicketMessageSuccessfullyAdded=Mensagem adicionada com sucesso
  187. TicketMessagesList=Lista de mensagens
  188. NoMsgForThisTicket=Nenhuma mensagem para este ticket
  189. TicketProperties=Classification
  190. LatestNewTickets=Últimos bilhetes %s mais recentes (não lidos)
  191. TicketSeverity=Severidade
  192. ShowTicket=Ver ticket
  193. RelatedTickets=Tickets relacionados
  194. TicketAddIntervention=Criar intervenção
  195. CloseTicket=Close|Solve
  196. AbandonTicket=Abandon
  197. CloseATicket=Close|Solve a ticket
  198. ConfirmCloseAticket=Confirmar o fecho do ticket
  199. ConfirmAbandonTicket=Do you confirm the closing of the ticket to status 'Abandonned'
  200. ConfirmDeleteTicket=Por favor confirme a eliminação do ticket
  201. TicketDeletedSuccess=Ticket eliminado com sucesso
  202. TicketMarkedAsClosed=Ticket marcado como fechado
  203. TicketDurationAuto=Duração calculada
  204. TicketDurationAutoInfos=Duração calculada automaticamente a partir de intervenções relacionadas
  205. TicketUpdated=Ticket atualizado
  206. SendMessageByEmail=Enviar mensagem por email
  207. TicketNewMessage=Nova mensagem
  208. ErrorMailRecipientIsEmptyForSendTicketMessage=O destinatário está vazio. Nenhum email enviado
  209. TicketGoIntoContactTab=Por favor, vá para a aba "Contatos" para selecioná-los
  210. TicketMessageMailIntro=Message header
  211. TicketMessageMailIntroHelp=Este texto é adicionado apenas no início do email e não será salvo.
  212. TicketMessageMailIntroText=Hello,<br>A new answer has been added to a ticket that you follow. Here is the message:<br>
  213. TicketMessageMailIntroHelpAdmin=This text will be inserted before the answer when replying to a ticket from Dolibarr
  214. TicketMessageMailFooter=Message footer
  215. TicketMessageMailFooterHelp=This text is added only at the end of the message sent by email and will not be saved.
  216. TicketMessageMailFooterText=Message sent by <b>%s</b> via Dolibarr
  217. TicketMessageMailFooterHelpAdmin=This text will be inserted after the response message.
  218. TicketMessageHelp=Apenas este texto será salvo na lista de mensagens no cartão do ticket.
  219. TicketMessageSubstitutionReplacedByGenericValues=As variáveis ​​de substituição são substituídas por valores genéricos.
  220. ForEmailMessageWillBeCompletedWith=For email messages sent to external users, the message will be completed with
  221. TimeElapsedSince=Tempo decorrido desde
  222. TicketTimeToRead=Tempo decorrido antes de ler
  223. TicketTimeElapsedBeforeSince=Time elapsed before / since
  224. TicketContacts=Ticket dos contactos
  225. TicketDocumentsLinked=Documentos ligados ao ticket
  226. ConfirmReOpenTicket=Confirmar reabertura deste ticket?
  227. TicketMessageMailIntroAutoNewPublicMessage=A new message was posted on the ticket with the subject %s:
  228. TicketAssignedToYou=Ticket atribuído
  229. TicketAssignedEmailBody=Foi-lhe atribuído o ticket #%s por %s
  230. MarkMessageAsPrivate=Marcar mensagem como privada
  231. TicketMessageSendEmailHelp=An email will be sent to all assigned contact (internal contacts, but also external contacts except if the option "%s" is checked)
  232. TicketMessagePrivateHelp=Esta mensagem não será exibida para usuários externos
  233. TicketEmailOriginIssuer=Emissor na origem dos bilhetes
  234. InitialMessage=Mensagem inicial
  235. LinkToAContract=Link para um contrato
  236. TicketPleaseSelectAContract=Selecione um contrato
  237. UnableToCreateInterIfNoSocid=Can not create an intervention when no third party is defined
  238. TicketMailExchanges=Trocas de correio
  239. TicketInitialMessageModified=Mensagem inicial modificada
  240. TicketMessageSuccesfullyUpdated=Mensagem atualizada com sucesso
  241. TicketChangeStatus=Alterar o estado
  242. TicketConfirmChangeStatus=Confirm the status change: %s ?
  243. TicketLogStatusChanged=Status changed: %s to %s
  244. TicketNotNotifyTiersAtCreate=Não notificar a empresa na criação
  245. NotifyThirdpartyOnTicketClosing=Contacts to notify while closing the ticket
  246. TicketNotifyAllTiersAtClose=All related contacts
  247. TicketNotNotifyTiersAtClose=No related contact
  248. Unread=Não lida
  249. TicketNotCreatedFromPublicInterface=Not available. Ticket was not created from public interface.
  250. ErrorTicketRefRequired=Ticket reference name is required
  251. TicketsDelayForFirstResponseTooLong=Too much time elapsed since ticket opening without any answer.
  252. TicketsDelayFromLastResponseTooLong=Too much time elapsed since last answer on this ticket.
  253. TicketNoContractFoundToLink=No contract was found to be automatically linked to this ticket. Please link a contract manually.
  254. TicketManyContractsLinked=Many contracts have been automatically linked to this ticket. Make sure to verify which should be chosen.
  255. #
  256. # Logs
  257. #
  258. TicketLogMesgReadBy=Ticket %s read by %s
  259. NoLogForThisTicket=Ainda não há registro para este ticket
  260. TicketLogAssignedTo=Ticket %s assigned to %s
  261. TicketLogPropertyChanged=Ticket %s modified: classification from %s to %s
  262. TicketLogClosedBy=Ticket %s closed by %s
  263. TicketLogReopen=Ticket %s re-open
  264. #
  265. # Public pages
  266. #
  267. TicketSystem=Sistema de tickets
  268. ShowListTicketWithTrackId=Exibir lista de tickets do ID da faixa
  269. ShowTicketWithTrackId=Exibir ticket do ID da faixa
  270. TicketPublicDesc=Você pode criar um ticket de suporte ou verificar a partir de um ID existente.
  271. YourTicketSuccessfullySaved=O ticket foi guardado com sucesso!
  272. MesgInfosPublicTicketCreatedWithTrackId=A new ticket has been created with ID %s and Ref %s.
  273. PleaseRememberThisId=Por favor, mantenha o número de rastreamento que podemos perguntar mais tarde.
  274. TicketNewEmailSubject=Ticket creation confirmation - Ref %s (public ticket ID %s)
  275. TicketNewEmailSubjectCustomer=Novo ticket de suporte
  276. TicketNewEmailBody=Este é um email automático para confirmar que você registrou um novo ticket.
  277. TicketNewEmailBodyCustomer=Este é um email automático para confirmar que um novo ticket acaba de ser criado na sua conta.
  278. TicketNewEmailBodyInfosTicket=Informações para monitorar o ticket
  279. TicketNewEmailBodyInfosTrackId=Ticket tracking number: %s
  280. TicketNewEmailBodyInfosTrackUrl=You can view the progress of the ticket by clicking the following link
  281. TicketNewEmailBodyInfosTrackUrlCustomer=Você pode ver o progresso do ticket na interface específica clicando no seguinte link
  282. TicketCloseEmailBodyInfosTrackUrlCustomer=You can consult the history of this ticket by clicking the following link
  283. TicketEmailPleaseDoNotReplyToThisEmail=Por favor, não responda diretamente a este e-mail! Use o link para responder na interface.
  284. TicketPublicInfoCreateTicket=Este formulário permite que você registre um ticket de suporte em nosso sistema de gerenciamento.
  285. TicketPublicPleaseBeAccuratelyDescribe=Please accurately describe your question. Provide the most information possible to allow us to correctly identify your request.
  286. TicketPublicMsgViewLogIn=Insira o código de acompanhamento do bilhete
  287. TicketTrackId=Public Tracking ID
  288. OneOfTicketTrackId=One of your tracking ID
  289. ErrorTicketNotFound=Ticket with tracking ID %s not found!
  290. Subject=Assunto
  291. ViewTicket=Ver ticket
  292. ViewMyTicketList=Ver a minha lista de tickets
  293. ErrorEmailMustExistToCreateTicket=Error: email address not found in our database
  294. TicketNewEmailSubjectAdmin=New ticket created - Ref %s (public ticket ID %s)
  295. TicketNewEmailBodyAdmin=<p>Ticket has just been created with ID #%s, see information:</p>
  296. SeeThisTicketIntomanagementInterface=Veja o ticket na interface de gerenciamento
  297. TicketPublicInterfaceForbidden=The public interface for the tickets was not enabled
  298. ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
  299. OldUser=Old user
  300. NewUser=Novo Utilizador
  301. NumberOfTicketsByMonth=Number of tickets per month
  302. NbOfTickets=Number of tickets
  303. # notifications
  304. TicketCloseEmailSubjectCustomer=Ticket closed
  305. TicketCloseEmailBodyCustomer=This is an automatic message to notify you that ticket %s has just been closed.
  306. TicketCloseEmailSubjectAdmin=Ticket closed - Réf %s (public ticket ID %s)
  307. TicketCloseEmailBodyAdmin=A ticket with ID #%s has just been closed, see information:
  308. TicketNotificationEmailSubject=Ticket %s atualizado
  309. TicketNotificationEmailBody=Esta é uma mensagem automática para notificá-lo de que o ticket %s acabou de ser atualizado
  310. TicketNotificationRecipient=Destinatário da notificação
  311. TicketNotificationLogMessage=Mensagem de log
  312. TicketNotificationEmailBodyInfosTrackUrlinternal=Visualizar ticket na interface
  313. TicketNotificationNumberEmailSent=Notification email sent: %s
  314. ActionsOnTicket=Events on ticket
  315. #
  316. # Boxes
  317. #
  318. BoxLastTicket=Últimos ingressos criados
  319. BoxLastTicketDescription=Últimos %s criado ingressos
  320. BoxLastTicketContent=
  321. BoxLastTicketNoRecordedTickets=Nenhum ticket recente não lido
  322. BoxLastModifiedTicket=Últimos tickets modificados
  323. BoxLastModifiedTicketDescription=Últimos %s tickets modificados
  324. BoxLastModifiedTicketContent=
  325. BoxLastModifiedTicketNoRecordedTickets=Nenhum ticket modificado recentemente
  326. BoxTicketType=Distribution of open tickets by type
  327. BoxTicketSeverity=Number of open tickets by severity
  328. BoxNoTicketSeverity=No tickets opened
  329. BoxTicketLastXDays=Number of new tickets by days the last %s days
  330. BoxTicketLastXDayswidget = Number of new tickets by days the last X days
  331. BoxNoTicketLastXDays=No new tickets the last %s days
  332. BoxNumberOfTicketByDay=Number of new tickets by day
  333. BoxNewTicketVSClose=Number of tickets versus closed tickets (today)
  334. TicketCreatedToday=Ticket created today
  335. TicketClosedToday=Ticket closed today
  336. KMFoundForTicketGroup=We found topics and FAQs that may answers your question, thanks to check them before submitting the ticket