botserver/packages/customer-satisfaction.gbapp/strings.ts

23 lines
1 KiB
TypeScript
Raw Normal View History

2018-09-14 12:56:54 -03:00
export const Messages = {
'en-US': {
about_suggestions: 'Suggestions are welcomed and improve my quality...',
what_about_service: 'What about my service?',
glad_you_liked: 'I\'m glad you liked. I\'m here for you.',
we_will_improve: 'Let\'s take note of that, thanks for sharing.',
what_about_me: 'What about the service, please rate between 1 and 5.',
thanks: 'Thanks!',
im_sorry_lets_try: 'I\'m sorry. Let\'s try again...',
great_thanks: 'Great, thanks for sharing your thoughts.'
2018-09-14 12:56:54 -03:00
},
'pt-BR': {
about_suggestions: 'Sugestões melhoram muito minha qualidade...',
what_about_service: 'O que achou do meu atendimento?',
glad_you_liked: 'Bom saber que você gostou. Conte comigo.',
we_will_improve: 'Vamos registrar sua questão, obrigado pela sinceridade.',
what_about_me: 'O que achou do meu atendimento, de 1 a 5?',
thanks: 'Obrigado!',
im_sorry_lets_try: 'Desculpe-me, vamos tentar novamente.',
great_thanks: 'Ótimo, obrigado por contribuir com sua resposta.'
2018-09-14 12:56:54 -03:00
}
};