botserver/packages/customer-satisfaction.gbapp/strings.ts
Rodrigo Rodriguez (pragmatismo.io) ea978f7d65 fix(config): TSLint parsed on all files.
new(config): Several CI integrations.
2018-11-12 12:20:44 -02:00

22 lines
1 KiB
TypeScript

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.'
},
'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.'
}
};