/* eslint-disable */ import messageTypes from '@ringcentral-integration/commons/enums/messageTypes'; export default { addLog: 'Log', editLog: 'Editar log', viewDetails: 'Exibir detalhes', addEntity: 'Criar novo', call: 'Chamada', text: 'Texto', conversation: 'Conversa', groupConversation: 'Conversa em grupo', voiceMessage: 'Mensagem de voz', [messageTypes.voiceMail]: 'Correio de voz', [messageTypes.fax]: 'Fax', mark: 'Marcar como não lido', unmark: 'Marcar como lido', delete: 'Excluir', faxSent: 'Fax enviado', faxReceived: 'Fax recebido', pages: 'páginas', page: 'página', preview: 'Exibir', download: 'Baixar', mmsWithOneAttachment: 'MMS com 1 anexo', mmsWithAttachments: 'MMS com {count} anexos', } as const; // @key: @#@"addLog"@#@ @source: @#@"Log"@#@ // @key: @#@"editLog"@#@ @source: @#@"Edit Log"@#@ // @key: @#@"viewDetails"@#@ @source: @#@"View Details"@#@ // @key: @#@"addEntity"@#@ @source: @#@"Create New"@#@ // @key: @#@"call"@#@ @source: @#@"Call"@#@ // @key: @#@"text"@#@ @source: @#@"Text"@#@ // @key: @#@"conversation"@#@ @source: @#@"Conversation"@#@ // @key: @#@"groupConversation"@#@ @source: @#@"Group Conversation"@#@ // @key: @#@"voiceMessage"@#@ @source: @#@"Voice message"@#@ // @key: @#@"[messageTypes.voiceMail]"@#@ @source: @#@"Voice Mail"@#@ // @key: @#@"[messageTypes.fax]"@#@ @source: @#@"Fax"@#@ // @key: @#@"mark"@#@ @source: @#@"Mark as Unread"@#@ // @key: @#@"unmark"@#@ @source: @#@"Mark as Read"@#@ // @key: @#@"delete"@#@ @source: @#@"Delete"@#@ // @key: @#@"faxSent"@#@ @source: @#@"Fax sent"@#@ // @key: @#@"faxReceived"@#@ @source: @#@"Fax received"@#@ // @key: @#@"pages"@#@ @source: @#@"pages"@#@ // @key: @#@"page"@#@ @source: @#@"page"@#@ // @key: @#@"preview"@#@ @source: @#@"View"@#@ // @key: @#@"download"@#@ @source: @#@"Download"@#@ // @key: @#@"mmsWithOneAttachment"@#@ @source: @#@"MMS with 1 attachment"@#@ // @key: @#@"mmsWithAttachments"@#@ @source: @#@"MMS with {count} attachments"@#@