-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from fac30/feature/tooltips
Feature/tooltips
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"fight/flight": "Fight/flight: perceiving an injustice, threat or danger, whether physical or psychological", | ||
"freeze": "Freeze: feeling overwhelmed and on edge, from too many demands and not enough resources", | ||
"guilt": "Guilt: feeling responsible and a lower sense of self-worth as a result of what you did", | ||
"distress": "Distress: feeling extremely unhappy and dispirited", | ||
"joy": "Joy: feeling pleasure and in high spirits", | ||
"interest": "Interest: feeling motivated by an idea or an activity", | ||
"content": "Content: feeling complete and like you have enough", | ||
"relief": "Relief: feeling appreciative after an unpleasant feeling goes away" | ||
} |