2021-06-11 09:50:40 -03:00
|
|
|
export const Messages = {
|
|
|
|
'en-US': {
|
2022-11-19 23:34:58 -03:00
|
|
|
notify_end_transfer: botName => `Now talking to ${botName} again.`
|
2021-06-11 09:50:40 -03:00
|
|
|
},
|
|
|
|
'pt-BR': {
|
2022-11-19 23:34:58 -03:00
|
|
|
notify_end_transfer: botName => `Falando com o bot ${botName} novamente.`
|
2021-06-11 09:50:40 -03:00
|
|
|
}
|
|
|
|
};
|