2018-09-14 12:56:54 -03:00
|
|
|
export const Messages = {
|
2018-11-12 12:20:44 -02:00
|
|
|
'en-US': {
|
|
|
|
did_not_find: 'I\'m sorry I didn\'t find anything.',
|
|
|
|
changing_language: 'OK, changing language to English...',
|
|
|
|
going_answer: 'Great choice, now looking for your answer...',
|
2018-09-14 12:56:54 -03:00
|
|
|
wider_answer: subjectText =>
|
|
|
|
`Answering to you in a broader way... Not just about ${subjectText}.`,
|
2018-11-12 12:20:44 -02:00
|
|
|
which_question: 'What\'s your question?',
|
|
|
|
anything_else: 'So, may I help with anything else?',
|
|
|
|
here_is_subjects: 'Here are some subjects to choose from...',
|
|
|
|
menu_select: 'Select',
|
2018-09-14 12:56:54 -03:00
|
|
|
lets_search: query =>
|
|
|
|
`Vamos pesquisar sobre ${query}... O que deseja saber?`,
|
|
|
|
see_faq:
|
2018-11-12 12:20:44 -02:00
|
|
|
'Please take a look at the FAQ I\'ve prepared for you. You can click on them to get the answer.',
|
2018-09-16 17:00:17 -03:00
|
|
|
will_answer_projector:
|
2018-11-12 12:20:44 -02:00
|
|
|
'I\'ll answer on the projector to a better experience...',
|
|
|
|
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.',
|
|
|
|
changing_language: 'OK, mundando de idioma para o Português...',
|
|
|
|
going_answer: 'Ótima escolha, procurando resposta para sua questão...',
|
2018-09-14 12:56:54 -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?',
|
|
|
|
anything_else: 'Então, posso ajudar em algo a mais?',
|
|
|
|
here_is_subjects: 'Aqui estão algumas categorias de assuntos...',
|
|
|
|
menu_select: 'Selecionar',
|
2018-09-14 12:56:54 -03:00
|
|
|
lets_search: query =>
|
|
|
|
`Let's search about ${query}... What do you want to know?`,
|
|
|
|
see_faq:
|
2018-11-12 12:20:44 -02:00
|
|
|
'Veja algumas perguntas mais frequentes logo na tela. Clique numa delas para eu responder.',
|
2018-09-16 17:00:17 -03:00
|
|
|
will_answer_projector:
|
2018-11-12 12:20:44 -02:00
|
|
|
'Vou te responder na tela para melhor visualização...',
|
|
|
|
ask_first_time: 'Sobre como eu poderia ajudar?'
|
2018-09-14 12:56:54 -03:00
|
|
|
}
|
|
|
|
};
|