@@ -32,25 +32,19 @@ aqtApp.service('aqtConfig', function($http) {
3232 msg : 'Descreva seu problema de forma simples e direta.' ,
3333// msg : 'Describe your problem in a way simple and direct.',
3434 tipo : 'IS_OBJECTIVE' ,
35- categoria :[ 'Objetividade' ]
35+ categoria :[ 'Objetividade' , 'Clareza' ]
3636
3737 } , sug = {
3838 msg : 'Descrição curta.' ,
3939// msg : 'Short description',
4040 tipo : 'IS_OBJECIVE_DC' ,
41- categoria : [ 'Descrição curta' ]
42-
43- } , sug = {
44- msg : 'Resuma a pergunta a um único problema.' ,
45- // msg : 'Summarize the question in a single problem.',
46- tipo : 'IS_OBJECTIVE_QUESTION_UNIQUE' ,
47- categoria : [ 'Pergunta única' ]
41+ categoria : [ 'Objetividade' ]
4842
4943 } , sug = {
5044 msg : 'Evite pergunta com muito código.' ,
5145// msg : 'Avoid a large amount of code',
5246 tipo : 'IS_OBJECTIVE_MUCH_CODE' ,
53- categoria : [ 'Muito código ' ]
47+ categoria : [ 'Objetividade ' ]
5448
5549 } , sug = {
5650 msg : 'Seja Objetivo e deixe a pergunta mais evidente possível.' ,
@@ -62,19 +56,19 @@ aqtApp.service('aqtConfig', function($http) {
6256 msg : 'Resuma a pergunta a um único problema e/ou deixe mais evidente seu prblema.' ,
6357// msg : 'Summarize the question in a single problem and/or let question most evident.',
6458 tipo : 'UNIQUE_QUESTION' ,
65- categoria : [ 'Pergunta única ' ]
59+ categoria : [ 'Objetividade' , 'Clareza ']
6660
6761 } , sug = {
6862 msg : 'Use a norma culta da língua.' ,
6963// msg : 'Use proper language.',
7064 tipo : 'USING_PROPER_LANGUAGE' ,
71- categoria : [ 'Uso da língua ' ]
65+ categoria : [ 'Ser educado ' ]
7266
7367 } , sug = {
7468 msg : 'Adicione algum tipo de agradecimento ao final de sua pergunta.' ,
7569// msg : 'Add some kind of thanks at the end of the question.',
7670 tipo : 'GREAT' ,
77- categoria : [ 'Agradecimento ' ]
71+ categoria : [ 'Ser educado ' ]
7872
7973 } , sug = {
8074 msg : 'Evite criar o título da pergunta muito longo ou curto.' ,
@@ -86,7 +80,7 @@ aqtApp.service('aqtConfig', function($http) {
8680 msg : 'Adicione um trecho de código ou outro de tipo de exemplo na pergunta.' ,
8781// msg : 'Add a snippet of code or another kind of example.',
8882 tipo : 'SHOW_EXAMPLE' ,
89- categoria : [ 'Mostrar exemplo ' ]
83+ categoria : [ 'Clareza ' ]
9084
9185 } , sug = {
9286 msg : 'Seja educado, use a norma culta da língua e adicione algum tipo de agradecimento.' ,
@@ -122,7 +116,7 @@ aqtApp.service('aqtConfig', function($http) {
122116 msg : 'O Título da pergunta parece não está coerente com a descrição.' ,
123117// msg : 'The title of the question is not consistent with the description.',
124118 tipo : 'COERENCY_BODY_WITH_TITLE' ,
125- categoria : [ 'Coerência ' ]
119+ categoria : [ 'Clareza ' ]
126120 }
127121 ] ;
128122
0 commit comments