botserver/packages/whatsapp.gblib/strings.ts

9 lines
227 B
TypeScript
Raw Normal View History

export const Messages = {
'en-US': {
notify_end_transfer: (botName: any) => `Now talking to ${botName} again.`
},
'pt-BR': {
notify_end_transfer: (botName: any) => `Falando com o bot ${botName} novamente.`
}
};