2020-05-02 21:28:13 -03:00
|
|
|
export const Messages = {
|
|
|
|
'en-US': {
|
2023-01-25 10:49:00 -03:00
|
|
|
notify_end_transfer: (botName: any) => `Now talking to ${botName} again.`
|
2020-05-02 21:28:13 -03:00
|
|
|
},
|
|
|
|
'pt-BR': {
|
2023-01-25 10:49:00 -03:00
|
|
|
notify_end_transfer: (botName: any) => `Falando com o bot ${botName} novamente.`
|
2020-05-02 21:28:13 -03:00
|
|
|
}
|
|
|
|
};
|