From 173acf707cd173d302217eb226e47a21124a7b8d Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 14:32:20 +0200 Subject: [PATCH 1/9] finished Nevrosi short/desc --- lib/data/it/neuroticism.js | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 7689e5c..3bfc717 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -1,25 +1,25 @@ module.exports = { domain: 'N', - title: 'Neuroticism', - shortDescription: 'Neuroticism refers to the tendency to experience negative feelings.', - description: `Freud originally used the term neurosis to describe a -condition marked by mental distress, emotional suffering, and an -inability to cope effectively with the normal demands of life. He -suggested that everyone shows some signs of neurosis, but that we -differ in our degree of suffering and our specific symptoms of -distress. Today neuroticism refers to the tendency to experience -negative feelings.

Those who score high on Neuroticism may -experience primarily one specific negative feeling such as anxiety, -anger, or depression, but are likely to experience several of these -emotions.

People high in neuroticism are emotionally reactive. They -respond emotionally to events that would not affect most people, and -their reactions tend to be more intense than normal. They are more -likely to interpret ordinary situations as threatening, and minor -frustrations as hopelessly difficult.

Their negative emotional -reactions tend to persist for unusually long periods of time, which -means they are often in a bad mood. These problems in emotional -regulation can diminish a neurotic's ability to think clearly, make -decisions, and cope effectively with stress.`, + title: 'Nevrosi', + shortDescription: 'Il termine Nevrosi si riferisce alla tendente costanza di provare sentimenti negativi.', + description: `In origine Freud era solito usare il termine nevrosi +per descrivere una condizione marcata da stress mentale, sofferenza +emozionale, e l’inabilità a far fronte alle normali richieste della vita. +Egli supponeva che chiunque mostri segni di nevrosi, ma che questi +differiscono in base al nostro grado di sofferenza e ai nostri specifici +sintomi di angoscia. Oggi il termine Nevrosi si riferisca alla tendenza +a sperimentare sentimenti negativi. Coloro che ottengono punteggi +alti in Nevrosi potrebbero sperimentare principalmente un sentimento negativo +come ansia, rabbia, o depressione, ma sono soliti provare diverse +di queste emozioni. Gli individui alti in nevrosi sono +emotivamente reattivi. Rispondono emotivamente ad eventi che non influenzerebbero +la maggior parte delle persone e le loro reazioni tendono ad essere più intense +del normale. Essi tendono ad interpretare situazioni ordinarie come +minacciose, e minori frustrazioni come difficoltà senza speranze. +Le loro reazioni emotivamente negative rendono a persistere per lunghi ed +anormali periodi di tempo, il che risulta in un costante malumore. Questi +problemi di regolazione emotiva possono diminuire l’abilità nevrotica di +pensare chiaramente, prendere decisioni e far fronte allo stress.`, results: [ { score: 'low', From 5af43aac03782a3fb44bdb1d92ac2cc688593973 Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 14:33:32 +0200 Subject: [PATCH 2/9] fixed typo based on Neurosis translation --- lib/data/it/neuroticism.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 3bfc717..3e12473 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -1,17 +1,17 @@ module.exports = { domain: 'N', - title: 'Nevrosi', - shortDescription: 'Il termine Nevrosi si riferisce alla tendente costanza di provare sentimenti negativi.', - description: `In origine Freud era solito usare il termine nevrosi + title: 'Nevroticismo', + shortDescription: 'Il termine nevroticismo si riferisce alla tendente costanza di provare sentimenti negativi.', + description: `In origine Freud era solito usare il termine nevroticismo per descrivere una condizione marcata da stress mentale, sofferenza emozionale, e l’inabilità a far fronte alle normali richieste della vita. -Egli supponeva che chiunque mostri segni di nevrosi, ma che questi +Egli supponeva che chiunque mostri segni di nevroticismo, ma che questi differiscono in base al nostro grado di sofferenza e ai nostri specifici -sintomi di angoscia. Oggi il termine Nevrosi si riferisca alla tendenza +sintomi di angoscia. Oggi il termine nevroticismo si riferisca alla tendenza a sperimentare sentimenti negativi. Coloro che ottengono punteggi -alti in Nevrosi potrebbero sperimentare principalmente un sentimento negativo +alti in nevroticismo potrebbero sperimentare principalmente un sentimento negativo come ansia, rabbia, o depressione, ma sono soliti provare diverse -di queste emozioni. Gli individui alti in nevrosi sono +di queste emozioni. Gli individui alti in nevroticismo sono emotivamente reattivi. Rispondono emotivamente ad eventi che non influenzerebbero la maggior parte delle persone e le loro reazioni tendono ad essere più intense del normale. Essi tendono ad interpretare situazioni ordinarie come From 596cb1a35fd30019cba9d5d09d3453263c616eef Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 14:54:59 +0200 Subject: [PATCH 3/9] adding low - ita --- lib/data/it/neuroticism.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 3e12473..cc08bf9 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -23,10 +23,9 @@ pensare chiaramente, prendere decisioni e far fronte allo stress.`, results: [ { score: 'low', - text: `Your score on Neuroticism is low, indicating that you are -exceptionally calm, composed and unflappable. You do not react with -intense emotions, even to situations that most people would describe -as stressful.` + text: `'Il tuo punteggio in Nevroticismo è basso, indica che sei eccezionalmente +calmo, composto e imperturbabile. Non reagisci con intense emozioni, anche +in situazioni che la maggior parte delle persone describerebbe come stressanti.'` }, { score: 'neutral', From 078ee5a18cf7b8637c8c7c401e46d63e2dea9b55 Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 14:57:55 +0200 Subject: [PATCH 4/9] adding neutral - Neuroticism IT --- lib/data/it/neuroticism.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index cc08bf9..e320ca7 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -29,11 +29,11 @@ in situazioni che la maggior parte delle persone describerebbe come stressanti.' }, { score: 'neutral', - text: `Your score on Neuroticism is average, indicating that your level of -emotional reactivity is typical of the general population. -Stressful and frustrating situations are somewhat upsetting to you, -but you are generally able to get over these feelings and cope with -these situations.` + text: `Il tuo punteggio in Nevroticismo è nella media, indica che il +tuo livello di reattività emotiva è tipico alla popolazione generale. +Situazioni stressanti e frustranti sono in qualche modo causa di rabbia +per te, ma sei generalmente capace di passare sopra a questi sentimenti +e far fronte a queste situazioni.` }, { score: 'high', From 65771c2b30f3931dbfe6809c02bbe49086f8abca Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 16:34:59 +0200 Subject: [PATCH 5/9] adding facet 1 and 2 --- lib/data/it/neuroticism.js | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index e320ca7..928b4ed 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -37,32 +37,34 @@ e far fronte a queste situazioni.` }, { score: 'high', - text: `Your score on Neuroticism is high, indicating that you are easily -upset, even by what most people consider the normal demands of -living. People consider you to be sensitive and emotional.` + text: `Il tuo punteggio in Nevroticismo è alto, indica che sei +spesso arrabbiato, anche per le situazioni affrontate senza +problemi dalla maggior parte degli altri individui. Le persone +ti considerano sensibile ed emozionale.` } ], facets: [ { facet: 1, title: 'Anxiety', - text: `The "fight-or-flight" system of the brain of anxious -individuals is too easily and too often engaged. Therefore, people who -are high in anxiety often feel like something dangerous is about to happen. -They may be afraid of specific situations or be just generally fearful. -They feel tense, jittery, and nervous. Persons low in Anxiety are generally -calm and fearless.` + text: `Il sistema "lotta-o-fuga" del cervello degli individui +ansiosi è spesso impegnato. A causa di ciò, le persone la cui ansia +è alta provano spesso un presentimento di allerta come se qualcosa +di pericoloso stesse per accadere. +Essi sono spesso impauriti da specifiche situazioni o generalmente +paurosi. Altri sentimenti presenti sono tensione e nervosismo. Le +persone basse in Ansia sono generalmente calme e impavidi.` }, { facet: 2, title: 'Anger', - text: `Persons who score high in Anger feel enraged when -things do not go their way. They are sensitive about being treated fairly -and feel resentful and bitter when they feel they are being cheated. -This scale measures the tendency to feel angry; whether or not the -person expresses annoyance and hostility depends on the individual's -level on Agreeableness. Low scorers do not get angry often or easily.` - }, + text: `Le persone il cui punteggio in Rabbia è alto si arrabbiano +spesso quando le cose non vanno nella direzione desiderata. Essi tengono +molto ad essere trattati correttamente e si risentono quando sentono di +essere abbindolate. Questa scala misura la tendenza a sentirsi arrabbiati; +che la persona esprima noia e ostilità dipende dal livello di piaceolezza +dell'individuo.` + }, { facet: 3, title: 'Depression', From 9eedd718655d3e27a9abd2b5275a5af870a0a853 Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Wed, 2 Oct 2019 16:38:53 +0200 Subject: [PATCH 6/9] adding facet 3 --- lib/data/it/neuroticism.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 928b4ed..5d4babd 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -68,9 +68,10 @@ dell'individuo.` { facet: 3, title: 'Depression', - text: `This scale measures the tendency to feel sad, dejected, -and discouraged. High scorers lack energy and have difficult initiating -activities. Low scorers tend to be free from these depressive feelings.` + text: `Questa scala misura la tendenza al sentirsi tristi, sconsolati +e scoraggiati. Alti punteggi implicano mancanza di energie e difficoltà ad +iniziare un'attività. I punteggi bassi tendono ad essere liberi da questi +sentimenti depressivi.` }, { facet: 4, From b3837745f4cdf2288820f89eb4d15971078e107b Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Thu, 3 Oct 2019 10:35:09 +0200 Subject: [PATCH 7/9] adding facet 4 - it - neuroticism --- lib/data/it/neuroticism.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 5d4babd..793ce74 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -76,15 +76,14 @@ sentimenti depressivi.` { facet: 4, title: 'Self-Consciousness', - text: `Self-conscious individuals are sensitive -about what others think of them. Their concern about rejection and -ridicule cause them to feel shy and uncomfortable abound others. They -are easily embarrassed and often feel ashamed. Their fears that others -will criticize or make fun of them are exaggerated and unrealistic, but -their awkwardness and discomfort may make these fears a self-fulfilling -prophecy. Low scorers, in contrast, do not suffer from the mistaken -impression that everyone is watching and judging them. They do not feel -nervous in social situations.` + text: `Gli individui coscienti sono sensibili ai giudizi esterni. +La loro preoccupazione per il rifiuto e il ridicolo li fa sentire timidi +e a disagio abbandonando gli altri. Sono spesso imbarazzati e provano +spesso vergogna. Le loro paure relative a critiche o prese in giro altrui +risultano spesso esagerate e irreali ma il loro disagio e sconforto possono +far avverare queste profezie auto indotte. I punteggi bassi, contrariamente, +non si fanno sconfortare da false impressioni di giudizio e osservazione. +Essi non risultano nervosi in situazioni sociali. ` }, { facet: 5, From 74669638c6757842cfc5adb19831fb38144e79b4 Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Thu, 3 Oct 2019 10:44:03 +0200 Subject: [PATCH 8/9] adding facet 5 - it - neuroticism --- lib/data/it/neuroticism.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 793ce74..94103f5 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -88,11 +88,11 @@ Essi non risultano nervosi in situazioni sociali. ` { facet: 5, title: 'Immoderation', - text: `Immoderate individuals feel strong cravings and -urges that they have have difficulty resisting. They tend to be -oriented toward short-term pleasures and rewards rather than long- -term consequences. Low scorers do not experience strong, irresistible -cravings and consequently do not find themselves tempted to overindulge.` + text: `Gli individui Immoderati si sentono forti bisogni e voglie +alle quali difficilmente resistono. Essi tendono a cercare e provare piaceri +e riconoscimenti a corto termine piuttosto che conseguenze a lungo termine. +I punteggi bassi non provano forti e irresistibili voglie e conseguentemente +non si trovano tentati a lasciarsi andare.` }, { facet: 6, From be0c200893d737665be8a9e1acbf88a20c044734 Mon Sep 17 00:00:00 2001 From: Andrea Gubellini Date: Thu, 3 Oct 2019 10:46:25 +0200 Subject: [PATCH 9/9] adding facet 6 - it - neuroticism --- lib/data/it/neuroticism.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/data/it/neuroticism.js b/lib/data/it/neuroticism.js index 94103f5..c7ce4a7 100644 --- a/lib/data/it/neuroticism.js +++ b/lib/data/it/neuroticism.js @@ -97,10 +97,9 @@ non si trovano tentati a lasciarsi andare.` { facet: 6, title: 'Vulnerability', - text: `High scorers on Vulnerability experience -panic, confusion, and helplessness when under pressure or stress. -Low scorers feel more poised, confident, and clear-thinking when -stressed.` + text: `Punteggi alti in Vulnerabilità sperimentano panico, confusione +ed impotenza quando sotto pressione o stress. I punteggi bassi si sentono più +composti, sicuri e riescono a pensare a mente lucida quando sotto stress.` } ] }