export default { CreatedBy: (author) => 'Criado por: ' + author, AnswersAmount: (amount) => amount + ' ' + 'Respostas' }