2020-12-27 13:30:56 -03:00
|
|
|
|
|
|
|
export const Messages = {
|
|
|
|
'en-US': {
|
2022-10-12 15:08:53 -03:00
|
|
|
affirmative_sentences: /^(\bsim\b|\bs\b|\bpositivo\b|\bafirmativo\b|\bclaro\b|\bevidente\b|\bsem dúvida\b|\bconfirmo\b|\bconfirmar\b|\bconfirmado\b|\buhum\b|\bsi\b|\by\b|\byes\b|\bsure\b)/i,
|
|
|
|
choices: 'Please, select one:'
|
2020-12-27 13:30:56 -03:00
|
|
|
},
|
|
|
|
'pt-BR': {
|
2022-10-12 15:08:53 -03:00
|
|
|
affirmative_sentences: /^(\bsim\b|\bs\b|\bpositivo\b|\bafirmativo\b|\bclaro\b|\bevidente\b|\bsem dúvida\b|\bconfirmo\b|\bconfirmar\b|\bconfirmado\b|\buhum\b|\bsi\b|\by\b|\byes\b|\bsure\b)/i,
|
|
|
|
choices: 'Por favor, selecione:'
|
2020-12-27 13:30:56 -03:00
|
|
|
}
|
|
|
|
};
|