2018-09-14 12:56:54 -03:00
|
|
|
export const Messages = {
|
2018-11-12 12:20:44 -02:00
|
|
|
'en-US': {
|
2022-11-19 23:34:58 -03:00
|
|
|
did_not_find: "I'm sorry I didn't find anything.",
|
2018-11-12 12:20:44 -02:00
|
|
|
going_answer: 'Great choice, now looking for your answer...',
|
2022-11-19 23:34:58 -03:00
|
|
|
wider_answer: subjectText => `Answering to you in a broader way... Not just about ${subjectText}.`,
|
|
|
|
which_question: "What's your question?",
|
2021-02-05 09:15:32 -03:00
|
|
|
anything_else: 'Can I help you with anything else?',
|
2018-11-12 12:20:44 -02:00
|
|
|
here_is_subjects: 'Here are some subjects to choose from...',
|
|
|
|
menu_select: 'Select',
|
2022-11-19 23:34:58 -03:00
|
|
|
lets_search: query => `Lets search for ${query}... What do you want to know?`,
|
|
|
|
see_faq: "Please take a look at the FAQ I've prepared for you. You can click on them to get the answer.",
|
2022-07-01 18:33:41 -03:00
|
|
|
|
2018-11-12 12:20:44 -02:00
|
|
|
ask_first_time: 'What are you looking for?'
|
2018-09-14 12:56:54 -03:00
|
|
|
},
|
2018-11-12 12:20:44 -02:00
|
|
|
'pt-BR': {
|
|
|
|
did_not_find: 'Desculpe-me, não encontrei nada a respeito.',
|
|
|
|
going_answer: 'Ótima escolha, procurando resposta para sua questão...',
|
2022-11-19 23:34:58 -03:00
|
|
|
wider_answer: subjectText => `Vou te responder de modo mais abrangente... Não apenas sobre ${subjectText}`,
|
2018-11-12 12:20:44 -02:00
|
|
|
which_question: 'Qual a pergunta?',
|
2020-12-14 09:28:12 -03:00
|
|
|
anything_else: 'Posso ajudar em algo mais?',
|
2018-11-12 12:20:44 -02:00
|
|
|
here_is_subjects: 'Aqui estão algumas categorias de assuntos...',
|
|
|
|
menu_select: 'Selecionar',
|
2022-11-19 23:34:58 -03:00
|
|
|
lets_search: query => `Let's search about ${query}... What do you want to know?`,
|
|
|
|
see_faq: 'Veja algumas perguntas mais frequentes logo na tela. Clique numa delas para eu responder.',
|
2022-07-01 18:33:41 -03:00
|
|
|
|
2020-04-15 20:56:28 -03:00
|
|
|
ask_first_time: 'Como eu posso ajudar?'
|
2018-09-14 12:56:54 -03:00
|
|
|
}
|
|
|
|
};
|